]> sipb.mit.edu Git - ikiwiki.git/blobdiff - basewiki/style.css
web commit by IainMcLaren
[ikiwiki.git] / basewiki / style.css
index 82a01d8a05a1a437995d1ed934944499424c1413..2e0141050a26a183467a9bc9e0ab5c3d2e9ff841 100644 (file)
@@ -1,11 +1,10 @@
 #header h1 {
        margin: 0;
-       padding: 2px 0;
 }
 
 #actions ul {
        margin: 0;
-       padding: 2px;
+       padding: 6px;
        list-style-type: none;
        border-bottom: 1px solid #000;
 }
        padding: .2em .4em;
 }
 
+#searchform {
+       display: inline;
+       float: right;
+}
+
 #content {
        border-bottom: 1px solid #000;
 }
        padding: 10px 10px;
        border: 1px solid #aaa;
        background: #eee;
+       color: black !important;
+}
+
+.inlinepage {
+       padding: 10px 10px;
+       border: 1px solid #aaa;
 }
 
 #backlinks {
 /* Used for invalid form fields. */
 .fb_invalid {
        color: red;
+       background: white !important;
 }
 
 /* Used for required form fields. */
 .fb_required {
-       fornt-style: bold;
+       font-weight: bold;
 }
 
 /* RSS button. */
@@ -64,5 +75,6 @@
        margin-top: 1em;
 }
 .rssbutton:hover {
+       color: white !important;
        background: #ff9900;
 }