diff --git a/static/main.css b/static/main.css index 00ec912..c820603 100644 --- a/static/main.css +++ b/static/main.css @@ -113,6 +113,11 @@ header > div > div { } } +header nav { + display: inline-block; + margin-left: 1.5em; +} + header .aligned { vertical-align: middle; } @@ -122,9 +127,8 @@ header .spacer { visibility: hidden; } -header nav { - display: inline-block; - margin-left: 1.5em; +header .sep { + color: #777777; } footer ul { @@ -146,6 +150,10 @@ footer ul li:not(:last-child):after { margin-right: 0.25em; } +#corp-masthead-link:hover { + text-decoration: none; +} + #corp-title { font-size: 120%; color: #EAEAEA; @@ -164,6 +172,10 @@ footer ul li:not(:last-child):after { border-style: solid; } +#character-summary { + font-size: 90%; +} + #flashes { margin-top: 0.5em; } diff --git a/templates/_base.mako b/templates/_base.mako index 9528234..a4b5a0b 100644 --- a/templates/_base.mako +++ b/templates/_base.mako @@ -26,7 +26,7 @@
<%block name="lefthead"> - + Home ${g.config.get("corp.name") | h} diff --git a/templates/_default.mako b/templates/_default.mako index 031857d..be0d2b8 100644 --- a/templates/_default.mako +++ b/templates/_default.mako @@ -7,9 +7,10 @@ <%block name="righthead"> - + ${g.auth.get_character_prop("name")} - [logout] + [logout] + ${next.body()}