# HG changeset patch # User Tero Marttila # Date 1288737667 -7200 # Node ID 85ff337aee11ce789efaf112d90ab63002edb9ac # Parent d275edd72861bb89fb5264c046b0dc263a9efa0e Add static/rrdweb.css diff -r d275edd72861 -r 85ff337aee11 static/rrdweb.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/static/rrdweb.css Wed Nov 03 00:41:07 2010 +0200 @@ -0,0 +1,64 @@ +div#breadcrumb +{ + padding: 5pt; + + border-bottom: 1px dotted #aaa; +} + +div#breadcrumb a +{ + color: #444; + font-weight: bold; + text-decoration: none; +} + +div#breadcrumb a:hover +{ + text-decoration: underline; +} + + +#overview ul +{ + list-style-type: none; +} + +#overview ul li +{ + margin: 5pt; + padding: 5pt; +} + +#overview ul li.even +{ + background-color: #fff; +} + +#overview ul li.odd +{ + background-color: #eee; +} + +#overview ul li div.title +{ + padding: 5pt; +} + +#overview ul a +{ + color: #444; + font-weight: bold; + font-size: large; + text-decoration: none; +} + +#overview ul#overview-subdirs a:hover +{ + text-decoration: underline; +} + +#overview ul#overview-graphs a:hover div +{ + text-decoration: underline; +} +