Add post formatting help
[blerg.git] / www / css / blerg.css
index f0e5568..cec598b 100644 (file)
@@ -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;
+}