summaryrefslogtreecommitdiff
path: root/local.css
diff options
context:
space:
mode:
Diffstat (limited to 'local.css')
-rwxr-xr-xlocal.css27
1 files changed, 27 insertions, 0 deletions
diff --git a/local.css b/local.css
index e3942943..bbb7aa27 100755
--- a/local.css
+++ b/local.css
@@ -23,6 +23,33 @@ pre, tt, code {
monospace;
}
+/* Div with the full Header */
+.pageheader {
+background-color: #3e5f81;
+}
+.pageheader a {
+color:#fff;
+}
+
+/* Div with path in .pageheader */
+.header {
+padding-bottom: 0.5em;
+padding-top: 0.5em;
+background-color: #fff;
+}
+.header a {
+color: #3E5F81;
+}
+.header a:hover {
+color: #d52;
+}
+
+/* Actions in the Header */
+.actions {
+color: #FFF;
+}
+
+
/* Tables */
table
{