MediaWiki:Common.css: Unterschied zwischen den Versionen
Admin (Diskussion | Beiträge) |
Admin (Diskussion | Beiträge) |
||
Zeile 127: | Zeile 127: | ||
} | } | ||
− | /*Logo besser positionieren*/ | + | /*Logo und gesamte recht navigation besser positionieren*/ |
#p-logo { | #p-logo { | ||
Zeile 135: | Zeile 135: | ||
#p-search { | #p-search { | ||
padding-top: 19px; | padding-top: 19px; | ||
+ | } | ||
+ | |||
+ | #p-Navigation { | ||
+ | margin-top: 5px; | ||
} | } | ||
Version vom 7. August 2009, 11:32 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;
}
.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://typo3d.netbridge.at/kidswiki/phase3/images/Extern_orange.gif) center right no-repeat;
padding-right:28px;
padding-top: 3px;
padding-bottom: 3px;
}
div.intern a {
background: url(http://typo3d.netbridge.at/kidswiki/phase3/images/Intern_orange.gif) center right no-repeat;
padding-right: 28px;
padding-top: 3px;
padding-bottom:3px;
}
ul div.intern {
line-height:2.2em;
}
/*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 #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://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 und gesamte recht navigation besser positionieren*/
#p-logo {
padding-top: 19px;
}
#p-search {
padding-top: 19px;
}
#p-Navigation {
margin-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;
}
.hauptseite-artikel {
border:1px solid steelBlue;
float:left;
width: 47.5%;
margin-bottom: 10px;
margin-right: 10px;
}
table.gallery{
margin: auto;
}