Mudanças entre as edições de "MediaWiki:Common.css"

De Priston Tale Wiki
Ir para: navegação, pesquisa
 
(276 revisões intermediárias pelo mesmo usuário não estão sendo mostradas)
Linha 1: Linha 1:
html {
+
/* Código para o Layout Mobile */
background-color: #E6EFF4;
+
@media screen and (max-device-width: 980px)
 +
{
 +
.firstHeading
 +
{
 +
font-size: 9px !important;
 +
}
 +
 
 +
.mw-body h1
 +
{
 +
font-size: 9px !important;
 +
}
 +
 
 +
.mw-body-content
 +
{
 +
font-size: 7px !important;
 +
}
 +
 
 +
table
 +
{
 +
font-size: 14px !important;
 +
}
 +
 
 +
div#footer ul li
 +
{
 +
font-size: 7px !important;
 +
margin-left: -145px !important;
 +
}
 +
 
 +
div#mw-panel div.portal
 +
{
 +
display: none !important;
 +
}
 +
 
 +
.mw-body
 +
{
 +
margin-right: 20px !important;
 +
margin-left: 20px !important;
 +
}
 +
 
 +
div#simpleSearch
 +
{
 +
margin-right: 12px !important;
 +
}
 
}
 
}
  
html body {
+
body
 +
{
 +
font-family: 'Open Sans', sans-serif;
 +
background: linear-gradient(rgba(0,0,0,.4) 0px,transparent 160px) repeat-x,url(https://forum.priston.com.br/priston/background.jpg) top center no-repeat;
 
background-color: #08293a;
 
background-color: #08293a;
 
}
 
}
  
#mw-page-base {
+
.mw-wiki-logo
height: 200px;
+
{
border-top: 4px solid #88ddff;
+
background-image: url(https://zenit.games/priston/img/logo02.png);
 
}
 
}
  
div#mw-head {
+
#p-logo a
background: url(https://forum.priston.com.br/priston/background.jpg) top center no-repeat;
+
{
width: 1157px;
+
display: block;
height: 490px;
+
width: 230px;
/* height: 200px; */
+
height: 160px;
 +
background-repeat: no-repeat;
 +
background-position: 2px 29px;
 +
text-decoration: none;
 +
background-size: auto;
 
}
 
}
  
div#mw-panel {
+
#wpTextbox1
padding-top: 0;
+
{
 +
margin: 0;
 +
display: block;
 +
background-color: #171717;
 +
color: #d9d9d9;
 
}
 
}
  
#p-logo,
+
#mw-editform-cancel
#p-logo a {
+
{
height: 140px;
+
color: red;
 
}
 
}
  
#mw-panel *:not(h3) > a:not(:hover):not(:focus),
+
.editOptions
#footer a:not(:hover):not(:focus),
+
{
.mw-notification a:not(:hover):not(:focus) {
+
background-color: #212121;
color: #BFBFBF !important;
+
border: 1px solid silver;
 +
border-top: none;
 +
padding: 16px 16px 24px 16px;
 +
margin-bottom: 32px;
 
}
 
}
#mw-panel h3,
+
 
#mw-panel a,
+
#pt-userpage, #pt-anonuserpage
#footer li,
+
{
#footer a,
+
background: url(/resources/assets/icon_user.png);
.mw-notification a {
+
background-repeat: no-repeat;
color: #FFF !important;
+
height: 13px;
 +
padding-left: 2px;
 
}
 
}
  
/* Set the tab link colours to black and bold */
+
#mw-page-base
#p-namespaces a,
+
{
#p-views a,
+
height: 120px;
div#mw-head div.vectorMenu h3,
+
border-top: 4px solid #88ddff;
div#p-variants.vectorMenu #mw-vector-current-variant {
+
font-weight: bold;
+
text-decoration: none;
+
 
}
 
}
/* Use black links */
+
 
#p-namespaces a,
+
.mw-body .firstHeading
#p-views a,
+
{
div#mw-head div.vectorMenu h3 span {
+
text-transform: uppercase;
color: #000;
+
color: #fdc233; /* #5785ac; */
 
}
 
}
#p-namespaces .new a,
+
 
