]> sipb.mit.edu Git - ikiwiki.git/blobdiff - basewiki/style.css
fix title metadata on blogs, reorg needed to do it, simplified tag some
[ikiwiki.git] / basewiki / style.css
index c7988b7b7aa95d0c74b2da8db758c90783834cde..ebc912553246c9d45adf4d046ec6d2b0d5f0d866 100644 (file)
 }      
 
 /* Stuff for the RecentChanges table. */
-.changeheader {
+tr.changeheader {
        background: #eee;
        color: black !important;
 }
-.changetime {
+tr.changeinfo {
+       background: #eee;
+       color: black !important;
+}
+th.changeheader {
+       padding: 1px .3em;
+}
+td.changeinfo { 
+       padding: 1px .3em;
+}
+td.changetime {
        white-space: nowrap;
+       padding: 1px .3em;
+}
+td.changelog {
+       font-style: italic;
 }
 
 /* Used for adding a blog page. */
@@ -60,7 +74,7 @@
        margin: 1em 0;
 }
 
-#pageinfo {
+.pageinfo {
        font-style: italic;
 }
 
        color: white !important;
        background: #ff9900;
 }
+
+/* Tag cloud. */
+.pagecloud {
+       float: right;
+       width: 30%;
+       text-align: center;
+}
+.smallestPC { font-size: 70%; }
+.smallPC { font-size: 85%; }
+.normalPC { font-size: 100%; }
+.bigPC { font-size: 115%; }
+.biggestPC { font-size: 130%; }