MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus KiwiThek
Wechseln zu: Navigation, Suche
Zeile 40: Zeile 40:
  
 
/*Klasse für die kidswiki icons*/
 
/*Klasse für die kidswiki icons*/
 +
.icon {
 +
border-bottom: 1px solid black;
 +
}
 +
 
.icon h2{
 
.icon h2{
 
border-bottom: none;
 
border-bottom: none;
Zeile 45: Zeile 49:
 
padding-top: 0.4em;
 
padding-top: 0.4em;
 
padding-bottom: 0;
 
padding-bottom: 0;
 +
margin-left:55px;
 
}
 
}
  
Zeile 50: Zeile 55:
 
display: none;
 
display: none;
 
}
 
}
 
  
 
.icon img{
 
.icon img{

Version vom 25. Juli 2009, 16:36 Uhr

/* CSS an dieser Stelle wirkt sich auf alle Skins aus */

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

div#globalWrapper {
background: #FFE26B url(http://typo3d.netbridge.at/kidswiki/phase3/skins/monobook/sommer.png) no-repeat scroll 0 0;
margin: 0 auto;
position: relative;
width: 1024px;
}

/*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://typo3d.netbridge.at/kidswiki/phase3/images/Wien.png") 
}

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

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

/*Klasse für die kidswiki icons*/
.icon {
border-bottom: 1px solid black;
}

.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://typo3d.netbridge.at/kidswiki/phase3/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;
}

/*Logo besser positionieren*/

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

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

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

/*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%;
background-color: #FFE26B;
border-bottom:1px solid steelBlue;
padding-bottom: 0.2em;
padding-top: 0.2em;
padding-left: 0.4em;
}

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

table.gallery{
margin: auto;
}