]> git.plutz.net Git - shellwiki/blobdiff - themes/default.css
styling for <<changes>> macro
[shellwiki] / themes / default.css
index 3e924b57de1d8702a7e0b116d6670469f27b488f..4c94580e07e9d71fd5c9c5b324ec42bb6480e69a 100644 (file)
@@ -249,6 +249,7 @@ main pre {
 .macro.toc li.h5 { margin-left: 5em; }
 .macro.toc li.h6 { margin-left: 6.25em; }
 
+
 .macro.gallery {
   text-align: center;
   margin: 2em 0;
@@ -259,3 +260,19 @@ main pre {
   max-height: 9em;
   margin: 0 .25em;
 }
+
+
+.macro.changes td .date {
+  display: block;
+  font-size: .75em;
+}
+.macro.changes td.outdated,
+.macro.changes td.current,
+.macro.changes td.missing {
+  text-align: center;
+}
+.macro.changes th { background-color: #EEF; }
+.macro.changes td { background-color: #DFF; }
+.macro.changes td.outdated { background-color: #FFD; }
+.macro.changes td.current  { background-color: #DFD; }
+.macro.changes td.missing  { background-color: #FDD; }