#p-views .new a {
+
a, a:visited
color: #BA0000;
+
{
 +
color: #d9d9d9;
 +
text-transform: uppercase;
 
}
 
}
  
/* Add some margin to help with the 3D effect */
+
div#mw-panel
#pageWrapper,
+
{
#right-navigation {
+
padding-top: 0;
margin-right: 10px;
+
 
}
 
}
  
/* Position the tabs */
+
div#mw-panel div.portal h3
#left-navigation,
+
{
#right-navigation {
+
margin: 0;
margin-top: 53px;
+
padding: 0 0 5px 0;
 +
color: #88ddff;
 +
border-bottom: 1px solid #ffbc1a;
 
}
 
}
#mw-head-base {
+
 
height: 80px;
+
h1, h2, h3, h4, h5, h6
 +
{
 +
border-bottom: 1px solid #ffbc1a;
 +
color: #fdc233;
 
}
 
}
  
/* Give the tabs the grass block styling: [[File:Vector-tabs.png]] [[File:Vector-tabs-first.png]] */
+
div#mw-head div.vectorMenu h3
div.vectorTabs,
+
{
div.vectorMenu {
+
height: 39px;
background: none;
+
padding: 0;
+
height: 36px;  
+
 
}
 
}
  
div.vectorTabs ul,
+
#p-personal li
div.vectorTabs ul li,
+
{
div.vectorTabs ul li.selected {
+
border-left: 1px solid #404040;
background: none;
+
margin-left: 5px;
 +
padding: 1px 5px 0 10px;
 +
font-size: 10.7px;
 +
color: #000000;
 
}
 
}
div.vectorTabs span {
+
 
position: relative;
+
a.new, #p-personal a.new, a.new:visited, #p-personal a.new:visited
background: none;
+
{
margin-right: 8px;
+
color: #d9d9d9;
 
}
 
}
div.vectorTabs span::before {
+
 
content: "";
+
#p-personal li#pt-userpage, #p-personal li#pt-login, #p-personal li#pt-anonuserpage
position: absolute;
+
{
left: 0;
+
border-left: 0;
background: none;
+
width: 6px;
+
height: 100%;
+
pointer-events: none;
+
 
}
 
}
#left-navigation div.vectorTabs li:first-child span::before {
+
 
background-image: none;
+
#p-personal li#pt-userpage a
height: 93px;
+
{
 +
color: #88ddff;
 +
padding-left: 4px;
 
}
 
}
div.vectorTabs li.selected span,
+
 
div.vectorTabs li span:hover,
+
div#mw-panel div.portal div.body ul
div.vectorTabs li span:focus {
+
{
background-position: right bottom;
+
background-color: rgb(23 23 23 / 80%);
 +
border-radius: 10px;
 +
padding: 8px 6px 8px 6px;
 
}
 
}
  
div.vectorTabs li a {
+
div#mw-panel div.portal#p-navigation div.body ul li
padding: 15px 14px 0 20px;
+
{
height: 21px;
+
background: url(/resources/assets/seta.png) no-repeat;
 +
margin: 0 0 6px 0;
 +
padding: 1px 0 0 10px;
 +
line-height: 14px;
 
}
 
}
  
.vectorTabs #ca-watch.icon a,
+
div#mw-panel div.portal#p-navigation div.body ul li a
.vectorTabs #ca-unwatch.icon a {
+
{
padding-top: 36px;
+
color: #fdc233;
width: 45px;
+
line-height: 10px;
background-position: 17px 15px !important;
+
margin: 0;
transform-origin: 25px 23.5px !important;
+
padding: 2px;
 +
font-size: 9.6px;
 
}
 
}
  
div.vectorMenu {
+
div.vectorTabs ul li
margin: 0 8px 0 6px;
+
{
 +
height: 38px;
 +
margin-top: 32px;
 +
background: #fdc233;
 
}
 
}
  
div#mw-head div.vectorMenu h3 {
+
div.vectorTabs span
position: relative;
+
{
 +
margin: 0 7px;
 
background: none;
 
background: none;
padding-right: 14px;
 
margin: 0;
 
height: 36px;
 
overflow: visible;
 
 
}
 
}
div#mw-head div.vectorMenu h3::before {
+
 
