MediaWiki:Monobook.css: Unterschied zwischen den Versionen

Aus X-Lexikon
Zur Navigation springenZur Suche springen
KKeine Bearbeitungszusammenfassung
K (k)
 
(16 dazwischenliegende Versionen von 3 Benutzern werden nicht angezeigt)
Zeile 1: Zeile 1:
/*-----------------------------------------------------------------------------*/
/** Do not force 'lowercase' */
/* Änderungen am Monobook-Skin für die deutschsprachige Wikipedia              */
.portlet h5,
/* --> Skinübergreifende Anpassungen befinden sich in [[MediaWiki:Common.css|Common.css]]              */
.portlet h6,
/*-----------------------------------------------------------------------------*/
#p-personal ul,
#p-cactions li a {
/* Änderungen in Fett markieren */
     text-transform: none;
}
span.diffchange {
        font-weight: bold;
}
/* Links nicht unterstreichen */
a {
        text-decoration: none;
}
/* Großbuchstaben in den Navigationsbereichen */
.portlet h5,
.portlet h6,
#p-personal ul,
#p-cactions li a {
text-transform: none;
}
/* Fetter Bearbeiten-Link */
#ca-edit a {
font-weight: bold;
}
/* Vermeide hässliche weiße Ränder bei Float-Objekten auf nicht-weißen Hintergründen. */
div.thumb {
border: none;
}
div.tright {
border: none;
margin: 0.5em 0 0.8em 1.4em;
}
div.tleft {
border: none;
margin: 0.5em 1.4em 0.8em 0;
}
/* fromWikipedia */
#fromWikipedia {
font-size: x-small;
}
/* Make all non-namespace pages have a light blue content area. This is done by
setting the background color for all #content areas to light blue and then
overriding it for any #content enclosed in a .ns-0 (main namespace). I then
do the same for the "tab" background colors. --Lupo */
#content,
#mytabs li.selected a,
#p-cactions li.selected a {
background-color: #F3F3FF; /* ein leichtes blau */
}
.ns-0 #content,
.ns-0 #mytabs li.selected a,
.ns-0 #p-cactions li.selected a {
background-color: white;
}
/* Siehe Diskussionsseite == Hintergrundfarben ==
.ns--1 table,
.ns-2 table,
.ns-4 table,
.ns--1 form {
background: inherit;
}
*/
/* Kategorien etwas schöner darstellen */
#catlinks {
border: 0px;
border-top: 2px dotted #aaaaaa;
}
/*  Kategorienseite mit transparentem Hintergrund */
#mw-subcategories table {
        background-color: transparent;
}
#mw-pages        table {
        background-color: transparent;
}
/* Tabellenüberschriften (mit |+) größer und fett */
caption {
font-size: 105%;
font-weight: bold;
}
ol.references {
font-size:90%;
}
/* Abschnitt-Bearbeiten-Links */
.editsection {
font-size:90%;
}
/* [[Wikipedia:Externhinweis|Externhinweis]] */
#externHinweis {
font-size: x-small;
text-align: center;
padding: 5px;
}
.NavToggle {
        font-size: x-small;
        float:right;
}
/*-----------------------------------------------------------------------------*/
/* Absolute Positionierungen für Monobook.css */
/* Bitte [[MediaWiki Diskussion:Common.css#Absolute_Positionierungen]] beachten */
/* Koordinaten-Vorlagen: */
#coordinates_3_ObenRechts {
    display: inline;
}
#coordinates {
    display: inline;
    position:absolute; z-index:1; border:none; background:none; right:12px; top:0.3em; float:right; margin:0.0em;
     padding:0.0em; line-height:1.5em; text-align:right; text-indent:0; font-size:85%; text-transform:none; white-space:normal;
}
/* Sitenotice linksbündig, sollte dort keine Probleme machen, dafür die Koordinaten freihalten */
/* (für die Dauer der Spendenaktion deaktivert, weil der Rest mittig steht. Ggfs. neu anpassen */


/* #siteNotice p {text-align:left;} */
/* #siteNotice {padding-left:0;}    */


/* Sitenotice Hintergrund transparent, vor allem für die nicht-Artikelseiten. */
 
#siteNotice table {
/** neue Spoilerdefinition (für Links) */
 
font.spoiler a {
    text-decoration: underline;
    color: #272727;
    font-weight:bold;
}
 
