MediaWiki:Common.css: различия между версиями

Материал из Ботвапедии
Перейти к: навигация, поиск
 
Строка 1: Строка 1:
/** Размещённый здесь CSS будет применяться ко всем темам оформления */
 
/*--------------------------------------------------|
 
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
 
|---------------------------------------------------|
 
| Copyright (c) 2002-2003 Geir Landr�              |
 
|--------------------------------------------------*/
 
 
 
.dtree {
 
.dtree {
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
+
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 11px;
+
font-size: 11px;
        color: #666;
+
color: #666;
        white-space: nowrap;
+
white-space: nowrap;
 
}
 
}
 
.dtree img {
 
.dtree img {
        border: 0px;
+
border: 0px;
        vertical-align: middle;
+
vertical-align: middle;
 
}
 
}
 
.dtree a {
 
.dtree a {
        color: #333;
+
color: #333;
        text-decoration: none;
+
text-decoration: none;
 
}
 
}
 
.dtree a.node, .dtree a.nodeSel {
 
.dtree a.node, .dtree a.nodeSel {
        white-space: nowrap;
+
white-space: nowrap;
        padding: 1px 2px 1px 2px;
+
padding: 1px 2px 1px 2px;
 
}
 
}
 
.dtree a.node:hover, .dtree a.nodeSel:hover {
 
.dtree a.node:hover, .dtree a.nodeSel:hover {
        color: #333;
+
color: #333;
        text-decoration: underline;
+
text-decoration: underline;
 
}
 
}
 
.dtree a.nodeSel {
 
.dtree a.nodeSel {
        background-color: #c0d2ec;
+
background-color: #c0d2ec;
 
}
 
}
 
.dtree .clip {
 
.dtree .clip {
        overflow: hidden;
+
overflow: hidden;
        padding-bottom: 1px;
+
padding-bottom: 1px;
 
}
 
}

Версия 11:13, 22 июня 2011

.dtree {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #666;
white-space: nowrap;
}
.dtree img {
border: 0px;
vertical-align: middle;
}
.dtree a {
color: #333;
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: #333;
text-decoration: underline;
}
.dtree a.nodeSel {
background-color: #c0d2ec;
}
.dtree .clip {
overflow: hidden;
padding-bottom: 1px;
}