MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus GaretienWiki
Zur Navigation springen Zur Suche springen
VolkoV (D | B)
K
VolkoV (D | B)
K
Zeile 1: Zeile 1:
 
/* Threaded Discussion */
 
/* Threaded Discussion */
 
.reply {
 
.reply {
     margin-left: 15px;
+
     margin-left: 5px;
 
}
 
}
  

Version vom 26. August 2009, 19:23 Uhr

/* Threaded Discussion */
.reply {
    margin-left: 5px;
}

.reply h1 {
    margin-left: 0px;
    font-size: 20px;
    background-color: #EEE;
}

.reply h2, .reply h3, .reply h4, .reply h5, .reply h6 {
    font-size: 14px;
    background-color: #EEE;
}

.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;
 }