MediaWiki:Monobook.css: Unterschied zwischen den Versionen

Aus CBF-1000 WIKI
Zur Navigation springen Zur Suche springen
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 8: Zeile 8:
*/
*/


 
body {
h1, h2, h3, h4, h5, h6 {
font: x-small sans-serif;
color: #ff4400;
background: #ff9900 url(headbg.jpg) 0 0 no-repeat;
background: none;
color: black;
font-weight: normal;
margin: 0;
margin: 0;
padding-top: .5em;
padding-bottom: .17em;
border-bottom: 1px solid #aaa;
}
/*
** the main content area
*/
/* Kategorien */
.catlinks {
border: 1px solid #ff4400;
background-color: none;
padding: 5px;
margin-top: 1em;
clear: both;
}
/*
** Structural Elements
*/
/*
** general portlet styles (elements in the quickbar)
*/
.portlet {
border: none;
margin: 0 0 .5em;
padding: 0;
padding: 0;
float: none;
width: 11.6em;
overflow: hidden;
}
.pBody {
font-size: 95%;
background-color: white;
color: #ff4400;
border-collapse: collapse;
border: 1px solid #ff4400;
padding: 0 .8em .3em .5em;
}
#p-personal {
width: 100%;
white-space: nowrap;
padding: 0;
margin: 0;
border: #ff4400;
background: none;
overflow: visible;
line-height: 1.2em;
}
/*
** Search portlet
*/
#p-search {
position: relative;
z-index: 3;
}
input.searchButton {
margin-top: 1px;
font-size: 95%;
        background-color: white;
color: #ff4400;
}
#searchGoButton {
padding-left: .5em;
padding-right: .5em;
font-weight: bold;
}
#searchInput {
width: 10.9em;
margin: 0;
font-size: 95%;
}
#p-search .pBody {
padding: .5em .4em .4em .4em;
text-align: center;
}
/*
** the page-related actions- page/talk, edit etc
*/
#p-cactions li a {
background-color: #fbfbfb;
color: #ff4400;
border: #ff4400;
padding: 0 .8em .3em;
position: relative;
z-index: 0;
margin: 0;
text-decoration: none;
}
/*
** footer
*/
#footer {
background-color: none;
        color:#ff4400;
border-top: 1px solid #ff4400;
border-bottom: 1px solid #ff4400;
margin: .6em 0 1em 0;
padding: .4em 0 1.2em 0;
text-align: center;
font-size: 90%;
}
}

Version vom 9. Dezember 2008, 16:30 Uhr

/** Kleinschreibung nicht erzwingen */
//**.portlet h5,
.portlet h6,
#p-personal ul,
#p-cactions li a {
	text-transform: none;
}
*/

body {
	font: x-small sans-serif;
	background: #ff9900 url(headbg.jpg) 0 0 no-repeat;
	color: black;
	margin: 0;
	padding: 0;
}