User:GorillaWarfare/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:GorillaWarfare/common.js. |
#teahouseNavbar {display: block !important;}
/* EASYREADER */
/* Hide extraneous components */
.easyreader #mw-panel,
.easyreader #left-navigation,
.easyreader #right-navigation {
display:none;
}
.easyreader #p-personal li:not(#pt-easyreader) {
display:none;
}
/* Remove some styles we don't need */
.easyreader #toc {
border: 0;
}
.easyreader #mw-page-base {
background-image: none;
background-color: transparent;
}
.easyreader *:not(.navpopup)[style] {
background-color: transparent !important;
border: 0 !important;
}
/* Make everything look nice */
.easyreader body {
background-color: rgb(248, 248, 248);
font-family: Georgia,"DejaVu Serif",serif;
}
.easyreader #content.mw-body {
background-color: transparent;
max-width: 800px;
margin: 0 auto;
border: 0;
color: rgb(48, 44, 34);
font-size: 1.25em;
text-rendering: optimizeLegibility;
}
.easyreader #content.mw-body p,
.easyreader #content.mw-body ol,
.easyreader #content.mw-body ul,
.easyreader #content.mw-body dd {
line-height: 1.5em;
}
.easyreader #content.mw-body p {
margin: 1.2em 0;
}
.easyreader a {
word-wrap: break-word;
}
.easyreader #pt-easyreader {
font-size: 1em;
}
.easyreader element {
background: rgb(256, 256, 256);
}
.easyreader #content.mw-body ul li {
list-style: disc outside none;
}
.easyreader #content #firstHeading {
line-height:30pt;
}
.userlink.user-blocked-temp, .userlink.user-blocked-indef {
opacity: 1;
}