MediaWiki:Common.css: Unterschied zwischen den Versionen
MediaWiki-Schnittstellenseite
Weitere Optionen
Feodor (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
Feodor (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
| (4 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
| Zeile 2: | Zeile 2: | ||
/** CSS an dieser Stelle wirkt sich auf alle Skins aus */ | /** CSS an dieser Stelle wirkt sich auf alle Skins aus */ | ||
/******** Footer beim Skin Citizen ausblenden *******************************************************/ | |||
/* | |||
footer.mw-footer.citizen-footer { | footer.mw-footer.citizen-footer { | ||
display: none !important; | display: none !important; | ||
| Zeile 9: | Zeile 8: | ||
/* 2-3 unsichtbare Spalten, um Text auszurichten */ | /******** 2-3 unsichtbare Spalten, um Text auszurichten *********************************************/ | ||
.equation-left, .equation-right , .equation-left-gap, .equation-center, .equation-right-gap, .equation-left-gap2 { | .equation-left, .equation-right , .equation-left-gap, .equation-center, .equation-right-gap, .equation-left-gap2 { | ||
border-top:1px #aaa solid; | border-top:1px #aaa solid; | ||
| Zeile 42: | Zeile 41: | ||
} | } | ||
/******** breite Tabellen scrollbar machen **********************************************************/ | |||
/******************* | .feodors-table-container { | ||
/* | overflow-x: auto; | ||
-webkit-overflow-scrolling: touch; /* flüssiges Scrollen auf iOS */ | |||
width: 100%; | |||
} | |||
.feodors-table-container > table { | |||
width: max-content; /* Tabelle bleibt so breit wie nötig */ | |||
} | } | ||
/******** Miscellaneous Formats *********************************************************************/ | /******** Miscellaneous Formats *********************************************************************/ | ||
| Zeile 55: | Zeile 55: | ||
.p1 { margin-top:15pt } | .p1 { margin-top:15pt } | ||
blockquote { border-left:1pt var(--color-link) solid; margin-left:0; padding-left:3em; font-style:italic; } | blockquote { border-left:1pt var(--color-link) solid; margin-left:0; padding-left:3em; font-style:italic; } | ||
hr { background-color:#aaa !important } | |||
| Zeile 240: | Zeile 241: | ||
text-align: right; | text-align: right; | ||
} | } | ||
/* table cell colors for Gruppenanalyse_nach_Jan_Scholten */ | |||
.tcwt-cyelc { background-color: rgba(255,255, 0,0.3); } /* transparent yellow */ | |||
.tcwt-cgryc { background-color: rgba(100,100,100,0.3); } /* transparent grey */ | |||
/* | /* | ||
Aktuelle Version vom 5. Dezember 2025, 22:21 Uhr
/** <pre><nowiki>
/** CSS an dieser Stelle wirkt sich auf alle Skins aus */
/******** 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, .equation-left-gap2 {
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;
}
.equation-left-gap2 {
border-left:1px #aaa solid;
padding-left: 10pt;
text-align:left;
}
/******** breite Tabellen scrollbar machen **********************************************************/
.feodors-table-container {
overflow-x: auto;
-webkit-overflow-scrolling: touch; /* flüssiges Scrollen auf iOS */
width: 100%;
}
.feodors-table-container > table {
width: max-content; /* Tabelle bleibt so breit wie nötig */
}
/******** Miscellaneous Formats *********************************************************************/
/* variable --color-link is from skin Citizen */
.p1 { margin-top:15pt }
blockquote { border-left:1pt var(--color-link) solid; margin-left:0; padding-left:3em; font-style:italic; }
hr { background-color:#aaa !important }
/******** 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;
}
/* table cell colors for Gruppenanalyse_nach_Jan_Scholten */
.tcwt-cyelc { background-color: rgba(255,255, 0,0.3); } /* transparent yellow */
.tcwt-cgryc { background-color: rgba(100,100,100,0.3); } /* transparent grey */
/*
* 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>