MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus GaretienWiki
Zur Navigation springen Zur Suche springen
VolkoV (D | B)
K
VolkoV (D | B)
K
Zeile 2: Zeile 2:
 
.reply {
 
.reply {
 
     margin-left: 25px;
 
     margin-left: 25px;
 +
    border-left: 1px solid black;
 
}
 
}
  

Version vom 27. August 2009, 05:37 Uhr

/* Threaded Discussion */
.reply {
    margin-left: 25px;
    border-left: 1px solid black;
}

.reply h2 {
    font-size: 20px;
    font-weight: bold;
    background-color: #DDD;
    border: none;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 10px;
    margin-bottom: 0px;
}

.reply p {
    border: none;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.reply h3, .reply h4, .reply h5, .reply h6 {
    font-size: 14px;
    font-weight: bold;
    background-color: #EEE;
    border: none;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.reply .editsection {
    font-size: 86%;
    background-color: #EEE;
}

/** 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;
 }