Menü aufrufen
Toggle preferences menu
Persönliches Menü aufrufen
Nicht angemeldet
Ihre IP-Adresse wird öffentlich sichtbar sein, wenn Sie Änderungen vornehmen.

MediaWiki:Common.css

MediaWiki-Schnittstellenseite

Hinweis: Leere nach dem Veröffentlichen den Browser-Cache, um die Änderungen sehen zu können.

  • Firefox/Safari: Umschalttaste drücken und gleichzeitig Aktualisieren anklicken oder entweder Strg+F5 oder Strg+R (⌘+R auf dem Mac) drücken
  • Google Chrome: Umschalttaste+Strg+R (⌘+Umschalttaste+R auf dem Mac) drücken
  • Edge: Strg+F5 drücken oder Strg drücken und gleichzeitig Aktualisieren anklicken
/** <pre><nowiki> 
/** CSS an dieser Stelle wirkt sich auf alle Skins aus */


/* Den Footer beim Skin Citizen ausblenden */
footer.mw-footer.citizen-footer {
    display: none !important;
}


/* 2-3 unsichtbare Spalten, um Text auszurichten */
.equation-left, .equation-right , .equation-left-gap, .equation-center, .equation-right-gap {
  border-top:1px #aaa solid; 
  border-bottom:1px #aaa solid; 
  border-collapse: collapse; 
  padding: 3pt; 
  vertical-align:top; 
}
.equation-left {
  border-left:1px #aaa solid;
  text-align:right;
}
.equation-right {
  border-right:1px #aaa solid; 
  text-align:left;
}
.equation-left-gap {
  border-left:1px #aaa solid;
  text-align:left;
}
.equation-center {
  text-align:center;
}
.equation-right-gap {
  border-right:1px #aaa solid; 
  text-align:right;
}


/********************** Internal links a bit brighter ***********************************************/

a, a:visited {
	color: #224dda;    /*#335eeb;   /* In monobook, a was #002bb8, a:visited was #5a3696 */
}

/******** Miscellaneous Formats *********************************************************************/

.p1        { margin-top:15pt }
blockquote { border-left:1pt var(--color-link) solid; margin-left:0; padding-left:3em; font-style:italic; }


/******** Collapsible Tables <= MW v1.18 ************************************************************/

table.collapsed tr.collapsable {
	display: none;
}
 
.collapseButton {		/* 'show'/'hide' buttons created dynamically by the	   */
	float: left;		/* CollapsibleTables JavaScript in [[MediaWiki:Common.js]] */
	font-weight: bold;	/* are styled here so they can be customised.		   */
	font-family: Courier, monospace;
	text-align: left;
	width: auto;
	padding: 0 .5em 0 0;
}

/******** Collapsible Tables > MW v1.18 are built into the core. Modify some of the CSS ***************************/
/******** https://www.mediawiki.org/wiki/Manual:Collapsible_elements **********************************************/

.mw-collapsible-toggle {
	float: left;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
        margin: 0 .5em 0 .5em;
}
/* Align the toggle based on the direction of the content language */
/* @noflip */
.mw-content-ltr .mw-collapsible-toggle,
.mw-content-rtl .mw-content-ltr .mw-collapsible-toggle {
	float: left;
        margin: 0 .5em 0 .5em;
}
/* @noflip */
.mw-content-rtl .mw-collapsible-toggle,
.mw-content-ltr .mw-content-rtl .mw-collapsible-toggle {
	float: right;
        margin: 0 .5em 0 .5em;
}


/********************************** MY WIKI TABLE ****************************************/

.tcwt { 
/* border:1px #aaa solid; padding:3pt; text-align:left; */
border-collapse:collapse; empty-cells:show; margin-bottom:0.25cm;}


/**************************** MY WIKI TABLE HEADLINES ************************************/

/* Thin light gray borders */

.tcwt-h2grnl, .tcwt-h2grnc, .tcwt-h2grnr,
.tcwt-h2blul, .tcwt-h2bluc, .tcwt-h2blur,
.tcwt-h2gryl, .tcwt-h2gryc, .tcwt-h2gryr,
.tcwt-h2oral, .tcwt-h2orac, .tcwt-h2orar,
.tcwt-h2dbll, .tcwt-h2dblc, .tcwt-h2dblr,
.tcwt-h2redl, .tcwt-h2redc, .tcwt-h2redr,
.tcwt-h2dgnl, .tcwt-h2dgnc, .tcwt-h2dgnr { 
    border: 1px #aaa solid; 
    border-collapse: collapse; 
    padding: 3pt;
    font-weight:bold; 
}

/* White border lines */

.tcwtw-h2grnl, .tcwtw-h2grnc, .tcwtw-h2grnr,
.tcwtw-h2blul, .tcwtw-h2bluc, .tcwtw-h2blur,
.tcwtw-h2gryl, .tcwtw-h2gryc, .tcwtw-h2gryr,
.tcwtw-h2oral, .tcwtw-h2orac, .tcwtw-h2orar,
.tcwtw-h2dbll, .tcwtw-h2dblc, .tcwtw-h2dblr, 
.tcwtw-h2redl, .tcwtw-h2redc, .tcwtw-h2redr, 
.tcwtw-h2dgnl, .tcwtw-h2dgnc, .tcwtw-h2dgnr { 
    border: 3px white solid; 
    border-collapse: collapse; 
    padding: 3pt;
    font-weight:bold; 
}

