MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus GaretienWiki
Zur Navigation springen Zur Suche springen
VolkoV (D | B)
Keine Bearbeitungszusammenfassung
VolkoV (D | B)
(Die Seite wurde geleert.)
Zeile 1: Zeile 1:
/* Threaded Discussion */
.reply {
    margin: 0px;
}


div.reply {
    margin-left: 10px;
    border: 1px solid gray;
};
h2.replyheader, h3.replyheader, h4.replyheader, h5.replyheader, h6.replyheader {
    font-size: 1.0em;
    background-color: #EEE;
    text-decoration: none;
    color: black;
    background: none;
    font-weight: normal;
    margin: 0;
    padding-top: 0px;
    padding-bottom: 0p;
    border-bottom: none;
}
.reply .editsection {
    font-size: 86%;
    background-color: #EEE;
}
.replyline {
    width: 100%;
    border-collapse: collapse;
}
.infobox {
    width: 200px;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #777;
    border-left: 1px solid #DDD;
    background-color: #EEE;
}
.postbox {
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #777;
    border-right: 1px solid #777;
    background-color: #FFF;
}
/** CSS an dieser Stelle wirkt sich auf alle Skins aus */
/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landr              |
|--------------------------------------------------*/
.dtree {
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 10px;
        color: #000;
        white-space: nowrap;
}
.dtree img {
        border: 0px;
        vertical-align: middle;
}
/*
.dtree a {
        color: #000;
        text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
        white-space: nowrap;
        padding: 1px 2px 1px 2px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
        color: #000;
        text-decoration: underline;
}
.dtree a.nodeSel {
        background-color: #c0d2ec;
}
*/
.dtree .clip {
        overflow: hidden;
}
.collapseButton { /* 'show'/'hide' buttons created dynamically by the        */
float: left; /* CollapsibleTables JavaScript in [[MediaWiki:Common.js]] */
font-weight: normal; /* are styled here so they can be customised.              */
text-align: right;
width: auto;
}

Version vom 29. Februar 2012, 10:01 Uhr