User:RexNL/myskin.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. |
Documentation for this user script can be added at User:RexNL/myskin. |
/*<pre><nowiki>*/
/* Core
-------------------------------- */
@import "/w/index.php?title=MediaWiki:Monobook.css&usemsgcache=yes&action=raw&ctype=text/css&smaxage=2678400";
* {
background: none;
border: none;
line-height: 1.5em;
margin: 0;
padding: 0;
}
body {
font: 10pt sans-serif;
}
#column-content {
width: 100%;
float: right;
margin: 0 0 12px 144px;
}
#content {
background: none !important;
font-size: 98%;
margin: 24px 0 0 144px;
padding: 0 12px 1.5em;
}
#column-one {
font-size: 8pt;
padding: 48px 0 0;
text-transform: lowercase;
}
p {
margin: .4em 0 .5em;
}
hr {
height: 1px;
background: #aaa;
margin: .2em 0;
}
h1,h2,h3,h4,h5,h6 {
font-weight: bold;
padding: .5em 0 .17em;
line-height: .9em;
}
h1,h2 {
border-bottom: 1px solid #aaa;
margin-bottom: .6em;
}
h3,h4,h5 {
margin-bottom: .3em;
}
h1 {
font-weight: normal;
font-size: 170%;
}
h1.firstHeading {
padding-top: 0;
}
h2 {
font-size: 140%;
margin-top: .65em;
}
h3 {
font-size: 123%;
margin-top: .4em;
}
h4 {
font-size: 106%;
margin-top: .3em;
}
h6 {
font-size: 80%;
}
ul {
list-style-type: square;
list-style-image: url(/skins/common/images/bullet.gif);
margin: .3em 0 0 1.5em;
}
ol {
margin: .3em 0 0 2.4em;
}
dt {
font-weight: bold;
margin: 0 0 .1em;
}
dl {
margin: .2em 0 .5em;
}
dd {
margin: 0 0 .1em 2em;
}
fieldset {
border: 1px solid #2f6fab;
line-height: 1.5em;
margin: 1em 0;
padding: 0 1em 1em;
}
legend {
font-size: 9pt;
padding: .5em;
}
q {
font-family: serif;
font-style: italic;
}
pre, textarea {
line-height: 1.1em;
font-size: 12px;
padding: 1em;
}
textarea {
width: 100%;
border: 1px solid #ddd;
padding: .1em;
}
.visualClear {
clear: both;
}
#globalWrapper > .visualClear {
clear: none;
}
#contentSub,
#contentSub2 {
font-size: 8pt;
color: #7d7d7d;
margin: 0 0 1.4em 1em;
}
.center {
width: 100%;
text-align: center;
}
.center * {
margin: 0 auto;
}
.hiddenStructure {
display: none;
}
.redirectText {
font-size: 150%;
margin: 5px;
}
blockquote {
font-size: 11pt;
margin: 1em 1.6em;
}
.editsection {
position: relative;
top: 0.5ex;
font-size: 8pt;
}
input {
font: 9pt sans-serif;
}
input[type="button"],input[type="submit"],input[type="reset"] {
background: #fff url(http://stc.live.com/live/themes/1.0.7.117/ocean/header-opened.png) repeat-x top;
border: 1px solid #aaa;
font-weight: normal !important;
font-style: normal !important;
padding: 2px;
margin: 6px 0 0;
}
input[type="text"],input[type="password"],select {
background: #fff url(http://search.live.com/s/live/search_inputbackground.gif) no-repeat;
border: 1px solid #aaa;
width: 293px;
height: 17px;
margin: 3px;
padding: 3px 1px 1px;
}
select {
padding: 0;
}
input[name="search"] {
width: 200px;
}
.editOptions {
display: inline;
}
select:hover,input[type="text"]:hover,input[type="button"]:hover,input[type="submit"]:hover,input[type="reset"]:hover {
border: 1px solid #5c4;
}
input#wpSave,input#wpDiff {
margin-right: 0.33em;
}
/* Links
-------------------------------- */
a {
text-decoration: none;
color: #002bb8;
}
a:hover {
text-decoration: underline;
}
a.new,.new a {
color: #ba0000 !important;
}
a:visited {
color: #5a3696;
}
a:active {
color: #faa700;
}
a.new:visited {
color: #a55858;
}
a.external,#bodyContent a[href ^="gopher://"] {
background: url(/skins/common/images/external.png) center right no-repeat;
padding-right: 13px;
}
a[href ^="https://"],.link-https {
background: url(/skins/common/images/lock_icon.gif) center right no-repeat;
padding-right: 16px;
}
a[href ^="mailto:"],.link-mailto {
background: url(/skins/common/images/mail_icon.gif) center right no-repeat;
padding-right: 18px;
}
a[href ^="news://"] {
background: url(/skins/common/images/news_icon.png) center right no-repeat;
padding-right: 18px;
}
a[href ^="ftp://"],.link-ftp {
background: url(/skins/common/images/file_icon.gif) center right no-repeat;
padding-right: 18px;
}
a[href ^="irc://"],.link-irc {
background: url(/skins/common/images/discussionitem_icon.gif) center right no-repeat;
padding-right: 18px;
}
a.extiw,#bodyContent a.extiw:active {
color: #36b;
background: none;
padding: 0;
}
a.external {
color: #36b;
}
.plainlinks a {
background: none !important;
padding: 0 !important;
}
/* Images
-------------------------------- */
div.floatright,table.floatright,div.tright {
clear: right;
float: right;
margin: .5em 0 .5em 1.4em;
}
div.floatleft,table.floatleft, div.tleft {
float: left;
position: relative;
margin: .5em 1.4em .5em 0;
}
div.thumb {
margin-bottom: .5em;
width: auto;
}
div.thumb div {
font-size: 8pt;
text-align: center;
overflow: hidden;
padding: 3px;
}
div.thumb > div {
background: #fff url(http://stc.live.com/live/themes/1.0.7.117/ocean/header-opened.png) repeat-x top;
border: 1px solid #ccc;
border-bottom: none;
}
div.thumb > div > a img {
border: 1px solid #ccc;
background: #fff;
}
div.thumb div div.thumbcaption {
background: #fff url(http://stc.live.com/live/themes/1.0.7.117/ocean/footer.png) repeat-x bottom;
text-align: left;
line-height: 1.3em !important;
margin: -2px;
padding: 3px 3px 7px 5px;
}
div.magnify {
float: right;
}
table.gallery {
border: 1px solid #ccc;
background: #fff;
margin: 2px;
padding: 2px;
}
table.gallery tr {
vertical-align: top;
}
table.gallery td {
vertical-align: top;
background-color: #f9f9f9;
border: solid 2px #fff;
}
table.gallery td.galleryheader {
text-align: center;
font-weight: bold;
}
div.gallerybox {
width: 150px;
margin: 2px;
}
div.gallerybox div.thumb {
text-align: center;
border: 1px solid #ccc;
margin: 2px;
}
div.gallerytext {
font-size: 8pt;
padding: 2px 4px;
}
table.mw_metadata {
font-size: 8pt;
margin: 0 0 .5em .5em;
width: 300px;
border: none;
}
table.mw_metadata th {
font-weight: normal;
background-color: #f9f9f9;
}
table.mw_metadata td {
background-color: #fcfcfc;
padding: 0.1em;
}
table.mw_metadata td,table.mw_metadata th {
text-align: center;
border: 1px solid #aaa;
padding: 0 .1em;
}
ul#filetoc {
text-align: center;
border: 1px solid #aaa;
background: #f9f9f9;
font-size: 9pt;
margin: 0 0 .5em;
padding: 5px;
}
#filetoc li {
display: inline;
list-style-type: none;
padding-right: 2em;
}
img.tex {
vertical-align: middle;
}
span.texhtml {
font-family: serif;
}
/* Portlets
-------------------------------- */
.portlet {
width: 136px;
overflow: hidden;
border: 1px solid #ccc;
border-left: none;
border-bottom: none;
background: #FFF url(http://stc.live.com/live/themes/1.0.7.117/ocean/footer.png) repeat-x bottom;
margin: 0 0 16px;
}
.portlet h5 {
font-size: 8pt;
white-space: nowrap;
line-height: 1.7em;
color: #666;
font-weight: bold;
background: #fff url(http://stc.live.com/live/themes/1.0.7.117/ocean/header-opened.png) repeat-x top;
margin: 0;
padding: 1px 99px 0 10px;
}
.portlet li {
margin: 0;
padding: 0;
}
.pBody {
margin: 0 4px 4px;
padding: .3em;
}
.pBody ul {
margin: 0 2px 4px 16px;
}
.pBody ul li {
list-style: disc;
color: #08e;
}
.pBody ul li:hover {
color: #666;
}
.pBody a,#toc a {
color: #36c;
}
.pBody a:hover,#toc a:hover {
color: #08e;
}
li.active a {
font-weight: bold;
}
#p-lang, li#pt-userpage,li#pt-anonuserpage,li#pt-login {
text-transform: none;
}
#p-personal,#p-cactions {
position: absolute;
top: 0;
background: none;
border: none;
white-space: nowrap;
overflow: visible;
line-height: 1.1em;
margin: 0;
}
#p-personal {
z-index: 3;
width: 100%;
left: 0;
}
#p-cactions {
z-index: 4;
left: 156px;
}
#p-personal .portlet,
#p-personal .pBody {
border: none;
background: none;
margin: 0;
padding: 0;
}
#p-personal ul,
#p-cactions ul {
list-style: none;
margin: -1px 8px 0 0;
padding: 0;
}
#p-personal ul {
text-align: right;
}
#p-personal ul li,
#p-cactions ul li {
display: inline;
border: none;
background: #fff url(http://stc.live.com/live/themes/1.0.7.117/ocean/footer.png) repeat-x bottom;
padding: 0 0 .3em;
margin: 0 .3em 0 0;
}
#p-personal ul li a,
#p-cactions ul li a {
position: relative;
bottom: 1px;
border: 1px solid #ddd;
border-top: none !important;
background: none !important;
color: #36c;
line-height: 2em;
margin: 0;
padding: .3em .8em;
}
#p-personal ul li a:hover,
#p-cactions ul li a:hover {
color: #08c;
border: 1px solid #5c4 !important;
text-decoration: none;
}
#p-cactions li.selected {
border: #fabd23;
}
#p-personal ul li.active a,
#p-cactions ul li.selected a {
font-weight: bold;
color: #08c;
border: 1px solid #aaa;
padding: .3em 1em;
}
#p-cactions li.istalk {
margin-right: 0;
}
#p-cactions li.istalk a {
padding-right: .5em;
}
#p-cactions #ca-addsection a {
padding-left: .4em;
padding-right: .4em;
}
#p-cactions ul li.new a:hover {
color: #b00;
}
li#ca-talk {
margin-right: 1.6em !important;
}
li#ca-watch,li#ca-unwatch,li#ca-varlang-0,li#ca-print {
margin-left: 1.6em !important;
}
/* Footer
-------------------------------- */
#footer {
text-align: center;
font-size: 8pt;
border-left: 1px solid #ddd;
border-bottom: 1px solid #ddd;
margin: 32px 0 16px 136px;
padding: 1em .5em .5em 1.2em;
}
#footer li {
display: inline;
margin: 0 1.3em;
}
#footer a:hover {
color: #08c;
}
/* TOC, categories, and other boxes
-------------------------------- */
.toccolours,.toc,#toc,#catlinks {
background: #fff url(http://stc.live.com/live/themes/1.0.7.117/ocean/footer.png) repeat-x bottom;
border: 1px solid #ccc;
border-bottom: none;
}
.toc,.toccolours,#toc {
font-size: 8pt;
border-collapse: collapse;
margin: 1em .5em .5em 0;
}
#catlinks {
font-size: 9pt;
clear: both;
margin-top: 2em;
padding: .2em;
}
.toc ul,#toc ul {
list-style-type: none;
list-style-image: none;
margin: .5em .5em 1.4em;
}
.toc ul ul,#toc ul ul {
margin: .3em 1.5em;
}
#toc #toctitle,.toc #toctitle,#toc .toctitle,.toc .toctitle {
background: #fff url(http://stc.live.com/live/themes/1.0.7.117/ocean/header-opened.png) repeat-x top;
border: 1px solid #ccc;
border-bottom: none;
text-align: center;
margin: -1px;
padding: .2em 1em;
}
#toctitle h2 {
font-size: 8pt;
font-weight: bold;
color: #666;
border: none;
padding: 0;
margin: 0;
}
div.townBox {
float: right;
background: #fff;
margin-left: 1em;
border: 1px solid gray;
width: 200px;
overflow: hidden;
clear: right;
padding: .3em;
}
div.townBox dl {
font-size: 9pt;
margin: 0 0 .3em;
}
div.townBox dl dt {
margin: .4em 0 0;
}
div.townBox dl dd {
background: #f3f3f3;
margin: .1em 0 0 1.1em;
}
/* History
-------------------------------- */
#pagehistory span.user {
margin: 0 1.4em;
}
#pagehistory li {
border: 1px solid #fff;
}
#pagehistory li.selected {
background: #f9f9f9;
border: 1px dashed #aaa;
}
td.diff-addedline {
background: #cfc;
font-size: smaller;
}
td.diff-deletedline {
background: #ffa;
font-size: smaller;
}
td.diff-context {
background: #eee;
font-size: smaller;
}
span.updatedmarker {
color: #000;
background-color: #0f0;
}
span.newpageletter {
font-weight: bold;
color: #000;
background-color: #FF0;
}
span.minoreditletter {
color: #000;
background-color: #c5ffe6;
}
span.changedby {
font-size: 9pt;
}
.not-patrolled {
background-color: #ffa;
}
div.patrollink {
font-size: 8pt;
text-align: right;
}
span.unpatrolled {
font-weight: bold;
color: red;
}
li span.deleted,span.history-deleted {
text-decoration: line-through;
color: #888;
font-style: italic;
}
table.revisionform_default {
border: 1px solid #000;
}
table.revisionform_focus {
border: 1px solid #000;
background: #0bf;
}
tr.revision_tr_default {
background: #eee;
}
tr.revision_tr_first {
background: #ddd;
}
p.revision_saved {
color: green;
font-weight: bold;
}
#mw_trackbacks {
border: solid 1px #bbf;
background: #eef;
padding: 0.2em;
}
.historysubmit {
font-size: 9pt;
height: 1.7em;
margin-left: 1.6em;
padding: 0 .3em .3em;
}
/* Preferences
-------------------------------- */
#preftoc {
width: 100%;
clear: both;
}
#preftoc li {
float: left;
background: #f0f0f0;
border: 1px solid #fff;
border-right-color: #716f64;
border-bottom: none;
position: relative;
white-space: nowrap;
list-style-type: none;
list-style-image: none;
z-index: 3;
margin: 1px -2px 1px 2px;
padding: 2px 0 3px;
}
#preftoc li.selected {
font-weight: bold;
background-color: #f9f9f9;
border: 1px solid #aaa;
border-bottom: none;
cursor: default;
top: 1px;
padding-top: 2px;
margin-right: -3px;
}
#preftoc > li.selected {
top: 2px;
}
#preftoc a,#preftoc a:active {
display: block;
color: #000;
position: relative;
text-decoration: none;
padding: 0 .7em;
}
#preftoc li.selected a {
cursor: default;
text-decoration: none;
}
#prefcontrol {
padding-top: 2em;
clear: both;
}
#preferences {
border: 1px solid #aaa;
clear: both;
background-color: #F9F9F9;
margin: 0;
padding: 1.5em;
}
.prefsection fieldset {
border: 1px solid #aaa;
float: left;
margin-right: 2em;
}
.prefsection table,.prefsection legend {
background-color: #F9F9F9;
}
div.prefsectiontip {
font-size: 95%;
margin-top: 0;
background-color: #FFC1C1;
clear: both;
padding: .2em .7em;
}
.btnSavePrefs {
font-weight: bold;
padding-left: .3em;
padding-right: .3em;
}
.preferences-login {
clear: both;
margin-bottom: 1.5em;
}
.prefcache {
font-size: 9pt;
margin-top: 2em;
}
/* Notices
-------------------------------- */
#siteNotice {
position: relative;
height: 18px;
overflow: hidden;
font-size: 8pt !important;
color: #999 !important;
font-style: italic;
text-align: center;
padding: 0 0 6px;
white-space: nowrap;
}
#siteNotice a {
font-weight: bold !important;
color: #999 !important;
}
#siteNotice b,#siteNotice i {
color: inherit;
font-weight: normal;
}
.usermessage {
background-color: #ffce7b;
border: 1px solid orange;
font-weight: bold;
vertical-align: middle;
margin: 2em 0 1em;
padding: .5em 1em;
}
.error {
color: red;
font-size: larger;
}
.mw-warning {
margin-left: 50px;
margin-right: 50px;
text-align: center;
}
.errorbox,.successbox {
font-size: larger;
border: 2px solid;
float: left;
margin-bottom: 2em;
color: #000;
padding: .5em 1em;
}
.errorbox {
background-color: #fff2f2;
border-color: red;
}
.successbox {
background-color: #dfd;
border-color: green;
}
.errorbox h2,.successbox h2 {
font-size: 1em;
font-weight: bold;
display: inline;
border: none;
margin: 0 .5em 0 0;
}
/* Special:Allmessages
-------------------------------- */
#allmessagestable th {
background-color: #b2b2ff;
}
#allmessagestable tr.orig {
background-color: #ffe2e2;
}
#allmessagestable tr.new {
background-color: #e2ffe2;
}
#allmessagestable tr.def {
background-color: #f0f0ff;
}
/* Various
-------------------------------- */
div.noarticletext {
border: 1px solid #ccc;
background: #fff;
color: #000;
padding: .2em 1em;
}
div.multipageimagenavbox {
border: solid 1px silver;
-moz-border-radius: 6px;
background: #f0f0f0;
margin: 1em;
padding: 4px;
}
div.multipageimagenavbox div.thumb {
border: none;
margin-left: 2em;
margin-right: 2em;
}
div.multipageimagenavbox hr {
margin: 6px;
}
.TablePager {
border-collapse: collapse;
}
.TablePager,.TablePager td,.TablePager th {
border: 0.15em solid #777;
padding: 0 0.15em;
}
.TablePager td {
background-color: #fff;
}
.imagelist .TablePager_col_img_description {
white-space: normal;
}
.imagelist th.TablePager_sort {
background-color: #ccf;
}
#content div.thumb {
border-color: #F8FCFF;
}
#mytabs li {
background: #F8FCFF;
}
#ca-edit a {
font-weight: bold !important;
}
span.diffchange {
background-color: inherit;
background: #fff;
border: 1px solid #ddd;
}
td.diff-addedline,td.diff-deletedline,td.diff-context {
font-size: 85%;
color: inherit;
}
#p-nav a {
display: block;
width: 100%;
}
div.topicon {
position: absolute;
z-index: 100;
top: 10px;
display: block !important;
}
div.Boxmerge,div.NavFrame {
border: 1px solid #aaa;
text-align: center;
border-collapse: collapse;
font-size: 95%;
margin: 0;
padding: 2px;
}
div.Boxmerge div.NavFrame {
border-style: hidden;
}
div.NavFrame + div.NavFrame {
border-top-style: hidden;
}
div.NavPic {
background-color: #fff;
float: left;
margin: 0;
padding: 2px;
}
div.NavFrame div.NavHead {
height: 1.6em;
font-weight: bold;
font-size: 100%;
background-color: #efefef;
position: relative;
}
div.NavEnd {
line-height: 1px;
clear: both;
margin: 0;
padding: 0;
}
a.NavToggle {
position: absolute;
top: 0;
right: 3px;
font-weight: normal;
font-size: smaller;
}
#coordinates {
position: absolute;
z-index: 1;
right: 30px;
top: 3.7em;
float: right;
text-align: right;
font-size: 8pt;
text-transform: none;
white-space: nowrap;
}
.toggle {
margin-left: 2em;
text-indent: -2em;
}
.small,.small *,#toc .toctoggle,.toc .toctoggle {
font-size: 8pt;
}
div.floatright p,div.floatleft p,.sharedUploadNotice,span.comment {
font-style: italic;
}
#pagehistory span.minor,.prefsection legend,#userloginlink a,#wpLoginattempt,#wpCreateaccount,span.newpage,span.minor,span.searchmatch,span.bot,table.mw_metadata caption,#wpSave,p.error {
font-weight: bold;
}
table.diff,td.diff-otitle,td.diff-ntitle {
background: #fff;
}
span.diffchange,div.alreadyloggedin {
color: red;
font-weight: bold;
}
.imagelist td,.imagelist th {
white-space: nowrap;
}
.TablePager th,.TablePager tr:hover td,.imagelist .TablePager_col_links {
background: #eef;
}
#jump-to-nav,#p-logo h5,#p-personal h5,#p-cactions .hiddenStructure,#p-cactions h5,.mainLegend,.printfooter,table.collapsed tr.collapsable,#p-nav h5,#footer #copyright,#f-poweredbyico,#f-copyrightico,.plainlinksneverexpand a.external.text:after,#p-logo,#p-search,#n-contact,#n-help,#n-randompage,#n-sitesupport,#pt-watchlist,#pt-mycontris,#t-permalink,#t-ispermalink,#t-cite,#t-print,#newarticletext,#siteSub,#catcsdhide,#anontalktext,#siteNotice table,#siteNotice #fundraising {
display: none !important;
}
/*</nowiki></pre>*/