static/style.css
changeset 21 b05979822dee
parent 20 d40c339d3778
child 24 a84322e9df8d
equal deleted inserted replaced
20:d40c339d3778 21:b05979822dee
    17     padding: 0px;
    17     padding: 0px;
    18     margin: 0px;
    18     margin: 0px;
    19 
    19 
    20     background-color: #ffffff;
    20     background-color: #ffffff;
    21     color: #000000;
    21     color: #000000;
    22 }
       
    23 
       
    24 a {
       
    25     color: black;
       
    26     text-decoration: none;
       
    27     font-weight: bold;
       
    28 }
       
    29 
       
    30 a:hover {
       
    31     text-decoration: underline;
       
    32 }
    22 }
    33 
    23 
    34 /*
    24 /*
    35  * Top header
    25  * Top header
    36  */
    26  */
   110 div#content p {
   100 div#content p {
   111     text-indent: 2em;
   101     text-indent: 2em;
   112 
   102 
   113 }
   103 }
   114 
   104 
       
   105 /*
       
   106  * Footer
       
   107  */
   115 div#footer {
   108 div#footer {
   116     padding: 10px;
   109     padding: 10px;
   117 
   110 
   118     border-top: 1px dashed #a5a5a5;
   111     border-top: 1px dashed #a5a5a5;
   119 
   112 
   120     font-size: x-small;
   113     font-size: x-small;
   121     font-style: italic;
   114     font-style: italic;
   122 }
   115 }
       
   116 
       
   117 div#footer-right {
       
   118     float: right;
       
   119 }
       
   120 
       
   121 /*
       
   122  * General styles
       
   123  */
       
   124 a {
       
   125     color: black;
       
   126     text-decoration: none;
       
   127     font-weight: bold;
       
   128 }
       
   129 
       
   130 a:hover {
       
   131     text-decoration: underline;
       
   132 }
       
   133 
       
   134 h1 {
       
   135     font-size: x-large;
       
   136 }
       
   137 
       
   138 h2 {
       
   139     font-size: large;
       
   140 }
       
   141 
       
   142 #content li {
       
   143     padding: 2px;
       
   144 }
       
   145 
       
   146 #content a {
       
   147     padding-right: 13px;
       
   148     
       
   149     background: transparent url(/static/link.png) no-repeat center right;
       
   150 }
       
   151