X-Git-Url: http://git.bytex64.net/?a=blobdiff_plain;ds=sidebyside;f=www%2Fcss%2Fblerg.css;h=cec598b7f54fe52a216f29626f6ebd3b1deacbb0;hb=6eee0074c07ce85359975621ff832943d320493a;hp=24bb13ebdfb0216ceaf9bf867c89f98963845818;hpb=13ce437d1c9120ac0813abbbf7602097e7ac14dc;p=blerg.git diff --git a/www/css/blerg.css b/www/css/blerg.css index 24bb13e..cec598b 100644 --- a/www/css/blerg.css +++ b/www/css/blerg.css @@ -37,21 +37,32 @@ a > img { text-shadow: black 0px 2px; } -.blerg-header a { - color: inherit; +.blerg-header h1 a { text-decoration: none; } -.blerg-header a:hover { +.blerg-header h1 a:hover { text-decoration: underline; } +.blerg-header a { + color: inherit; +} + .blerg-header h2 { margin: 0; font-size: 28px; 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 +85,10 @@ a > img { font-size: 14pt; } +.feed-button.new { + background-color: #E4C010; +} + .spew-button { color: #333; background-color: #0D0; @@ -126,7 +141,7 @@ h1, h2, h3 { .blerg-post .onyx-input-decorator { display: block; - border-color: #CCC; + border-color: #999; margin: 4pt 0; } @@ -155,6 +170,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,10 +205,32 @@ h1, h2, h3 { color: #8F8F8F; } -#navigation { - font-size: small; - color: #8F8F8F; - text-align: right; +.record h1 { + font-size: 18pt; + margin: 1em 0; +} + +.record h2 { + font-size: 16pt; + margin: 1em 0; +} + +.record h3 { + font-size: 14pt; + margin: 1em 0; +} + +.record h4 { + font-size: 14pt; + font-weight: normal; + margin: 1em 0; +} + +.record h5 { + font-size: 14pt; + font-weight: normal; + font-style: italic; + margin: 1em 0; } .latest h2 { @@ -207,10 +260,6 @@ h1, h2, h3 { font-weight: bold; } -#usercontrols { - font-weight: bold; -} - .quote { border-left: 2px solid blue; padding-left: 6px; @@ -239,4 +288,18 @@ 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; +} + +table.help td { + padding: 2pt 8pt; }