X-Git-Url: https://git.plutz.net/?a=blobdiff_plain;f=themes%2Fdefault.css;h=0bb82b6d7916ebc8da949960d4b3d17132383176;hb=96c0bf3977695c229e0771c3675f5ed5f9ebca4f;hp=51de9795192801d9f3b91afab67f86e45cf2d126;hpb=ebac44302c70e36c951e77f0c5496c74bee547ee;p=shellwiki diff --git a/themes/default.css b/themes/default.css index 51de979..0bb82b6 100644 --- a/themes/default.css +++ b/themes/default.css @@ -100,6 +100,13 @@ main > form#deletepage, background-color: #FFF; } +main > form#deletepage label[for=delsub] { + text-decoration: underline; +} +main > form#deletepage input#delsub:checked + label + ul li.delsub { + text-decoration: line-through; +} + [id$="/[revision]"] main .revisions, [id$="/[attachment]"] main > .attachment.list { margin: 1em; @@ -300,6 +307,18 @@ li.task.unsure:before { content: '? ' ; color: #880; font-weight: bold; pa } +ul.macro.tag { padding: 0; } +.macro.tag li.tag { + display: inline-block; + color: #FFF; + background-color: #333; + font-size: .875em; + padding: 0 .5em; + margin: .25em .25em 0 0; + border-radius: .375em; +} + + .macro.changes td .date { display: block; font-size: .75em;