]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - basewiki/style.css
* Patch from Recai to allow selection of page type when creating a new page.
[git.ikiwiki.info.git] / basewiki / style.css
index c7ed9107e288186d2aa7df3427ef4fcafbcfaac6..74186ab3b290444697272637f46d86a8a0eeccb0 100644 (file)
@@ -1,5 +1,8 @@
-#header h1 {
+.header {
        margin: 0;
+       font-size: 22px;
+       font-weight: bold;
+       line-height: 1em;
 }
 
 #actions ul {
        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;
        color: black !important;
 }
 
+.inlinepage {
+       padding: 10px 10px;
+       border: 1px solid #aaa;
+}
+
 #backlinks {
        margin: 1em 0;
 }