User:Z.E.R.O./monobook.css
Appearance
Code that you insert on this page could contain malicious content capable of compromising your account. If you import a script from another page with "importScript", "mw.loader.load", "iusc", or "lusc", take note that this causes you to dynamically load a remote script, which could be changed by others. Editors are responsible for all edits and actions they perform, including by scripts. User scripts are not centrally supported and may malfunction or become inoperable due to software changes. A guide to help you find broken scripts is available. If you are unsure whether code you are adding to this page is safe, you can ask at the appropriate village pump. This code will be executed when previewing this page. |
The accompanying .js page for this skin is at User:Z.E.R.O./monobook.js. |
/*<pre><nowiki>*/
html, body {
font-family:Verdana;
}
#selectionPreview { display: none }
#file img, .gallerybox .thumb img { background: url("http://upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png") repeat; }
#bodyContent #siteSub a {
color: #000;
text-decoration: none;
background-color: transparent;
background-image: none;
padding-right: 0;
}
p.error {
font-weight: bold;
}
/* fenetre arrondi (pour les navigateurs moz/firefox/gecko) */
.pBody
{
padding: 0.3em 0.1em;
}
div.pBody {
border-left:none;
border-radius-topright: 1em;
border-radius-bottomright: 1em;
-moz-border-radius-topright: 1em;
-moz-border-radius-bottomright: 1em;
}
.portlet h5
{
background-color: #e0e3e6;
border: thin solid silver;
-moz-border-radius-topright: 1em;
border-radius-topright: 1em;
}
#p-cactions ul li, #p-cactions ul li a {
-moz-border-radius-topright: 1em;
/* border-radius-topleft: 1em; */
border-radius-topright: 1em;
/* -moz-border-radius-topleft: 1em; */
}
#p-cactions #ca-edit-0 a {
padding-left: 0.4em;
padding-right: 0.4em;
}
#p-cactions a {
filter: alpha(opacity=75); -moz-opacity: .75; opacity: .75;
}
#p-cactions a:hover, #p-cactions .selected a {
filter: none; -moz-opacity: 1; opacity: 1;
}
#content
{
-moz-border-radius-topleft: 0em;
border-radius-topleft: 0em;
}
div.BoxenVerschmelzen,
div.NavFrame,
div.Fullejador {
margin: 0px;
padding: 2px;
border: 1px solid #aaaaaa;
text-align: center;
border-collapse: collapse;
font-size: 95%;
}
div.BoxenVerschmelzen div.NavFrame {
border-style: none;
border-style: hidden;
}
div.Fullejador + div.Fullejador,
div.NavFrame + div.NavFrame {
border-top-style: none;
border-top-style: hidden;
}
div.NavPic,
div.ImatgeFullejador {
background-color: #ffffff;
margin: 0px;
padding: 2px;
float: left;
}
div.NavFrame div.NavHead,
div.Fullejador div.EncapFullejador {
height: 1.6em;
font-weight: bold;
background-color: #efefef;
}
div.Fullejador p,
div.NavFrame p {
font-size: 100%;
}
div.Fullejador div.ContingutFullejador,
div.NavFrame div.NavContent {
font-size: 100%;
}
div.Fullejador div.ContingutFullejador p,
div.NavFrame div.NavContent p {
font-size: 100%;
}
div.FiFullejador,
div.NavEnd {
margin: 0px;
padding: 0px;
line-height: 1px;
clear: both;
}
.ActivaFullejador,
.NavToggle {
font-size: x-small;
float:right;
}
#p-personal ul {
filter: alpha(opacity=60); -moz-opacity: .6; opacity: .6; -moz-border-radius-bottomleft:1em;
border-radius-bottomleft:1em;
border-color:#ccc;
border-width:1px;
border-style:solid;
/* if it weren't for this, that tool bar would stretch itself across the entire screen. */
float:right;
padding:0;
padding-bottom:.3em;
padding-right:3px;
border-top:none;
border-right:none;
margin:0;
/* overrides 3px p-r that's above */
padding-right:3px;
font-size: 80%;
}
#p-personal a:hover {
background:#FFF none;
}
#p-personal a {
padding:.5em;
margin:0;
}
#p-personal li {
margin:0;
border-right:1px dotted rgb(170, 170, 170);
background-image: none;
}
li#pt-userpage,
li#pt-anonuserpage,
li#pt-login {
background: url('http://ca.wikipedia.org/skins-1.5/monobook/user.gif') top left no-repeat;
background-repeat: no-repeat;
padding-left: 20px;
text-transform: none;
}
/* Datos personales */
table.metadata {
border: 1px solid #aaaaaa;
display: none; /* A definir por cada usuario */
}
.metadata-label {
color: #aaaaaa;
}
#p-navigation {
margin-top: 5px;
}
/* Syntax highlighting style */
pre span.idselector {
color: red;
}
pre span.classselector {
color: green;
}
pre span.property {
color: blue;
}
pre span.value {
color: orange;
}
pre span.comment {
font-weight: bold;
background-color: #eee;
}
/* Extreme Syntax highlighting style */
/* Main style for the table */
.dp-highlighter { width: 100%; overflow: auto; line-height: 100% !important; margin: 18px 0px 18px 0px; padding:3px 0 3px 0;}
.dp-highlighter table {width: 100%; margin: 2px 0px 2px 0px; border-collapse: collapse; border-bottom: 2px solid #eee; background-color: #fff;}
.dp-highlighter td { font-family: Courier New; font-size: 11px;}
/* Gutter with line number */
.dp-highlighter .gutter { padding-right: 5px; padding-left: 10px; width: 5px; background-color: #eee; border-right: 1px solid gray; color: gray; text-align: right; vertical-align: top;}
/* Single line style */
.dp-highlighter .line1, .line2 { padding-left: 10px; border-bottom: 1px solid #F7F7F7; white-space:nowrap;}
.dp-highlighter .line2 { background-color: #F7F7F7;}
/* Language specific styles */
.dp-c .comment { color: green; }
.dp-c .string { color: #69C; }
.dp-c .preprocessor { color: gray; }
.dp-c .keyword { color: blue; }
.dp-c .vars { color: #d00; }
/* 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 .hiddenStructure { display: none; }
#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;
}
/* 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; }
/* remove comment tags if bottom tabs should be rounded as well in moz */
#mytabs li, #mytabs li a {
-moz-border-radius-bottomleft: 1em;
-moz-border-radius-bottomright: 1em;
}
/* Voice of All's helper css script */
#content
{
-moz-border-radius-topleft: 1em;
-moz-border-radius-bottomleft: 1em;
}
div.pBody
{
-moz-border-radius-topright: 1em;
-moz-border-radius-bottomright: 1em;
}
#p-cactions li
{
position: relative;
float: left;
border: 2px solid lightgrey;
}
#p-cactions li li
{
float: none;
display: block;
border-top: 1px solid lightgrey;
border-bottom: 1px solid lightgrey;
text-align: center;
background: #F8FCFF;
background-color: #F8FCFF;
-moz-border-radius-topleft: .0em;
-moz-border-radius-topright: .0em;
-moz-border-radius-bottomright: .0em;
-moz-border-radius-bottomleft: .0em;
}
.tabmenu ul
{
display: none;
z-index: 2;
position: relative;
top: -2px;
border-top: 1px solid #aaaaaa;
padding: 0px;
margin: 0px;
background: #F8FCFF;
background-color: grey;
}
.tabmenu:hover ul
{
display: block;
}
.tabmenu a
{
padding: 0pt 0.8em !important;
background: #F8FCFF;
background-color: #F8FCFF;
}
.tabmenu ul a:hover
{
font-weight: bold;
}
/* End VoA css */
/*
* Skin name: Milky
* Author: Ævar Arnfjörð Bjarmason
* Reference: http://en.wikipedia.org/style/monobook/main.css
* To include in your CSS: http://en.wikipedia.org/w/wiki.phtml?title=User:%C6var_Arnfj%F6r%F0_Bjarmason/monobook.css&action=raw&ctype=text/css
*/
/* make a few corners round, only supported by moz/firefox/other gecko browsers for now, i reduced this from 1em to 4px to make it very illnoticable */
#p-cactions ul li, #p-cactions ul li a {
-moz-border-radius-topleft: 4px;
-moz-border-radius-topright: 4px;
}
#content, #footer {
-moz-border-radius-topleft: 4px;
-moz-border-radius-bottomleft: 4px;
}
div.pBody {
-moz-border-radius-topright: 4px;
-moz-border-radius-bottomright: 4px;
}
/* Dotted borders on pre look ugly, replace with a solid one */
#bodyContent pre {
border: 1px solid #aaa;
}
/* Kill that stupid M$-ish capitalist asshole person dancecommander usericonthingy */
li#pt-userpage { background: none }
/* Eliminate yellow colour everywhere in borders */
#p-cactions li.selected {
border-color: #aaa;
}
/* Make the footer not 100% wide, but as wide as the content box, and change it from the annoying yellow colour */
#footer {
border-top: 1px solid #aaa;
border-bottom: 1px solid #aaa;
border-left: 1px solid #aaa;
margin: 0.6em 0em 1em 155px;
}
/* Dont need this copyright notice on every page */
/*li#f-copyright,
li#f-lastmod,
#editpage-copywarn { display: none; }*/
.portlet li, #BodyContent li {
/*list-style-image: url("/style/monobook/bullet.gif");*/
list-style-type: square;
list-style-image: url("http://en.wikipedia.org/upload/6/69/AAAAAA_Bullet.png");
}
.portlet li:hover, #BodyContent li:hover {
list-style-type: square;
list-style-image: url("http://en.wikipedia.org/upload/4/44/000000_Bullet.png");
}
li.FA {
list-style-image: url("http://upload.wikimedia.org/wikipedia/en/d/d4/Monobook-bullet-star.png") !important;
}
.portlet a {text-decoration: none; color: #666 !important;}
.portlet a:hover {text-decoration: none; color: #000 !important;}
/* Make borders a little better */
#searchInput {
border: 1px solid #aaa;
background-color: #eee;
}
/* Mozilla.org-like input box focus */
#p-search input:focus, #p-search input:hover {
background-color: #fff;
}
#searchInput {
border-top: 1px inset;
border-left: 1px inset;
border-right: 10px inset;
}
/* Nice borders for (almost) all boxes */
input[type="radio"],
input[type="checkbox"] { border:none; }
input[type="text"], input[type="submit"], textarea {
border: 1px solid #aaa !important;
}
/* make round corners for the rest */
input[type="text"], input[type="submit"], textarea, pre, #toc {
-moz-border-radius: 2px;
}
/* The 'Edit summary' box is way to crammed in the textarea box by default */
textarea { margin-bottom: 4px; }
input[type="submit"] {color: #aaa !important;}
input[type="submit"]:hover, input[type="submit"]:focus {color: #000 !important; background-color: #fff !important;}
#p-cactions li a {color: #aaa;}
#p-cactions li a:hover {color: #000;}
#p-cactions li.selected a {color: #000 !important;}
#p-cactions li.new a {color: #ba0000 !important;}
/* Mozilla.org-like input box focus */
/*#footer {display:none;}
.printfooter {display:none;}
*/
/* ------------------------- */
#content
{
-moz-border-radius-topleft: 1em;
-moz-border-radius-bottomleft: 1em;
}
div.pBody
{
-moz-border-radius-topright: 1em;
-moz-border-radius-bottomright: 1em;
}
#p-cactions ul
{
overflow:visible;
}
#p-cactions li
{
border: 2px solid lightgrey;
position: relative;
float: left;
-moz-border-radius-topleft: .5em;
-moz-border-radius-topright: .5em;
}
.tabmenu ul li
{
display: block;
width: 100% !important;
min-width: 10em !important;
border: 0px;
margin: 0px;
padding: .1em;
border: 1px solid #aaaaaa !important;
border-collapse: collapse;
text-align: center;
background-color: #F8FCFF !important;
white-space: nowrap !important;
}
.tabmenu ul
{
display: none;
width: auto;
z-index: 2;
position: absolute;
top: 1em;
margin: 0px;
background-color: grey;
}
.tabmenu * {
-moz-border-radius: 0px !important;
}
.tabmenu:hover ul
{
display: block;
}
.tabmenu ul li:hover
{
background-color: #e8ecef !important;
}
.tabmenu ul a {
background-color: transparent !important;
}
/* Orange bar of death */
.usermessage {
background: url('http://upload.wikimedia.org/wikipedia/commons/f/fd/Crystal_Clear_app_tux_75px.png') top right no-repeat;
background-repeat: no-repeat;
padding-left: 20px;
text-transform: none;
height: 80px;
background-color: #ffffff;
border: none;
color: #000000;
font-weight: bold;
font-size: 115%;
margin: 2em 0em 1em 0em;
padding: 0.5em 1em;
vertical-align: middle;
}
/* Remove God Awful Notices */
#p-lang,
#wikimania2006,
#footer
#editpage-copywarn2
{ display: none; }
/* Watchlist numbers */
.mw-plusminus-pos {color: #696969;}
.mw-plusminus-neg {color: #696969;}
.mw-plusminus-null {color: #696969;}
/* Colors of links */
a { color: #808080; }
a:visited { color: #696969; }
a.stub { color: #8b0000; }
#bodyContent a.external { color: #808080; }
/* Remove footer */
#content, #footer {
-moz-border-radius-topleft: 4px;
-moz-border-radius-bottomleft: 4px;
}
div.pBody {
-moz-border-radius-topright: 4px;
-moz-border-radius-bottomright: 4px;
}
/* Dotted borders on pre look ugly, replace with a solid one */
#bodyContent pre {
border: 1px solid #aaa;
}
/* suppress the person icon by your username */
li#pt-userpage { background: none }
/* Avoid offpage text */
/* Eliminate yellow colour everywhere in borders */
#p-cactions li.selected {
border-color: #aaa;
}
/* Make the footer not 100% wide, but as wide as the content box, and change it from the annoying yellow colour */
#footer {
border-top: 1px solid #aaa;
border-bottom: 1px solid #aaa;
border-left: 1px solid #aaa;
margin: 0.6em 0em 1em 155px;
}
/* Dont need these notices on every page */
li#f-copyright,
li#f-lastmod,
#editpage-copywarn { display: none; }
#editpage-copywarn2 { display: none; }
#editpage-copywarn3 { display: none; }
/* Annoying toolbox begone! */
#wpSummaryLabel { display: none; }
#editpage-specialchars { display: none; }
#edittools_wikimarkup { display: none; }
#edittools_symbols { display: none; }
#edittools_characters { display: none; }
#edittools_greek { display: none; }
#edittools_cyrillic { display: none; }
#edittools_ipa { display: none; }
.portlet li, #BodyContent li {
/*list-style-image: url("/style/monobook/bullet.gif");*/
list-style-type: square;
list-style-image: url("http://en.wikipedia.org/upload/6/69/AAAAAA_Bullet.png");
}
.portlet li:hover, #BodyContent li:hover {
list-style-type: square;
list-style-image: url("http://en.wikipedia.org/upload/4/44/000000_Bullet.png");
}
/* Remove footer */
#footer {display:none;}
.printfooter {display:none;}
/* Remove logout, never use it anyway */
li#pt-logout { display: none; }
/* remove the warnings */
#editpage-copywarn,
#editpage-copywarn2,
#editpage-copywarn3,
.previewnote,
#newarticletext
/* remove helpful links */
#wpSummaryLabel,
#minoredit_helplink,
.editHelp {display:none}
/* remove toolbar (i'm using wikEd) */
#toolbar {display:none}
#siteNotice { display: none; }
#AIAV_header { display: none; }
.navpopup {
background-color: #F0F0F0 !important; border-color: #AAA !important
}
li#pt-userpage {
background: none
}
#footer, #p-cactions li.selected {
border-color: #AAA
}
.editHelp, #usercsspreview, #userinvalidcssjstitle, #usercssjsyoucanpreview, #clearyourcache, #editingold, #editpage-copywarn, #editpage-copywarn2, #editpage-copywarn3, #editpage-specialchars, #f-poweredbyico, #f-copyrightico, #jswarning, #minoredit_helplink, .mw-templatesUsedExplanation, .previewnote, #siteSub, #wpSummaryLabel, #wikiPreview > h2:first-child {
display: none
}
.templatesUsed {
margin-top: 0px
}
.page-Special_Contributions #pt-mycontris, .page-Main_Page #n-Main-page, .page-Wikipedia_Community_Portal #n-portal, .page-Wikipedia_Featured_content #n-Featured-content, .page-Portal_Current_events #n-currentevents, .page-Special_Recentchanges #n-recentchanges, .page-Wikipedia_About #n-About-Wikipedia, .page-Wikipedia_Contact_us #n-contact, .page-Help_Contents #n-help, .page-Special_Upload #t-upload, .page-Special_Specialpages #t-specialpages {
font-weight: bold !important
}
#mpbanner { display: none; }
#pabanner { display:none; }
#watchlist-notice { display:none; }
/* Don't Display "From Wikipedia, the free encyclopedia", because we know that we are at wikipedia */
#siteSub {
display: none;
}
/* put scrollbar on pre sections. and solid borders */
pre {
overflow: auto;
border: 1px solid #aaa;
}
/* Diff rendering */
table.diff {
border: solid 1px #aaaaaa;
font-size: 0px;
line-height: 0px;
border-spacing: 1px;}
.diff td {
visibility: hidden;
border: 0px;
border-spacing: 0px;
width: 0px;
height: 0px;}
td.diff-addedline {
background: #e6e6ff;
color: #000000;
padding-left: 4px;
font-size: 11px;
line-height: 1.5em;
visibility: visible;
width: 50%;}
span.diffchange {color: #0000ff}
td.diff-context {display: none}
td.diff-deletedline {
background: #ffffc0;
color: #000000;
padding-right: 4px;
font-size: 11px;
line-height: 1.5em;
visibility: visible;
width: 50%;}
td.diff-ntitle {
background: #ffffff;
color: #000000;
font-size: 13px;
line-height: 1.5em;
visibility: visible;
width: 50%;
border-bottom: solid 1px #aaaaaa;
padding-top: 6px;
padding-bottom: 6px;}
td.diff-otitle {
background: #ffffff;
color: #000000;
font-size: 13px;
line-height: 1.5em;
visibility: visible;
width: 50%;
border-bottom: solid 1px #aaaaaa;
padding-top: 6px;
padding-bottom: 6px;}
/* the toolbox toolbar */
/* this is the ul contained in the portlet */
#p-tb ul {
color: #696969;
}
#p-tb li { color: #696969; }
#p-tb li a { color: #696969; }
/* The navagation toolbar */
/* this is the ul contained in the portlet */
#p-navigation ul {
color: #696969;
}
#p-navigation li { color: #696969; }
#p-navigation li a { color: #696969; }
/* The personal toolbar */
/* this is the ul contained in the portlet */
#p-personal ul {
color: #696969;
}
#p-personal li { color: #696969; }
#p-personal li a { color: #696969; }
/* the page-related actions- page/talk, edit etc */
#p-cactions {
position:absolute;
top: 1.3em;
left: 11.5em;
margin: 0;
white-space:nowrap;
line-height: 1.1em;
overflow: visible;
background: none;
border-collapse: collapse;
padding-left: 1em;
list-style: none;
font-size: 95%;
}
#p-cactions .hiddenStructure { display: none; }
#p-cactions ul {
list-style: none;
}
#p-cactions li {
display: inline;
border: 1px solid #aaaaaa;
border-bottom: none;
padding: 0 0 0.1em 0;
margin: 0 0.3em 0 0;
overflow: visible;
background: none;
}
#p-cactions li.selected {
border-color: #aaa;
padding: 0 0 0.2em 0;
}
#p-cactions li a {
background-color: none;
color: #696969;
border: none;
padding: 0 0.8em 0.3em 0.8em;
text-decoration: none;
text-transform: lowercase;
position: relative;
z-index: 0;
margin: 0;
}
#p-cactions .selected a { z-index: 3; }
#p-cactions .new a { color: #b22222; }
#p-cactions li a:hover {
z-index: 3;
text-decoration: none;
}
#p-cactions h5 { display: none; }
#p-cactions li.istalk { margin-right: 0; }
#p-cactions li.istalk a { padding-right: 0.5em; }
#p-cactions #ca-addsection a {
padding-left: 0.4em;
padding-right: 0.4em;
}
/* Change background color to white, and text to gray it *is* a *mono*book... */
#content {
background: white;
color: #696969;
}
#content div.thumb {
border-color: #F8FCFF;
}
#mytabs li {
background: white;
color: #696969;
}
#mytabs li a {
background: white;
color: #696969;
}
#p-cactions li a, #p-cactions li a:hover, #p-cactions li.selected a {
background: white;
color: #696969;
}
#p-cactions li
{
position: relative;
float: left;
}
#p-cactions li li
{
float: none;
display: block;
border: 1px solid #aaaaaa;
border-top: none;
text-align: center;
background: none;
background-color: white;
color: #696969;
}
.tabmenu ul
{
display: none;
z-index: 2;
position: relative;
top: -2px;
border-top: 1px solid #aaaaaa;
padding: 0px;
margin: 0px;
background: none;
background-color: white;
color: #696969;
}
.tabmenu:hover ul
{
display: block;
}
.tabmenu a
{
padding: 0pt 0.8em !important;
background: none;
background-color: white;
color: #696969;
}
.tabmenu ul a:hover
{
font-weight: bold;
}
/* Change the "coffee roll" messagebox theme */
.Talk-Notice {
border: 2px solid #191970;
background-color: #b0c4de;
margin-bottom: 3px;
width: 85%;
padding: 5px;
border-spacing: 3px;
margin-left: auto;
margin-right: auto;
}
.Talk-Notice:after {
display: none;
}
/* Standardize messagebox theme */
.messagebox.standard-talk {
border: 1px solid #696969;
background-color: #f5f5f5;
}
.messagebox.cleanup {
border: 1px solid #aaaaaa;
background-color: #f5f5f5;
}
.messagebox {
border: 1px solid #aaaaaa;
background-color: #f5f5f5;
}
.messagebox.merge {
border: 1px solid #aaaaaa;
background-color: #f5f5f5;
}
.messagebox.merge.metadata {
border: 1px solid #aaaaaa;
background-color: #f5f5f5;
}
/* Play with TOC colors */
.toccolours {
border:1px solid #aaaaaa;
background-color:#f5f5f5;
padding:5px;
font-size: 95%;
}
#p-cactions li li li
{
/* Do something here */
width: 8em;
}
.tabmenu .tabmenu ul
{
display: none;
position: absolute;
top: -1px;
left: 100%;
}
.tabmenu .tabmenu:hover ul
{
display: block;
}
.tabmenu .tabmenu a
{
padding: 0pt 0.8em !important;
background: #F8FCFF;
background-color: #F8FCFF;
}
.tabmenu .tabmenu ul a:hover
{
font-weight: normal;
}
#rfa-tag-color {
background-color: #f5f5f5;
}
/* Remove unnecessary spoiler warnings */
.spoiler { display: none; }
/* Remove red background from revision-info */
#viewingold-warning,
#revision-info,
#revision-info-current {
display: none;
}
#viewingold-plain,
#revision-info-plain,
#revision-info-current-plain {
display: block !important;
}
/* Capitalize UTC clock */
#utcdate { text-transform: capitalize; }
/* Soulignement léger pour les sous-parties */
h1 {
font-size:160%;
font-weight:bold;
}
h2 {
font-size:140%;
font-weight:bold;
}
h3 {
font-size:130%;
}
h4 {
font-size:120%;
}
h5 {
font-size:110%;
}
h6 {
font-size:100%;
}
/* Tab Styling*/
#p-cactions ul
{
overflow:visible;
}
#p-cactions li
{
border: 2px solid lightgrey;
position: relative;
float: left;
-moz-border-radius-topleft: .5em;
-moz-border-radius-topright: .5em;
}
.tabmenu ul li
{
display: block;
width: 100% !important;
min-width: 10em !important;
border: 0px;
margin: 0px;
padding: .1em;
border: 1px solid #aaa !important;
border-collapse: collapse;
text-align: center;
background-color: #f8fcff !important;
white-space: nowrap !important;
font-color: #aaa !important;
}
.tabmenu ul
{
display: none;
width: auto;
z-index: 2;
position: absolute;
top: 1em;
margin: 0px;
background-color: grey;
opacity: .8
}
.tabmenu * {
-moz-border-radius: 0px !important;
}
.tabmenu:hover ul
{
display: block;
}
.tabmenu ul li:hover
{
background-color: #e8ecef !important;
}
.tabmenu ul a {
background-color: transparent !important;
}
/* No external link icon */
#bodyContent a[href ^="http://"] {background: none; padding-right: 0px;}
/* white links */
.portlet a {color: white;}
/* don't use any logo, move the boxes onto that area instead */
#p-logo { display: none }
#column-one { padding-top: 18px; }
/* rm display of history size */
.history-size { display: none }
/* </nowiki></pre> */