Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
| Line 15: | Line 15: | ||
background-color: #f9f9f9; | background-color: #f9f9f9; | ||
color: black; | color: black; | ||
| − | |||
| − | |||
| − | |||
| − | |||
} | } | ||
Revision as of 07:44, 30 May 2014
/* CSS placed here will be applied to all skins */
div.infobox-hub , div.infobox-book {
border: 1px solid #aaaaaa;
background-color: #f9f9f9;
color: black;
margin-bottom: 0.5em;
margin-left: 1em;
padding: 0.2em;
float: right;
clear: right;
}
div.EvolutionSays {
border: 1px solid #aaaaaa;
background-color: #f9f9f9;
color: black;
}
td strong.selflink {
font-size: 150%;
}
div.navigators {
border-top: 1px solid #A8A8A8; text-align: center; padding: 6pt;
}
table.navigation {
/* border: 1px solid #aaaaaa; */
background-color: #f9f9f9;
color: black;
margin-bottom: 0.5em;
margin-left: auto;
margin-right: auto;
clear: right;
}
/*--------------------------------------------------|
| 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: 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;
}