Schweiz-Wiki
Advertisement

Hinweis: Leere nach dem Veröffentlichen den Browser-Cache, um die Änderungen sehen zu können.

  • Firefox/Safari: Umschalttaste drücken und gleichzeitig Aktualisieren anklicken oder entweder Strg+F5 oder Strg+R (⌘+R auf dem Mac) drücken
  • Google Chrome: Umschalttaste+Strg+R (⌘+Umschalttaste+R auf dem Mac) drücken
  • Internet Explorer/Edge: Strg+F5 drücken oder Strg drücken und gleichzeitig Aktualisieren anklicken
  • Opera: Strg+F5
.WikiHeader .subnav li a {
    border: 0 none;
    color: darkBlue;
}
 
#WikiaArticle .RelatedPagesModule {
    display: none;
    margin: 0;
}
 
.WikiaArticleComments {
    border-top: 1px solid #CCDEE6;
    margin: -150px 1px 1px;
    padding-top: 1px;
}

.WikiHeader {
    background-color: #6699ff;
    background-image: -moz-linear-gradient(left center , #002266 0pt, #6699ff 50%, #002266 100%);
    color: white;
    margin: 0 0 1px;
    padding: 1px 1px 10px;
    position: relative;
    z-index: 1000;
}
 
.WikiHeader li a {
    border-left: 1px solid #929697;
    color: white;
    display: block;
    padding: 0 10px;
    position: relative;
}
 
.WikiHeader .wordmark a { 
color: white; }
 
.WikiHeader .buttons    { 
width: 280px;}
 
.tally em {  font-size: 12px;  line-height: 12px;  font-weight: bold; }
 
.WikiaRail .module .wikia-button, .WikiaRail #RIGHT_SKYSCRAPER .wikia-button { background-color:transparent; }

.geo {display:none;}

/* Personennamen in Kapitälchen */
.Person {
	font-variant: small-caps;
}

/*
 * Stylesheet-Ergänzung zu Standard-Navigationsleisten:
 * [[Hilfe:Navigationsleisten]], [[Vorlage:Navigationsleiste]]
 */
div.NavFrame {
	border: 1px solid #aaa;
	clear: both;
	font-size: 85%;
	margin-top: 1em;
	min-height: 0; /* IE 7 */
	padding: 1px;
	text-align: center;
	width:94%;
}
div.NavPic {
	float: left;
	padding: 1px;
}
div.NavHead {
	background: #efefef;
	font-weight: bold;
}
div.NavFrame:after {
	clear: both;
	content: "";
	display: block;
}

.kantonskategorien{
    clear:both;
    display:block;
    top: 380px;
	right: 1px;
	padding: 1px 1px 1px 1px;
	margin: 1px 1px 1px 1px;
    position: absolute;
    z-index: 2147483647;
}

#coordinates {
	clear: both;
	top: -5px;
	right: 0;
	<!-- background-color: white; -->
	<!-- border: 1px dashed #F00;-->
	padding: -3px 0 -3px 0;
	margin: -3px 0 1px 0;
	font-size: 8px;
    position: absolute;
    display: block;
    text-align: center;
    text-indent: 0;
    text-transform: none;
    z-index: 2147483647;
    }

#coordinates2 {
    background: none repeat scroll 0 0 ivory;
    border: medium none;
    display: block;
    font-size: 10px;
    line-height: 10px;
    margin: 5px;
    padding: 0 0.1em 0 0;
    position: absolute;
    right: 0px;
    text-align: right;
    text-indent: 0;
    text-transform: none;
    top: -5px;
    z-index: 2147483647;
    padding-right:30px;
}

/*
 * wikitable
 */
.wikitable {
	background-color: #f9f9f9;
	border: 1px solid #aaa;
	border-collapse: collapse;
	color: black;
	margin: 1em 0;
}
table.wikitable > * > tr > th,
table.wikitable > * > tr > td {
	border: 1px solid #aaa;
	padding: .2em .4em;
}
table.wikitable > * > tr > th {
	/* background-color: #f2f2f2; */
	text-align: center;
}
table.wikitable > caption {
	font-weight: bold;
}

/* Zebra-Tabellen */
.zebra > tbody > :nth-child(even):not([class*="hintergrundfarbe"]) {
	background: white;
}

/*
 * Klassen für die Ausrichtung von Bausteinen, Tabellen, mit „gallery“-Tags
 * realisierten Bildergalerien und weiteren Objekten.
 * Vorsicht: Das MediaWiki-eigene CSS enthält Klassen mit den sehr ähnlichen
 * Namen „floatleft“, „floatright“ und „center“, deren Definitionen sich aber
 * von den lokalen Definitionen unterscheiden.
 * Für die Bedeutung der „noflip“-Kommentare siehe
 * [[mw:ResourceLoader/Features#Flipping]].
 */

/* @noflip */
div.float-left,
table.float-left,
ul.float-left,
.float-left {
	clear: left;
	float: left;
	margin: 1em 1em 1em 0;
}
/* @noflip */
div.float-right,
table.float-right,
ul.float-right,
.float-right {
	clear: right;
	float: right;
	margin: 1em 0 1em 1em;
}
div.centered,
table.centered,
ul.centered,
.centered {
	margin-left: auto;
	margin-right: auto;
}

/*
 * Obenbündige Textausrichtung in Tabellen. Wirkt nicht auf Kopfzellen und wurde
 * unter anderem wegen Inkonsistenzen bei sortierbaren Tabellen nicht auf
 * Kopfzellen ausgeweitet.
 */
.toptextcells > * > * > td {
	vertical-align: top;
}


