]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/style.css
web commit by intrigeri: pedigree: (begining of) answer
[ikiwiki.git] / doc / style.css
index 0a37e55aa5f60f3aa3259979dc0bff4b7c688072..0e3bfb3e6caf3226988a74f5f299debd8ab62ee2 100644 (file)
        padding: .2em .4em;
 }
 
-#backlinks {
-       margin: 1em 0;
+.pagefooter {
+       clear: both;
 }
 
 .tags {
-       clear: both;
 }
 
-div.tags {
+#pageinfo {
+       margin: 1em 0;
        border-top: 1px solid #000;
 }
 
-#footer {
-       margin: 1em 0;
+div.tags {
+       margin-top: 1em;
+}
+
+.mapparent {
+       text-decoration: none;
+}
+
+.img caption {
+       font-size: 80%;
+       caption-side: bottom;
+       text-align: center;
+}
+
+#backlinks {
+       margin-top: 1em;
 }
 
 #searchform {
@@ -60,34 +74,56 @@ div.tags {
        width: 100%;
 }
 
-/* Stuff for the RecentChanges table. */
-tr.changeheader {
+img {
+       border-style: none;
+}
+
+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;
+}
+.recentchanges .diff {
+       display: none;
 }
-td.changeinfo {
-       padding: 1px .3em;
+.recentchanges .committer {
+       float: left;
+       margin: 0;
+       width: 40%;
 }
-td.changetime {
-       white-space: nowrap;
-       padding: 1px .3em;
+.recentchanges .committype {
+       float: left;
+       margin: 0;
+       width: 5%;
+       font-size: small;
 }
-td.changelog {
-       font-style: italic;
+.recentchanges .changedate {
+       float: left;
+       margin: 0;
+       width: 35%;
+       font-size: small;
 }
-
-.pagecloud {
-       padding: 10px 10px;
-       border: 1px solid #aaa;
-       background: #eee;
-       color: black !important;
+.recentchanges .pagelinks {
+       float: right;
+       margin: 0;
+       width: 60%;
 }
 
 /* Used for adding a blog page. */
@@ -103,10 +139,16 @@ td.changelog {
        border: 1px solid #aaa;
 }
 
-.pageinfo {
-       clear: both;
+.pagedate,
+.pagelicense,
+.pagecopyright {
        font-style: italic;
        display: block;
+       margin-top: 1em;
+}
+
+.error {
+       color: #C00;
 }
 
 /* Used for invalid form fields. */
@@ -145,6 +187,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%; }
@@ -258,11 +304,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);
 }
-.popup:hover .expand,
-.popup:focus .expand {
-       display: inline;
+
+/* 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;
 }