MediaWiki:Monobook.css: Unterschied zwischen den Versionen
aus GlossarWiki, der Glossar-Datenbank der Fachhochschule Augsburg
Keine Bearbeitungszusammenfassung |
Kowa (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
| Zeile 1: | Zeile 1: | ||
/* edit | /* Diese CSS-Datei basiert auf http://de.wikipedia.org/wiki/MediaWiki:Monobook.css | ||
Die Autorenliste finden Sie unter http://de.wikipedia.org/w/index.php?title=MediaWiki:Monobook.css&action=history | |||
*/ | |||
/* MediaWiki:Monobook.css | |||
* | |||
* Diese Datei enthält zwei Abschnitte: | |||
* | |||
* 1. Änderungen für das Erscheinungsbild aller Skins der deutschen Wikipedia | |||
* 2. Änderungen am Monobook-Skin für die deutsche Wikipedia | |||
* | |||
* Bitte unbedingt darauf achten, die Änderungen in Abschnitt 1. auf den Seiten | |||
* | |||
* - http://de.wikipedia.org/wiki/MediaWiki:Chick.css | |||
* - http://de.wikipedia.org/wiki/MediaWiki:Cologneblue.css | |||
* - http://de.wikipedia.org/wiki/MediaWiki:Monobook.css | |||
* - http://de.wikipedia.org/wiki/MediaWiki:Myskin.css | |||
* - http://de.wikipedia.org/wiki/MediaWiki:Nostalgia.css | |||
* - http://de.wikipedia.org/wiki/MediaWiki:Simple.css | |||
* - http://de.wikipedia.org/wiki/MediaWiki:Standard.css | |||
* | |||
* immer synchron vorzunehmen. | |||
* | |||
* Sinn und Zweck der CSS-Anweisungen bitte in einem kurzen Kommentar angeben. | |||
* | |||
* Zur korrekten Wiedergabe der Formatierung auf den Wiki-Seiten die | |||
* Zeilen mit einem Leerzeichen beginnen. | |||
* | |||
*/ | |||
/*-----------------------------------------------------------------------------*/ | |||
/* 1. Änderungen für das Erscheinungsbild aller Skins der deutschen Wikipedia */ | |||
/*-----------------------------------------------------------------------------*/ | |||
/* Änderungen in Fett markieren */ | |||
span.diffchange { | |||
font-weight: bold; | |||
} | |||
/* Personennamen in Kapitälchen: class="Person" */ | |||
.Person { | |||
display: inline; | |||
font-variant: small-caps; | |||
} | |||
/* SideBox analog Townbox */ | |||
div.sideBox { | |||
position: relative; | |||
float: right; | |||
background: white; | |||
margin-left: 1em; | |||
border: 1px solid grey; | |||
padding: 0.3em; | |||
width: 200px; | |||
overflow: hidden; | |||
clear: right; | |||
} | |||
div.sideBox dl { | |||
padding: 0; | |||
margin: 0 0 0.3em 0; | |||
font-size: 96%; | |||
} | |||
div.sideBox dl dt { | |||
background: none; | |||
margin: 0.4em 0 0 0; | |||
} | |||
div.sideBox dl dd { | |||
margin: 0.1em 0 0 1.1em; | |||
background-color: #f3f3f3; | |||
} | |||
/* Stylesheet-Ergänzung zu Taxoboxen */ | |||
table.taxobox { | |||
border-collapse: collapse; | |||
border: 1px solid gray; | |||
float: right; | |||
margin-left: 0.5em; | |||
} | |||
table.taxobox th { | |||
background-color: #ffc0c0; | |||
border: solid 1px gray; | |||
text-align: center; | |||
font-weight: bold; | |||
} | |||
table.taxobox td { | |||
vertical-align:top; | |||
} | |||
table.taxobox .Person { | |||
font-style: normal; | |||
} | |||
table.taxobox div.thumb, | |||
table.taxobox div.thumb * { | |||
margin: 0; | |||
padding: 0; | |||
float: none; | |||
border: none; | |||
} | |||
table.taxobox div.magnify { | |||
display: none; | |||
} | |||
table.taxobox tr td div.thumb div div.thumbcaption { | |||
text-align:center; | |||
} | |||
table.taxobox td.Person { | |||
text-align:center; | |||
display:block; | |||
} | |||
table.taxobox td.taxo-name { | |||
text-align:center; | |||
} | |||
table.taxobox td.taxo-bild { | |||
text-align:center; | |||
} | |||
/* Standard Navigationsleisten */ | |||
div.BoxenVerschmelzen, | |||
div.NavFrame { | |||
margin: 0px; | |||
padding: 2px; | |||
border: 1px solid #aaaaaa; | |||
text-align: center; | |||
border-collapse: collapse; | |||
font-size: 95%; | |||
} | |||
div.BoxenVerschmelzen div.NavFrame { | |||
border-style: none; | |||
border-style: hidden; | |||
} | |||
div.NavFrame + div.NavFrame { | |||
border-top-style: none; | |||
border-top-style: hidden; | |||
} | |||
div.NavPic { | |||
background-color: #ffffff; | |||
margin: 0px; | |||
padding: 2px; | |||
float: left; | |||
} | |||
div.NavFrame div.NavHead { | |||
height: 1.6em; | |||
font-weight: bold; | |||
font-size: 100%; | |||
background-color: #efefef; | |||
} | |||
div.NavFrame p { | |||
font-size: 100%; | |||
} | |||
div.NavFrame div.NavContent { | |||
font-size: 100%; | |||
} | |||
div.NavFrame div.NavContent p { | |||
font-size: 100%; | |||
} | |||
div.NavEnd { | |||
margin: 0px; | |||
padding: 0px; | |||
line-height: 1px; | |||
clear: both; | |||
} | |||
/* Do not print navigation bar elements. They should not appear on paper */ | |||
@media print{ | |||
.NavFrame { | |||
display: none; | |||
} | |||
.BoxenVerschmelzen { | |||
display: none; | |||
} | |||
} | |||
/* Metadaten (bspw. Personendaten) */ | |||
table.metadata { | |||
border: 1px solid #aaaaaa; | |||
display: none; /* Muss von Benutzern eingeschaltet werden */ | |||
} | |||
.metadata-label { | |||
color: #aaaaaa; | |||
} | |||
/* Kästen für Inter-Projekt-Links */ | |||
div.interbox { | |||
clear: both; | |||
margin: 0px; | |||
border: 1px solid #c0c0c0; | |||
} | |||
div.interbox + div.interbox { | |||
border-top-style: hidden; | |||
} | |||
/* Links nicht unterstreichen */ | |||
a { | |||
text-decoration: none; | |||
} | |||
/*-----------------------------------------------------------------------------*/ | |||
/* 2. Änderungen am Monobook-Skin für die deutsche Wikipedia */ | |||
/*-----------------------------------------------------------------------------*/ | |||
/* 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 !important; | |||
} | |||
/* 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; | |||
} | |||
.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; | |||
} | |||
/* Tabellenüberschriften (mit |+) größer und fett */ | |||
caption { | |||
font-size: 105%; | |||
font-weight: bold; | |||
} | |||
/* Externhinweis */ | |||
#externHinweis { | |||
font-size: x-small; | |||
text-align: center; | |||
padding: 5px; | |||
} | |||
/* Formatierung betrifft Vorlagen: Geokoordinate, Koordinate2 & Koordinate3 */ | |||
#coordinates { | |||
position:absolute; | |||
z-index:1; | |||
border: none; | |||
background: none; | |||
right:12px; | |||
top:0.3em; | |||
width:45.0em; | |||
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; | |||
} | |||
/* kleines Globus-Symbol neben der Geookordinate anzeigen */ | |||
#coordinates a[href ^="http://"] { | |||
18px; !important; | |||
} | |||
/* | |||
#coordinates a[href ^="http://"] { | |||
background: url(http://upload.wikimedia.org/wikipedia/de/d/d4/Gnome-globe.png) center right no-repeat; padding-right: 18px; !important; | |||
} | |||
*/ | |||
.NavToggle { | |||
font-size: x-small; | |||
float:right; | |||
} | |||
Version vom 28. Juli 2005, 13:03 Uhr
/* Diese CSS-Datei basiert auf http://de.wikipedia.org/wiki/MediaWiki:Monobook.css
Die Autorenliste finden Sie unter http://de.wikipedia.org/w/index.php?title=MediaWiki:Monobook.css&action=history
*/
/* MediaWiki:Monobook.css
*
* Diese Datei enthält zwei Abschnitte:
*
* 1. Änderungen für das Erscheinungsbild aller Skins der deutschen Wikipedia
* 2. Änderungen am Monobook-Skin für die deutsche Wikipedia
*
* Bitte unbedingt darauf achten, die Änderungen in Abschnitt 1. auf den Seiten
*
* - http://de.wikipedia.org/wiki/MediaWiki:Chick.css
* - http://de.wikipedia.org/wiki/MediaWiki:Cologneblue.css
* - http://de.wikipedia.org/wiki/MediaWiki:Monobook.css
* - http://de.wikipedia.org/wiki/MediaWiki:Myskin.css
* - http://de.wikipedia.org/wiki/MediaWiki:Nostalgia.css
* - http://de.wikipedia.org/wiki/MediaWiki:Simple.css
* - http://de.wikipedia.org/wiki/MediaWiki:Standard.css
*
* immer synchron vorzunehmen.
*
* Sinn und Zweck der CSS-Anweisungen bitte in einem kurzen Kommentar angeben.
*
* Zur korrekten Wiedergabe der Formatierung auf den Wiki-Seiten die
* Zeilen mit einem Leerzeichen beginnen.
*
*/
/*-----------------------------------------------------------------------------*/
/* 1. Änderungen für das Erscheinungsbild aller Skins der deutschen Wikipedia */
/*-----------------------------------------------------------------------------*/
/* Änderungen in Fett markieren */
span.diffchange {
font-weight: bold;
}
/* Personennamen in Kapitälchen: class="Person" */
.Person {
display: inline;
font-variant: small-caps;
}
/* SideBox analog Townbox */
div.sideBox {
position: relative;
float: right;
background: white;
margin-left: 1em;
border: 1px solid grey;
padding: 0.3em;
width: 200px;
overflow: hidden;
clear: right;
}
div.sideBox dl {
padding: 0;
margin: 0 0 0.3em 0;
font-size: 96%;
}
div.sideBox dl dt {
background: none;
margin: 0.4em 0 0 0;
}
div.sideBox dl dd {
margin: 0.1em 0 0 1.1em;
background-color: #f3f3f3;
}
/* Stylesheet-Ergänzung zu Taxoboxen */
table.taxobox {
border-collapse: collapse;
border: 1px solid gray;
float: right;
margin-left: 0.5em;
}
table.taxobox th {
background-color: #ffc0c0;
border: solid 1px gray;
text-align: center;
font-weight: bold;
}
table.taxobox td {
vertical-align:top;
}
table.taxobox .Person {
font-style: normal;
}
table.taxobox div.thumb,
table.taxobox div.thumb * {
margin: 0;
padding: 0;
float: none;
border: none;
}
table.taxobox div.magnify {
display: none;
}
table.taxobox tr td div.thumb div div.thumbcaption {
text-align:center;
}
table.taxobox td.Person {
text-align:center;
display:block;
}
table.taxobox td.taxo-name {
text-align:center;
}
table.taxobox td.taxo-bild {
text-align:center;
}
/* Standard Navigationsleisten */
div.BoxenVerschmelzen,
div.NavFrame {
margin: 0px;
padding: 2px;
border: 1px solid #aaaaaa;
text-align: center;
border-collapse: collapse;
font-size: 95%;
}
div.BoxenVerschmelzen div.NavFrame {
border-style: none;
border-style: hidden;
}
div.NavFrame + div.NavFrame {
border-top-style: none;
border-top-style: hidden;
}
div.NavPic {
background-color: #ffffff;
margin: 0px;
padding: 2px;
float: left;
}
div.NavFrame div.NavHead {
height: 1.6em;
font-weight: bold;
font-size: 100%;
background-color: #efefef;
}
div.NavFrame p {
font-size: 100%;
}
div.NavFrame div.NavContent {
font-size: 100%;
}
div.NavFrame div.NavContent p {
font-size: 100%;
}
div.NavEnd {
margin: 0px;
padding: 0px;
line-height: 1px;
clear: both;
}
/* Do not print navigation bar elements. They should not appear on paper */
@media print{
.NavFrame {
display: none;
}
.BoxenVerschmelzen {
display: none;
}
}
/* Metadaten (bspw. Personendaten) */
table.metadata {
border: 1px solid #aaaaaa;
display: none; /* Muss von Benutzern eingeschaltet werden */
}
.metadata-label {
color: #aaaaaa;
}
/* Kästen für Inter-Projekt-Links */
div.interbox {
clear: both;
margin: 0px;
border: 1px solid #c0c0c0;
}
div.interbox + div.interbox {
border-top-style: hidden;
}
/* Links nicht unterstreichen */
a {
text-decoration: none;
}
/*-----------------------------------------------------------------------------*/
/* 2. Änderungen am Monobook-Skin für die deutsche Wikipedia */
/*-----------------------------------------------------------------------------*/
/* 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 !important;
}
/* 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;
}
.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;
}
/* Tabellenüberschriften (mit |+) größer und fett */
caption {
font-size: 105%;
font-weight: bold;
}
/* Externhinweis */
#externHinweis {
font-size: x-small;
text-align: center;
padding: 5px;
}
/* Formatierung betrifft Vorlagen: Geokoordinate, Koordinate2 & Koordinate3 */
#coordinates {
position:absolute;
z-index:1;
border: none;
background: none;
right:12px;
top:0.3em;
width:45.0em;
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;
}
/* kleines Globus-Symbol neben der Geookordinate anzeigen */
#coordinates a[href ^="http://"] {
18px; !important;
}
/*
#coordinates a[href ^="http://"] {
background: url(http://upload.wikimedia.org/wikipedia/de/d/d4/Gnome-globe.png) center right no-repeat; padding-right: 18px; !important;
}
*/
.NavToggle {
font-size: x-small;
float:right;
}