/* Infobox Vorlagen-Style */
.infobox {
   border: 1px solid #aaaaaa;
   background-color: #f9f9f9;
   color: black;
   margin-bottom: 0.5em;
   margin-left: 1em;
   padding: 0.2em;
   float: right;
   clear: right;
}
.infobox td,
.infobox th {
   vertical-align: top;
}
.infobox caption {
   font-size: larger;
   margin-left: inherit;
}
.infobox.bordered {
   border-collapse: collapse;
}
.infobox.bordered td,
.infobox.bordered th {
   border: 1px solid #aaaaaa;
}
.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
   border: 0;
}
 
.portable-infobox .caption {
    display: none; /* Entfernt Kartenkoordination */
}

.forumheader { 
    border:1px solid #a3bfb1; background:darkseagreen; color:#000; font-size:120%; font-weight:bold; text-align:left; -moz-border-radius:0.2em; margin-top: 0.5em; padding: 10px; 
}
.forum_edited a { 
     color: black; text-decoration: none;
}
.forumlist td.forum_title a { 
     padding-left: 20px; 
}
.forumlist td.forum_title a.forum_new {  
     font-weight: bold; background: url(/images/4/4e/Forum_new.gif) center left no-repeat; padding-left: 20px; 
}
.forumlist td.forum_title a.forum_new:visited { 
     font-weight: normal; background: none; padding-left: 20px; 
}
.forumlist th.forum_title { 
     padding-left: 20px; 
}
 
 /* Markierung von Weiterleitungen in [[Special:Allpages]]  */
 
 .allpagesredirect {
     background-color:#F5F5F5;
     font-style: italic;
 }
 
/*** (± Zahl) wird in den letzen Änderungen bei minus rot dargestellt, bei plus grün ***/
.mw-plusminus-pos {color: #006400;} 
.mw-plusminus-neg {color: #8B0000;}
 
/*** font class für 'hellklick' in Balkennavigation ***/
 
.hellklick a, .hellklick a:visited { 
     text-decoration: underline; color: #fefefe !important;
}
.hellklick a:hover, .hellklick a:active { 
     color: #9ad9ff !important;
}
 
/*** font class für 'hellklick2' in Tutorial ***/
 
.hellklick2 a, .hellklick2 a:visited { 
     text-decoration: none; color: #fefefe !important;
}
.hellklick2 a:hover, .hellklick2 a:active { 
     color: #9ad9ff !important; text-decoration: underline;
}
 
/* Ausklappen per Mauklick (s.a. [[MediaWiki:Common.js]]  */
 
 .klapp {
      cursor: pointer;
 }
 span.klapp {
      text-decoration: none;
      color: #002bb8;
      background: none;
      }
 
 span.klapp:hover {
      text-decoration: underline;
      }
 
 /* Drag & Drop */
 .jstest{
      position:relative;
      cursor:move;
      z-index: 100;
      padding:20px 45px 20px 0px;
      border-width:1px;
      }
 
/* </pre></nowiki> */
 
 
/* Stylesheet-Ergänzung zu Standard-Navigationsleisten */
div.NavFrame {
	display: inline-block; /* IE <= 7 */
}
div.NavFrame {
	border: 1px solid #aaa;
	width: 100%;
	clear: both;
	display: block;
	font-size: 95%;
	margin-top: 0.2em;
	padding: 2px;
	text-align: center;
}
 
/* Automatisches Verschmelzen, funktioniert nicht im IE 6 */
div.NavFrame + div.NavFrame {
	margin-top: -1px;
	width: 100%;
}
div.NavPic {
	float: left;
	padding: 2px;
}
div.NavHead {
	background: #efefef;
	font-weight: bold;
	width: 100%;
}
 
/* Redundant zu .visualClear in shared.css und IE60Fixes.css */
.NavEnd {
	display: none; /* broken */
}
div.NavFrame:after {
	clear: both;
	content: "";
	display: block;
}
 
/* Stylesheet fuer den 'Ausklappen'-Button an Navileisten, der in [[MediaWiki:Common.js]] implementiert wird */
.NavToggle {
	float: right;
	font-size: x-small;
}
 
/* [[Vorlage:NaviBlock]] */
div.BoxenVerschmelzen {
	border: 1px solid #aaa;
	clear: both;
	font-size: 95%;
	margin-top: 0.2em;
	padding-top: 2px;
}
div.BoxenVerschmelzen div.NavFrame {
	border: none;
	font-size: 100%;
	margin: 0;
	padding-top: 0;
}
 
/* wikitable/prettytable/toccolours class for skinning normal tables */
table.toccolours,
table.wikitable,
table.prettytable {
    margin: 1em 1em 1em 0;
    background: #f9f9f9;
    border: 1px #aaa solid;
    border-collapse: collapse;
}
 
table.toccolours th, table.toccolours td,
table.wikitable th, table.wikitable td,
table.prettytable th, table.prettytable td {
    border: 1px #aaa solid;
    padding: 0.2em;
}
 
table.toccolours th, 
table.wikitable th,
table.prettytable th {
    background: #f2f2f2;
    text-align: center;
}
 
table.toccolours caption,
table.wikitable caption,
table.prettytable caption {
    margin-left: inherit;
    margin-right: inherit;
    font-weight: bold;
}
 
table.toccolours code,
table.prettytable code,
table.wikitable code {
    background-color: transparent;
}
 
.RelatedPagesModule .articleSnippet { display:none; }
 
/* Bildergalerie ausblenden */
body .LatestPhotosModule {
  display: none !important;
}
 
/* "Beliebteste Blogs" ausblenden */
body .WikiaBlogListingBox {
  display: none !important;
}
 
/* no toc-numbers */
.tocnumber {
    display: none;
}
Advertisement