From 3f31cba30fcaa2c08a7e7d1c20cbc2b5f48af16b Mon Sep 17 00:00:00 2001 From: Juliane Clausen Date: Sat, 3 Aug 2013 01:04:49 +0200 Subject: some basic css styles --- local.css | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) (limited to 'local.css') 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 { -- cgit v1.2.1