CSS

Alphafrost's picture
Can anyone convery this into a CSS page? Or whatever? I tried a test blog and it didn't work. D:


(c) me.

.preview{background:none;border:none}body{background:#000000;cursor:crosshair;}#header-region{background:none}#block-menu-primary-links a,#tabs-wrapper a,#squeeze h2,a:link,a:visited{color:#413e35}.breadcrumb a,.breadcrumb{color:#413e35 !important}.breadcrumb a:hover{color:#827752 !important}#block-menu-primary-links a:hover, #tabs-wrapper a:hover{color:#827752;background:url('http://i49.tinypic.com/2l4389.gif')}#logo,.mplayer,.picture{filter:alpha(opacity=15);-moz-opacity:0.15;opacity:0.15}#logo:hover,.mplayer:hover,.picture:hover{filter:alpha(opacity=30);-moz-opacity:0.30;opacity:0.30}.sidebar h2{color:#1c1c1c}.sidebar h2:hover{background:url('http://i49.tinypic.com/2l4389.gif');color:#ebd380}div#sidebar-left.sidebar a,div#sidebar-left.sidebar ul.menu a,div#block-user-1.clear-block.block.block-user a{color:#413e35;letter-spacing:-0.3pt}div#sidebar-left.sidebar a:hover,div#sidebar-left.sidebar ul.menu a:hover,div#block-user-1.clear-block.block.block-user a:hover,.inspir a:hover,.new,.comment div.links:hover,#comments a:hover,.submitted a:hover{color:#827752;letter-spacing:-1pt;background:url('http://i49.tinypic.com/2l4389.gif')}div#sidebar-left.sidebar h3{color:#1c1c1c;font-size:90%}.content{color:#675c45}#wrapper #container #center .right-corner .left-corner{background:#151515}#tabs-wrapper{background:none;}h2.node,h2.node a, h2.with-tabs,.submitted,.inspir a,.bb-quote-body{color:#827752}.comment.odd, tr.odd, tr.info,tr.even,.comment.even{background:none;color:#827752}.comment{border:none;color:#827752}.node{border-bottom:none}textarea{background:#000000;color:#675c45;border:none;}
body { background-image: url(http://i47.tinypic.com/2mcyf52.jpg);background-repeat: repeat-y; background-position: bottom right; background-attachment: fixed; background-color: #000000;}
ocean's picture

Are you putting (without

Are you putting <*style*> <*/style*> (without the stars) around your code?
[e]: It works if you put the <*style*> before .preview and the <*/style*> after your very last }. c: Hope this helps.
Alphafrost's picture

Ohhhh. Can you give me a

Ohhhh. Can you give me a template with it? |3.

Like, what it would like like with the style, so I know where to place it? Thank you. <3

† Life is a Velvet Crowbar
Hitting you over the head
You’re bleeding
Boy you want more?
This is so like you I said
Put yourself on back to bed †
ocean's picture

It should look like this,

It should look like this, without the *s in the style tags of course!

<*style*>.preview{background:none;border:none}body{background:#000000;cursor:crosshair;}#header-region{background:none}#block-menu-primary-links a,#tabs-wrapper a,#squeeze h2,a:link,a:visited{color:#413e35}.breadcrumb a,.breadcrumb{color:#413e35 !important}.breadcrumb a:hover{color:#827752 !important}#block-menu-primary-links a:hover, #tabs-wrapper a:hover{color:#827752;background:url('http://i49.tinypic.com/2l4389.gif')}#logo,.mplayer,.picture{filter:alpha(opacity=15);-moz-opacity:0.15;opacity:0.15}#logo:hover,.mplayer:hover,.picture:hover{filter:alpha(opacity=30);-moz-opacity:0.30;opacity:0.30}.sidebar h2{color:#1c1c1c}.sidebar h2:hover{background:url('http://i49.tinypic.com/2l4389.gif');color:#ebd380}div#sidebar-left.sidebar a,div#sidebar-left.sidebar ul.menu a,div#block-user-1.clear-block.block.block-user a{color:#413e35;letter-spacing:-0.3pt}div#sidebar-left.sidebar a:hover,div#sidebar-left.sidebar ul.menu a:hover,div#block-user-1.clear-block.block.block-user a:hover,.inspir a:hover,.new,.comment div.links:hover,#comments a:hover,.submitted a:hover{color:#827752;letter-spacing:-1pt;background:url('http://i49.tinypic.com/2l4389.gif')}div#sidebar-left.sidebar h3{color:#1c1c1c;font-size:90%}.content{color:#675c45}#wrapper #container #center .right-corner .left-corner{background:#151515}#tabs-wrapper{background:none;}h2.node,h2.node a, h2.with-tabs,.submitted,.inspir a,.bb-quote-body{color:#827752}.comment.odd, tr.odd, tr.info,tr.even,.comment.even{background:none;color:#827752}.comment{border:none;color:#827752}.node{border-bottom:none}textarea{background:#000000;color:#675c45;border:none;}
body { background-image: url(http://i47.tinypic.com/2mcyf52.jpg);background-repeat: repeat-y; background-position: bottom right; background-attachment: fixed; background-color: #000000;} <*/style*>
Alphafrost's picture

Kay, thank you!

Kay, thank you! <3

† Life is a Velvet Crowbar
Hitting you over the head
You’re bleeding
Boy you want more?
This is so like you I said
Put yourself on back to bed †