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