]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/style.css
Migrate doc/bugs via prefix_directives
[ikiwiki.git] / doc / style.css
index 1cd856c534ad1791cc9106581327cc70705c02da..0e3bfb3e6caf3226988a74f5f299debd8ab62ee2 100644 (file)
        padding: .2em .4em;
 }
 
-.tags {
+.pagefooter {
        clear: both;
 }
 
+.tags {
+}
+
 #pageinfo {
-       clear: both;
        margin: 1em 0;
        border-top: 1px solid #000;
 }
@@ -49,6 +51,16 @@ div.tags {
        margin-top: 1em;
 }
 
+.mapparent {
+       text-decoration: none;
+}
+
+.img caption {
+       font-size: 80%;
+       caption-side: bottom;
+       text-align: center;
+}
+
 #backlinks {
        margin-top: 1em;
 }
@@ -66,34 +78,52 @@ img {
        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,13 +139,18 @@ td.changelog {
        border: 1px solid #aaa;
 }
 
-.pagedate {
-       clear: both;
+.pagedate,
+.pagelicense,
+.pagecopyright {
        font-style: italic;
        display: block;
        margin-top: 1em;
 }
 
+.error {
+       color: #C00;
+}
+
 /* Used for invalid form fields. */
 .fb_invalid {
        color: red;
@@ -152,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%; }