Frontpage and style tweaks
[blerg.git] / www / css / blerg.css
index 8bd4166..f818e10 100644 (file)
@@ -12,6 +12,10 @@ body {
        background-color: white;
 }
 
+a.ref {
+       color: #404040;
+}
+
 a > img {
        border: 0;
 }
@@ -126,3 +130,34 @@ h1, h2, h3 {
        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;
+}