]> sipb.mit.edu Git - ikiwiki.git/blobdiff - basewiki/style.css
* New pagestats plugin from Enrico, which can generate a table counting
[ikiwiki.git] / basewiki / style.css
index 43570279d379c131f5515233891a833f16ae6006..ebc912553246c9d45adf4d046ec6d2b0d5f0d866 100644 (file)
        border-bottom: 1px solid #000;
 }
 
+#editcontent {
+       width: 100%;
+}      
+
+/* Stuff for the RecentChanges table. */
+tr.changeheader {
+       background: #eee;
+       color: black !important;
+}
+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. */
 #blogform {
        padding: 10px 10px;
@@ -47,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%; }