MediaWiki:Common.css

Aus WindhagWiki
Zur Navigation springen Zur Suche springen

Hinweis: Leere nach dem Speichern 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: Strg+F5 drücken oder Strg drücken und gleichzeitig Aktualisieren anklicken
  • Opera: Gehe zu Menü → Einstellungen (Opera → Einstellungen auf dem Mac) und dann auf Datenschutz & Sicherheit → Browserdaten löschen → Gespeicherte Bilder und Dateien.
 /** CSS an dieser Stelle wirkt sich auf ALLE Skins aus!!! */
 /** Bitte nicht dran herumspielen, sondern mit jemandem absprechen (Details über "jemand" folgen!)!! */

/* Hintergrund nur Farbe 
body {
	background: rgb( 200, 200, 255) 0 0;
}
*/

.pBody {-moz-border-radius-topright: 1em; -moz-border-radius-bottomright: 1em;}
#content {-moz-border-radius-topleft: 1em; -moz-border-radius-bottomleft: 1em;}
table #catlinks {-moz-border-radius: 1em; }
table td {-moz-border-radius-topleft: 1em;-moz-border-radius-topright: 1em; }
table th {-moz-border-radius-topleft: 1em;-moz-border-radius-topright: 1em; }
#p-cactions ul li a, #p-cactions ul li {-moz-border-radius-topleft: 1em ;-moz-border-radius-topright: 1em; }
div.thumbinner {-moz-border-radius: 0.8em;}

h1 {margin-right:10px;}

.InfoBox {
  margin-left:20px; 
  margin-right:0px;   
  align:right;
}

.InfoBoxHeader {
 background-color:#0000cc; 
 color:white;
 padding-top: 10px;
 padding-bottom: 5px;
}


.InfoBoxZeileWeiss {
  border-left: 2px #0000cc solid;
  border-right: 2px #0000cc solid;
  border-bottom: 1px #aaa solid;
  padding-top: 6px;
  padding-bottom: 3px;
  -moz-border-radius: 0em;
  color:#0000ff;
}

.InfoBoxZeileBlau {
  border-left: 2px #0000cc solid;
  border-right: 2px #0000cc solid;
  border-bottom: 1px #aaa solid;
  padding-top: 6px;
  padding-bottom: 3px;
  -moz-border-radius: 0em;
  background-color:#0000cc; 
  color:#FFFFFF;
}

.InfoBoxZelleLinks {
  border-left: 2px #0000cc solid;
  border-bottom: 1px #aaa solid;
  border-right: 1px #aaa solid;
  -moz-border-radius: 0em;
  background-color:#e0e0e0;
  color:#000000;
  font-weight: bold;
  padding-top: 6px;
  padding-bottom: 3px;
  padding-left: 5px;
  padding-right:5px; 
}

.InfoBoxZelleRechts {
  border-right: 2px #0000cc solid;
  border-bottom: 1px #aaa solid;
  -moz-border-radius: 0em;
  background-color:#ffffff; 
  color:#000000;
  padding-top: 6px;
  padding-bottom: 3px;
  padding-left: 10px;
  padding-right:5px; 

}

