X-Git-Url: http://git.bytex64.net/?a=blobdiff_plain;f=www%2Fcss%2Fblerg.css;fp=www%2Fcss%2Fblerg.css;h=cec598b7f54fe52a216f29626f6ebd3b1deacbb0;hb=73a1174eca9932fa03220d13222b6a62eda2bfa1;hp=f0e556874fbc002a8134713b5981165b53fac5df;hpb=f52a8f9713f3695944257d179b7c418ee60062c7;p=blerg.git diff --git a/www/css/blerg.css b/www/css/blerg.css index f0e5568..cec598b 100644 --- a/www/css/blerg.css +++ b/www/css/blerg.css @@ -37,15 +37,18 @@ 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; @@ -202,6 +205,34 @@ h1, h2, h3 { color: #8F8F8F; } +.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 { font-size: 16pt; } @@ -268,3 +299,7 @@ h1, h2, h3 { color: red; font-weight: bold; } + +table.help td { + padding: 2pt 8pt; +}