X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=local.css;h=6c737ef798d5d5dfc9ef8855b39c263398474280;hb=7d5d9d2ea525c82d5e47bc60e5bb84875eec2267;hp=dfe99d3a36e241f1e5fe35472b1a1fec4f4131f3;hpb=b67c4dc4a28e289cef43858aed6e93f70f2300e7;p=web%2Faltusmetrum diff --git a/local.css b/local.css index dfe99d3..6c737ef 100644 --- a/local.css +++ b/local.css @@ -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; +}