X-Git-Url: http://git.plutz.net/?a=blobdiff_plain;f=themes%2Fdefault.css;h=ee0d5a686453c6b346509bab02da105c37920902;hb=99c4ddf7db703a805b267f9136becde2a064b28e;hp=4c94580e07e9d71fd5c9c5b324ec42bb6480e69a;hpb=9c54db6ec648c690cc3111faa19c3312d51d041e;p=shellwiki diff --git a/themes/default.css b/themes/default.css index 4c94580..ee0d5a6 100644 --- a/themes/default.css +++ b/themes/default.css @@ -109,6 +109,27 @@ main pre { overflow-x: auto; } +li.task > input[type=checkbox][disabled], +li.task > p > input[type=checkbox][disabled] { + display: none; +} +li.task > p:first-child { display: inline-block;} + +-li.task:before { font-size: 1.125em; } +li.task.pending:before { content: '\274f '; color: #222; } +li.task.partial:before { content: '\25d4 '; color: #880; } +li.task.negative:before { content: '\2718 '; color: #800; } +li.task.done:before { content: '\2714 '; color: #080; } +li.task.unsure:before { content: '? ' ; color: #880; font-weight: bold; padding-left: 2pt; } + +/* Alternative Check Symbols, all from "geometric shapes" block */ /* +-li.task.pending:before { content: '\25a1 '; color: #222; } +-li.task.partial:before { content: '\25d4 '; color: #880; } +-li.task.negative:before { content: '\25a8 '; color: #800; } +-li.task.done:before { content: '\25a3 '; color: #080; } +*/ + + /* === Editor === */ [id$="/[edit]"] main .pagemenu { @@ -255,6 +276,7 @@ main pre { margin: 2em 0; padding: .5em .125em; background-color: #444; + clear: both; } .macro.gallery img { max-height: 9em;