MediaWiki:Monobook.css: Unterschied zwischen den Versionen

Aus BS-Wiki: Wissen teilen
Wechseln zu: Navigation, Suche
Zeile 26: Zeile 26:
 
         font-style: italic;
 
         font-style: italic;
 
  }
 
  }
/* ########################################################################################
 
** ### Main-Definitions ###################################################################
 
** ########################################################################################
 
*/
 
 
 
html { height: 100% }
 
 
#breadcrump {margin:0 0 10px 0;}
 
 
body {
 
min-height: 101%;
 
 
font-size: 100.01%;
 
position: relative;
 
 
padding: 0;
 
 
font-size: 81.25%;
 
font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
 
}
 
 
fieldset, img { border:0; }
 
 
select, input, textarea { font-size: 99% }
 
 
/* ########################################################################################
 
** ### Basic-Layouts ######################################################################
 
** ########################################################################################
 
*/
 
 
#header {
 
position:relative;
 
height: 90px;
 
color: #fff;
 
 
}
 
 
#nav {
 
clear:both;
 
width: auto;
 
}
 
 
#page {
 
border:0;
 
width:900px;
 
}
 
 
#page_margins {
 
text-align:left;
 
border: 0;
 
width: 900px;
 
margin:auto;
 
}
 
 
 
/* ###########################################################################################
 
** ### Main-Navigation ####################################################################
 
** ########################################################################################
 
*/
 
 
#nav_main {
 
width:100%;
 
float:left;
 
color: #000;
 
 
font: normal 0.85em 'Verdana', sans-serif;
 
}
 
 
#nav_main ul {
 
white-space: nowrap;
 
margin:0;
 
padding:0 0 0 50px;
 
list-style:none;
 
}
 
 
#nav_main li {
 
float:left;
 
margin: 0 6px 0 0;
 
}
 
 
#nav_main a {
 
float:left;
 
display:block;
 
color:#737373;
 
padding:3px 6px 8px 6px;
 
text-transform: none;
 
text-decoration:none;
 
font-weight:normal;
 
width: auto; /* nur IE 5.x */
 
}
 
 
 
#nav_main a:hover {
 
color:#000;
 
background-color: transparent;
 
}
 
 
#nav_main #current {
 
 
border-left:1px solid #dc7005;
 
border-right:1px solid #dc7005;
 
}
 
 
#nav_main #current a {
 
color:#fff;
 
font-weight:bold;
 
}
 
 
/* ###########################################################################################
 
** ### Sub-Navigation #####################################################################
 
** ########################################################################################
 
*/
 
 
#sub_nav_main {
 
width:100%;
 
float:left;
 
 
border:none;
 
font: normal 0.85em 'Verdana', sans-serif;
 
}
 
 
#sub_nav_main ul {
 
white-space: nowrap;
 
margin:0;
 
padding:0 0 0 40px;
 
list-style:none;
 
height:21px;
 
}
 
 
#sub_nav_main li {
 
float:left;
 
margin: 0;
 
}
 
 
#sub_nav_main a {
 
float:left;
 
display:block;
 
 
background: transparent;
 
padding:2px 11px 2px 11px;
 
text-transform: none;
 
text-decoration:none;
 
font-weight:normal;
 
width: auto; /* nur IE 5.x */
 
width/**/:/**/ .1em; /* f�r IE 6.0 */
 
}
 
 
#sub_nav_main > ul a { width:auto; }  /* f�r alle anderen Browser */
 
 
#sub_nav_main a:hover {
 
color:#fff;
 
background-color: transparent;
 
}
 
 
#sub_nav_main #sub_current {
 
border-width:0
 
}
 
 
#sub_nav_main #sub_current a {
 
color:#fff;
 
font-weight:bold;
 
}
 
 
/* ######################################################################
 
** # Standard-Vorgaben ##################################################################################
 
** ######################################################################################################
 
**
 
 
/* ### �berschriften, Flie�texte ###################################################################### */
 
 
h1, h2, h3, h4 {
 
font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;
 
font-weight:normal;
 
}
 
 
h1 {
 
font-size: 1.7em;
 
color: #363636;
 
margin: 0 0 0.25em 0;
 
}
 
 
h2 {
 
font-size: 1.4em;
 
color: #363636;
 
margin: 0 0 0.25em 0;
 
border-bottom: 2px #ddd solid;
 
}
 
 
h3 {
 
font-size: 1.0em;
 
color: #363636;
 
margin: 0 0 0.25em 0;
 
padding-top: 0.3em;
 
font-weight:bold;
 
}
 
 
h4 {
 
font-size: 1.0em;
 
color: #888;
 
margin: 0 0 0.30em 0;
 
padding-top: 1em;
 
font-weight:bold;
 
border-bottom: 1px #ddd solid;
 
}
 
 
h5 {
 
font-size: 1.0em;
 
color: #888;
 
margin: 0 0 0.30em 0;
 
font-style:italic;
 
}
 
 
h6 {
 
font-size: 1.0em;
 
color: #888;
 
margin: 0 0 0.30em 0;
 
font-style:italic;
 
}
 
 
p, ul, dd, dt { line-height: 1.5em; }
 
 
p {
 
line-height: 1.5em;
 
margin: 0 0 1em 0;
 
}
 
 
strong, b { font-weight: bold; }
 
 
em, i { font-style:italic; }
 
 
pre, code { font-family: "Courier New", Courier, monospace; }
 
 
hr {
 
color: #3785aa;
 
background:transparent;
 
margin: -0.5em 0 1.5em 0;
 
padding: 0 0 0.5em 0;
 
border:0;
 
border-bottom: 1px #a4a49f solid;
 
}
 
 
acronym, abbr {
 
letter-spacing: .07em;
 
border-bottom: 1px dashed #c00;
 
cursor: help;
 
}
 
 
}
 

Version vom 31. Dezember 2011, 00:17 Uhr

/* edit this file to customize the monobook skin for the entire site */
 /* Links nicht unterstreichen */
 a { 
        text-decoration: none; 
 }
 
 /* Großbuchstaben in den Navigationsbereichen */
 
 .portlet h5,
 .portlet h6,
 #p-personal ul,
 #p-cactions li a {
 	text-transform: none;
 }
 
 /* Fetter Bearbeiten-Link */
 
 #ca-edit a {
 	font-weight: bold !important;
 }
 /* +++++ 2. SONSTIGE ANPASSUNGEN (Spezialseiten, u. a.) +++++ */

 /* Markierung von Redirects in [[Special:Allpages]]  */
 
 .allpagesredirect {
        font-style: italic;
 }