content: "";
+
div.vectorTabs ul, div.vectorTabs
position: absolute;
+
{
top: 0;
+
left: -6px;
+
 
background: none;
 
background: none;
width: 6px;
 
height: 100%;
 
 
}
 
}
div#mw-head div.vectorMenu h3:hover,
+
 
div#mw-head div.vectorMenu.menuForceShow h3 {
+
div.vectorTabs li.selected
background-position: right bottom;
+
{
 +
background: #171717;
 +
color: #ffffff;
 
}
 
}
  
div.vectorMenu h3 span {
+
div.vectorTabs li a
padding: 15px 16px 0 14px;
+
{
font-weight: bold;
+
color: #000000;
 +
font-size: 10px;
 
}
 
}
  
div.vectorMenu div.menu {
+
div.vectorTabs li.new a, div.vectorTabs li.new a:visited
top: 36px;
+
{
 +
color: #d9d9d9;
 
}
 
}
  
/* Style the simple search */
+
div.vectorTabs li.selected a, div.vectorTabs li.selected a:visited
#p-search {
+
{
margin-left: 0;
+
color: #7d7d7d;
 
}
 
}
  
#p-search form {
+
div.vectorTabs ul li
position: relative;
+
{
background-color: rgba(0, 0, 0, 0.365);
+
line-height: 7px;
border-right: 4px solid #538631;
+
border-bottom: 4px solid #382314;
+
margin-top: -14px;
+
padding: 0 4px 0 5px;
+
height: 27px;
+
 
}
 
}
#p-search form::before {
+
 
content: "";
+
div.vectorTabs
position: absolute;
+
{
top: 0;
+
margin-top: 8px;
left: -4px;
+
border-top: 4px solid rgba(0, 0, 0, 0.365);
+
border-left: 4px solid transparent;
+
}
+
#p-search form::after {
+
content: "";
+
position: absolute;
+
top: 0;
+
right: -4px;
+
border-top: 4px solid #80BA5A;
+
border-left: 4px solid #538631;
+
 
}
 
}
  
div#simpleSearch {
+
.mw-body
top: -3px;
+
{
 
border: 0;
 
border: 0;
border-top: 3px solid #E6E6E6 !important;
+
margin-top: 40px;
border-left: 3px solid #B0B0B0 !important;
+
margin-right: 160px;
background-color: #D0CFCF;
+
background: #171717;
background-image: -webkit-linear-gradient(#C3C3C3, #DCDBDB);
+
color: #d9d9d9;
background-image: linear-gradient(#C3C3C3, #DCDBDB);
+
 
}
 
}
#simpleSearch::before {
+
 
content: "";
+
#toc, .toc, .mw-warning, .toccolours
position: absolute;
+
{
bottom: 0;
+
border: 2px solid #aaa;
left: -3px;
+
background-color: #212121;
border-top: 3px solid #B0B0B0;
+
border-left: 3px solid #79553A;
+
z-index: 1;
+
 
}
 
}
#simpleSearch::after {
+
 
content: "";
+
::marker
position: absolute;
+
{
top: -3px;
+
color: #ffffff;
right: 0;
+
border-top: 3px solid #80BA5A;
+
border-left: 3px solid #E6E6E6;
+
 
}
 
}
  
/* Fix placeholder text being too light in chrome */
+
div.vectorTabs li:first-child
::-webkit-input-placeholder {
+
{
color: inherit;
+
margin-left: -1px;
opacity: 0.54;
+
margin-top: 38px;
 +
display: none;
 
}
 
}
  
/* The suggestions shown under the search bar */
+
div#mw-head div.vectorMenu h3
.suggestions{
+
{
margin-top: -29px;
+
border: 0;
margin-right: -1px;
+
background: none;
 
}
 
}
.suggestions> .suggestions-results,
+
 
.suggestions> .mw-searchSuggest-link {
+
div#mw-head div.vectorMenu h3#p-cactions-label
display: block;
+
{
margin-left: 1px;
+
background: #fdc233;
 +
height: 38px;
 +
margin-top: 40px;
 
}
 
}
.suggestions.suggestions-results,
+
 
