Änderungen

Wechseln zu: Navigation, Suche

MediaWiki:Common.css

1.641 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 */
}
/*BEGIN-ART-DECOR-EXTRA-CSS * special link icon styles //** Special CSS definitions to print PDF ****************************** * K Copyright (C) 2013-2017 ART-DECOR expert group art-decor.org Author: Kai U. Heitmann
*/
#content a.external[href $="@media print{ .pdf"]navbox, #content a.external[href $=" .PDF"]navbar,#content a .external[href foundationSidebar{ display: none; }}/* the following CSS is for NON print media only *=".pdf#"]/@media screen, #content handheld{/* source text (geshi) code font a.external[href little bit larger *="/ .PDF#"],ppcode{#content a font-size: 1.external[href 1em; } /*=".pdf?"]as this is a screen CSS, #content a.external[href some CSS for printed documents *="/ div.PDF?"],print-document-information{ display: none; } .linkprint-document -logohead{ background display: url("images/link_docnone; } .png") center right noprint-repeat;only{ padding display: 0 18px 0 0none; }
}
 
/**
Special CSS definitions to correctly style ART-DECOR® artefacts
Author: Kai U. Heitmann
*/
/* BEGINtable.artdecor{ border-spacing: 3px; -webkit-border-horizontal-spacing: 3px; -webkit-ARTborder-DECORvertical-EXTRAspacing: 3px; /*border-CSS collapse: separate;*/}
table.artdecor,
table.artdecor tr,
table.artdecor th,
table.artdecor p{
font-size:12px; font-weight:normal; color:#333333333; padding: 5px;}table.artdecor tr > table.artdecor tr,table.artdecor td > table.artdecor td,table.artdecor th > table.artdecor th{ padding: 3px !important; border-spacing: 3px !important; -webkit-border-horizontal-spacing: 3px !important; -webkit-border-vertical-spacing: 3px !important;}table.artdecor pre{ font-size: 11px;
}
table.artdecor th{
background-color:#ece9e4; color:#7a6e62; font-weight:bold;
}
tr.explabel{
background-color:#E6E6FA;
}
td.explabelred{
background-color:#FFEEEE;
}
td.explabelgreen{
background-color:#E0FFE0;
}
td.explabelblue{
background-color:#E6E6FA;
}
td.conf{
width:107pt; font-size:11px; border:1px solid #C3C0B2; font-weight:normal; color:#e16e22; background-color:#ece9e4; text-align: center; vertical-align: middle;
}
td.stron{
width:107pt; font-size:11px; font-weight:normal; border:1px solid #c0c0c0; color:#ffffff; background-color:#ff99cc;
}
td.defvar{
width:107pt; font-size:11px; font-weight:normal; border:1px solid #c0c0c0; color:#ffffff; background-color:#6699cc;
}
td.tabtab{
border:1px solid #C0C0C0; background-color:#FFFFFF;
}
td.nodetype{
width:107pt; border:1px solid #C3C0B2; font-size:11px; font-weight:normal; color:#e16e22; background-color:#dddddd;
}
td.nodename{
font-size:16px; font-weight:bold; color:#e16e22; background-color:#dddddd;
}
tr.headinglabel{
background-color:#99CCFF;
}
tr.desclabel{
background-color:#FAFAD2;
}
tr.descitem{
background-color:#FAFAD2;
}
tr.vslabel{ /*background-color : #FFFF99; */
background-color:#CCFFFF;
}
.code{
font-family:"Courier New", Courier, mono; font-size:12px; padding:5px; border:1px dashed #C0C0C0;
}
.ppsign{
color:#000080;
}
.ppelement{
color:#000080;
}
.ppattribute{ /*color : #ffa500;*/
color:#D2691E;
}
.ppcontent{
color:#a52a2a;
}
.pptext{
color:#808080;
}
.ppnamespace{
color:#0000ff;
}
h{
background-color:#ece9e4; color:#7a6e62; font-weight:bold;
}
@page big_table {
size: A4 landscape;
}
div.landscape {
page: big_table
}
white-space: nowrap !important;
}
 
ol.ad-dataset-group{
list-style-type: none;
}
/* 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ü