static/rrdweb.css
changeset 27 85ff337aee11
equal deleted inserted replaced
26:d275edd72861 27:85ff337aee11
       
     1 div#breadcrumb
       
     2 {
       
     3     padding: 5pt;
       
     4 
       
     5     border-bottom: 1px dotted #aaa;
       
     6 }
       
     7 
       
     8 div#breadcrumb a
       
     9 {
       
    10     color: #444;
       
    11 	font-weight: bold;
       
    12 	text-decoration: none;
       
    13 }
       
    14 
       
    15 div#breadcrumb a:hover
       
    16 {
       
    17 	text-decoration: underline;
       
    18 }
       
    19 
       
    20 
       
    21 #overview ul
       
    22 {
       
    23     list-style-type: none;
       
    24 }
       
    25 
       
    26 #overview ul li
       
    27 {
       
    28     margin: 5pt;
       
    29     padding: 5pt;
       
    30 }
       
    31 
       
    32 #overview ul li.even
       
    33 {
       
    34     background-color: #fff;
       
    35 }
       
    36 
       
    37 #overview ul li.odd
       
    38 {
       
    39     background-color: #eee;
       
    40 }
       
    41 
       
    42 #overview ul li div.title
       
    43 {
       
    44     padding: 5pt;
       
    45 }
       
    46 
       
    47 #overview ul a
       
    48 {
       
    49     color: #444;
       
    50 	font-weight: bold;
       
    51     font-size: large;
       
    52 	text-decoration: none;
       
    53 }
       
    54 
       
    55 #overview ul#overview-subdirs a:hover
       
    56 {
       
    57 	text-decoration: underline;
       
    58 }
       
    59 
       
    60 #overview ul#overview-graphs a:hover div
       
    61 {
       
    62 	text-decoration: underline;
       
    63 }
       
    64