templates/style.css
branchv_0
changeset 29 5ed5b68408e4
parent 25 8da11cce2c98
child 30 841bec790da8
equal deleted inserted replaced
28:547569f6e675 29:5ed5b68408e4
     1 body {
     1 body {
     2 	font-family: FreeSerif;
     2 	font-family: FreeSerif;
     3 	font-size:  20px;
     3 	font-size:  20px;
     4 	background-color: white;
     4 	background-color: white;
     5 	color: black;
     5 	color: black;
       
     6 	text-align: center;
       
     7 }
       
     8 
       
     9 div#content {
       
    10 	max-width: 800px;
       
    11 	text-align: justify;
       
    12 	margin: 0 auto;
     6 }
    13 }
     7 
    14 
     8 h1,h2,h3 {
    15 h1,h2,h3 {
     9 	font-family: Sawasdee;
    16 	font-family: Sawasdee;
    10 	font-weight: bold;
    17 	font-weight: bold;
    20 }
    27 }
    21 
    28 
    22 p.footer {
    29 p.footer {
    23 	font-size: 80%;
    30 	font-size: 80%;
    24 }
    31 }
       
    32 
       
    33 hr {
       
    34 	border: 2px solid #888;
       
    35 }