.suggestions.suggestions-special {
+
div#mw-head div.vectorMenu h3#p-cactions-label span
background-color: #DBDADA;
+
{
border-color: #3C3B3B;
+
color: #000000;
 +
font-size: 10px;
 +
padding-top: 10px;
 +
text-transform: uppercase;
 
}
 
}
.suggestions.suggestions-result-current {
+
 
background-color: highlight;
+
#ca-unwatch.icon a, #ca-watch.icon a
 +
{
 +
margin-top: -1px;
 
}
 
}
  
/* Replace divider with a similar image that has proper transparency: [[File:Panel-divider.png]] */
+
.mw-body-content
div#mw-panel div.portal div.body {
+
{
background-image: none;
+
font-size: 14.7px;
 
}
 
}
  
/* Give the main content area its healthy blue glow and add a border */
+
table
div#content {
+
{
background-color: #E6EFF4;
+
font-size: 12.7px;
border-top: 6px solid #B4BEC3;
+
border-bottom: 0;
+
border-left: 6px solid #171717;
+
 
}
 
}
  
/* Add the 3D corners to the main content */
+
.plainlinks a.external
div#content::before {
+
{
content: "";
+
background: none !important;
position: absolute;
+
padding: 0 !important;
border-top: 6px solid #B9855C;
+
text-transform: none;
border-left: 6px solid #B4BEC3;
+
top: 83px;
+
right: 10px;
+
 
}
 
}
/* Have to use the footer as #content::after is already used to clear the content float */
+
 
#footer {
+
div.vectorMenu li a
position: relative;
+
{
 +
color: #7d7d7d;
 +
font-size: 9px;
 +
text-align: center;
 
}
 
}
#footer::before {
+
 
content: "";
+
.mw-body a.external, .mw-body a.external:visited
position: absolute;
+
{
border-top: 6px solid #171717;
+
color: #d9d9d9;
border-left: 6px solid #202020;
+
top: -6px;
+
left: 0;
+
 
}
 
}
  
/* Use black bullet points, instead of blue circles: [[File:List bullet.svg]] */
+
#footer-info-lastmod
ul {
+
{
list-style-image: none;
+
display: yes;
 
}
 
}
  
/* Various styling for message boxes, based on colours/styling from [[Template:Msgbox]] */
+
#footer-info-viewcount
div.mw-warning-with-logexcerpt,
+
{
.errorbox,
+
display: yes;
.warningbox,
+
.successbox {
+
    display: block;
+
    padding: .4em .8em;
+
    margin-bottom: 1em;
+
    border: 1px solid #CCC;
+
 
}
 
}
div.mw-warning-with-logexcerpt,
+
 
.errorbox {
+
#footer-info-numberofwatchingusers
    background: #FDD;
+
{
    border-left: 4px solid #FAA;
+
display: yes;
 
}
 
}
.warningbox {
+
 
    background: #FFC;
+
body.ltr div#footer #footer-places
    border-left: 4px solid #DD8;
+
{
 +
display: none;
 
}
 
}
.successbox {
+
 
    background: #DFD;
+
div#footer #footer-icons
    border-left: 4px solid #9C9;
+
{
 +
display: none;
 
}
 
}
.successbox strong p {
+
 
    margin: 0;
+
div#footer ul li
 +
{
 +
margin: 0;
 +
padding: 0;
 +
padding-top: 8px;
 +
padding-bottom: 8px;
 +
color: #d9d9d9;
 +
font-size: 12px;
 
}
 
}
  
/* Add white background to some areas */
+
#right-navigation, #left-navigation
#asirra_ChallengeTableDiv {
+
{
background-color: #FFF;
+
margin-top: 81px;
 
}
 
}
  
/* Fix diff area styling */
+
#p-search
table.diff {
+
{
background-color: transparent;
+
margin-left: 0;
 
}
 
}
td.diff-addedline,
+
 
td.diff-deletedline {
+
div#simpleSearch
background-color: #F9F9F9;
+
{
 +
background: #000;
 +
border: 4px solid #fdc233;
 +
height: 30px;
 +
margin-top: 40px;
 +
margin-right: 160px;
 
}
 
}
td.diff-context {
+
 
background-color: #F3F3F3;
+
div#simpleSearch #searchInput
 +
{
 +
color: #a5a5a5;
 +
font-size: 13px;
 +
border: 0;
 +
background: #000;
 +
padding: 5px 10px;
 +
margin-top: 3px;
 
}
 
}
td.diff-addedline,
+
 