font.spoiler a:visited {
    text-decoration: underline;
    color: #272727;
}
 
font.spoiler a:active {
    text-decoration: underline;
    color: #272727;
}
 
font.spoiler a:hover {
    text-decoration: underline;
    color: #272727;
}
 
font.spoiler a:visited {
    text-decoration: underline;
    color: #272727;
    font-weight:bold;
}
 
font.spoiler a.external {
    color: #272727 !important;
    background: none !important;
}
 
 
 
/* Korrekturen für neue Mediawiki-Version */
 
body {
    color: #FFF;
}
 
div#userloginForm form, div#userlogin form#userlogin2, div#userlogin .captcha, div#userloginForm .captcha, div#userloginForm table, div#userlogin form#userlogin2 table {
    background-color: #272727;
}
 
#pagehistory li {
    border: none;
}
 
#pagehistory li.selected {
    background-color: #393939;
}
 
table.wikitable {
    background-color: #272727;
    color: #FEFEFE;
}
 
table.wikitable th {
    background-color: #171717;
}
 
table.filehistory th {
    background-color: #171717;
}
 
h2.mw-specialpagesgroup {
    background-color: #171717;
}
 
abbr, acronym, .explain {
    color: #fff;
}
 
.mw-search-formheader {
    background-color: #171717;
}
 
.mw-search-formheader div.search-types ul li.current a {
    color: #CCCCCC;
}
 
.allmessages-customised .am_default, .am_actual {
    color: black;
}
 
fieldset#mw-searchoptions {
    background-color: #464646;
}
 
fieldset#mw-searchoptions table {
    background-color: #464646;
}
 
#p-cactions .pBody {
     background-color: transparent;
     background-color: transparent;
     font-size: 100%;
     border-right-style: none;
}
    border-top-style: none;
}


/* verhindert, dass der Verbergen-Link die Icons rechts oben verdeckt */
table.mw_metadata th {
#mw-dismissable-notice td {
     background-color: #171717;
    vertical-align: bottom;
}
}
/* kleinen Abstand neben der Geookordinate wegen der Bapperl-Icons */
#coordinates a[href ^="http://"] {
    padding-right: 18px !important;
}
/* Unterdrückung des Weblink-Pfeiles für im Artikel eingebettete Koordinaten */
#bodyContent span.coordinates a.external[href ^="http://"] {background-image:none;padding-right: 0;}
/* für [[Vorlage:ISSN-Link]] damit ohne Globus-Symbol: */
#issnlink {
    display: inline;
     position:absolute; z-index:1; border:none; background:none; right:12px; top:0.3em; float:right; margin:0.0em;
    padding:0.0em; line-height:1.5em; text-align:right; text-indent:0; font-size:85%; text-transform:none; white-space:normal;
}
/* für [[Wikipedia:Editcount|Vorlage:Editcount]]: */
#editcount {
    display: inline;
    position:absolute; z-index:1; border:none; background:none; right:12px; top:0.3em; float:right; margin:0.0em;
    padding:0.0em; line-height:1.5em; text-align:right; text-indent:0; font-size:85%; text-transform:none; white-space:normal;
}
/* Formatierung für Abkürzungen (experimentell): */
#shortcut {
    display: inline;
    position:absolute; z-index:1; border:none; background:none; right:12px; top:0.3em; float:right; margin:0.0em;
    padding:0.0em; line-height:1.5em; text-align:right; text-indent:0; font-size:90%; text-transform:none; white-space:normal;
}
/* Formatierung für Kennzeichnung von Artikelstadien (Exzellent, Lesenswert etc.) (experimentell): */
#artikelstadium {
    display: block;
    position:absolute; z-index:1; border:none; background:none; right:12px; top:0.3em; float:right; margin:0.0em;
    padding:0.0em; line-height:1.5em; text-align:right; text-indent:0; font-size:90%; text-transform:none; white-space:normal;
}
/*-----------------------------------------------------------------------------*/
/* Links im [[Portal:Punk]] */
#punk a {
        color: red
}
#punk a.new {
        color: #FF8000
}


