MediaWiki:Common.css: Unterschied zwischen den Versionen
Aus VolynWiki
Admin (Diskussion | Beiträge) K |
Admin (Diskussion | Beiträge) K |
||
| Zeile 78: | Zeile 78: | ||
padding: 0.5em; | padding: 0.5em; | ||
border: 1px solid #4D64CF; | border: 1px solid #4D64CF; | ||
| + | } | ||
| + | |||
| + | |||
| + | /* Infobox styles */ | ||
| + | #content .ib { | ||
| + | border: 1px solid #4D64CF; | ||
| + | border-top: none; | ||
| + | background-color: #F3FAFF; | ||
| + | margin: 0 0 1em; | ||
| + | border-collapse: collapse; | ||
| + | border-spacing: 0 0; | ||
| + | } | ||
| + | #content .ibRight { | ||
| + | clear: right; | ||
| + | float: right; | ||
| + | margin: 0 0 1em 1em; | ||
| + | width: 300px; | ||
| + | } | ||
| + | #content .ibTopBorder { | ||
| + | border-top: 1px solid #4D64CF; | ||
| + | } | ||
| + | #content .ibLeft { | ||
| + | clear: left; | ||
| + | float: left; | ||
| + | margin: 0 1em 0 1em; | ||
| + | width: 300px; | ||
| + | } | ||
| + | .ib td { | ||
| + | padding: 2px 0.4em; | ||
| + | vertical-align: baseline; | ||
| + | } | ||
| + | .ib th { | ||
| + | padding: 2px 0.4em; | ||
| + | vertical-align: baseline; | ||
| + | text-align: left; | ||
| + | font-weight: bold; | ||
| + | } | ||
| + | .ibKopf { | ||
| + | text-align: center; | ||
| + | border-bottom: 1px solid #4D64CF; | ||
| + | border-top: 1px solid #4D64CF; | ||
| + | background-color: #DFF1FF; | ||
| + | padding: 2px 0.4em; | ||
| + | font-weight: bold; | ||
| + | } | ||
| + | .ibBild { | ||
| + | border-top: 1px solid #4D64CF; | ||
| + | text-align: center; | ||
| + | padding: 2px; | ||
| + | } | ||
| + | .ibBild div.thumb { | ||
| + | border-style: none; | ||
| + | margin-bottom: 0; | ||
| + | } | ||
| + | .ibBild div.thumbinner { | ||
| + | border-style: none; | ||
| + | padding: 0 !important; | ||
| + | background: transparent; | ||
| + | } | ||
| + | .ibBild div.tright { | ||
| + | float: none; | ||
| + | margin: 0; | ||
| + | } | ||
| + | .ib .ibBildCell { | ||
| + | padding: 0; | ||
| + | } | ||
| + | .ibBildCell .ibKopf { | ||
| + | border-bottom: none; | ||
| + | } | ||
| + | .ibleer { | ||
| + | display: none; | ||
| + | } | ||
| + | .ibleer td { | ||
| + | height: 1px; | ||
| + | } | ||
| + | .breakable { | ||
| + | font-size: 7%; | ||
| + | line-height: 0.1%; | ||
| + | text-decoration: none !important; | ||
| + | visibility: hidden; | ||
} | } | ||
Version vom 16. September 2009, 01:28 Uhr
/* CSS an dieser Stelle wirkt sich auf alle Skins aus */
/* Stylesheet-Ergänzung zu Standard-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 {
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;
}
/* Workaround für Internet Explorer 6 */
div.NavFrame, div.NavPic, .NavToggle {
position:relative;
}
/* Abstand vor Navigationsleisten */
div.BoxenVerschmelzen,
div.NavFrame {
margin-top: 1.5em;
}
div.BoxenVerschmelzen div.NavFrame {
margin-top: 0;
}
div.NavFrame + div.NavFrame {
margin-top: 0;
}
/* gerahmte Infoboxen */
.framedBox {
margin: 1em 0;
padding: 0.5em;
border: 1px solid #4D64CF;
}
/* Infobox styles */
#content .ib {
border: 1px solid #4D64CF;
border-top: none;
background-color: #F3FAFF;
margin: 0 0 1em;
border-collapse: collapse;
border-spacing: 0 0;
}
#content .ibRight {
clear: right;
float: right;
margin: 0 0 1em 1em;
width: 300px;
}
#content .ibTopBorder {
border-top: 1px solid #4D64CF;
}
#content .ibLeft {
clear: left;
float: left;
margin: 0 1em 0 1em;
width: 300px;
}
.ib td {
padding: 2px 0.4em;
vertical-align: baseline;
}
.ib th {
padding: 2px 0.4em;
vertical-align: baseline;
text-align: left;
font-weight: bold;
}
.ibKopf {
text-align: center;
border-bottom: 1px solid #4D64CF;
border-top: 1px solid #4D64CF;
background-color: #DFF1FF;
padding: 2px 0.4em;
font-weight: bold;
}
.ibBild {
border-top: 1px solid #4D64CF;
text-align: center;
padding: 2px;
}
.ibBild div.thumb {
border-style: none;
margin-bottom: 0;
}
.ibBild div.thumbinner {
border-style: none;
padding: 0 !important;
background: transparent;
}
.ibBild div.tright {
float: none;
margin: 0;
}
.ib .ibBildCell {
padding: 0;
}
.ibBildCell .ibKopf {
border-bottom: none;
}
.ibleer {
display: none;
}
.ibleer td {
height: 1px;
}
.breakable {
font-size: 7%;
line-height: 0.1%;
text-decoration: none !important;
visibility: hidden;
}