
MediaWiki:Common.css: различия между версиями
(Новая страница: «→* Размещённый здесь CSS будет применяться ко всем темам оформления: /*--------------------------------------...») |
|||
| Строка 1: | Строка 1: | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
.dtree { | .dtree { | ||
| − | + | font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; | |
| − | + | font-size: 11px; | |
| − | + | color: #666; | |
| − | + | white-space: nowrap; | |
} | } | ||
.dtree img { | .dtree img { | ||
| − | + | border: 0px; | |
| − | + | vertical-align: middle; | |
} | } | ||
.dtree a { | .dtree a { | ||
| − | + | color: #333; | |
| − | + | text-decoration: none; | |
} | } | ||
.dtree a.node, .dtree a.nodeSel { | .dtree a.node, .dtree a.nodeSel { | ||
| − | + | white-space: nowrap; | |
| − | + | padding: 1px 2px 1px 2px; | |
} | } | ||
.dtree a.node:hover, .dtree a.nodeSel:hover { | .dtree a.node:hover, .dtree a.nodeSel:hover { | ||
| − | + | color: #333; | |
| − | + | text-decoration: underline; | |
} | } | ||
.dtree a.nodeSel { | .dtree a.nodeSel { | ||
| − | + | background-color: #c0d2ec; | |
} | } | ||
.dtree .clip { | .dtree .clip { | ||
| − | + | overflow: hidden; | |
| − | + | 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;
}