td.diff-deletedline,
+
div.vectorMenu h3 a
td.diff-context,
+
{
td.diff-addedline .diffchange,
+
top: 30px;
td.diff-deletedline .diffchange {
+
border-radius: 0;
+
 
}
 
}
  
/* Get rid of stupid white borders on page history */
+
div.vectorMenu div.menu
#pagehistory li {
+
{
border-color: transparent;
+
min-width: 100%;
 +
position: absolute;
 +
top: 78.4px;
 +
left: -1px;
 +
background-color: white;
 +
border: solid 1px silver;
 +
border-top-width: 0;
 +
clear: both;
 +
text-align: left;
 +
display: none;
 +
z-index: 1;
 
}
 
}
  
/* Same as the default preference tab images, but with the blue background colour instead of white
+
.mw-body h1
  [[File:Pref-tab-border.png]] [[File:Pref-tab-bg.png]] */
+
{
.client-js #preftoc,
+
font-size: 22.7px;
.client-js #preftoc li {
+
text-transform: uppercase;
background-image: none;
+
color: #fdc233;
 
}
 
}
.client-js #preftoc li.selected a {
+
 
background-image: none;
+
#p-personal a.new:hover
 +
{
 +
-o-transition: .4s;
 +
-ms-transition: .4s;
 +
-moz-transition: .4s;
 +
-webkit-transition: .4s;
 +
transition: .4s;
 +
color: #d0d0d0;
 
}
 
}
  
/* Fix side-by-side editor background colour */
+
#p-personal li a:hover
.wikiEditor-ui-controls {
+
{
background-color: #E6EFF4;
+
-o-transition: .4s;
border-right: 1px solid #E6EFF4;
+
-ms-transition: .4s;
 +
-moz-transition: .4s;
 +
-webkit-transition: .4s;
 +
transition: .4s;
 +
color: #b7b7b7;
 
}
 
}
  
/* Style notifications to look like achievements: [[File:Achievement background.png]] */
+
div.vectorTabs ul li#ca-talk, div.vectorTabs ul li#ca-viewsource, div.vectorTabs ul li#ca-history, div.vectorTabs ul li#ca-view
body .mw-notification-area-layout {
+
{
top: 20px;
+
display: none;
 
}
 
}
body .mw-notification-area-floating {
+
 
right: 10px;
+
div#mw-panel div.portal:last-child
 +
{
 +
display: none;
 
}
 
}
body .mw-notification {
+
 
border: 8px solid #555;
+
hr
border-radius: 0;
+
{
-webkit-border-image: none;
+
height: 1px;
-moz-border-image: none;
+
background-color: #fdc233;
-o-border-image: none;
+
border-image: none;
+
box-shadow: none;
+
background-color: #212121;
+
background-clip: padding-box;
+
color: #FFF;
+
padding: 0.2em 0.4em;
+
 
}
 
}
  
/* HiDPI images
+
.background-image-topbanner
* [[File:Background HiDPI.png]], [[File:Header background HiDPI.png]],
+
{
* [[File:Vector tab HiDPI.png]], [[File:Vector tab first HiDPI.png]]
+
background: url(https://zenit.games/priston/img/bg_interna2.jpg) no-repeat;
*/
+
background-size: cover;
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
+
background-position: center;
body {
+
width: auto;
background-image: none;
+
padding-top: 15px;
background-size: 48px auto;
+
padding-bottom: 15px;
}
+
+
#mw-page-base {
+
background-image: none;
+
background-size: 48px auto;
+
}
+
+
div.vectorTabs span,
+
div.vectorTabs span::before,
+
div #mw-head div.vectorMenu > h3,
+
div #mw-head div.vectorMenu > h4,
+
div#p-variants.vectorMenu #mw-vector-current-variant,
+
div #mw-head div.vectorMenu > h3:first-child::before,
+
div #mw-head div.vectorMenu > h4:first-child::before,
+
div#p-variants.vectorMenu #mw-vector-current-variant::before {
+
background-image: none;
+
background-size: 262px auto;
+
}
+
+
#left-navigation div.vectorTabs li:first-child span::before {
+
background-image: none;
+
background-size: 6px auto;
+
}
+
 
}
 
}

