MediaWiki:Common.css

From Open Source Ecology
Jump to: navigation, search
/* 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;
}