User:Denelson83/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 can be added at User:Denelson83/monobook.js. |
a {
text-decoration: none;
color: #009900;
background: none;
}
#bodyContent a.external { color: #0000cc; }
/* this can be used in the content area to switch off
special external link styling */
#bodyContent .plainlinks a {
background: none;
padding: 0;
}
#bodyContent a.extiw,
#bodyContent a.extiw:active {
color: #0066cc;
background: none;
padding: 0;
}
a:visited { color: #006600; }
a:active { color: 00ff00;
text-decoration: none; }
a:hover { color: 00cc00;
text-decoration: none; }
a.stub { color: #cc9900; }
a.new, #p-personal a.new, #p-cactions .new a { color: #cc0000; }
a.new:visited, #p-personal a.new:visited { color: #990000; }
#p-personal li a { color: #009900; }
#p-cactions li a { color: #009900; }
#watchlist_notice,
#wikimania2006 { display: none; }
/* Mbox color code permanently prohibited; all Mboxes green */
table.ambox {
border-left-color: #0c0;
}
table.ambox-notice {
border-left-color: #0c0;
}
table.ambox-serious {
border-left-color: #0c0;
}
table.ambox-content {
border-left-color: #0c0;
}
table.ambox-style {
border-left-color: #0c0;
}
table.ambox-merge {
border-left-color: #0c0;
}
table.ambox-protection {
border-left-color: #0c0;
}
table.ambox-speedy {
border-left-color: #0c0; /* Green */
background: #efe; /* Green */
}
table.ambox-delete {
border-left-color: #0c0; /* Green */
background: #efe; /* Green */
}
#colorcode {
display: none;
}
table.imbox {
margin: 4px 10%;
border-collapse: collapse;
border: 3px solid #0c0; /* All green */
background: #fbfbfb;
}
.imbox th.mbox-text, .imbox td.mbox-text { /* The message body cell(s) */
border: none;
padding: 0.25em 0.5em; /* 0.5em left/right */
width: 100%;
}
.imbox td.mbox-image { /* The left image cell */
border: none;
padding: 2px 0 2px 0.5em; /* 0.5em left, 0px right */
text-align: center;
}
.imbox td.mbox-imageright { /* The right image cell */
border: none;
padding: 2px 0.8em 2px 0; /* 0px left, 0.8em right */
text-align: center;
}
table.imbox-notice {
border: 3px solid #0c0; /* Green */
}
table.imbox-speedy {
border: 3px solid #0c0; /* Green */
background: #DFFFDF; /* Green */
}
table.imbox-delete {
border: 3px solid #0c0; /* Green */
}
table.imbox-content {
border: 3px solid #0c0; /* Green */
}
table.imbox-style {
border: 3px solid #0c0; /* Green */
}
table.imbox-move {
border: 3px solid #0c0; /* Green */
}
table.imbox-protection {
border: 3px solid #0c0; /* Green */
}
table.imbox-license {
border: 3px solid #0c0; /* Green */
background: #DFFFDF; /* Green */
}
table.imbox-featured {
border: 3px solid #0c0; /* Green */
}
/* Category message box styles */
table.cmbox {
margin: -1px 10%;
border: 1px solid #0c0;
background: #DFFFDF; /* All green */
}
table.cmbox-notice {
background: #DFE8FF; /* Green */
}
table.cmbox-speedy {
margin-top: 1px;
margin-bottom: 1px;
border: 4px solid #0c0; /* Green */
background: #DFFFDF; /* Green */
}
table.cmbox-delete {
background: #DFFFDF; /* Green */
}
table.cmbox-content {
background: #DFFFDF; /* Green */
}
table.cmbox-style {
background: #DFFFDF; /* Green */
}
table.cmbox-notice {
background: #DFFFDF; /* Green */
}
table.cmbox-move {
background: #DFFFDF; /* Green */
}
table.cmbox-protection {
background: #DFFFDF; /* Green */
}
table.ombox {
border-color: #0c0; /* Green */
}
.jctgap {
background-image: repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(0,0,0,.05) 10px, rgba(0,0,0,.05) 20px);
}