X-Git-Url: https://git.plutz.net/?a=blobdiff_plain;f=themes%2Fdefault.css;h=d60f08735a8d5b385069b2482d6a0551f8c765d1;hb=2ad6da3df5555069e13d2c5c6f39b5d3a4d8071d;hp=3e924b57de1d8702a7e0b116d6670469f27b488f;hpb=b38618066722aa5000fc679ed07ebca63939e9fe;p=shellwiki diff --git a/themes/default.css b/themes/default.css index 3e924b5..d60f087 100644 --- a/themes/default.css +++ b/themes/default.css @@ -249,13 +249,31 @@ 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; padding: .5em .125em; background-color: #444; + clear: both; } .macro.gallery img { 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; }