Personal tools
Navigation
Tools

Difference between revisions of "MediaWiki:Common.css"

From Appalachian State University Policy Manual

Jump to: navigation, search
(Created page with "CSS placed here will be applied to all skins: table#toc { float : right; margin : 0px 0px 15px 15px; width : 280px; }")
 
Line 4: Line 4:
 
margin : 0px 0px 15px 15px;
 
margin : 0px 0px 15px 15px;
 
width : 280px;
 
width : 280px;
 +
}
 +
 +
.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;
 
}
 
}

Revision as of 17:59, 21 March 2011

/* CSS placed here will be applied to all skins */
table#toc {
float : right;
margin : 0px 0px 15px 15px;
width : 280px;
}

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