/* #2 left justified */

.tcwt-h2grnl, .tcwtw-h2grnl,
.tcwt-h2blul, .tcwtw-h2blul,
.tcwt-h2gryl, .tcwtw-h2gryl,
.tcwt-h2oral, .tcwtw-h2oral,
.tcwt-h2dbll, .tcwtw-h2dbll,
.tcwt-h2redl, .tcwtw-h2redl,
.tcwt-h2dgnl, .tcwtw-h2dgnl {
    text-align:left;
} 

/* #2 centered */

.tcwt-h2grnc, .tcwtw-h2grnc,
.tcwt-h2bluc, .tcwtw-h2bluc,
.tcwt-h2gryc, .tcwtw-h2gryc,
.tcwt-h2orac, .tcwtw-h2orac,
.tcwt-h2dblc, .tcwtw-h2dblc, 
.tcwt-h2redc, .tcwtw-h2redc, 
.tcwt-h2dgnc, .tcwtw-h2dgnc {
    text-align:center;
} 

/* #2 Right-justified */

.tcwt-h2grnr, .tcwtw-h2grnr,
.tcwt-h2blur, .tcwtw-h2blur,
.tcwt-h2gryr, .tcwtw-h2gryr,
.tcwt-h2orar, .tcwtw-h2orar,
.tcwt-h2dblr, .tcwtw-h2dblr,
.tcwt-h2redr, .tcwtw-h2redr,
.tcwt-h2dgnr, .tcwtw-h2dgnr {
    text-align:right;
} 

/****************************** THOMAS COOK WIKI TABLE CELLS *************************************/

/* Thin light gray borders */

.tcwt-cgrnl,  .tcwt-cgrnc,  .tcwt-cgrnr,
.tcwt-cblul,  .tcwt-cbluc,  .tcwt-cblur,
.tcwt-cgryl,  .tcwt-cgryc,  .tcwt-cgryr,
.tcwt-cgry2l, .tcwt-cgry2c, .tcwt-cgry2r,
.tcwt-cyell,  .tcwt-cyelc,  .tcwt-cyelr,
.tcwt-cwhtl,  .tcwt-cwhtc,  .tcwt-cwhtr,
.tcwt-credl,  .tcwt-credc,  .tcwt-credr{ 
    border: 1px #aaa solid; 
    border-collapse: collapse; 
    padding: 3pt;
    vertical-align: top;
}

/* White border lines */

.tcwtw-cgrnl,  .tcwtw-cgrnc,  .tcwtw-cgrnr,
.tcwtw-cblul,  .tcwtw-cbluc,  .tcwtw-cblur,
.tcwtw-cgryl,  .tcwtw-cgryc,  .tcwtw-cgryr,
.tcwtw-cgry2l, .tcwtw-cgry2c, .tcwtw-cgry2r,
.tcwtw-cyell,  .tcwtw-cyelc,  .tcwtw-cyelr,
.tcwtw-cwhtl,  .tcwtw-cwhtc,  .tcwtw-cwhtr,
.tcwtw-credl,  .tcwtw-credc,  .tcwtw-credr { 
    border: 3px white solid; 
    border-collapse: collapse; 
    padding: 3pt;
    vertical-align: top;
}

/* Left justified */

.tcwt-cgrnl,  .tcwtw-cgrnl,
.tcwt-cblul,  .tcwtw-cblul,
.tcwt-cgryl,  .tcwtw-cgryl, 
.tcwt-cgry2l, .tcwtw-cgry2l,
.tcwt-cyell,  .tcwtw-cyell,
.tcwt-cwhtl,  .tcwtw-cwhtl,
.tcwt-credl,  .tcwtw-credl {
    text-align: left;
}

/* Centered */

.tcwt-cgrnc,  .tcwtw-cgrnc,
.tcwt-cbluc,  .tcwtw-cbluc,
.tcwt-cgryc,  .tcwtw-cgryc,
.tcwt-cgry2c, .tcwtw-cgry2c,
.tcwt-cyelc,  .tcwtw-cyelc,
.tcwt-cwhtc,  .tcwtw-cwhtc,
.tcwt-credc,  .tcwtw-credc { 
    text-align: center;
}

/* Right-justified */

.tcwt-cgrnr,  .tcwtw-cgrnr,
.tcwt-cblur,  .tcwtw-cblur,
.tcwt-cgryr,  .tcwtw-cgryr, 
.tcwt-cgry2r, .tcwtw-cgry2r,
.tcwt-cyelr,  .tcwtw-cyelr,
.tcwt-cwhtr,  .tcwtw-cwhtr,
.tcwt-credr,  .tcwtw-credr {
    text-align: right;
}

/*
 * Used in [[Template:TOC]]
 */

.toclimit-2 .toclevel-1 ul,
.toclimit-3 .toclevel-2 ul,
.toclimit-4 .toclevel-3 ul,
.toclimit-5 .toclevel-4 ul,
.toclimit-6 .toclevel-5 ul,
.toclimit-7 .toclevel-6 ul {
	display: none;
}

/** </nowiki></pre>