Add static/rrdweb.css
authorTero Marttila <terom@fixme.fi>
Wed, 03 Nov 2010 00:41:07 +0200
changeset 27 85ff337aee11
parent 26 d275edd72861
child 28 89a4d9879171
Add static/rrdweb.css
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;
+}
+