X-Git-Url: http://git.bytex64.net/?a=blobdiff_plain;f=www%2Fcss%2Fblerg.css;h=f0e556874fbc002a8134713b5981165b53fac5df;hb=b1a0c97ba2653976a4b4eb91d989ebf6eafdcc18;hp=22300147da51e102ae5f1dfb7ae199a5a003291c;hpb=55431b133192e59138a51591d7ef4ef20b6ceb52;p=blerg.git diff --git a/www/css/blerg.css b/www/css/blerg.css index 2230014..f0e5568 100644 --- a/www/css/blerg.css +++ b/www/css/blerg.css @@ -52,6 +52,14 @@ a > img { text-shadow: black 0px 1px; } +.blerg-header .onyx-input, .blerg-header .onyx-textarea { + color: white; +} + +.blerg-header .onyx-focused > .onyx-input, .blerg-header .onyx-focused > .onyx-textarea { + color: black; +} + .blerg-controls { float: right; position: relative; @@ -74,6 +82,10 @@ a > img { font-size: 14pt; } +.feed-button.new { + background-color: #E4C010; +} + .spew-button { color: #333; background-color: #0D0; @@ -126,7 +138,7 @@ h1, h2, h3 { .blerg-post .onyx-input-decorator { display: block; - border-color: #CCC; + border-color: #999; margin: 4pt 0; } @@ -155,6 +167,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; @@ -174,31 +202,25 @@ h1, h2, h3 { color: #8F8F8F; } -#navigation { - font-size: small; - color: #8F8F8F; - 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; } @@ -207,10 +229,6 @@ h1, h2, h3 { font-weight: bold; } -#usercontrols { - font-weight: bold; -} - .quote { border-left: 2px solid blue; padding-left: 6px; @@ -239,4 +257,14 @@ h1, h2, h3 { .blerg-dialog .onyx-input { width: 100%; + color: white; +} + +.blerg-dialog .onyx-focused > .onyx-input { + color: black; +} + +.blerg-error { + color: red; + font-weight: bold; }