]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/style.css
response
[ikiwiki.git] / doc / style.css
index a6e6734e3124151829d585b2b566e5347df84c03..e6512aed8834971abf312c3d1ae36f940630e7f9 100644 (file)
@@ -44,6 +44,9 @@ div.inlinecontent {
 .pagefooter {
        clear: both;
 }
+.inlinefooter {
+       clear: both;
+}
 
 .tags {
 }
@@ -370,11 +373,13 @@ span.color {
        padding: 2px;
 }
 
-.comment-header {
+.comment-header,
+.microblog-header {
        font-style: italic;
        margin-top: .3em;
 }
-.comment .author {
+.comment .author,
+.microblog .author {
        font-weight: bold;
 }
 .comment-subject {
@@ -384,3 +389,21 @@ span.color {
        border: 1px solid #aaa;
        padding: 3px;
 }
+
+/* Used by the highlight plugin. */
+
+pre.hl { color:#000000; background-color:#ffffff; }
+.hl.num { color:#2928ff; }
+.hl.esc { color:#ff00ff; }
+.hl.str { color:#ff0000; }
+.hl.dstr { color:#818100; }
+.hl.slc { color:#838183; font-style:italic; }
+.hl.com { color:#838183; font-style:italic; }
+.hl.dir { color:#008200; }
+.hl.sym { color:#000000; }
+.hl.line { color:#555555; }
+.hl.mark { background-color:#ffffbb; }
+.hl.kwa { color:#000000; font-weight:bold; }
+.hl.kwb { color:#830000; }
+.hl.kwc { color:#000000; font-weight:bold; }
+.hl.kwd { color:#010181; }