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 |
||
Zeile 30: | Zeile 30: | ||
} |
} |
||
.ns-3000.action-view .mw-parser-output p { |
.ns-3000.action-view .mw-parser-output p, h2 { |
||
margin:0; |
|||
border:0; |
|||
display: none; |
|||
} |
} |
||
.ns-3000.action-view .mw-parser-output h2 span |
.ns-3000.action-view .mw-parser-output h2:has(> span.mw-headline:target) ~ p { |
||
display: |
display:initial; |
||
} |
} |
||
.ns-3000.action-view .mw-parser-output h2: |
.ns-3000.action-view .mw-parser-output h2:has(> span.mw-headline:target) ~h2 ~ p { |
||
display: |
display:none; |
||
} |
} |
Version vom 16. Juli 2023, 02:45 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ p, h1, h2, h3, h4, h5, h6, small, ul, ol { max-width: 48em; } /* Quiz CSS */ .ns-3000.action-view #column-one, #footer { display:none; } .ns-3000.action-view #column-content { float:none; margin:0; } .ns-3000.action-view #content { margin:0; border:none; } .ns-3000.action-view .mw-editsection, .firstHeading { display:none; } .ns-3000.action-view .toc { border:none; } .ns-3000.action-view .toctitle,.tocnumber { display:none; } .ns-3000.action-view .mw-parser-output p, h2 { margin:0; border:0; display: none; } .ns-3000.action-view .mw-parser-output h2:has(> span.mw-headline:target) ~ p { display:initial; } .ns-3000.action-view .mw-parser-output h2:has(> span.mw-headline:target) ~h2 ~ p { display:none; }