Benutzer:Brummel/Monobook.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
(12 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
h1, h2, h3, h4, h5, h6 { | |||
color: #ff4400; | |||
background: none; | |||
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%; | |||
} | } |
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%;
}