MediaWiki:Monobook.css: Unterschied zwischen den Versionen

Aus CBF-1000 WIKI
Zur Navigation springen Zur Suche springen
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
 
(12 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt)
Zeile 1: Zeile 1:
/** Kleinschreibung nicht erzwingen */
body {
//**.portlet h5,
font: x-small sans-serif;
.portlet h6,
background: #ff9900 url(headbg.jpg) 0 0 no-repeat;
#p-personal ul,
color: black;
#p-cactions li a {
margin: 0;
text-transform: none;
padding: 0;
}
}
*/




h1, h2, h3, h4, h5, h6 {
h1, h2, h3, h4, h5, h6 {
color: #ff4400;
color: #666686;
background: none;
background: none;
font-weight: normal;
font-weight: normal;
Zeile 19: Zeile 18:
}
}


/*
** the main content area
*/
/* Kategorien */


.catlinks {
/** Kleinschreibung nicht erzwingen */
border: 1px solid #ff4400;
//**.portlet h5,
background-color: none;
.portlet h6,
padding: 5px;
#p-personal ul,
margin-top: 1em;
#p-cactions li a {
clear: both;
text-transform: none;
}
}
/*
** Structural Elements
*/
/*
** general portlet styles (elements in the quickbar)
*/
*/
.portlet {
border: none;
margin: 0 0 .5em;
padding: 0;
float: none;
width: 11.6em;
overflow: hidden;
}


.pBody {
body {
font-size: 95%;
font: x-small sans-serif;
background-color: white;
background: #ff9900 url(headbg.jpg) 0 0 no-repeat;
color: #ff4400;
color: black;
border-collapse: collapse;
margin: 0;
border: 1px solid #ff4400;
padding: 0 .8em .3em .5em;
}
 
 
 
#p-personal {
width: 100%;
white-space: nowrap;
padding: 0;
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%;
}
}

Aktuelle Version vom 2. Januar 2009, 18:09 Uhr

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


h1, h2, h3, h4, h5, h6 {
	color: #666686;
	background: none;
	font-weight: normal;
	margin: 0;
	padding-top: .5em;
	padding-bottom: .17em;
	border-bottom: 1px solid #aaa;
}


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