|
|
| Zeile 7: |
Zeile 7: |
| display: none !important; | | display: none !important; |
| } | | } |
|
| |
|
| |
| /********************** 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:1em #DDFFDD 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;
| |
| }
| |
|
| |
|
| |
| /******* Extra buttons for 'edittools' in CharInsert (modified from www.mediawiki.org/MediaWiki:Common.css) ********/
| |
|
| |
| .my-buttons {
| |
| /* padding: 1em; */
| |
| /* margin:5px; */
| |
| }
| |
| .my-buttons a {
| |
| color: black;
| |
| background-color: #c0d0e0 ;
| |
| font-family:monospace;
| |
| /* font-weight: bold; */
| |
| font-size: 115%;
| |
| text-decoration: none;
| |
| border: thin #069 outset;
| |
| /*padding: 0 .1em .1em;*/
| |
| line-spacing:5pt;
| |
| }
| |
| .my-buttons a:hover {
| |
| background-color: #d0e0f0;
| |
| border-style:outset;
| |
| }
| |
|
| |
| .my-buttons a:active {
| |
| background-color: #e0f0e0;
| |
| border-style: inset;
| |
| }
| |
|
| |
| /********************************** 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;
| |
| }
| |
|
| |
| .tcwt-h2grnl, .tcwtw-h2grnl { background-color: #c8ffc8; } /* #2, green, left justified */
| |
| .tcwt-h2grnc, .tcwtw-h2grnc { background-color: #c8ffc8; } /* #2, green, centered */
| |
| .tcwt-h2grnr, .tcwtw-h2grnr { background-color: #c8ffc8; } /* #2, green, right-justified */
| |
| .tcwt-h2blul, .tcwtw-h2blul { background-color: #c8f0ff; } /* light blue */
| |
| .tcwt-h2bluc, .tcwtw-h2bluc { background-color: #c8f0ff; }
| |
| .tcwt-h2blur, .tcwtw-h2blur { background-color: #c8f0ff; }
| |
| .tcwt-h2gryl, .tcwtw-h2gryl { background-color: #d4d4d4; } /* gray */
| |
| .tcwt-h2gryc, .tcwtw-h2gryc { background-color: #d4d4d4; }
| |
| .tcwt-h2gryr, .tcwtw-h2gryr { background-color: #d4d4d4; }
| |
| .tcwt-h2oral, .tcwtw-h2oral { background-color: #ffddaa; } /* orange */
| |
| .tcwt-h2orac, .tcwtw-h2orac { background-color: #ffddaa; }
| |
| .tcwt-h2orar, .tcwtw-h2orar { background-color: #ffddaa; }
| |
|
| |
| .tcwt-h2dbll, .tcwtw-h2dbll { background-color: #4444cc; color: white; } /* dark blue */
| |
| .tcwt-h2dblc, .tcwtw-h2dblc { background-color: #4444cc; color: white; }
| |
| .tcwt-h2dblr, .tcwtw-h2dblr { background-color: #4444cc; color: white; }
| |
|
| |
| .tcwt-h2redl, .tcwtw-h2redl { background-color: #D80000; color: white; } /* full red */
| |
| .tcwt-h2redc, .tcwtw-h2redc { background-color: #D80000; color: white; }
| |
| .tcwt-h2redr, .tcwtw-h2redr { background-color: #D80000; color: white; }
| |
|
| |
| .tcwt-h2dgnl, .tcwtw-h2dgnl { background-color: #104000; color: white; } /* dark green */
| |
| .tcwt-h2dgnc, .tcwtw-h2dgnc { background-color: #104000; color: white; }
| |
| .tcwt-h2dgnr, .tcwtw-h2dgnr { background-color: #104000; color: white; }
| |
|
| |
| /****************************** 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;
| |
| }
| |
|
| |
| .tcwt-cgrnl, .tcwtw-cgrnl { background-color: #ddffdd; } /* green, left justified ... was #aaeeaa, #c8ffc8*/
| |
| .tcwt-cgrnc, .tcwtw-cgrnc { background-color: #ddffdd; } /* green, centered */
| |
| .tcwt-cgrnr, .tcwtw-cgrnr { background-color: #ddffdd; } /* green, right-justified */
| |
| .tcwt-cblul, .tcwtw-cblul { background-color: #e8ffff; } /* blue */
| |
| .tcwt-cbluc, .tcwtw-cbluc { background-color: #e8ffff; }
| |
| .tcwt-cblrc, .tcwtw-cblur { background-color: #e8ffff; }
| |
| .tcwt-cgryl, .tcwtw-cgryl { background-color: #f0f0f0; } /* lighter gray */
| |
| .tcwt-cgryc, .tcwtw-cgryc { background-color: #f0f0f0; }
| |
| .tcwt-cgryr, .tcwtw-cgryr { background-color: #f0f0f0; }
| |
| .tcwt-cgry2l, .tcwtw-cgry2l { background-color: #d4d4d4; } /* somewhat darker gray */
| |
| .tcwt-cgry2c, .tcwtw-cgry2c { background-color: #d4d4d4; }
| |
| .tcwt-cgry2r, .tcwtw-cgry2r { background-color: #d4d4d4; }
| |
| .tcwt-cyell, .tcwtw-cyell { background-color: #ffffdd; } /* yellow */
| |
| .tcwt-cyelc, .tcwtw-cyelc { background-color: #ffffdd; }
| |
| .tcwt-cyelr, .tcwtw-cyelr { background-color: #ffffdd; }
| |
| .tcwt-cwhtl, .tcwtw-cwhtl { background-color: #fefefe; } /* white */
| |
| .tcwt-cwhtc, .tcwtw-cwhtc { background-color: #fefefe; }
| |
| .tcwt-cwhtr, .tcwtw-cwhtr { background-color: #fefefe; }
| |
| .tcwt-credl, .tcwtw-credl { background-color: #fff0f0; } /* red */
| |
| .tcwt-credc, .tcwtw-credc { background-color: #fff0f0; }
| |
| .tcwt-credr, .tcwtw-credr { background-color: #fff0f0; }
| |
|
| |
| /*
| |
| * 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>
| |