]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/style.css
(no commit message)
[ikiwiki.git] / doc / style.css
index 026d2c8817d6f35fd1ad76a6e4b3c9551292efbd..c7dc070cdc4046622ffe24862396165deb7e1a96 100644 (file)
        padding: .2em .4em;
 }
 
-.tags {
+.pagefooter {
        clear: both;
 }
 
+.tags {
+}
+
 #pageinfo {
-       clear: both;
        margin: 1em 0;
        border-top: 1px solid #000;
 }
@@ -53,6 +55,12 @@ div.tags {
        text-decoration: none;
 }
 
+.img caption {
+       font-size: 80%;
+       caption-side: bottom;
+       text-align: center;
+}
+
 #backlinks {
        margin-top: 1em;
 }
@@ -92,6 +100,9 @@ div.recentchanges {
 .recentchanges .desc {
        display: none;
 }
+.recentchanges .diff {
+       display: none;
+}
 .recentchanges .committer {
        float: left;
        margin: 0;
@@ -131,12 +142,15 @@ div.recentchanges {
 .pagedate,
 .pagelicense,
 .pagecopyright {
-       clear: both;
        font-style: italic;
        display: block;
        margin-top: 1em;
 }
 
+.error {
+       color: #C00;
+}
+
 /* Used for invalid form fields. */
 .fb_invalid {
        color: red;
@@ -191,6 +205,8 @@ div.recentchanges {
        margin-left: 40px;
        margin-bottom: 40px;
        padding: 2ex 2ex;
+       background: white;
+       color: black !important;
 }
 
 /* outlines */
@@ -258,6 +274,8 @@ input#openid_url {
        margin-bottom: 1ex;
        padding: 1ex 1ex;
        border: 1px solid #aaa;
+       background: white;
+       color: black !important;
 }
 
 /* Provided for use by template plugin for floating note boxes. */
@@ -269,6 +287,8 @@ input#openid_url {
        padding: 1ex 1ex;
        border: 1px solid #aaa;
        width: 25%
+       background: white;
+       color: black !important;
 }
 
 /* Used by the popup template and for backlinks hiding. */