.InfoBoxFooter {
 -moz-border-radius-topleft: 0em; 
 -moz-border-radius-topright: 0em;
 -moz-border-radius-bottomleft: 1em; 
 -moz-border-radius-bottomright: 1em;
 border-left: 2px #0000cc solid;
 border-right: 2px #0000cc solid;
 border-bottom: 2px #0000cc solid;
 background-color:#0000cc; 
 color:white;
 padding-top: 6px;
  margin-bottom:10px; 
}





 .wikitable,
 .prettytable {
  -moz-border-radius: 0.8em;
  margin: 1em 1em 1em 0;
  background: #f9f9f9;
  border: 1px #AAA solid;
  border-collapse: collapse;
  empty-cells:show;
 }

 .wikitable th, .wikitable td,
 .prettytable th, .prettytable td {
  -moz-border-radius: 0.8em;
  border: 1px #AAA solid;
  padding: 0.3em;
 }

 .wikitable caption,
 .prettytable caption {
  -moz-border-radius: 0.8em;
  margin-left: inherit;
  margin-right: inherit;
  font-weight: bold;
 } 

 .rahmenfarbe1 { /* Wie Inhaltsverzeichnis */
    border-color: #aaaaaa;
    border-width: 1px;
 }
 .rahmenfarbe2 { /* Unauffällig, geringer Kontrast */
    border-color: #e9e9e9;
    border-width: 1px;
 }
 .rahmenfarbe3 { /* "Rot", auffällig */
    border-color: #c00000;
    border-width: 1px;
 }
 .rahmenfarbe4 { /* Neutrale Farbe, deutlich */
    border-color: #8888aa;
    border-width: 1px;
 }
 .rahmenfarbe5 { /* "Schwarz", hoher Kontrast */
    border-color: #000000;
    border-width: 1px;
 }
 
 .hintergrundfarbe1 { /* Wie Inhaltsverzeichnis */
    background-color: #f9f9f9;
 }
 .hintergrundfarbe2 { /* "Weiß", für Nicht-Artikel-Seiten, neutral */
    background-color: #ffffff;
 }
 .hintergrundfarbe3 { /* "Gelb", auffällig */
    background-color: #ffff40;
 }
 .hintergrundfarbe4 { /* Sehr auffällig */
    background-color: #ffaa00;
 }
 .hintergrundfarbe5 { /* Neutral, abgesetzt */
    background-color: #e0e0e0;
 }
 .hintergrundfarbe6 { /* Allgemein „bunt“, für Hervorhebungen und Unterscheidungen */
    background-color: #b3b7ff;
 }
 .hintergrundfarbe7 { /* Allgemein „bunt“, für Hervorhebungen und Unterscheidungen */
    background-color: #ffcbcb;
 }
 .hintergrundfarbe8 { /* Allgemein „bunt“, für Hervorhebungen und Unterscheidungen */
    background-color: #ffebad;
 }
 .hintergrundfarbe9 { /* Allgemein „bunt“, für Hervorhebungen und Unterscheidungen */
    background-color: #b9ffc5;
 }


/* 
   Stylesheet-Ergänzung zu Standard-InfoBoxen 
   Aus AlberniaWiki
*/
 
 div.InfoFrame {
    position: relative;
    float: right;
    background: white;
    margin-left: 1em;
    border: 1px solid #828282;
    padding: 0.1em;
    width: 270px;
    overflow: hidden;
    clear: right;
 }

 div.InfoFrameWide {
    position: relative;
    float: left;
    background: white;
    margin-left: 1em;
    border: 1px solid #828282;
    padding: 0.1em;
    width: 550px;
    overflow: hidden;
    clear: right;
 }

 div.InfoHead {
    text-align: center;
    font-weight: bold;
    font-size: 130%;
    background-color: #D9D9D9;
    padding: 0.2em;
 }
 div.InfoContent { 
    padding: 0.2em;
 }
 div.InfoEnd {
    text-align: center;
    font-size: 80%;
    background-color: #efefef;
    padding: 0.2em;
 }
 div.InfoEndNotice {
    text-align: center;
    font-size: 100%;
    font-weight: bold;
    background-color: #D9D9D9;
    padding: 0.5em;
 }
 div.InfoPic {
    text-align: center;
    vertical-align: middle;
    padding: 0.2em;
 }
 
 /* Stylesheet-Ergänzung zu Standard-Navigationsleisten */
 /* Aus der Wikipedia übernommen */
 
 div.BoxenVerschmelzen,
 div.NavFrame {
    margin: 0px;
    padding: 2px;
    border: 1px solid #aaaaaa;
    text-align: center;
    border-collapse: collapse;
    font-size: 95%;
    clear:both;
 }
 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 {
    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;
 }
 
 /* Stylesheet fuer den 'Ausklappen'-Button an Navileisten, der in [[MediaWiki:Common.js]] implementiert wird */
 .NavToggle {
    font-size: x-small;
    float:right;
 }
 
 /* Workaround für Internet Explorer 6 */
 div.NavFrame, div.NavPic, .NavToggle {
    position:relative;
 }
 
 /* Abstand vor Navigationsleisten */
 
 div.BoxenVerschmelzen,
 div.NavFrame {
   margin-top: 1.5em;
 }
 div.BoxenVerschmelzen div.NavFrame {
   margin-top: 0;
 }
 div.NavFrame + div.NavFrame {
   margin-top: 0;
 }