User:Apmechev/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 can be added at User:Apmechev/common.js. |
/* Importing Common.css */
@import url("/index.php?title=MediaWiki:Common.css&usemsgcache=yes&ctype=text/css&smaxage=86400&action=raw&maxage=86400");
.infobox {
background-color: #4C566A;
}
/* figures and such*/
div.thumbinner {
color: #D8DEE9;
background-color: #4C566A;
}
.mw-parser-output .quotebox {
background-color: #4C566A;}
div#content, div#p-cactions li a:hover, div#p-cactions li.selected a, div#content div.thumb {
background-color: #3B4252;
}
.ns-0 div#content, .ns-0 div#p-cactions li a:hover, .ns-0 div#p-cactions li.selected a, .ns-0 div#content div.thumb {
background-color: #3B4252;}
.wikitable {
background-color: #4C566A;
color: #D8DEE9;
}
.wikitable > tr > th, .wikitable > * > tr > th {
background-color: #2E3441;
}
/* links */
a {
color: #88C0D0;
}
a:visited {
color: #A3BE8C;
}
.mw-body {
color: #E5E9F0;
}
.i18ndoc {
background-color: #2E3440;
border-bottom: 1px solid lightgrey;
font-family: monospace;
font-size: 8pt;
height: 140px;
overflow: auto;
padding: 3px;
}
body.mediawiki {
background-color: #3B4252;
background-image:
repeating-linear-gradient(120deg, rgba(255,255,255,.1), rgba(255,255,255,.1) 1px, transparent 1px, transparent 60px),
repeating-linear-gradient(60deg, rgba(255,255,255,.1), rgba(255,255,255,.1) 1px, transparent 1px, transparent 60px),
linear-gradient(60deg, rgba(0,0,0,.1) 25%, transparent 25%, transparent 75%, rgba(0,0,0,.1) 75%, rgba(0,0,0,.1)),
linear-gradient(120deg, rgba(0,0,0,.1) 25%, transparent 25%, transparent 75%, rgba(0,0,0,.1) 75%, rgba(0,0,0,.1));
background-size: 70px 120px;
}
.WikiaPage {
-moz-box-shadow: 0 0 25px #000000;
-webkit-box-shadow: 0 0 25px #000000;
box-shadow: 0 0 25px #000000;
}
.WikiaSearch input[type="text"] {
padding-left: 5px;
border: 2px solid #bbb;
border-radius: 8px 4px 4px 8px;
height: 17px;
}
.WikiaSearch button,
.WikiaSearch button:hover,
.WikiaSearch button:active,
input[type="button"].secondary,
input[type="button"].secondary:hover
,input[type="button"].secondary:active {
border: 2px solid #bbb;
}
.WikiaRail .module {
border: 2px solid #bbb;
border-radius: 8px;
}
.sprite.edit-pencil {
background: url("https://images.wikia.nocookie.net/custom/images/1/1d/Sprite-pencil.png") no-repeat !important;
}
.WikiaArticle h2 {
background-color: #2E3440;
left: -19px;
position: relative;
background: -webkit-gradient(linear,0% 0%,100% 0%,color-stop(0,#ccc),color-stop(50%,#ddd),color-stop(100%,#ccc));
background: -moz-linear-gradient(left,#ccc 0,#ddd 50%,#ccc 100%);
background: -o-linear-gradient(left,#ccc 0,#ddd 50%,#ccc 100%);
border-bottom: none;
color: black;
font-size: 1.45em;
line-height: 22px;
padding: 3px 0 5px 10px;
border-radius: 3px;
}
.WikiaArticle h2 .mw-headline {
margin-left: 8px;
}
.WikiaArticle h1, .WikiaArticle h2 {
margin-top: 18px;
padding-bottom: 3px;
}
.WikiaArticle h3 {
left: -19px;
position: relative;
background: -webkit-gradient(linear,0% 0%,100% 0%,color-stop(0,#ddd),color-stop(50%,#eee),color-stop(100%,#ddd));
background: -moz-linear-gradient(left,#ddd 0,#eee 50%,#ddd 100%);
background: -o-linear-gradient(left,#ddd 0,#eee 50%,#ddd 100%);
border-bottom: none;
color: black;
font-size: 1.15em;
line-height: 18px;
padding: 3px 0 5px 10px;
border-radius: 3px;
}
.WikiaArticle {overflow:visible !important}
.WikiaArticle #toctitle h2 {
background: transparent;
box-shadow: none;
}
#toc {
border: 2px solid #ccc;
border-radius: 5px;
}