templates/style.css
branchv_0
changeset 72 2e86632f5aef
parent 67 78eca0b3ab5f
equal deleted inserted replaced
71:cfd08606258a 72:2e86632f5aef
     9 }
     9 }
    10 
    10 
    11 body {
    11 body {
    12 	font-family: "CMU Serif Roman";
    12 	font-family: "CMU Serif Roman";
    13 	font-size:  18px;
    13 	font-size:  18px;
    14 	background-color: white;
    14 	background-color: #F8F8F8;
    15 	color: black;
    15 	color: black;
    16 	text-align: center;
    16 	text-align: center;
    17 }
    17 }
    18 
    18 
    19 div#content {
    19 div#content {
    27 	font-weight: normal;
    27 	font-weight: normal;
    28 }
    28 }
    29 
    29 
    30 h1 {
    30 h1 {
    31 	text-align: center;
    31 	text-align: center;
       
    32 	margin-top: 50px;
       
    33 }
       
    34 
       
    35 a {
       
    36 	color: #806;
       
    37 	text-decoration: none;
    32 }
    38 }
    33 
    39 
    34 a.anchor {
    40 a.anchor {
    35 	color:  #eee;
    41 	color:  #eee;
    36 	text-decoration: none;
    42 	text-decoration: none;
    46    background: #eee;
    52    background: #eee;
    47 }
    53 }
    48 
    54 
    49 p.footer {
    55 p.footer {
    50 	font-size: 80%;
    56 	font-size: 80%;
       
    57 	margin-bottom: 30px;
    51 }
    58 }
    52 
    59 
    53 hr {
    60 hr {
    54 	border: 2px solid #888;
    61 	border: 2px solid #888;
    55 }
    62 }