X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=static%2Ftheme.css;h=7417e57c080fe03e69977cc8294be143f2c32ef1;hb=5618c8b62b18564ea4262cd089dcf54af72afc10;hp=3e4c4f4d1685bf3cde8616e42cb17e03110e0974;hpb=6013420158d848f6411a7210585d107191fc5ee7;p=websub-hub diff --git a/static/theme.css b/static/theme.css index 3e4c4f4..7417e57 100644 --- a/static/theme.css +++ b/static/theme.css @@ -11,16 +11,36 @@ body { flex-direction: column; } header {} +header nav { + margin-bottom: 1em; +} header nav ol { list-style-type: none; margin: 0; padding: 0; - border: 1px solid #000; } -header nav ol li a { - display: block; - width: 10em; +header nav ol li { + display: inline; text-align: center; + border-top: 2px solid #666; + border-bottom: 2px solid #666; + border-left: 1px solid #666; + border-right: 1px solid #666; + padding: .3em .5em .2em .5em; +} +header nav ol > li:first-child { + border-left: 2px solid #666; +} +header nav ol > li:last-child { + border-right: 2px solid #666; +} +header nav ol li:hover { + background-color: #ddd; +} +header nav ol a { + font-variant-caps: small-caps; + text-decoration: none; + font-weight: bold; } h1 { margin-top: 1em; @@ -35,8 +55,14 @@ main { flex-grow: 1; } section {} +section + section { + margin-top: 2em; +} .about {} .usage {} +.copyright { + font-size: small; +} .topics {} .subscriptions {} .external { @@ -45,6 +71,15 @@ section {} background-repeat: no-repeat; padding-right: 13px; } +.hidden { + display: none; +} +.h-app img { + vertical-align: middle; +} +.errors ul { + border: 1px solid red; +} table { border: 0; width: 100%;