X-Git-Url: http://git.bytex64.net/?a=blobdiff_plain;f=www%2Fcss%2Fblerg.css;h=a1675784c679a967011e5f8dd99fd20518f43ea4;hb=f4fcda2f29d7c2efe91d9afabf7d5fcd4bd04b5a;hp=22300147da51e102ae5f1dfb7ae199a5a003291c;hpb=55431b133192e59138a51591d7ef4ef20b6ceb52;p=blerg.git diff --git a/www/css/blerg.css b/www/css/blerg.css index 2230014..a167578 100644 --- a/www/css/blerg.css +++ b/www/css/blerg.css @@ -74,6 +74,10 @@ a > img { font-size: 14pt; } +.feed-button.new { + background-color: #E4C010; +} + .spew-button { color: #333; background-color: #0D0; @@ -155,6 +159,22 @@ h1, h2, h3 { width: 100%; } +.blerg-user-controls { + font-size: 14pt; + text-align: right; +} + +.blerg-user-controls a { + color: inherit; + text-decoration: none; + margin-left: 4pt; +} + +.blerg-user-controls a:hover { + text-decoration: underline; +} + + .record { margin: 8pt 0 24pt 0; font-size: 14pt; @@ -180,25 +200,25 @@ h1, h2, h3 { text-align: right; } -#latest h2 { +.latest h2 { font-size: 16pt; } -#latest-tags { +.latest-tags { text-align: center; line-height: 2em; } -#latest-tags a { +.latest-tags a { margin: 0 0.75em; } -#latest-posts { +.latest-posts { height: 184pt; overflow: hidden; } -#latest-posts .record { +.latest-posts .record { font-size: 12pt; margin: 8pt 0; }