Benutzer:Brummel/Monobook.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
(9 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
h1, h2, h3, h4, h5, h6 { | h1, h2, h3, h4, h5, h6 { | ||
color: | color: #ff4400; | ||
background: none; | background: none; | ||
font-weight: normal; | font-weight: normal; | ||
Zeile 133: | Zeile 7: | ||
padding-bottom: .17em; | padding-bottom: .17em; | ||
border-bottom: 1px solid #aaa; | border-bottom: 1px solid #aaa; | ||
} | } | ||
Zeile 245: | Zeile 12: | ||
** the main content area | ** the main content area | ||
*/ | */ | ||
/* Kategorien */ | |||
.catlinks { | |||
border: 1px solid #ff4400; | |||
background-color: none; | |||
border: 1px solid # | |||
background-color | |||
padding: 5px; | padding: 5px; | ||
margin-top: 1em; | margin-top: 1em; | ||
clear: both; | clear: both; | ||
} | } | ||
/* | /* | ||
** Structural Elements | ** Structural Elements | ||
*/ | */ | ||
/* | /* | ||
** general portlet styles (elements in the quickbar) | ** general portlet styles (elements in the quickbar) | ||
Zeile 687: | Zeile 37: | ||
overflow: hidden; | overflow: hidden; | ||
} | } | ||
.pBody { | .pBody { | ||
font-size: 95%; | font-size: 95%; | ||
background-color: white; | background-color: white; | ||
color: | color: #ff4400; | ||
border-collapse: collapse; | border-collapse: collapse; | ||
border: 1px solid # | border: 1px solid #ff4400; | ||
padding: 0 .8em .3em .5em; | 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 | ** Search portlet | ||
*/ | */ | ||
#p-search { | |||
position: relative; | |||
z-index: 3; | |||
} | |||
input.searchButton { | input.searchButton { | ||
margin-top: 1px; | margin-top: 1px; | ||
font-size: 95%; | font-size: 95%; | ||
background-color: white; | |||
color: #ff4400; | |||
} | } | ||
#searchGoButton { | #searchGoButton { | ||
Zeile 822: | Zeile 89: | ||
} | } | ||
/* | /* | ||
** the page-related actions- page/talk, edit etc | ** the page-related actions- page/talk, edit etc | ||
*/ | */ | ||
#p-cactions li a { | #p-cactions li a { | ||
text- | background-color: #fbfbfb; | ||
color: #ff4400; | |||
border: #ff4400; | |||
padding: 0 .8em .3em; | |||
position: relative; | |||
z-index: 0; | |||
margin: 0; | |||
text-decoration: none; | |||
} | } | ||
/* | /* | ||
** footer | ** footer | ||
*/ | */ | ||
#footer { | #footer { | ||
background-color: | background-color: none; | ||
border-top: 1px solid # | color:#ff4400; | ||
border-bottom: 1px solid # | 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; | ||
Zeile 1.031: | Zeile 119: | ||
font-size: 90%; | 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%;
}