X-Git-Url: http://git.bytex64.net/?a=blobdiff_plain;f=www%2Fcss%2Fblerg.css;h=1ceca6db191df9054df7ee3d97fcbaf8aaf5e458;hb=4182838777472d5416bda381f784881e7948ecce;hp=efaec444779185e9a2bc00e956104c164014a1e9;hpb=6ce5fb7ab6e31f76e57639e4d04e32af33e77ee6;p=blerg.git diff --git a/www/css/blerg.css b/www/css/blerg.css index efaec44..1ceca6d 100644 --- a/www/css/blerg.css +++ b/www/css/blerg.css @@ -1,3 +1,6 @@ +/* Blerg is (C) 2011 The Dominion of Awesome, and is distributed under a + * BSD-style license. Please see the COPYING file for details. + */ @font-face { font-family: "Alte Haas Grotesk Bold"; src: url("/fonts/AlteHaasGroteskBold.ttf"); @@ -9,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; @@ -84,8 +88,7 @@ h1, h2, h3 { } #post { - padding: 20pt; - margin-bottom: 1.5em; + padding: 20pt 20pt 16pt 20pt; } #post h2 { @@ -116,14 +119,59 @@ 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; text-align: right; } + +#latest h2 { + font-size: 16pt; +} + +#latest-tags { + text-align: center; + line-height: 2em; +} + +#latest-tags a { + margin: 0 0.75em; +} + +#latest-posts { + height: 184pt; + overflow: hidden; +} + +#latest-posts .record { + font-size: 12pt; + margin: 8pt 0; +} + +.author { + font-weight: bold; +} + +#usercontrols { + font-weight: bold; +} + +.quote { + border-left: 2px solid blue; + padding-left: 6px; + margin-left: 2px; +}