Änderungen

Wechseln zu: Navigation, Suche

MediaWiki:Common.css

785 Bytes hinzugefügt, 16: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 */
 
/* Special formatting of code blocks in implementation guides */
/* 2021-01-12 by ELGA GmbH: GKL */
 
pre.ilfbox_code {
margin: 6px;
padding: 9px;
border: 1pt solid black;
width: 90%;
background-color: #E0FFE0;
font-size: 8pt;
font-family: 'Courier', monospace;
}
2.168
Bearbeitungen

Navigationsmenü