]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/style.css
add a link to patchqueue post
[ikiwiki.git] / doc / style.css
index af460dd0d063777c540843acdeec54a69e999c89..34dd5a49cc2ccd630765179c80d9bdde6ed8d42c 100644 (file)
        padding: .2em .4em;
 }
 
-#backlinks {
-       margin: 1em 0;
+.tags {
+       clear: both;
 }
 
-.tags {
+#pageinfo {
        clear: both;
+       margin: 1em 0;
+       border-top: 1px solid #000;
 }
 
 div.tags {
-       border-top: 1px solid #000;
+       margin-top: 1em;
 }
 
-#footer {
-       margin: 1em 0;
+#backlinks {
+       margin-top: 1em;
 }
 
 #searchform {
@@ -60,6 +62,10 @@ div.tags {
        width: 100%;
 }
 
+img {
+       border-style: none;
+}
+
 /* Stuff for the RecentChanges table. */
 tr.changeheader {
        background: #eee;
@@ -83,13 +89,6 @@ td.changelog {
        font-style: italic;
 }
 
-.pagecloud {
-       padding: 10px 10px;
-       border: 1px solid #aaa;
-       background: #eee;
-       color: black !important;
-}
-
 /* Used for adding a blog page. */
 #blogform {
        padding: 10px 10px;
@@ -103,10 +102,11 @@ td.changelog {
        border: 1px solid #aaa;
 }
 
-.pageinfo {
+.pagedate {
        clear: both;
        font-style: italic;
        display: block;
+       margin-top: 1em;
 }
 
 /* Used for invalid form fields. */
@@ -145,6 +145,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%; }
@@ -239,13 +243,14 @@ input#openid_url {
        width: 25%
 }
 
-/* Used by the popup template. */
+/* Used by the popup template and for backlinks hiding. */
 .popup {
        border-bottom: 1px dotted #366;
        color: #366;
 }
 .popup .balloon,
-.popup .paren {
+.popup .paren,
+.popup .expand {
        display: none;
 }
 .popup:hover .balloon,
@@ -257,7 +262,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;
+}