User:Jfd34/common.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:Jfd34/common.js. |
body {
font-family: "Segoe UI";
font-size: 11pt;
}
h1, h2, h3, h4, h5, h6 {
font-family: "Segoe UI" !important;
margin-bottom: 8px !important;
font-weight: normal !important;
}
/* Page title */
#firstHeading {
font-size: 208%;
border-bottom: 2px solid #008000;
padding: 6px 0 !important;
line-height: 130% !important;
}
/* other areas where h1 is used (e.g. in arbitration cases, bot approval requests etc.) */
h1 {
font-size: 195%;
border-bottom: 1px solid #AAAAAA;
padding: 5px 0 !important;
line-height: 130% !important;
}
/* other headings */
h2 {
font-size: 175%;
border-bottom: 1px solid #FF0000;
padding: 5px 0 !important;
line-height: 130% !important;
}
h3 {
font-size: 165%;
line-height: 130% !important;
}
h4 {
font-size: 155%;
font-style: italic;
line-height: 130% !important;
}
h5 {
font-size: 145%;
line-height: 130% !important;
font-style: italic;
}
h6 {
font-size: 135%;
font-style: italic;
line-height: 130% !important;
}
/* internal links */
a {
font-family: inherit;
color: #1A1ACE;
}
/* external links */
a.external {
font-family: inherit;
color: #5D32FF !important;
}
/* table */
table {
border-collapse: collapse;
}
/* infoboxes */
table.infobox {
font-size: 90%;
background-color: #F0F0F0;
}
table.infobox th, table.infobox td {
padding: 3px 5px;
}
/* TOC */
table.toc {
background-color: #C9ECC9 !important;
}
table.toc td {
padding: 2px 5px
}
table.toc td span.tocnumber {
color: #FF7600;
font-weight: 600;
}
/* lists */
ol {
font-family: "Segoe UI";
padding: 3px;
margin-left: 10px;
margin-right: 10px;
list-style-type: decimal
}
ul {
list-style-image: url("http://upload.wikimedia.org/wikipedia/commons/thumb/6/60/Lightgreen_pog.svg/6px-Lightgreen_pog.svg.png"); /* [[File:Lightgreen pog.svg]], form Wikimedia Commons, released into public domain by [[User:Davide101]] */
padding: 3px;
margin-left: 10px;
margin-right: 10px
}
/* block quotations */
blockquote {
margin: 5px 50px;
font-size: 97%;
background-color: #E2E2FF;
border: 1px solid #0000FF;
padding: 3px 3px 3px 3px
}
/* code elements */
pre {
font-family: "Courier New"
}
code {
background-color: transparent;
font-family: "Courier New"
}
kbd {
color: #2D0092;
background-color: transparent;
font-family: "Courier New"
}
/* Smaller font size in forms */
input, select, button, label {
font-family: Segoe UI;
font-size: 90%
}
/* Diffs */
table.diff {
border-collapse: separate;
border-spacing: 4px;
margin: 0 !important;
table-layout: fixed;
width: 100% !important
}
td.diff-marker {
font-weight: 400 !important;
color: #009900;
width: 3% !important;
text-align: center
}
td.diff-deletedline {
width:47% !important;
background-color: #FFE9E9;
padding: 4px;
border-style: solid;
border-width: 2px 2px 2px 5px;
border-color: #E20000;
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
margin: 0
}
td.diff-addedline {
width: 47% !important;
background-color: #E9FFE9;
padding: 4px;
border-style: solid;
border-width: 2px 5px 2px 2px;
border-color: #00E200;
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
margin: 0
}
td.diff-context {
width: 54% !important;
background-color: #E9E9FF;
padding: 4px;
border-style: solid;
border-width: 2px 3px 2px 3px;
border-color: #9090A4;
border-radius: 0;
-moz-border-radius: 0;
-webkit-border-radius: 0;
margin: 0
}
td.diff-empty {
width: 54% !important;
margin: 0
}
td.diff-addedline .diffchange {
background-color: #FFC900;
border-radius: 0 !important
-moz-border-radius: 0 !important;
-webkit-border-radius: 0 !important;
}
td.diff-deletedline .diffchange {
background-color: #FFFF25;
border-radius: 0 !important
-moz-border-radius: 0 !important;
-webkit-border-radius: 0 !important;
}
/* Change the colour of unpatrolled pages in Special:NewPages to green */
.not-patrolled {
background-color: #DDFFDD
}
/* Page histories, watchlist, user contributions and logs */
span.comment {
color: #005600
}
span.mw-plusminus-pos, strong.mw-plusminus-pos {
color: #14C614
}
span.mw-plusminus-neg, strong.mw-plusminus-neg {
color: #F41414
}
span.history-deleted {
color: #FF0000; text-decoration: none
}
/* Styling for references and reference lists */
div.reflist {
column-count: 1 !important;
column-width: auto !important;
-moz-column-count: 1 !important;
-moz-column-width: auto !important;
-webkit-column-count: 1 !important;
-webkit-column-width: auto !important;
margin: 5px 15px;
border: 1px solid #FF9600;
background-color: #FFDDD4;
}
sup.reference a {
color: #DD6600;
font-weight: 600 !important;
padding-left: 2px;
text-decoration: none;
cursor: default;
}
/* Hide the "updated since my last visit" on page histories */
span.updatedmarker {
display: none !important;
}
/* Separators between personal toolbar items */
#p-personal ul li:after {
content: " |";
font-weight: 600;
color: #A383B3;
padding-left: 2px
}
#p-personal ul li:last-child:after {
content: none;
}
/* Use pipes instead of dots as list separators in navboxes */
td.navbox-list.hlist ul li:after, td.navbox-list .hlist ul li:after {
content: " |";
color: #555555;
font-weight: 400;
}
td.navbox-list .hlist ul li:last-child:after, td.navbox-list.hlist ul li:last-child:after {
content: none !important;
}
/* Display coordinates in both DMS and decdeg formats
(Title only, does not affect inline coordinates) */
#coordinates .geo-default, #coordinates .geo-nondefault, #coordinates .geo-dec, #coordinates .geo-dms, #coordinates .geo-multi-punct {
display: inline
}
#mw-panel, #p-personal {
font-size: 110% !important;
}