Benutzer:Brummel/Monobook.css: Unterschied zwischen den Versionen

Aus CBF-1000 WIKI
Zur Navigation springen Zur Suche springen
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
 
Zeile 15: Zeile 15:


.catlinks {
.catlinks {
border: 1px solid #aaa;
border: 1px solid #ff4400;
background-color: #ff4400;
background-color: none;
padding: 5px;
padding: 5px;
margin-top: 1em;
margin-top: 1em;
clear: both;
clear: both;
}
}




Zeile 27: Zeile 26:
** Structural Elements
** 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 {
font-size: 95%;
background-color: white;
color: #ff4400;
border-collapse: collapse;
border: 1px solid #ff4400;
padding: 0 .8em .3em .5em;
}


#p-personal {
#p-personal {
Zeile 38: Zeile 59:
line-height: 1.2em;
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;
}


/*
/*
Zeile 52: Zeile 103:
text-decoration: none;
text-decoration: none;
}
}




Zeile 58: Zeile 110:
*/
*/
#footer {
#footer {
background-color: #ff9900;
background-color: none;
border-top: 1px solid #fabd23;
        color:#ff4400;
border-bottom: 1px solid #fabd23;
border-top: 1px solid #ff4400;
border-bottom: 1px solid #ff4400;
margin: .6em 0 1em 0;
margin: .6em 0 1em 0;
padding: .4em 0 1.2em 0;
padding: .4em 0 1.2em 0;

Aktuelle Version vom 3. Dezember 2008, 16:57 Uhr

h1, h2, h3, h4, h5, h6 {
	color: #ff4400;
	background: none;
	font-weight: normal;
	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;
	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%;
}