User:Apmechev/common.css

From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
/* 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;
}