MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus MIDGARD-Wiki
Zur Navigation springen Zur Suche springen
K
Zeile 71: Zeile 71:
}
}


 
div.ta_container {
div.ib_container {
margin: 0px;
        margin: 0px;
padding: 2px;
        padding: 2px;
border: 1px solid #aaaaaa;
        border: 1px solid #aaaaaa;
border-collapse: collapse;
        text-align: center;
clear:both;
        border-collapse: collapse;
        font-size: 95%;
        clear:both;
}
}


div.ib_container div.ib_head {
div.ta_container div.ta_head {
        height: 1.6em;
height: 1.6em;
        font-weight: bold;
font-weight: bold;
        font-size: 100%;
background-color: #efefef;
        background-color: #efefef;
}
}


.ib_toggle {
.ta_toggle {
      font-size: x-small;
font-size: x-small;
      float:right;
float:right;
background-color: #efefef;
}
}

Version vom 23. Juli 2008, 18:58 Uhr

/** CSS an dieser Stelle wirkt sich auf alle Skins aus */

/* Einzelnachweise (Referenzen) kleiner darstellen */
ol.references {
    font-size: 100%;
}

/* VALIDATOR NOTICE: the following is correct, but the W3C validator doesn't accept it */
/* -moz-* is a vendor-specific extension (CSS 2.1 4.1.2.1) */
/* column-count is from the CSS3 module "CSS Multi-column Layout" */
/* Please ignore any validator errors caused by these two lines */
.references-2column {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    font-size: 75%;
}

 /* Stylesheet-Ergänzung zu Standard-[[Wikipedia:Navigationsleisten|Navigationsleisten]] */
 
 div.BoxenVerschmelzen,
 div.NavFrame {
    margin: 0px;
    padding: 2px;
    border: 1px solid #aaaaaa;
    text-align: center;
    border-collapse: collapse;
    font-size: 95%;
        clear:both;
 }
 div.BoxenVerschmelzen div.NavFrame {
    border-style: none;
    border-style: hidden;
 }
 div.NavFrame + div.NavFrame {
    border-top-style: none;
    border-top-style: hidden;
 }
 div.NavPic {
    background-color: #ffffff;
    margin: 0px;
    padding: 2px;
    float: left;
 }
 div.NavFrame div.NavHead {
    height: 1.6em;
    font-weight: bold;
    font-size: 100%;
    background-color: #efefef;
 }
 div.NavFrame p {
    font-size: 100%;
 }
 div.NavFrame div.NavContent {
    font-size: 100%;
 }
 div.NavFrame div.NavContent p {
    font-size: 100%;
 }
 div.NavEnd {
    margin: 0px;
    padding: 0px;
    line-height: 1px;
    clear: both;
 }
 
/* Stylesheet fuer den 'Ausklappen'-Button an Navileisten, der in [[MediaWiki:Common.js]] implementiert wird */
.NavToggle {
       font-size: x-small;
       float:right;
}

div.ta_container {
	margin: 0px;
	padding: 2px;
	border: 1px solid #aaaaaa;
	border-collapse: collapse;
	clear:both;
}

div.ta_container div.ta_head {
	height: 1.6em;
	font-weight: bold;
	background-color: #efefef;
}

.ta_toggle {
	font-size: x-small;
	float:right;
	background-color: #efefef;
}