View Single Post
Old 09-13-2011, 05:11 AM   #82
carthoris
Junior Member
carthoris ought to be getting tired of karma fortunes by now.carthoris ought to be getting tired of karma fortunes by now.carthoris ought to be getting tired of karma fortunes by now.carthoris ought to be getting tired of karma fortunes by now.carthoris ought to be getting tired of karma fortunes by now.carthoris ought to be getting tired of karma fortunes by now.carthoris ought to be getting tired of karma fortunes by now.carthoris ought to be getting tired of karma fortunes by now.carthoris ought to be getting tired of karma fortunes by now.carthoris ought to be getting tired of karma fortunes by now.carthoris ought to be getting tired of karma fortunes by now.
 
Posts: 3
Karma: 400000
Join Date: Sep 2011
Device: none
i use those:

NORMAL:
------------------

body {color:rgb(0,0,0);
background-color:rgb(200,200,200);
text-indent:2em;
line-spacing:1.8;
margin-top:0px;
margin-bottom:4px;
margin-right:50px;
margin-left:50px;
text-indent:3em;}
h1, h2, h3, h4, h5, h6
{color:black;
text-align:center;
font-style:italic;
font-weight:bold;}



DARKER:
--------------------

body {color:rgb(0,0,0);
background-color:rgb(192,192,192);
text-indent:2em;
line-spacing:1.8;
margin-top:0px;
margin-bottom:4px;
margin-right:50px;
margin-left:50px;
text-indent:3em;}
h1, h2, h3, h4, h5, h6
{color:black;
text-align:center;
font-style:italic;
font-weight:bold;}





NIGHT:
-------------------

body {color:rgb(184,184,184) ;
background-color:rgb(0,0,0) ;
text-indent:2em;
line-spacing:1.8;
margin-top:0px;
margin-bottom:4px;
margin-right:50px;
margin-left:50px;
text-indent:3em;}
h1, h2, h3, h4, h5, h6
{color:black;
text-align:center;
font-style:italic;
font-weight:bold;}





2 COLUMNS:
-------------------

body
{
color:rgb(0,0,0) !important;
background-color:rgb(200,200,200);
text-align:justify;
line-spacing:1.8;
margin-top:1px;
margin-bottom:1px;
margin-right:10px;
margin-left:10px;

-webkit-column-count: 2;
-webkit-column-gap: 1em;
-webkit-column-rule: 1px dotted;

height: 650px;
width:1200px

text-indent: 2em;
}
h1, h2, h3, h4, h5, h6
{
color:black;
text-align:center;
font-style:italic;
font-weight:bold;
}
carthoris is offline   Reply With Quote