MediaWiki:Timeless.css: Unterschied zwischen den Versionen
Aus FSProgramming WIKI
(Die Seite wurde neu angelegt: „→All CSS here will be loaded for users of the Timeless skin: div.float-right, table.float-right, ul.float-right, .float-right { clear: right; float…“) |
|||
Zeile 10: | Zeile 10: | ||
padding: 5px; | padding: 5px; | ||
font-size: 95%; | font-size: 95%; | ||
+ | } | ||
+ | .toc { | ||
+ | display: table; | ||
+ | padding: 7px; | ||
+ | } | ||
+ | .toc .toctitle { | ||
+ | direction: ltr; | ||
+ | } | ||
+ | .toc .toctitle { | ||
+ | text-align: center; | ||
+ | } | ||
+ | .mw-content-ltr .toc ul, .mw-content-rtl .mw-content-ltr .toc ul { | ||
+ | text-align: left; | ||
+ | } | ||
+ | |||
+ | .mw-content-ltr .toc ul ul, .mw-content-rtl .mw-content-ltr .toc ul ul { | ||
+ | margin: 0 0 0 2em; | ||
+ | } | ||
+ | .mw-content-ltr .toc ul, .mw-content-rtl .mw-content-ltr .toc ul { | ||
+ | text-align: left; | ||
} | } |
Version vom 29. Oktober 2020, 23:17 Uhr
/* All CSS here will be loaded for users of the Timeless skin */
div.float-right, table.float-right, ul.float-right, .float-right {
clear: right;
float: right;
margin: 1em 0 1em 1em;
}
.toc, .mw-warning, .toccolours {
border: 1px solid #a2a9b1;
background-color: #f8f9fa;
padding: 5px;
font-size: 95%;
}
.toc {
display: table;
padding: 7px;
}
.toc .toctitle {
direction: ltr;
}
.toc .toctitle {
text-align: center;
}
.mw-content-ltr .toc ul, .mw-content-rtl .mw-content-ltr .toc ul {
text-align: left;
}
.mw-content-ltr .toc ul ul, .mw-content-rtl .mw-content-ltr .toc ul ul {
margin: 0 0 0 2em;
}
.mw-content-ltr .toc ul, .mw-content-rtl .mw-content-ltr .toc ul {
text-align: left;
}