diff options
-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 { |