User:Maralia/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:Maralia/monobook.js. |
/*highlight previous TFAs at WP:FA */
.has_been_on_main_page a { color: orange; }
div.mw-rc-label-legend {display: none;}
/* no logo; set zindex for rest of page format */
#p-logo {
display: none;
!important;
position:absolute; /*needed to use z-index */
top: 10;
left: 100;
right: 65;
height: 0;
width: 0;
overflow: hidden;}
/* Move the left menus up since no Wikipedia logo now. */
#column-one {
padding-top: 1px;}
h1.firstHeading {
background: #4343E8;
color: #FEFEFE;
padding: 2px;
border: 1px solid #696B2E;
text-indent:.5em;
vertical-align:middle;
font-size:125%}
/* Colors of links */
a { color: #308050; }
a:visited { color: #8800CC; }
a:active, a.new { color: #CC1100; }
a.interwiki, a.external { color: #3366BB; }
#bodyContent a.external { color: #3366BB; }
#p-navigation h5, #p-search h5, #p-tb h5, #p-interaction h5, #p-lang h5, #p-coll-print_export h5 {
border: 1px solid #232323;
background: #3934B4;
color:#FFFFFF;
padding:1px 10em 1px 1em;
margin:0 3px 0.5em 0;
font-size:125%;
text-align:left;}
#content, #mytabs li a, #p-cactions li a, #p-cactions li a:hover, #p-cactions li.selected a {background-color: #EBF1FA;}
#content div.thumb {border-color: #EBF1FA;}
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 username */
li#pt-userpage { background: none }
/* Eliminate yellow colour everywhere in borders */
#p-cactions li.selected {
border-color: #aaa;}
#nav {
float: left;
width: 750px;
margin: 0;
padding: 0;
list-style: none;
font-size: 82%;
border-top: 1px solid #64A6F3;
border-bottom: 3px solid #134783;
background: #20538D;}
#nav li {
float: left;
margin: 0;
padding: 0 1px 0 0;
list-style: none; }
#nav a {
float: left;
padding: 7px 13px;
text-decoration: none;
border-bottom: none;
color: #fff;}
#nav a:hover, #nav a.active {
color: #fff;
background: #20538D;}
#nav a.active {font-weight: bold;}
li#t-home a {margin-left: 25px;}
/* 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;}
/* Diff rendering */
table.diff { background:white; }
td.diff-otitle { background:#ffffff; }
td.diff-ntitle { background:#ffffff; }
td.diff-addedline {
background: #859D85;
color: #333333;
font-size: 95%;}
td.diff-deletedline {
background: #E68880;
color: #333333;
font-size: 95%;}
td.diff-context {
background:#CCCCCC
color: #708090;
font-size: 95%;}
span.diffchange { color: #191997; }
/* this is the ul contained in the portlet */
#p-tb ul, #p-tb li, #p-tb li a, #p-navigation ul, #p-navigation li, #p-navigation li a, #p-personal ul, #p-personal li, #p-personal li a {color: #1947A3;}
/*
** the page-related actions- page/talk, edit etc
*/
#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%;}
#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;
background:#DCDCDC;
padding: 0 0 0.2em 0;}
#p-cactions li#ca-nstab-main {background: #CCCCCC;}
#p-cactions li a {
background-color: none;
color: #000000;
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;}
/* move the catlinks box */
#catlinks {
position:absolute;
z-index:0;
right:-0.5em;
top:-3em;
width:700px;
height:44px;
overflow:auto;
float: right;
margin: 0.5em;
padding: 0.2em;
vertical-align: top;}
/* format the catlinks themselves*/
p.catlinks {
font-size:80%;
text-align:left;
text-indent:0;
text-transform: none;
white-space:normal;
margin: 0em;
background-color:#E0E0E1;}
/* use browser prefs for text size and font */
body, #globalWrapper { font: inherit !important; }
/* move coordinates up higher */
#coordinates {
position:absolute;
z-index:0;
top: -6em;
width:300px;
right:-0.5em;
border:none;
background:none;
float:right;
margin:0.0em;
padding:0.0em;
line-height:1.5em;
text-align:right;
text-indent:0;
font-size:75%;
text-transform:none;
white-space:nowrap;}
/* auto bold pages in watchlist */
.page-Special_Watchlist a[title="Wikipedia:Featured article candidates"] {
font-weight: bold; color: #0066FF;}
.page-Special_Watchlist a[title="Wikipedia talk:Featured article candidates"] {
font-weight: bold; color: #0066FF;}
.page-Special_Watchlist a[title="Wikipedia:Featured article review"] {
font-weight: bold; color: #0066FF;}
.page-Special_Watchlist a[title="Wikipedia talk:Featured article review"] {
font-weight: bold; color: #0066FF;}
/* Transform the user toolbar into a sidebox */
#p-personal {
position:relative;
z-index:3;
width: 11.6em;}
#p-personal .pBody {
width: 11.6em;
border: none;
margin: 0 0 0.1em 0em;
float: none;
overflow: hidden;
font-size: 95%;
background: White;
border-collapse: collapse;
border: 1px solid #aaaaaa;
padding: 0.3em 0.5em 0.3em 0.3em;}
#p-personal ul {
line-height: 1.5em;
list-style-type: square;
list-style-image: url("/style/monobook/bullet.gif");
font-size:95%;
margin: 0 0 0 1.5em;
padding:0;
text-align:left;
text-transform: none;}
#p-personal li {
display: list-item;
padding:0;
margin: 0 0 0 0;
margin-bottom: 0.1em;}
/* hide some sidebar links */
li#pt-optin-try { display: none }
li#n-contents { display: none } /* Portal:Contents */
li#n-featuredcontent { display: none } /* Portal:Featured content */
li#n-currentevents { display: none } /* Portal:Current events */
li#n-sitesupport { display: none } /* Donate */
li#n-aboutsite { display: none } /* About */
li#n-contactpage { display: none } /*Contacts */
li#n-help { display: none } /* Help:Contents */
li#n-portal { display: none } /* WP:Community portal */
li#t-cite { display: none }
li#t-upload { display: none } /* File upload wizard */
li#feedlinks { display: none }
li#coll-create_a_book { display: none } /* Special:Book */
li#n-shoplink { display: none }
/*Junk I'm glad to get rid of */
li#f-copyright,
li#f-lastmod,
h3#siteSub,
#fundraising { display: none; }
#pabanner { display: none; }
#footer {display:none;}
.printfooter {display:none;}
#p-coll-create_a_book {display:none;}
#editpage-head-copywarn {display:none}
#editpage-copywarn {display:none}
#editpage-copywarn2 {display:none}
#editpage-copywarn3 {display:none}
#editpage-specialchars {display:none}
#siteNotice { display: none; }
#hiddencats {display:none}