X-Git-Url: http://git.bytex64.net/?a=blobdiff_plain;f=www%2Fcss%2Fblerg.css;h=1ceca6db191df9054df7ee3d97fcbaf8aaf5e458;hb=e5ddf802919d8f9d123d02b14602a98168c7bf6f;hp=4ff8277e5eb4566f8df0289b91495b762c4b0444;hpb=b4f3c5710795c0792e7e21659571002079acd133;p=blerg.git diff --git a/www/css/blerg.css b/www/css/blerg.css index 4ff8277..1ceca6d 100644 --- a/www/css/blerg.css +++ b/www/css/blerg.css @@ -12,6 +12,10 @@ body { background-color: white; } +a.ref { + color: #404040; +} + a > img { border: 0; } @@ -115,12 +119,20 @@ h1, h2, h3 { font-size: 14pt; } +.record p { + margin-bottom: 0; +} + .record .info { color: #8F8F8F; font-size: small; font-style: italic; } +.record .info a { + color: #8F8F8F; +} + #navigation { font-size: small; color: #8F8F8F; @@ -131,16 +143,35 @@ h1, h2, h3 { font-size: 16pt; } +#latest-tags { + text-align: center; + line-height: 2em; +} + +#latest-tags a { + margin: 0 0.75em; +} + #latest-posts { - height: 92pt; + height: 184pt; overflow: hidden; } #latest-posts .record { font-size: 12pt; - margin: 4pt 0; + margin: 8pt 0; } .author { font-weight: bold; } + +#usercontrols { + font-weight: bold; +} + +.quote { + border-left: 2px solid blue; + padding-left: 6px; + margin-left: 2px; +}