]> git.plutz.net Git - shellwiki/blobdiff - themes/default.css
html syntax typo
[shellwiki] / themes / default.css
index 51de9795192801d9f3b91afab67f86e45cf2d126..0bb82b6d7916ebc8da949960d4b3d17132383176 100644 (file)
@@ -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;