Edição atual tal como às 01h54min de 16 de fevereiro de 2022

/* Código para o Layout Mobile */
@media screen and (max-device-width: 980px)
{
	.firstHeading
	{
		font-size: 9px !important;
	}

	.mw-body h1
	{
		font-size: 9px !important;
	}

	.mw-body-content
	{
		font-size: 7px !important;
	}

	table
	{
		font-size: 14px !important;
	}

	div#footer ul li
	{
		font-size: 7px !important;
		margin-left: -145px !important;
	}

	div#mw-panel div.portal
	{
		display: none !important;
	}

	.mw-body
	{
		margin-right: 20px !important;
		margin-left: 20px !important;
	}

	div#simpleSearch
	{
		margin-right: 12px !important;
	}
}

body
{
	font-family: 'Open Sans', sans-serif;
	background: linear-gradient(rgba(0,0,0,.4) 0px,transparent 160px) repeat-x,url(https://forum.priston.com.br/priston/background.jpg) top center no-repeat;
	background-color: #08293a;
}

.mw-wiki-logo
{
	background-image: url(https://zenit.games/priston/img/logo02.png);
}

#p-logo a
{
	display: block;
	width: 230px;
	height: 160px;
	background-repeat: no-repeat;
	background-position: 2px 29px;
	text-decoration: none;
	background-size: auto;
}

#wpTextbox1
{
	margin: 0;
	display: block;
	background-color: #171717;
	color: #d9d9d9;
}

#mw-editform-cancel
{
	color: red;
}

.editOptions
{
	background-color: #212121;
	border: 1px solid silver;
	border-top: none;
	padding: 16px 16px 24px 16px;
	margin-bottom: 32px;
}

#pt-userpage, #pt-anonuserpage
{
	background: url(/resources/assets/icon_user.png);
	background-repeat: no-repeat;
	height: 13px;
	padding-left: 2px;
}

#mw-page-base
{
	height: 120px;
	border-top: 4px solid #88ddff;
}

.mw-body .firstHeading
{
	text-transform: uppercase;
	color: #fdc233; /* #5785ac; */
}

a, a:visited
{
	color: #d9d9d9;
	text-transform: uppercase;
}

div#mw-panel
{
	padding-top: 0;
}

div#mw-panel div.portal h3
{
	margin: 0;
	padding: 0 0 5px 0;
	color: #88ddff;
	border-bottom: 1px solid #ffbc1a;
}

h1, h2, h3, h4, h5, h6
{
	border-bottom: 1px solid #ffbc1a;
	color: #fdc233;
}

div#mw-head div.vectorMenu h3
{
	height: 39px;
}

#p-personal li
{
	border-left: 1px solid #404040;
	margin-left: 5px;
	padding: 1px 5px 0 10px;
	font-size: 10.7px;
	color: #000000;
}

a.new, #p-personal a.new, a.new:visited, #p-personal a.new:visited
{
	color: #d9d9d9;
}

#p-personal li#pt-userpage, #p-personal li#pt-login, #p-personal li#pt-anonuserpage
{
	border-left: 0;
}

#p-personal li#pt-userpage a
{
	color: #88ddff;
	padding-left: 4px;
}

div#mw-panel div.portal div.body ul
{
	background-color: rgb(23 23 23 / 80%);
	border-radius: 10px;
	padding: 8px 6px 8px 6px;
}

div#mw-panel div.portal#p-navigation div.body ul li
{
	background: url(/resources/assets/seta.png) no-repeat;
	margin: 0 0 6px 0;
	padding: 1px 0 0 10px;
	line-height: 14px;
}

div#mw-panel div.portal#p-navigation div.body ul li a
{
	color: #fdc233;
	line-height: 10px;
	margin: 0;
	padding: 2px;
	font-size: 9.6px;
}

div.vectorTabs ul li
{
	height: 38px;
	margin-top: 32px;
	background: #fdc233;
}

div.vectorTabs span
{
	margin: 0 7px;
	background: none;
}

div.vectorTabs ul, div.vectorTabs
{
	background: none;
}

div.vectorTabs li.selected
{
	background: #171717;
	color: #ffffff;
}

div.vectorTabs li a
{
	color: #000000;
	font-size: 10px;
}

div.vectorTabs li.new a, div.vectorTabs li.new a:visited
{
	color: #d9d9d9;
}

div.vectorTabs li.selected a, div.vectorTabs li.selected a:visited
{
	color: #7d7d7d;
}

div.vectorTabs ul li
{
	line-height: 7px;
}

div.vectorTabs
{
	margin-top: 8px;
}

.mw-body
{
	border: 0;
	margin-top: 40px;
	margin-right: 160px;
	background: #171717;
	color: #d9d9d9;
}

#toc, .toc, .mw-warning, .toccolours
{
	border: 2px solid #aaa;
	background-color: #212121;
}

::marker
{
	color: #ffffff;
}

div.vectorTabs li:first-child
{
	margin-left: -1px;
	margin-top: 38px;
	display: none;
}

div#mw-head div.vectorMenu h3
{
	border: 0;
	background: none;
}

div#mw-head div.vectorMenu h3#p-cactions-label
{
	background: #fdc233;
	height: 38px;
	margin-top: 40px;
}

div#mw-head div.vectorMenu h3#p-cactions-label span
{
	color: #000000;
	font-size: 10px;
	padding-top: 10px;
	text-transform: uppercase;
}

#ca-unwatch.icon a, #ca-watch.icon a
{
	margin-top: -1px;
}

.mw-body-content
{
	font-size: 14.7px;
}

table
{
	font-size: 12.7px;
}

.plainlinks a.external
{
	background: none !important;
	padding: 0 !important;
	text-transform: none;
}

div.vectorMenu li a
{
	color: #7d7d7d;
	font-size: 9px;
	text-align: center;
}

.mw-body a.external, .mw-body a.external:visited
{
	color: #d9d9d9;
}

#footer-info-lastmod
{
	display: yes;
}

#footer-info-viewcount
{
	display: yes;
}

#footer-info-numberofwatchingusers
{
	display: yes;
}

body.ltr div#footer #footer-places
{
	display: none;
}

div#footer #footer-icons
{
	display: none;
}

div#footer ul li
{
	margin: 0;
	padding: 0;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #d9d9d9;
	font-size: 12px;
}

#right-navigation, #left-navigation
{
	margin-top: 81px;
}

#p-search
{
	margin-left: 0;
}

div#simpleSearch
{
	background: #000;
	border: 4px solid #fdc233;
	height: 30px;
	margin-top: 40px;
	margin-right: 160px;
}

div#simpleSearch #searchInput
{
	color: #a5a5a5;
	font-size: 13px;
	border: 0;
	background: #000;
	padding: 5px 10px;
	margin-top: 3px;
}

div.vectorMenu h3 a
{
	top: 30px;
}

div.vectorMenu div.menu
{
	min-width: 100%;
	position: absolute;
	top: 78.4px;
	left: -1px;
	background-color: white;
	border: solid 1px silver;
	border-top-width: 0;
	clear: both;
	text-align: left;
	display: none;
	z-index: 1;
}

.mw-body h1
{
	font-size: 22.7px;
	text-transform: uppercase;
	color: #fdc233;
}

#p-personal a.new:hover
{
	-o-transition: .4s;
	-ms-transition: .4s;
	-moz-transition: .4s;
	-webkit-transition: .4s;
	transition: .4s;
	color: #d0d0d0;
}

#p-personal li a:hover
{
	-o-transition: .4s;
	-ms-transition: .4s;
	-moz-transition: .4s;
	-webkit-transition: .4s;
	transition: .4s;
	color: #b7b7b7;
}

div.vectorTabs ul li#ca-talk, div.vectorTabs ul li#ca-viewsource, div.vectorTabs ul li#ca-history, div.vectorTabs ul li#ca-view
{
	display: none;
}

div#mw-panel div.portal:last-child
{
	display: none;
}

hr
{
	height: 1px;
	background-color: #fdc233;
}

.background-image-topbanner
{
	background: url(https://zenit.games/priston/img/bg_interna2.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	width: auto;
	padding-top: 15px;
	padding-bottom: 15px;
}