]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/style.css
* Fix links to stylesheets when usedirs is enabled.
[ikiwiki.git] / doc / style.css
index b399e264324d2e424d394fd0dead250ee353b68b..34dd5a49cc2ccd630765179c80d9bdde6ed8d42c 100644 (file)
@@ -39,7 +39,7 @@
        clear: both;
 }
 
-#footer {
+#pageinfo {
        clear: both;
        margin: 1em 0;
        border-top: 1px solid #000;
@@ -63,7 +63,7 @@ div.tags {
 }
 
 img {
-       border: 0px;
+       border-style: none;
 }
 
 /* Stuff for the RecentChanges table. */
@@ -89,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;
@@ -109,7 +102,7 @@ td.changelog {
        border: 1px solid #aaa;
 }
 
-.pageinfo {
+.pagedate {
        clear: both;
        font-style: italic;
        display: block;
@@ -152,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%; }
@@ -265,6 +262,8 @@ 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);
@@ -278,3 +277,17 @@ fieldset {
 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;
+}