MediaWiki:Common.css: Unterschied zwischen den Versionen
Admin (Diskussion | Beiträge) |
Admin (Diskussion | Beiträge) |
||
Zeile 267: | Zeile 267: | ||
} | } | ||
− | * html | + | * html A + h3{ |
padding: 0; | padding: 0; | ||
margin: -16px 0px 0px; | margin: -16px 0px 0px; |
Version vom 2. September 2009, 17:16 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://kiwithek.kidsweb.at/skins/monobook/sommer.png) no-repeat scroll 0 0;
margin: 0 auto;
position: relative;
width: 1024px;
}
.pBody {
background-color: #FFF79C;
}
/*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;
}
/*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;
}
/*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;
}
/*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;
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 A + h3{
padding: 0;
margin: -16px 0px 0px;
}
* html .hauptseite-artikel div.natur h3 span.mw-headline {
float:left;
margin: 3px -2px 0px -12px;
}
table.gallery{
margin: auto;
}