htdocs/style.css
changeset 5 f29a43ca4760
parent 0 f595a447aa22
equal deleted inserted replaced
4:946a11dbdb23 5:f29a43ca4760
     1 body {
     1 body {
     2 	font-family: Arial, Helvetica, sans-serif;
     2 	font-family: Arial, Helvetica, sans-serif;
     3 }
     3 }
       
     4 
       
     5 .term,.file {
       
     6 	background: #EFEFEF;
       
     7 	color: gray;
       
     8 	padding: 5px;
       
     9 	border: 1px solid #808080;
       
    10 }
       
    11 
       
    12 .term,.file a {
       
    13 	color: gray;
       
    14 }
       
    15 
       
    16 .term,.file a:hover {
       
    17 	color: black;
       
    18 }
       
    19 
       
    20 .pkg,.path {
       
    21 	font-family: monospace;
       
    22 	background: #EFEFEF;
       
    23 }