]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/style.css
wishlist
[ikiwiki.git] / doc / style.css
index e414736ffe70dfd7119a542479ebedda626bbc70..b985079914f9230163a67283465fc9b71ed2b14f 100644 (file)
        clear: both;
 }
 
-#tags {
+#pageinfo {
+       clear: both;
        margin: 1em 0;
+       border-top: 1px solid #000;
 }
 
-#backlinks {
-       margin: 1em 0;
+div.tags {
+       margin-top: 1em;
 }
 
-#footer {
-       clear: both;
-       margin: 1em 0;
-       border-top: 1px solid #000;
+.mapparent {
+       text-decoration: none;
+}
+
+.img caption {
+       font-size: 80%;
+       caption-side: bottom;
+       text-align: center;
+}
+
+#backlinks {
+       margin-top: 1em;
 }
 
 #searchform {
 }
 
 img {
-       border: 0px;
+       border-style: none;
 }
 
-/* Stuff for the RecentChanges table. */
-tr.changeheader {
+div.recentchanges {
+       border-style: solid;
+       border-width: 1px;
+       overflow: auto;
+       width: 100%;
        background: #eee;
        color: black !important;
 }
-tr.changeinfo {
-       background: #eee;
+.recentchanges .metadata {
+       padding: 0px 0.5em;
+}
+.recentchanges .changelog {
+       font-style: italic;
+       clear: both;
+       display: block;
+       padding: 1px 2px;
+       background: white !important;
        color: black !important;
 }
-th.changeheader {
-       padding: 1px .3em;
+.recentchanges .desc {
+       display: none;
 }
-td.changeinfo {
-       padding: 1px .3em;
+.recentchanges .diff {
+       display: none;
 }
-td.changetime {
-       white-space: nowrap;
-       padding: 1px .3em;
+.recentchanges .committer {
+       float: left;
+       margin: 0;
+       width: 40%;
 }
-td.changelog {
-       font-style: italic;
+.recentchanges .committype {
+       float: left;
+       margin: 0;
+       width: 5%;
+       font-size: small;
 }
-
-.pagecloud {
-       padding: 10px 10px;
-       border: 1px solid #aaa;
-       background: #eee;
-       color: black !important;
+.recentchanges .changedate {
+       float: left;
+       margin: 0;
+       width: 35%;
+       font-size: small;
+}
+.recentchanges .pagelinks {
+       float: right;
+       margin: 0;
+       width: 60%;
 }
 
 /* Used for adding a blog page. */
@@ -109,10 +137,13 @@ td.changelog {
        border: 1px solid #aaa;
 }
 
-.pageinfo {
+.pagedate,
+.pagelicense,
+.pagecopyright {
        clear: both;
        font-style: italic;
        display: block;
+       margin-top: 1em;
 }
 
 /* Used for invalid form fields. */
@@ -151,6 +182,10 @@ td.changelog {
        float: right;
        width: 30%;
        text-align: center;
+       padding: 10px 10px;
+       border: 1px solid #aaa;
+       background: #eee;
+       color: black !important;
 }
 .smallestPC { font-size: 70%; }
 .smallPC { font-size: 85%; }
@@ -264,7 +299,32 @@ input#openid_url {
        border: 2px solid;
        background-color: #dee;
        color: black;
+       
+       /* Nonstandard, but very nice. */
        opacity: 0.95;
        -moz-opacity: 0.95;
        filter: alpha(opacity=95);
 }
+
+/* Formbuilder styling */
+fieldset {
+       margin: 1ex 0;
+       border: 1px solid black;
+}
+legend {
+       padding: 0 1ex;
+}
+.fb_submit {
+       float: left;
+       margin: 2px 0;
+}
+#signin_openid_url_label {
+       float: left;
+       margin-right: 1ex;
+}
+#signin_openid {
+       padding: 10px 10px;
+       border: 1px solid #aaa;
+       background: #eee; 
+       color: black !important;
+}