MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus KiwiThek
Wechseln zu: Navigation, Suche
(Die Seite wurde geleert.)
Zeile 1: Zeile 1:
/* 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;
 
}*/
 
 
/*2SpaltenLayout divs*/
 
 
div.right {
 
float:right;
 
width:49%;
 
position:relative;
 
}
 
div.left {
 
clear: left;
 
float:left;
 
width:49%;
 
position:relative;
 
}
 
 
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!*/
 
 
/*Damit auf der Hauptseite die Überschrift Hauptseite ausgeblendet wird*/
 
.page-Hauptseite h1{
 
display:none;
 
}
 
 
.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;
 
}
 
 
.page-Hauptseite h3 {
 
font-weight: normal;
 
font-size: 116%;
 
}
 
 
.hauptseite-artikel {
 
float:left;
 
width: 49%;
 
}
 
 
table.gallery{
 
margin: auto;
 
}
 
*/
 

Version vom 22. Juli 2009, 19:25 Uhr