MediaWiki:Vector.css: Unterschied zwischen den Versionen

Aus NordhausenWiki
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 1: Zeile 1:
/* Anpassungen für vector-skin; Globales Stylesheet: [[Mediawiki:Common.css]] */
/* CSS an dieser Stelle wirkt sich auf den Vector-Skin aus. Für allgemeingültige
  Skin-Anpassungen bitte [[MediaWiki:Common.css]] bearbeiten. */


/* Design http://kamelopedia.net */
/* Koordinaten in Artikeln oben rechts */
#content {
body{
position: relative;
    background-color: #fcf6e4;
z-index: 0; /* Schutz vor Spielchen mit "position: fixed", vgl. [[bugzilla:24667]] */
    background-image: url(http://nordhausen-wiki.de/images/Vector/MW_V_page-base.png);
}
}
.mw-body-content {
position: static;
#mw-page-base{
}
    background-color: #fff;
#coordinates,
    background-image: url(http://nordhausen-wiki.de/images/Vector/MW_V_page-fade.png);
#editcount,
}
#issnlink,
#shortcut {
div.vectorTabs, div.vectorTabs span, div.vectorMenu h5 a, div.vectorMenu h3 a{
display: block;
    background-image: url(http://nordhausen-wiki.de/images/Vector/strich_leicht.png);
font-size: x-small;
}
line-height: 1.5;
position: absolute;
right: 2.4em;
text-align: right;
text-indent: 0;
top: .2em;
white-space: nowrap;
}


div.vectorTabs ul li{
/* showTopicon in [[MediaWiki:Vector.js]] */
    background-color: #fcf6e4;
div.topicon {
    background-image: url(http://nordhausen-wiki.de/images/Vector/MW_V_tab-normal-fade.png);
float: right;
}
font-size: .8em;
line-height: 1;
div.vectorTabs li.selected{
margin-left: 3px;
    background-image: url(http://nordhausen-wiki.de/images/Vector/MW_V_tab-current-fade.png);
}
}
#firstHeading {
overflow: visible;
div#content{
border-color: #F9DFA7;
}
}
/* ENDE */
/* Spielerei */
/*fetter bearbeiten-link*/
#ca-edit a{font-weight:bold !important;}
#content, #footer { margin-left: 11em; }
#left-navigation  { left: 11em; }
/* Hintergrundfarbe des Inhaltsverzeichnisses */
table.toc {
  background-color: #fcf6e4;
/* Meldung */
.usermessage {
    background-color: #EEDC82;
    border: 1px outset #EEDC82;
    color: #000;
    margin: 1.5em;
    padding: 0.5em;
    vertical-align: middle;
    text-align: center;
    border-radius: 0.5em;
    box-shadow: 3px 3px 3px  #ddd;
    background: -moz-linear-gradient(top, #FFF4C9, #EEDC82);
    background: -webkit-gradient(linear, center top, center bottom, from(#FFF4C9), to(#EEDC82));
    background: -o-linear-gradient(top, #FFF4C9, #EEDC82);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF4C9', endColorstr='#EEDC82');
    }
/* SimpleSearch-Suchfeld breiter */
#simpleSearch input#searchInput {
    width:11em;
    }
#t-recentchangeslinked{ width:125px; }
/* Navigation ein wenig nach oben holen */
div#mw-panel{
    top: 140px;
    }
#p-logo{
    top: -140px;
    height: 140px;
    }
/* Navigation der History etwas kleiner */
#mw-revision-info, #mw-revision-nav{
  font-size: .9em;
  color: #444;} 
.TablePager tr:hover td, .TablePager th { background-color: #FFFFEE; }

Version vom 7. Mai 2015, 19:12 Uhr

/* CSS an dieser Stelle wirkt sich auf den Vector-Skin aus. Für allgemeingültige
   Skin-Anpassungen bitte [[MediaWiki:Common.css]] bearbeiten. */

/* Koordinaten in Artikeln oben rechts */
#content {
	position: relative;
	z-index: 0; /* Schutz vor Spielchen mit "position: fixed", vgl. [[bugzilla:24667]] */
}
.mw-body-content {
	position: static;
}
#coordinates,
#editcount,
#issnlink,
#shortcut {
	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;
}

/* showTopicon in [[MediaWiki:Vector.js]] */
div.topicon {
	float: right;
	font-size: .8em;
	line-height: 1;
	margin-left: 3px;
}
#firstHeading {
	overflow: visible;
}