Änderungen

Wechseln zu: Navigation, Suche

MediaWiki:Common.css

60 Bytes hinzugefügt, 17:14, 12. Jan. 2021
K
Erweltierung für Formatierung von Codebeispielen
/* --------------from mediawiki---------------- */
/***** 8. SOME OTHER SMALL THINGS *****/
 
/* Give a bit of space to the TOC */
#toc { margin: 1em 0; }
 
 
/* Allow limiting of which header levels are shown in a TOC;
<div class="toclimit-3">, for instance, will limit to
showing ==headings== and ===headings=== but no further
(as long as there are no =headings= on the page, which
there shouldn't be according to the MoS).
*/
.toclimit-2 .toclevel-2,
.toclimit-3 .toclevel-3,
.toclimit-4 .toclevel-4,
.toclimit-5 .toclevel-5,
.toclimit-6 .toclevel-6,
.toclimit-7 .toclevel-7 { display: none; }
 
 
/* make the list of references look smaller and highlight clicked reference in blue */
color: #e16e22;
background-color: #ece9e4;
text-align: center;
vertical-align: middle;
}
td.stron{
/* END-ART-DECOR-EXTRA-CSS */
@media screen {/* Special formatting of code blocks in implementation guides */body { counter-reset: h1 h2 h3 h4 h5;} h1 { counter-increment: h1; counter-reset: h2 h3 h4 h5;}h2 { counter/* 2021-increment: h2; counter01-reset12 by ELGA GmbH: h3 h4 h5;}h3 { counter-increment: h3; counter-reset: h4 h5;}h4 { counter-increment: h4; counter-reset: h5;}h5 { counter-increment: h5;}GKL */
h1:before pre.ilfbox_code { content margin: counter(h1) " "6px;}h2 padding:before {9px; content border: counter(h1) "." counter(h2) " "1pt solid black;}h3 width:before {90%; content background-color: counter(h1) "." counter(h2) "." counter(h3) " "#E0FFE0;}h4 font-size:before { content: counter(h1) "." counter(h2) "." counter(h3) "." counter(h4) " "8pt;}h5 font-family:before { content: counter(h1) "." counter(h2) "." counter(h3) "." counter(h4) "." counter(h5) " "'Courier', monospace;}
}
2.168
Bearbeitungen

Navigationsmenü