Add a way of seeing other users' chatter
[blerg.git] / www / css / blerg.css
index efaec44..66aeeb8 100644 (file)
@@ -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");
@@ -14,9 +17,6 @@ a > img {
 }
 
 #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 +84,7 @@ h1, h2, h3 {
 }
 
 #post {
-       padding: 20pt;
-       margin-bottom: 1.5em;
+       padding: 20pt 20pt 16pt 20pt;
 }
 
 #post h2 {
@@ -127,3 +126,25 @@ h1, h2, h3 {
        color: #8F8F8F;
        text-align: right;
 }
+
+#latest h2 {
+       font-size: 16pt;
+}
+
+#latest-posts {
+       height: 92pt;
+       overflow: hidden;
+}
+
+#latest-posts .record {
+       font-size: 12pt;
+       margin: 4pt 0;
+}
+
+.author {
+       font-weight: bold;
+}
+
+#usercontrols {
+       font-weight: bold;
+}