User:Gentgeen/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:Gentgeen/monobook.js. |
/* reduce the space between lines, use a serif font */
#content {
line-height: 1.05em;
font-family: x-small Times, "Book Antiqua", serif;
}
h1, h2, h3, h4, h5, h6 {
font-family: Helvetica, Arial, sans-serif;
}
/* suppress the little person icon by the username */
li#pt-userpage { background: none }
/* bottom tab styling (not for IE currently) */
#mytabs {
background:transparent none repeat scroll 0%;
border-collapse:collapse;
font-size:95%;
line-height:1.1em;
margin:0pt;
overflow:visible;
position:relative;
padding-left:1em;
left: 11.5em;
bottom: .65em;
white-space:nowrap;
width:76%;
}
#mytabs .hiddenStructure { display: none; }
#mytabs ul {
list-style-image: none;
list-style-position:outside;
list-style-type: none;
}
#mytabs .pBody {
background-color:transparent;
border:0pt none;
border-collapse:inherit;
color:inherit;
font-size:1em;
padding:0pt;
}
#mytabs li {
background:white none repeat scroll 0%;
border-color: #AAAAAA;
border-style:none solid solid;
border-width:medium 1px 1px;
display:inline;
margin:0pt 0.3em 0pt 0pt;
overflow:visible;
padding:0pt 0pt 0.2em;
}
#mytabs li a,
#mytabs li a:hover,
#mytabs li.selected a {
background-color: #f8fcff;
}
#mytabs li.selected {
border-color: #fabd23;
font-weight: bold;
}
#mytabs li a {
text-transform: lowercase;
border:medium none;
color:#002BB8;
margin:0pt;
padding:0.2em 1em 0pt;
position:relative;
text-decoration:none;
z-index: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-ca-edit a { /* does the Wikipedia thing of emboldening the "edit" button */
font-weight:bold;
}
/* 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; }
}
/* change the links colors and underline them */
a {
color: #0000EE;
text-decoration: underline;
}
a:visited { color: #551A8B; }
a:active { color: Orange; }
a:hover { text-decoration: underline; }
a.external { color: #005189; }
a.external:visited { color: #004000; }
a.new { color:#ba0000; }
a.new:visited { color:#ba0000; }
/* No external link icon */
#bodyContent a[href ^="http://"] {
background-color: none;
background-image: none;
padding-right: 0px;
}
/* the auto-generated edit comments */
.autocomment { color: #005189; }
/* Round the corners of everything. */
#p-cactions ul li, #p-cactions ul li a {
-moz-border-radius-topleft: 8.1px; /* 0.59em; */
-moz-border-radius-topright: 8px; /* 0.57em; */
}
#mytabs ul li, #mytabs ul li a {
-moz-border-radius-bottomleft: 8.1px; /* 0.59em; */
-moz-border-radius-bottomright: 8px; /* 0.57em; */
}
#content {
-moz-border-radius-topleft: 8.1px;
-moz-border-radius-bottomleft: 8.5px;
}
div.pBody {
-moz-border-radius-topright: 8px;
-moz-border-radius-bottomright: 8.4px;
}
pre, table#toc, div.thumb div {
-moz-border-radius-topleft: 8.1px;
-moz-border-radius-topright: 8px;
-moz-border-radius-bottomleft: 8.5px;
-moz-border-radius-bottomright: 8.4px;
}
#catlinks {
-moz-border-radius-topleft: 8.1px;
-moz-border-radius-topright: 8.1px;
-moz-border-radius-bottomleft: 8.4px;
-moz-border-radius-bottomright: 8.4px;
}
/* Change the background color (and selected tab border
color) for non-article pages */
#content, #p-cactions ul li.selected a, #mytabs ul li.selected a {
background-color: #f5f5ff;
background-image: none;
}
#p-cactions ul li.selected {
border-color: #1080fa;
}
#mytabs ul li.selected {
border-color: #1080fa;
}
.ns-0 #content, .ns-0 #p-cactions ul li.selected a, .ns-0 #mytabs ul li.selected a {
background-color: white;
background-image: none;
}
.ns-0 #p-cactions ul li.selected {
border-color: #fabd23;
}
.ns-0 #mytabs ul li.selected {
border-color: #fabd23;
}
/* Make TOCs float */
#toc {
float: left;
clear: left;
margin: 1em 2em 0 0;
padding: .5em;
width: 18em;
}
/* image tweaks */
div.floatright, table.floatright, div.floatleft, table.floatleft, div.thumb { margin-top:1.25em; }
/* redirect text size */
.redirectText {font-size:100%}