/* Stylesheet-Ergänzung zu Standard-[[Wikipedia:Navigationsleisten|Navigationsleisten]] */
table.mw_metadata td {
    background-color: #272727;
div.BoxenVerschmelzen,
}
div.NavFrame {
 
     margin: 0px;
.not-patrolled {
     padding: 2px;
    background-color: #464646;
     border: 1px solid #aaaaaa;
}
     text-align: center;
 
     border-collapse: collapse;
 
     font-size: 95%;
div#mw-js-message {
        clear:both;
    background-color: #171717;
}
}
div.BoxenVerschmelzen div.NavFrame {
 
     border-style: none;
td.diff-addedline {
     border-style: hidden;
    background: none repeat scroll 0 0 #102010;
}
}
div.NavFrame + div.NavFrame {
 
     border-top-style: none;
td.diff-deletedline {
     border-top-style: hidden;
     background: none repeat scroll 0 0 #202005;
}
}
div.NavPic {
 
     background-color: #ffffff;
td.diff-context {
     margin: 0px;
     background: none repeat scroll 0 0 #272727;
     padding: 2px;
}
     float: left;
 
}
div#content, table.diff {
div.NavFrame div.NavHead {
     border: 1px solid #D2A900;
     height: 1.6em;
}
     font-weight: bold;
 
     font-size: 100%;
table.diff, td.diff-otitle, td.diff-ntitle {
     background-color: #efefef;
    background-color: #393939;
}
}
div.NavFrame p {
 
     font-size: 100%;
.wikiEditor-preview-contents {
}
     background-color: #272727;
div.NavFrame div.NavContent {
}
     font-size: 100%;
 
}
.wikiEditor-ui-controls {
div.NavFrame div.NavContent p {
     background-color: #272727;
     font-size: 100%;
}
}
 
div.NavEnd {
.wikiEditor-ui-buttons {
     margin: 0px;
     background-color: #272727;
     padding: 0px;
    border-top: medium none;
     line-height: 1px;
}
     clear: both;
 
}
.wikiEditor-ui-view-changes {
     background-color: #393939;
}
 
.wikiEditor-ui-view-changes .wikiEditor-preview-contents {
     background-color: #393939;
}
 
.wikiEditor-preview-contents table.diff {
     border: medium none;
}
 
td.htmlform-tip {
    color: #999999;
}
 
#preferences {
    background-color: #272727;
}
 
.prefsection table, .prefsection legend {
     background-color: #272727;
}
 
#preftoc li.selected {
     background-color: #272727;
}
 
#preftoc a, #preftoc a:active {
     color: white;
}
 
#preftoc li {
     background-color: #272727;
}
 
ul#filetoc {
     background-color: #171717;
}
 
.navi {
     background: none repeat scroll 0 0 #393939;
     border: 1px solid #AAAAAA;
     padding: 5px;
}
 
.TablePager td {
     background-color: #272727;
}
 
.TablePager th {
     background-color: #171717;
}
 
.TablePager tr:hover td {
     background-color: #171717;
}
 
li.gallerybox div.thumb {
     background-color: #171717;
    border: 1px solid #999999;
}
 
li.gallerybox {
     border: 2px solid #CCCCCC;
}
 
div.noarticletext {
     background: none repeat scroll 0 0 #171717;
     color: #FFFFFF;
}
 
 
 
/* Pfeile für sortierbare Tabellen */
 
table.jquery-tablesorter th.headerSort {
     background-image: url("data:image/gif;base64,R0lGODlhFQAJAIABAKqqqv///yH5BAEKAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==") !important;
}


/* Abstand vor Navigationsleisten */
table.jquery-tablesorter th.headerSortUp {
    background-image: url("data:image/gif;base64,R0lGODlhFQAEAIABAKqqqv///yH5BAEKAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7") !important;
div.BoxenVerschmelzen,
}
div.NavFrame {
  margin-top: 1.5em;
}
div.BoxenVerschmelzen div.NavFrame {
  margin-top: 0;
}
div.NavFrame + div.NavFrame {
  margin-top: 0;
}


/* Navigationsleisten nicht mit ausdrucken */
table.jquery-tablesorter th.headerSortDown {
     background-image: url("data:image/gif;base64,R0lGODlhFQAEAIABAKqqqv///yH5BAEKAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7") !important;
@media print{
}
     .NavFrame {
        display: none;
    }
    .BoxenVerschmelzen {
        display: none;
    }

Aktuelle Version vom 3. September 2014, 21:41 Uhr

/** Do not force 'lowercase' */
.portlet h5,
.portlet h6,
#p-personal ul,
#p-cactions li a {
    text-transform: none;
}



/** neue Spoilerdefinition (für Links) */

