MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus Populus DE
Zur Navigation springenZur Suche springen
Thk (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
Thk (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
(4 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 2: | Zeile 2: | ||
p, h1, h2, h3, h4, h5, h6, small, ul, ol { |
p, h1, h2, h3, h4, h5, h6, small, ul, ol { |
||
max-width: 48em; |
max-width: 48em; |
||
} |
|||
.no-underline > a { |
|||
text-decoration: none; |
|||
} |
} |
||
/* Quiz CSS */ |
/* Quiz CSS */ |
||
⚫ | |||
.ns-3000.action-view:not(:has(#column-one:target)) .toctogglecheckbox:checked ~ ul { |
|||
display:revert; |
|||
} |
|||
⚫ | |||
.ns-3000.action-view:not(:has(#column-one:target)) #footer { |
|||
display:none; |
display:none; |
||
} |
} |
||
Zeile 20: | Zeile 30: | ||
} |
} |
||
.ns-3000.action-view:not(:has(#column-one:target)) .mw-editsection, |
.ns-3000.action-view:not(:has(#column-one:target)) .mw-editsection, |
||
.ns-3000.action-view:not(:has(#column-one:target)) .firstHeading { |
|||
display:none; |
display:none; |
||
} |
} |
||
Zeile 28: | Zeile 39: | ||
padding-top:0; |
padding-top:0; |
||
} |
} |
||
.ns-3000.action-view:not(:has(#column-one:target)) .toctitle, |
.ns-3000.action-view:not(:has(#column-one:target)) .toctitle, |
||
.ns-3000.action-view:not(:has(#column-one:target)) .tocnumber { |
|||
display:none; |
display:none; |
||
} |
} |
||
Zeile 43: | Zeile 55: | ||
.ns-3000.action-view:not(:has(#column-one:target)) .mw-parser-output > h2:has(> span.mw-headline:target) ~ :not(h2) { |
.ns-3000.action-view:not(:has(#column-one:target)) .mw-parser-output > h2:has(> span.mw-headline:target) ~ :not(h2) { |
||
display: |
display:revert; |
||
} |
} |
||
Zeile 51: | Zeile 63: | ||
.ns-3000.action-view:not(:has(#column-one:target)) .mw-parser-output > h2:first-of-type:not(:has(~ h2 > span.mw-headline:target)) ~ :not(h2) { |
.ns-3000.action-view:not(:has(#column-one:target)) .mw-parser-output > h2:first-of-type:not(:has(~ h2 > span.mw-headline:target)) ~ :not(h2) { |
||
display: |
display: revert; |
||
} |
} |
||
Zeile 58: | Zeile 70: | ||
} |
} |
||
.ns-3000.action-view:not(:has(#column-one:target)) #toc a.selected { |
.ns-3000.action-view:not(:has(#column-one:target)) #toc li:has(a.selected) { |
||
background:# |
background:#EEE; |
||
color:#000; |
color:#000; |
||
} |
} |
Aktuelle Version vom 25. September 2024, 04:19 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ p, h1, h2, h3, h4, h5, h6, small, ul, ol { max-width: 48em; } .no-underline > a { text-decoration: none; } /* Quiz CSS */ .ns-3000.action-view:not(:has(#column-one:target)) .toctogglecheckbox:checked ~ ul { display:revert; } .ns-3000.action-view:not(:has(#column-one:target)) #column-one, .ns-3000.action-view:not(:has(#column-one:target)) #footer { display:none; } .ns-3000.action-view:not(:has(#column-one:target)) #column-content { float:none; margin:0; } .ns-3000.action-view:not(:has(#column-one:target)) #content { margin:0; border:none; padding-top:0; } .ns-3000.action-view:not(:has(#column-one:target)) .mw-editsection, .ns-3000.action-view:not(:has(#column-one:target)) .firstHeading { display:none; } .ns-3000.action-view:not(:has(#column-one:target)) .toc { border:none; padding-top:0; } .ns-3000.action-view:not(:has(#column-one:target)) .toctitle, .ns-3000.action-view:not(:has(#column-one:target)) .tocnumber { display:none; } .ns-3000.action-view:not(:has(#column-one:target)) .mw-parser-output > h2 { margin:0; border:0; display: none; } .ns-3000.action-view:not(:has(#column-one:target)) .mw-parser-output > h2 ~ :not(h2) { display: none; } .ns-3000.action-view:not(:has(#column-one:target)) .mw-parser-output > h2:has(> span.mw-headline:target) ~ :not(h2) { display:revert; } .ns-3000.action-view:not(:has(#column-one:target)) .mw-parser-output > h2:has(> span.mw-headline:target) ~h2 ~ :not(h2) { display:none; } .ns-3000.action-view:not(:has(#column-one:target)) .mw-parser-output > h2:first-of-type:not(:has(~ h2 > span.mw-headline:target)) ~ :not(h2) { display: revert; } .ns-3000.action-view:not(:has(#column-one:target)) .mw-parser-output > h2:first-of-type:not(:has(~ h2 > span.mw-headline:target)) ~ h2 ~ :not(h2) { display: none } .ns-3000.action-view:not(:has(#column-one:target)) #toc li:has(a.selected) { background:#EEE; color:#000; }