]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - html/html/include/content.css
Endlich neues Webinterface
[ipfire-2.x.git] / html / html / include / content.css
diff --git a/html/html/include/content.css b/html/html/include/content.css
new file mode 100644 (file)
index 0000000..81bc293
--- /dev/null
@@ -0,0 +1,48 @@
+table.list {\r
+       width: 100%;\r
+       margin: 0;\r
+       margin-top: 5px;\r
+       border: 1px solid #ccc;\r
+       padding: 10px;\r
+}\r
+\r
+table tr.header {\r
+       background-image: url(../images/table-header.gif);\r
+       background-repeat: no-repeat;\r
+       background-color: #e6e6e6;\r
+}\r
+\r
+table.list tr.header td {\r
+       font-size: 10px;\r
+       padding: 4px;\r
+       margin: 0;\r
+       font-weight: bold;\r
+       border-bottom: 1px solid #ccc;          \r
+}\r
+\r
+table.list tr.odd {\r
+       background: #fff;\r
+       padding: 0;\r
+       margin: 0;\r
+}\r
+\r
+table.list tr.even {\r
+       background: #eeeced;\r
+       padding: 4px;\r
+       margin: 0;\r
+}\r
+\r
+table.list tr td {\r
+       padding: 4px;\r
+       margin: 0;\r
+}\r
+\r
+#page-content a {\r
+    text-decoration: underling;\r
+    color: #ca232b;\r
+}\r
+\r
+#page-content a:hover {\r
+       text-decoration: underline;\r
+       color: #000000;\r
+}\r