font.spoiler a {
    text-decoration: underline;
    color: #272727;
    font-weight:bold;
}

font.spoiler a:visited {
    text-decoration: underline;
    color: #272727;
}

font.spoiler a:active {
    text-decoration: underline;
    color: #272727;
}

font.spoiler a:hover {
    text-decoration: underline;
    color: #272727;
}

font.spoiler a:visited {
    text-decoration: underline;
    color: #272727;
    font-weight:bold;
}

font.spoiler a.external {
    color: #272727 !important;
    background: none !important;
}



/* Korrekturen für neue Mediawiki-Version */

body {
    color: #FFF;
}

div#userloginForm form, div#userlogin form#userlogin2, div#userlogin .captcha, div#userloginForm .captcha, div#userloginForm table, div#userlogin form#userlogin2 table {
    background-color: #272727;
}

#pagehistory li {
    border: none;
}

#pagehistory li.selected {
    background-color: #393939;
}

table.wikitable {
    background-color: #272727;
    color: #FEFEFE;
}

table.wikitable th {
    background-color: #171717;
}

table.filehistory th {
    background-color: #171717;
}

h2.mw-specialpagesgroup {
    background-color: #171717;
}

abbr, acronym, .explain {
    color: #fff;
}

.mw-search-formheader {
    background-color: #171717;
}

.mw-search-formheader div.search-types ul li.current a {
    color: #CCCCCC;
}

.allmessages-customised .am_default, .am_actual {
    color: black;
}

fieldset#mw-searchoptions {
    background-color: #464646;
}

fieldset#mw-searchoptions table {
    background-color: #464646;
}

#p-cactions .pBody {
    background-color: transparent;
    border-right-style: none;
    border-top-style: none;
}

table.mw_metadata th {
    background-color: #171717;
}

table.mw_metadata td {
    background-color: #272727;
}

.not-patrolled {
    background-color: #464646;
}


div#mw-js-message {
    background-color: #171717;
}

td.diff-addedline {
    background: none repeat scroll 0 0 #102010;
}

td.diff-deletedline {
    background: none repeat scroll 0 0 #202005;
}

td.diff-context {
    background: none repeat scroll 0 0 #272727;
}

div#content, table.diff {
    border:  1px solid #D2A900;
}

table.diff, td.diff-otitle, td.diff-ntitle {
    background-color: #393939;
}

.wikiEditor-preview-contents {
    background-color: #272727;
}

.wikiEditor-ui-controls {
    background-color: #272727;
}

.wikiEditor-ui-buttons {
    background-color: #272727;
    border-top: medium none;
}

.wikiEditor-ui-view-changes {
    background-color: #393939;
}

.wikiEditor-ui-view-changes .wikiEditor-preview-contents {
    background-color: #393939;
}

.wikiEditor-preview-contents table.diff {
    border: medium none;
}

td.htmlform-tip {
    color: #999999;
}

#preferences {
    background-color: #272727;
}

.prefsection table, .prefsection legend {
    background-color: #272727;
}

#preftoc li.selected {
    background-color: #272727;
}

#preftoc a, #preftoc a:active {
    color: white;
}

#preftoc li {
    background-color: #272727;
}

ul#filetoc {
    background-color: #171717;
}

.navi {
    background: none repeat scroll 0 0 #393939;
    border: 1px solid #AAAAAA;
    padding: 5px;
}

.TablePager td {
    background-color: #272727;
}

.TablePager th {
    background-color: #171717;
}

.TablePager tr:hover td {
    background-color: #171717;
}

li.gallerybox div.thumb {
    background-color: #171717;
    border: 1px solid #999999;
}

li.gallerybox {
    border: 2px solid #CCCCCC;
}

div.noarticletext {
    background: none repeat scroll 0 0 #171717;
    color: #FFFFFF;
}



/* Pfeile für sortierbare Tabellen */

table.jquery-tablesorter th.headerSort {
    background-image: url("data:image/gif;base64,R0lGODlhFQAJAIABAKqqqv///yH5BAEKAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==") !important;
}

table.jquery-tablesorter th.headerSortUp {
    background-image: url("data:image/gif;base64,R0lGODlhFQAEAIABAKqqqv///yH5BAEKAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7") !important;
}

table.jquery-tablesorter th.headerSortDown {
    background-image: url("data:image/gif;base64,R0lGODlhFQAEAIABAKqqqv///yH5BAEKAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7") !important;
}