/* Change logo to generic, non-language version */
#p-logo a {
background-image: url(http://upload.wikimedia.org/wikipedia/commons/thumb/6/63/Wikipedia-logo.png/150px-Wikipedia-logo.png) !important;
}
pre {
clear: both;
}
/* Demphasize diff numbers in watchlist/recent/related changes */
.mw-plusminus-pos,
.mw-plusminus-neg,
.mw-plusminus-null { font-weight: inherit; color: inherit; }
/* Suppress "what's this?" on the minor edit checkbox */
#minoredit_helplink { display: none }
/* Persondata */
table.persondata {
display: table;
}
table.persondata caption {
border: 1px solid #aaaaaa;
border-bottom-width: 0px;
}
th.persondata-label {
text-align: left;
padding-right: 0.25em;
}
/* Diff styles */
.diff-context,
.diff-deletedline,
.diff-addedline {
overflow: auto;
display: block;
}
/* Table styles */
table {
background-color: #f8fcff;
}
.ns-0 table {
background-color: white;
}
/* bottom tab styling (not for IE currently) */
#mytabs {
margin: -0.3em 0 0 11.5em;
white-space:nowrap;
line-height: 1.1em;
overflow: visible;
border-collapse: collapse;
padding: 0 0 0 1em;
list-style: none;
font-size: 95%;
}
#mytabs .pBody {
font-size: 1em;
background-color: transparent;
color: inherit;
border-collapse: inherit;
border: 0;
padding: 0;
}
#mytabs li {
display: inline;
border: 1px solid #aaaaaa;
border-top: none;
padding: 0.1em 0 0 0;
margin: 0 0.3em 0 0;
overflow: visible;
background: White;
}
#mytabs li.selected {
border-color: #fabd23;
padding: 0.2em 0 0 0;
}
#mytabs li a {
background-color: White;
color: #002bb8;
border: none;
padding: 0.3em 0.8em 0 0.8em;
text-decoration: none;
text-transform: lowercase;
position: relative;
margin: 0;
}
#mytabs li.selected a { z-index: 3; }
#mytabs .new a { color:#ba0000; }
#mytabs li a:hover {
z-index: 3;
text-decoration: none;
}
#mytabs h5 { display: none; }
#mytabs li.istalk { margin-right: 0; }
#mytabs li.istalk a { padding-right: 0.5em; }
#mytabs-ca-addsection a {
padding-left: 0.4em;
padding-right: 0.4em;
}
#mytabs li a, #mytabs li a:hover, #mytabs li.selected a {
background-color: #F8FCFF;
}
.ns-0 * #mytabs li a {
background-color: #fbfbfb;
}
.ns-0 * #mytabs li.selected a, .ns-0 * #mytabs li a:hover {
background-color: white;
}
/* offsets to distinguish the tab groups */
li#mytabs-ca-talk {
margin-right: 1.6em;
}
li#mytabs-ca-watch,
li#mytabs-ca-unwatch,
li#mytabs-ca-varlang-0,
li#mytabs-ca-print {
margin-left: 1.6em;
}
/* Rounded tabs on portlets (from fr.wikipedia.org) */
.portlet {
padding-top: 1px;
}
.portlet h5 {
font-variant: normal;
background-color: #e0e3e6;
border: thin solid silver;
-moz-border-radius-topleft: 0.5em;
-moz-border-radius-topright: 0.5em;
}
.pBody {
padding: 0 0.3em 0.3em 0.3em;
-moz-border-radius-topright: 0.5em;
-moz-border-radius-bottomright: 0.5em;
-moz-border-radius-bottomleft: 0.5em;
}
#p-cactions ul li, #p-cactions ul li a {
background: #e0e3e6;
-moz-border-radius-topright: 0.5em;
-moz-border-radius-topleft: 0.5em;
}
.ns-0 #p-cactions ul li, .ns-0 #p-cactions ul li a {
background: #e6e6e6;
-moz-border-radius-topright: 0.5em;
-moz-border-radius-topleft: 0.5em;
}
#mytabs ul li, #mytabs ul li a {
background: #e0e3e6;
-moz-border-radius-bottomright: 0.5em;
-moz-border-radius-bottomleft: 0.5em;
}
.ns-0 #mytabs ul li, .ns-0 #mytabs ul li a {
background: #e6e6e6;
-moz-border-radius-bottomright: 0.5em;
-moz-border-radius-bottomleft: 0.5em;
}
/*#content {
-moz-border-radius-topleft: 0.5em;
-moz-border-radius-bottomleft: 0.5em;
}*/
#catlinks {
-moz-border-radius: 0.5em;
}
#mytabs li.selected { font-weight: bold }