X-Git-Url: http://git.bytex64.net/?a=blobdiff_plain;f=www%2Fcss%2Fblerg.css;h=9de598b219a54aee0f05b707a7bef16e1df7c57d;hb=ef568497bf23c8fe38e378f20c175ea6accc7b2f;hp=7cf15a8b7ffbdfa19cbab1a5c1475d2981bf6019;hpb=54789cc8538714fc3622646721f6f2ecceae94ac;p=blerg.git diff --git a/www/css/blerg.css b/www/css/blerg.css index 7cf15a8..9de598b 100644 --- a/www/css/blerg.css +++ b/www/css/blerg.css @@ -12,14 +12,15 @@ body { background-color: white; } +a.ref { + color: #404040; +} + a > img { border: 0; } #header { - background-image: url(/images/title_bg.png); - background-size: auto 100%; - background-repeat: repeat-x; background-color: #1E1E1E; color: white; padding: 8px 8px 16px 8px; @@ -87,8 +88,7 @@ h1, h2, h3 { } #post { - padding: 20pt; - margin-bottom: 1.5em; + padding: 20pt 20pt 16pt 20pt; } #post h2 { @@ -130,3 +130,25 @@ h1, h2, h3 { color: #8F8F8F; text-align: right; } + +#latest h2 { + font-size: 16pt; +} + +#latest-posts { + height: 92pt; + overflow: hidden; +} + +#latest-posts .record { + font-size: 12pt; + margin: 4pt 0; +} + +.author { + font-weight: bold; +} + +#usercontrols { + font-weight: bold; +}