summaryrefslogtreecommitdiff
path: root/local.css
diff options
context:
space:
mode:
authorJuliane Clausen <git@juliane-clausen.de>2013-08-03 01:04:49 +0200
committerJuliane Clausen <git@juliane-clausen.de>2013-08-03 01:04:49 +0200
commit3f31cba30fcaa2c08a7e7d1c20cbc2b5f48af16b (patch)
treef69b55ea03fce6956c331a7b84e94afb90412e15 /local.css
parent7408f239e7d9c02731c8d346110cc0dd6b8fde1f (diff)
some basic css styles
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
{