]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/style.css
Merge tag '3.20120202' into trail3-integrated
[ikiwiki.git] / doc / style.css
index fa413cf24a20432cb5a5221d47fe0032b93216bc..35a133198afc470668629b842f58679195852011 100644 (file)
@@ -247,6 +247,9 @@ span.color {
 .comment-subject {
        font-weight: bold;
 }
+.comment-avatar {
+       float: right;
+}
 .comment {
        border: 1px solid #aaa;
        padding: 3px;
@@ -490,3 +493,46 @@ a.openid_large_btn:focus {
 .openid_selected {
        border: 4px solid #DDD;
 }
+
+.fileupload-content .ui-progressbar {
+       width: 200px;
+       height: 20px;
+}
+.fileupload-content .ui-progressbar-value {
+       background: url(ikiwiki/images/pbar-ani.gif);
+}
+
+.trail {
+       display: block;
+       clear: both;
+       position: relative;
+}
+
+.trailprev {
+       display: block;
+       text-align: left;
+       position: absolute;
+       top: 0%;
+       left: 3%;
+       width: 30%;
+}
+
+.trailup {
+       display: block;
+       text-align: center;
+       margin-left: 35%;
+       margin-right: 35%;
+}
+
+.trailnext {
+       display: block;
+       text-align: right;
+       position: absolute;
+       top: 0%;
+       width: 30%;
+       right: 3%;
+}
+
+.trailsep {
+       display: none;
+}