User:Seb26/tabcss.css

// from MediaWiki:Monobook.css

  1. p-cactions li a, #p-cactions li a:hover, #p-cactions li.selected a {

background-color: #F8FCFF;

}

.ns-0 * #p-cactions li a {

background-color: #fbfbfb;

}

.ns-0 * #p-cactions li.selected a, .ns-0 * #p-cactions li a:hover {

background-color: white;

}

.ns-0 * #content div.thumb {

border-color: white;

}

/* Don't underline links in portlets/specialchars even with pref "Underline links:Always" */

.portlet a, #editpage-specialchars a { text-decoration: none }

.portlet a:hover, #editpage-specialchars a:hover { text-decoration: underline }

// Stuff from monobook skin

  1. p-cactions {

position: absolute;

top: 1.3em;

left: 11.5em;

margin: 0;

white-space: nowrap;

width: 76%;

line-height: 1.1em;

overflow: visible;

background: none;

border-collapse: collapse;

padding-left: 1em;

list-style: none;

font-size: 95%;

}

  1. p-cactions ul {

list-style: none;

}

  1. p-cactions li {

display: inline;

border: 1px solid #aaa;

border-bottom: none;

padding: 0 0 .1em 0;

margin: 0 .3em 0 0;

overflow: visible;

background: white;

}

  1. p-cactions li.selected {

border-color: #fabd23;

padding: 0 0 .2em 0;

font-weight: bold;

}

  1. p-cactions li a {

background-color: #fbfbfb;

color: #002bb8;

border: none;

padding: 0 .8em .3em;

position: relative;

z-index: 0;

margin: 0;

text-decoration: none;

}

  1. p-cactions li.selected a {

z-index: 3;

padding: 0 1em .2em!important;

background-color: white;

}

  1. p-cactions .new a {

color: #ba0000;

}

  1. p-cactions li a:hover {

z-index: 3;

text-decoration: none;

background-color: white;

}

  1. p-cactions h5 {

display: none;

}

  1. p-cactions li.istalk {

margin-right: 0;

}

  1. p-cactions li.istalk a {

padding-right: .5em;

}

  1. p-cactions #ca-addsection a {

padding-left: .4em;

padding-right: .4em;

}

/* offsets to distinguish the tab groups */

li#ca-talk {

margin-right: 1.6em;

}

li#ca-watch, li#ca-unwatch, li#ca-varlang-0, li#ca-print {

margin-left: 1.6em;

}

  1. p-cactions .pBody {

font-size: 1em;

background-color: transparent;

color: inherit;

border-collapse: inherit;

border: 0;

padding: 0;

}

  1. p-cactions .hiddenStructure {

display: none;

}

  1. p-cactions li a {

text-transform: lowercase;

}