Herzlich Willkommen zum Mitglieder-Wiki von Wikimedia Österreich.
Für ein Benutzerkonto schreibe bitte an verein [at] wikimedia.at
MediaWiki:Common.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(Test Common.css) |
(display:none) |
||
(Eine dazwischenliegende Version desselben Benutzers wird nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
/* Position coordinates | |||
* | |||
*/ | |||
#coordinates { | |||
position: absolute; | |||
z-index: 1; | |||
border: none; | |||
background: none; | |||
right: 0; | |||
top: 3.7em; | |||
float: right; | |||
margin: 0em; | |||
padding: 0em; | |||
padding-right: 30px; | |||
line-height: 1.5em; | |||
text-align: right; | |||
text-indent: 0; | |||
font-size: 85%; | |||
text-transform: none; | |||
white-space: nowrap; | |||
} | |||
/* | |||
* Im Projekt WP:GEO benutzt die [[Vorlage:Coordinate]] das «geo-microformat» | |||
* zur semantischen Auszeichnung des Texts. Der Inhalt dieses | |||
* [[Tag (Informatik)|Tags]] ist nicht für den Leser bestimmt. | |||
*/ | |||
.geo { display: none;} | |||
Zeile 155: | Zeile 182: | ||
body.page-Main_Page h1.firstHeading { display:none; } | |||
. | |||
} |
Aktuelle Version vom 7. Februar 2016, 07:00 Uhr
/* Position coordinates * */ #coordinates { position: absolute; z-index: 1; border: none; background: none; right: 0; top: 3.7em; float: right; margin: 0em; padding: 0em; padding-right: 30px; line-height: 1.5em; text-align: right; text-indent: 0; font-size: 85%; text-transform: none; white-space: nowrap; } /* * Im Projekt WP:GEO benutzt die [[Vorlage:Coordinate]] das «geo-microformat» * zur semantischen Auszeichnung des Texts. Der Inhalt dieses * [[Tag (Informatik)|Tags]] ist nicht für den Leser bestimmt. */ .geo { display: none;} /** expand main sidebar boxes **/ #p-Aktuelles .body { display:block!important; } #p-Aktuelles.portal h5 { background:none!important; } #p-Verein .body { display:block!important; } #p-Verein.portal h5 { background:none!important; } /** general Boxes **/ div.contentbox h2 { border: 1px solid #6C7B8B; padding: 4px; background-color: #C6E2FF; font-size: 10pt; -moz-border-radius: 2px; margin-top: 10px; } div.contentbox { border: 1px solid #6C7B8B; padding: 4px; padding-bottom: 2px; margin-bottom: 2px; } div.contentbox div.title { background-color: #C6E2FF; margin: -4px; padding: 3px; font-weight: bold; } /** Boxes for Main Page **/ div.SpaceHome div.contentbox h2 { background-color: #cedff2; } div.SpaceHome div.contentbox div.title { background-color: #cedff2; } div.SpaceHome div.contentbox { background-color: #f5faff; border: 1px solid #a3b0bf; } /** Boxes for News **/ div.SpaceNews div.contentbox h2 { background-color: #f2e0ce; } div.SpaceNews div.contentbox div.title { background-color: #f2e0ce; } div.SpaceNews div.contentbox { background-color: #fffaf5; border: 1px solid #bfb1a3; } /** Boxes for Persons **/ div.SpacePerson div.contentbox h2 { background-color: #ddcef2; } div.SpacePerson div.contentbox div.title { background-color: #ddcef2; } div.SpacePerson div.contentbox { background-color: #faf5ff; border: 1px solid #afa3bf; } /** agenda & dates boxes **/ div.SpaceAgenda div.contentbox h2 { background-color: #cef2e0; } div.SpaceAgenda div.contentbox div.title { background-color: #cef2e0; } div.SpaceAgenda div.contentbox { background-color:#f5fffa; border:#a3bfb1 1px solid; } #bodyContent a[href ^="http://members.wikimedia.ch/"], #bodyContent a[href ^="http://wikimedia.ch/"], #bodyContent a[href ^="http://www.wikimedia.ch/"] { background: url(); padding-right: 0px; } /* Stylesheet-Ergänzung zu Standard-Navigationsleisten */ div.NavFrame { display: inline-block; /* IE <= 7 */ } div.NavFrame { border: 1px solid #aaa; clear: both; display: block; font-size: 95%; margin-top: 1.5em; padding: 2px; text-align: center; } div.NavPic { float: left; padding: 2px; } div.NavHead { background: #efefef; font-weight: bold; } div.NavFrame:after { clear: both; content: ""; display: block; } /* * Redundant zu .visualClear in shared.css und IE60Fixes.css * VERALTET: Wurde zum Einschließen der Floats in [[Vorlage:Navigationsleiste]] * benutzt und enthält meist ein störendes geschütztes Leerzeichen */ div.NavEnd { display: none; } /* Stylesheet fuer den 'Ausklappen'-Button an Navileisten, der in [[MediaWiki:Common.js]] implementiert wird */ .NavToggle { float: right; font-size: x-small; /* Skinabhängige absolute Positionierungen ausblenden */ /* Bitte [[MediaWiki Diskussion:Common.css/Archiv 1#Absolute Positionierungen]] beachten */ /* #commons-icon, */ /* #coordinates, */ /* #editcount, */ /* #issnlink, */ /* #shortcut, */ /* #spoken-icon, */ /* .topicon { */ /* display: none; */ /* } */ /* #coordinates { */ /* display: block; */ /* font-size: x-small; */ /* line-height: 1.5; */ /* position: absolute; */ /* right: 2.4em; */ /* text-align: right; */ /* text-indent: 0; */ /* top: .2em; */ /* white-space: nowrap; */ /* } */ body.page-Main_Page h1.firstHeading { display:none; }