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;
    background-image: url(http://nordhausen-wiki.de/images/Vector/MW_V_page-base.png);
}
#mw-page-base{
    background-color: #fff;
    background-image: url(http://nordhausen-wiki.de/images/Vector/MW_V_page-fade.png);
}
div.vectorTabs, div.vectorTabs span, div.vectorMenu h5 a, div.vectorMenu h3 a{
    background-image: url(http://nordhausen-wiki.de/images/Vector/strich_leicht.png);
}
 
div.vectorTabs ul li{
    background-color: #fcf6e4;
    background-image: url(http://nordhausen-wiki.de/images/Vector/MW_V_tab-normal-fade.png);
}
div.vectorTabs li.selected{
    background-image: url(http://nordhausen-wiki.de/images/Vector/MW_V_tab-current-fade.png);
}
div#content{
border-color: #F9DFA7;
}
}
/* ENDE */
#bodyContent {
 
position: static;
/* 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;
    }
 
 
 
 
/* FF-bug für monospace-Schriften ausnutzen  */
pre, kbd, samp, tt, code{
    font-family: monospace, sans-serif !important;
    }
 
/* Navigation (oberster "Kasten") ohne Klapppfeil und Break-Bildchen */
 
div#p-Navigation.portal.expanded h5 {display: none;}
div#p-Navigation.portal.expanded{background-image: none;}
 
/* Zeilenumbruch bei "Änderungen an verlinkten Seiten" erzwingen */
#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;} 
 
/* ganzgut */
.ganzgut{
      width:250px;
      position: absolute;
      bottom: -30px;
      left: 0;
      padding:5px 0 0 5px;
      background-color: #FFEFA3;
      border: 1px solid #bbb;
      box-shadow:0px 1px 4px rgba(128,128,128,1);
      border-radius:.25em;
      }
 
/*PrettyLog Font-Anpassung*/
.page-Spezial_Logbuch .mw-search-results{font-size:.9em;}
 
.TablePager tr:hover td, .TablePager th { background-color: #FFFFEE; }
 
 
}
}
#coordinates,
#ca-hw.icon a{
#editcount,
    background-position: 5px 60%;
#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;
}
}
 
#ca-hw.icon a:hover, #ca-hw.icon a:focus{
/* showTopicon in [[MediaWiki:Vector.js]] */
    background-position: -19px 60%;
div.topicon {
float: right;
font-size: .8em;
line-height: 1;
margin-left: 3px;
}
}
#firstHeading {
#ca-unhw.icon a{
overflow: visible;
    background-position: -43px 60%;
}
}


#ca-unhw.icon a:hover, #ca-unhw.icon a:focus{
/* [[bugzilla:24515]] */
    background-position: -66px 60%;
html {
font-size: 100%;
}
}

Version vom 18. Juni 2014, 08:11 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;
}
#bodyContent {
	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;
}

/* [[bugzilla:24515]] */
html {
	font-size: 100%;
}