MediaWiki:Common.css

Aus KiwiThek
Wechseln zu: Navigation, Suche

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 */

body {
font-family:Verdana,sans-serif;
}

div#globalWrapper {
margin: 0 auto;
position: relative;
width: 1024px;
}

.pBody {
background-color: #FFF79C;
}

span.titel{
display: block;
line-height:1.2em;
margin-bottom:-14px;
font-size:188%;
border-bottom:1px solid #AAAAAA;
}

div.catlink{
border:1px solid #AAAAAA;
}

/*Entfernen von toolbar buttons*/

#mw-editbutton-link{
display:none;
}

#mw-editbutton-signature{
display:none;
}

/*external links css*/

#bodyContent a.external,
#bodyContent a[href ^="gopher://"] {
	background: url(http://kiwithek.kidsweb.at/images/Extern_orange.gif) center right no-repeat;
        padding-right:28px;
        padding-top: 3px;
        padding-bottom: 3px;
}

div.intern{
padding-right: 10px;
}

div.intern a {
background: url(http://kiwithek.kidsweb.at/images/Intern_orange.gif) center right no-repeat;
padding-right: 20px;
}

ul div.intern {
float:none;
}

/*Verlinkung des Ankerbilds*/

.imagelink_anker a{
  width:22px;
  height:24px;
  display:block;
  text-decoration:none;
  background-image: url("http://kiwithek.kidsweb.at/images/Anker.png") 
}

/*Für die Portalseite, damit Bilder verlinkt werden können*/

.imagelink_wienportal a {
  width:400px;
  height:250px;
  display:block;
  text-decoration:none;
  background-image: url("http://kiwithek.kidsweb.at/images/Wien.png") 
}

.imagelink_sportportal a {
  width:400px;
  height:250px;
  display:block;
  text-decoration:none;
  background-image: url("http://kiwithek.kidsweb.at/images/Startbild_sport.png")
}

.imagelink_kulturportal a {
  width:400px;
  height:250px;
  display:block;
  text-decoration:none;
  background-image: url("http://kiwithek.kidsweb.at/images/Startbild_kunst_kultur.png") 
}

/*Klasse für die kidswiki icons*/
.icon {
border-bottom: 1px solid #AAAAAA;
margin-bottom:6px;
padding-bottom:8px;
}

.icon h2{
border-bottom: none;
font-size: 250%;
padding-top: 0.4em;
padding-bottom: 0;
margin-left:55px;
}

.icon .editsection{
display: none;
}

.icon img{
float:left;
}


.imagelink_naturportal a {
  width:400px;
  height:250px;
  display:block;
  text-decoration:none;
  background-image: url("http://kiwithek.kidsweb.at/images/Startbild_natur_geschiochte_tage.png") 
}


/*2SpaltenLayout divs*/

div.right {
float:right;
width:49%;
}

div.left {
clear: left;
float:left;
width:49%;
}

div.cleardiv {
clear:both;
display:block;
font-size:0;
height:0;
}

/*3SpaltenLayout divs*/
div.linkeSpalte {
float:left;
width:32%;
}

div.mitteSpalte {
float:left;
margin-left:7px;
width: 33%;
}

div.rechteSpalte {
float:left;
margin-left:7px;
width:33%;
}


/*Logo und gesamte recht navigation besser positionieren*/

#p-logo {
padding-top: 19px;
}

#p-search {
padding-top: 19px;
}

#p-Navigation {
padding-top: 5px;
}

#p-tb {
padding-top: 5px;
}

/*Damit erster Buchstabe groß geschrieben ist bei Suche, Navigation, Werkzeuge*/

.portlet h5 {
text-transform: none;
}

/*für die Table in der Hilfe*/

.prettytable {
background:#F9F9F9 none repeat scroll 0 0;
border:1px solid #AAAAAA;
border-collapse:collapse;
empty-cells:show;
margin:1em 1em 1em 0;
}
.prettytable td {
border:1px solid #AAAAAA;
padding:0.3em;
}
.hintergrundfarbe8 {
background-color:#FFEBAD;
}

/*für die wiki tabellen*/

.wikitable{
border-spacing: 5px;
}
.wikitable td{
padding-right: 15px;
padding-bottom: 5px;
}

.steckbrief{
border-spacing: 5px;
border: 1px solid #AAAAAA;
}

.steckbrief td{
padding-right: 15px;
padding-bottom: 5px;
}

/*Textfarben*/

.farbe1 {
color:#FFAA00;
}

/*Für den Content rechts vom Index*/

div .indexpic {
float:right;
padding-top:20px;
width:50%;
}

/*CSS für die Hauptseite!*/

.orange {
color: orange;
}

.page-Hauptseite h2 {
border-bottom: none;
font-size: 250%;
padding-top: 0.2em;
padding-bottom: 0;
}

.page-Hauptseite .editsection{
display: none;
}

.page-Hauptseite table.toc {
display:none;
}

/*Anders übernimmt er bei h3 den margin-bottom: 0 leider nicht*/
#bodyContent div.hauptseite-artikel h3{
margin-bottom: 0;
}

.hauptseite-artikel h3 {
font-weight: normal;
font-size: 116%;
border-bottom:1px solid steelBlue;
padding-bottom: 0.2em;
padding-top: 0.2em;
padding-left: 0.4em;
height: 50px;
}

.hauptseite-artikel {
border:1px solid steelBlue;
float:left;
width: 47.5%;
margin-bottom: 10px;
margin-right: 10px;
}

.hauptseite-artikel a{
float:left;
}

.hauptseite-artikel p{
margin:2px;
padding-left:55px;
}

.hauptseite-artikel p.naturtext{
margin-top: -4px;
padding-left: 0;
float:left;
margin-bottom: -4px;
}


.hauptseite-artikel p.naturtext a{
margin:0 13px;
font-size: 12px;
}

.hauptseite-artikel div.natur{
line-height: 1.3;
padding-left: 0;
float:left;
margin:-2px 14px 0px;
}

.hauptseite-artikel div.natur a{
clear:left;
font-size:12px;
}

* html .hauptseite-artikel div.IENatur h3 span.mw-headline{
float:left;
margin: 3px -2px 0px -12px;
}

* html .hauptseite-artikel div.IENatur h3{
padding: 0;
margin: -16px 0px 0px;
}

table.gallery{
margin: auto;
}

li#ca-viewsource {
display:none;
}

li#ca-history {
display:none;
}

li#ca-talk {
display:none;
}

li#pt-anontalk {
display:none;
}

li#pt-mytalk {
display:none;
}