diff options
author | Juliane Clausen <git@juliane-clausen.de> | 2013-08-03 01:04:49 +0200 |
---|---|---|
committer | Juliane Clausen <git@juliane-clausen.de> | 2013-08-03 01:04:49 +0200 |
commit | 3f31cba30fcaa2c08a7e7d1c20cbc2b5f48af16b (patch) | |
tree | f69b55ea03fce6956c331a7b84e94afb90412e15 | |
parent | 7408f239e7d9c02731c8d346110cc0dd6b8fde1f (diff) |
some basic css styles
-rwxr-xr-x | local.css | 27 |
1 files changed, 27 insertions, 0 deletions
@@ -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 { |