MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
(Copied from http://wiki.documentfoundation.org/MediaWiki:Common.css) |
(Added dtree css to be used with extension [http://www.mediawiki.org/wiki/Extension:Treeview Treeview]) |
||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
/** for Template:Lang **/ | /** for Template:Lang **/ | ||
.lang { | .lang { | ||
| Line 38: | Line 39: | ||
.lang ul li.lang_title { | .lang ul li.lang_title { | ||
display: none; | display: none; | ||
} | |||
/* For Extension:Treeview */ | |||
/*--------------------------------------------------| | |||
| 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; | |||
} | } | ||
Latest revision as of 03:53, 14 May 2011
/* CSS placed here will be applied to all skins */
/** for Template:Lang **/
.lang {
background: #F9F9F9;
border: 1px solid #E9E9E9;
font-size: smaller;
margin: 0 0 1em 0;
padding: 0.5em 1em;
text-align: left;
}
.lang ul {
display: inline;
margin-left: 0;
padding-left: 0;
}
.lang ul li {
border-left: 1px solid #E4E4E4;
display: inline;
list-style: none;
margin-left: 0;
padding: 0 0.5em;
}
.lang ul li.lang_main {
border-left: none;
display: inline;
list-style: none;
margin-left: 0;
padding-left: 0;
}
.lang ul a.external {
background: none ! important;
padding-right: 0 ! important;
}
.lang ul li.lang_title {
display: none;
}
/* For Extension:Treeview */
/*--------------------------------------------------|
| 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;
}