MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus VolynWiki
Wechseln zu: Navigation, Suche
K
K
Zeile 163: Zeile 163:
 
#content .printNoLink a.external.text:after, #content .printNoLink a.external.autonumber:after {
 
#content .printNoLink a.external.text:after, #content .printNoLink a.external.autonumber:after {
 
  content: "";
 
  content: "";
 +
}
 +
 +
 +
/* Quickbar styles original!!! */
 +
#content .qb {
 +
border: 1px solid #4D64CF;
 +
border-top: none;
 +
background-color: #F3FAFF;
 +
margin: 0 0 1em;
 +
border-collapse: collapse;
 +
border-spacing: 0 0;
 +
}
 +
#content .qbRight {
 +
clear: right;
 +
float: right;
 +
margin: 0 0 1em 1em;
 +
width: 300px;
 +
}
 +
#content .qbTopBorder {
 +
border-top: 1px solid #4D64CF;
 +
}
 +
#content .qbLeft {
 +
clear: left;
 +
float: left;
 +
margin: 0 1em 0 1em;
 +
width: 300px;
 +
}
 +
.qb td {
 +
padding: 2px 0.4em;
 +
vertical-align: baseline;
 +
}
 +
.qb th {
 +
padding: 2px 0.4em;
 +
vertical-align: baseline;
 +
text-align: left;
 +
font-weight: bold;
 +
}
 +
.qbHeader {
 +
text-align: center;
 +
border-bottom: 1px solid #4D64CF;
 +
border-top: 1px solid #4D64CF;
 +
background-color: #DFF1FF;
 +
padding: 2px 0.4em;
 +
font-weight: bold;
 +
}
 +
.qbImage {
 +
border-top: 1px solid #4D64CF;
 +
text-align: center;
 +
padding: 2px;
 +
}
 +
.qbImage div.thumb {
 +
border-style: none;
 +
margin-bottom: 0;
 +
}
 +
.qbImage div.thumbinner {
 +
border-style: none;
 +
padding: 0 !important;
 +
background: transparent;
 +
}
 +
.qbImage div.tright {
 +
float: none;
 +
margin: 0;
 +
}
 +
.qb .qbImageCell {
 +
padding: 0;
 +
}
 +
.qbImageCell .qbHeader {
 +
border-bottom: none;
 +
}
 +
.qbEmpty {
 +
display: none;
 +
}
 +
.qbEmpty td {
 +
height: 1px;
 +
}
 +
.breakable {
 +
font-size: 7%;
 +
line-height: 0.1%;
 +
text-decoration: none !important;
 +
visibility: hidden;
 
}
 
}

Version vom 16. September 2009, 23:36 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 */
.ib {
 border: 10px 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;
}

/* Unterdrueckt Ausgabe nachgestellter Links */
#content .printNoLink a.external.text:after, #content .printNoLink a.external.autonumber:after {
 content: "";
}


/* Quickbar styles original!!! */
#content .qb {
 border: 1px solid #4D64CF;
 border-top: none;
 background-color: #F3FAFF;
 margin: 0 0 1em;
 border-collapse: collapse;
 border-spacing: 0 0;
}
#content .qbRight {
 clear: right;
 float: right;
 margin: 0 0 1em 1em;
 width: 300px;
}
#content .qbTopBorder {
 border-top: 1px solid #4D64CF;
}
#content .qbLeft {
 clear: left;
 float: left;
 margin: 0 1em 0 1em;
 width: 300px;
}
.qb td {
 padding: 2px 0.4em;
 vertical-align: baseline;
}
.qb th {
 padding: 2px 0.4em;
 vertical-align: baseline;
 text-align: left;
 font-weight: bold;
}
.qbHeader {
 text-align: center;
 border-bottom: 1px solid #4D64CF;
 border-top: 1px solid #4D64CF;
 background-color: #DFF1FF;
 padding: 2px 0.4em;
 font-weight: bold;
}
.qbImage {
 border-top: 1px solid #4D64CF;
 text-align: center;
 padding: 2px;
}
.qbImage div.thumb {
 border-style: none;
 margin-bottom: 0;
}
.qbImage div.thumbinner {
 border-style: none;
 padding: 0 !important;
 background: transparent;
}
.qbImage div.tright {
 float: none;
 margin: 0;
}
.qb .qbImageCell {
 padding: 0;
}
.qbImageCell .qbHeader {
 border-bottom: none;
}
.qbEmpty {
 display: none;
}
.qbEmpty td {
 height: 1px;
}
.breakable {
 font-size: 7%;
 line-height: 0.1%;
 text-decoration: none !important;
 visibility: hidden;
}