Anonymous edits have been disabled on the wiki. If you want to contribute please login or create an account.

Difference between revisions of "User:RaTcHeT302/common.css"

From PCGamingWiki, the wiki about fixing PC games
(I could just comment it out but fak it)
(Undo revision 114376 by RaTcHeT302 (talk))
Line 1: Line 1:
sss
+
/*
 +
Overriding the typography refresh - see https://www.mediawiki.org/wiki/Typography_refresh
 +
To use it, copy the following code to [[Special:Mypage/pcgwvector.css]].
 +
*/
 +
/* Fonts and colours */
 +
* {
 +
font-family: sans-serif;
 +
}
 +
div#content h1,
 +
div#content h2,
 +
#firstHeading {
 +
font-family: sans-serif !important;
 +
}
 +
div.mw-geshi div, div.mw-geshi div span, div.mw-geshi div pre, span.mw-geshi, span.mw-geshi span, pre.source-css, pre.source-css span, pre.source-javascript, pre.source-javascript span, pre.source-lua, pre.source-lua span {
 +
font-family: monospace !important;
 +
-moz-tab-size: 4;
 +
}
 +
div#content.mw-body {
 +
margin-left: 11.8em;
 +
color: #000;
 +
}
 +
textarea#wpTextbox1,
 +
pre {
 +
font-family: monospace;
 +
}
 +
 +
/* Font size */
 +
div#content {
 +
font-size: 93%;
 +
}
 +
h1#firstHeading {
 +
font-size: 1.6em !important;
 +
}
 +
code a {
 +
font-family: monospace;
 +
font-size: 130%;
 +
}
 +
pre {
 +
font-size: 130%;
 +
}
 +
div#content h3 {
 +
font-size: 132%;
 +
}
 +
div#content h4 {
 +
font-size: 116%;
 +
}
 +
div#content h5 {
 +
font-size: 100%;
 +
}
 +
div#content h6 {
 +
font-size: 80%;
 +
}
 +
td.diff-deletedline,
 +
td.diff-addedline,
 +
td.diff-context {
 +
font-size: 85%;
 +
}
 +
div.thumbcaption {
 +
font-size: 90%;
 +
}
 +
div.mw-warning-with-logexcerpt ul li {
 +
font-size: 88%;
 +
}
 +
 
 +
h1#firstHeading {margin-bottom: 0 !important;}
 +
 
 +
span.reference-text {font-size: 98%;}
 +
 
 +
div.refbegin {font-size: 88%;}
 +
 
 +
div#content p, div#content dd, div#content ol, div#content ul, td.diff-context {line-height: 1.5em;}
 +
 
 +
div.ipsList_inline.right {display: none;}
 +
 
 +
#pt-notifications .mw-echo-notifications-badge {background-color: #000;}
 +
#pt-notifications .mw-echo-notifications-badge:hover, #pt-notifications .mw-echo-notifications-badge:active, #pt-notifications .mw-echo-notifications-badge:focus {background-color: #869bc6;}
 +
 
 +
div#footer {min-height: 59em;}
 +
div#wrapper {height: 100%;}
 +
div#footer #footer-icons {display: none;}
 +
div#content_box {box-shadow: 0 0px 0px rgba(0,0,0,0); width: 98% !important}
 +
 
 +
span.subpages {display: none;}
 +
 
 +
.mw-echo-date-section {margin: 30px 0 5px 17px;}
 +
.mw-echo-icon {display: none;}
 +
.mw-echo-content {margin-left: 19px;}
 +
 
 +
/* Fixes & Tweaks */
 +
 
 +
pre, .mw-code {font-size: 12px;}
 +
abbr[title], .explain[title] {font-size: 12px;}
 +
 
 +
input#mw-searchButton {display: none;}
 +
 
 +
li.ccsClearfix.ccsRow_1 {background-color: #fff;}

Revision as of 11:39, 23 July 2014

/*
Overriding the typography refresh - see https://www.mediawiki.org/wiki/Typography_refresh
To use it, copy the following code to [[Special:Mypage/pcgwvector.css]].
*/
/* Fonts and colours */
* {
	font-family: sans-serif;
}
div#content h1,
div#content h2,
#firstHeading {
	font-family: sans-serif !important;
}
div.mw-geshi div, div.mw-geshi div span, div.mw-geshi div pre, span.mw-geshi, span.mw-geshi span, pre.source-css, pre.source-css span, pre.source-javascript, pre.source-javascript span, pre.source-lua, pre.source-lua span {
	font-family: monospace !important;
	-moz-tab-size: 4;
}
div#content.mw-body {
	margin-left: 11.8em;
	color: #000;
}
textarea#wpTextbox1,
pre {
	font-family: monospace;
}
 
/* Font size */
div#content {
	font-size: 93%;
}
h1#firstHeading {
	font-size: 1.6em !important;
}
code a {
	font-family: monospace;
	font-size: 130%;
}
pre {
	font-size: 130%;
}
div#content h3 {
	font-size: 132%;
}
div#content h4 {
	font-size: 116%;
}
div#content h5 {
	font-size: 100%;
}
div#content h6 {
	font-size: 80%;
}
td.diff-deletedline,
td.diff-addedline,
td.diff-context {
	font-size: 85%;
}
div.thumbcaption {
	font-size: 90%;
}
div.mw-warning-with-logexcerpt ul li {
	font-size: 88%;
}

h1#firstHeading {margin-bottom: 0 !important;}

span.reference-text {font-size: 98%;}

div.refbegin {font-size: 88%;}

div#content p, div#content dd, div#content ol, div#content ul, td.diff-context {line-height: 1.5em;}

div.ipsList_inline.right {display: none;}

#pt-notifications .mw-echo-notifications-badge {background-color: #000;}
#pt-notifications .mw-echo-notifications-badge:hover, #pt-notifications .mw-echo-notifications-badge:active, #pt-notifications .mw-echo-notifications-badge:focus {background-color: #869bc6;}

div#footer {min-height: 59em;}
div#wrapper {height: 100%;}
div#footer #footer-icons {display: none;}
div#content_box {box-shadow: 0 0px 0px rgba(0,0,0,0); width: 98% !important}

span.subpages {display: none;}

.mw-echo-date-section {margin: 30px 0 5px 17px;}
.mw-echo-icon {display: none;}
.mw-echo-content {margin-left: 19px;}

/* Fixes & Tweaks */

pre, .mw-code {font-size: 12px;}
abbr[title], .explain[title] {font-size: 12px;}

input#mw-searchButton {display: none;}

li.ccsClearfix.ccsRow_1 {background-color: #fff;}