diff options
| author | Bdale Garbee <bdale@gag.com> | 2012-10-31 07:49:23 -0600 |
|---|---|---|
| committer | Bdale Garbee <bdale@gag.com> | 2012-10-31 07:49:23 -0600 |
| commit | d18756e69bd8941bf30f6f68f798e79729dd1187 (patch) | |
| tree | 3af054b9315638a4e4e1f4a4d29a3319524fa7e0 /local.css | |
| parent | 57d0c6774f86dc920b4613c681ca87d3f7641252 (diff) | |
| parent | e6f263b2cc4f7fabfed8d9fc49180d241a787692 (diff) | |
Merge branch 'master' of ssh://git.gag.com/scm/git/web/altusmetrum
Diffstat (limited to 'local.css')
| -rw-r--r-- | local.css | 35 |
1 files changed, 31 insertions, 4 deletions
@@ -6,9 +6,36 @@ body { background: #e7e7e7; } #content { background: #ffffff; margin: 10px 0px; border: 2px solid #c0c0c0; padding: 10px; font-family: sans-serif;} -.header { background: #4b6983; border: 2px solid #7590ae; padding: 10px; color: #ffffff; font-family: sans-serif;} -.header a { margin-right: 1ex; color: #ffffff; font-family: sans-serif;} +.header { + border: 0px; + padding: 10px; + color: #ffffff; + font-family: sans-serif; + font-size: 24px; + background: #888888; + background-image: url(../logos/altusmetrum-oneline.svg); + background-repeat: no-repeat; + background-position: 97% 50%; + border: 0px; + height: 64px; + line-height: 64px +} -.actions ul { border: none; padding-bottom: 0px; font-family: sans-serif;} -#footer { border: none; font-family: sans-serif;} +.header a { + margin-right: 1ex; + color: #ffffff; + font-family: sans-serif; +} +.actions { display:none; } + +.pagedate { + border: none; + font-family: sans-serif; + background: #888888; + background-image: url(../logos/altusmetrum-64.svg); + background-repeat: no-repeat; + background-position: center center; + height: 72px; + line-height: 50px; +} |
