templates/style.css
branchv_0
changeset 25 8da11cce2c98
parent 17 355edb728822
child 29 5ed5b68408e4
equal deleted inserted replaced
24:2cbf4c472a67 25:8da11cce2c98
       
     1 body {
       
     2 	font-family: FreeSerif;
       
     3 	font-size:  20px;
       
     4 	background-color: white;
       
     5 	color: black;
       
     6 }
       
     7 
       
     8 h1,h2,h3 {
       
     9 	font-family: Sawasdee;
       
    10 	font-weight: bold;
       
    11 }
       
    12 
       
    13 h1 {
       
    14 	text-align: center;
       
    15 }
       
    16 
       
    17 a.anchor {
       
    18 	color: #eee;
       
    19 	text-decoration: none;
       
    20 }
       
    21 
       
    22 p.footer {
       
    23 	font-size: 80%;
       
    24 }