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

De Priston Tale Wiki
Ir para: navegação, pesquisa
 
(303 revisões intermediárias pelo mesmo usuário não estão sendo mostradas)
Linha 1: Linha 1:
/* ------------------------------------------------------ */
+
/* Código para o Layout Mobile */
/* --------- Ajouté dans le Common depuis Docs ---------- */
+
@media screen and (max-device-width: 980px)
/* ------------------------------------------------------ */
+
{
 +
.firstHeading
 +
{
 +
font-size: 9px !important;
 +
}
  
/* .mw-body */
+
.mw-body h1
.mw-body { padding-bottom: 2rem !important; }
+
{
 +
font-size: 9px !important;
 +
}
  
/* ---- Tables ---- */
+
.mw-body-content
.wikitable p{ margin-bottom: 0 !important }
+
{
.wikitable.align-left th { text-align: left; }
+
font-size: 7px !important;
 +
}
  
/* Tables, header fixed */
+
table
.wikitable{ display: inline-block; }
+
{
.wikitable thead,
+
font-size: 14px !important;
.wikitable > tbody tr:first-of-type {
+
}
    position: sticky;
+
 
    top: 0;
+
div#footer ul li
    z-index: 1;
+
{
 +
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;
 +
}
 
}
 
}
/* Fallback lorsqu’il n’y a pas thead (= Si la classe sortable n’est pas présente)
 
Le HTML réel est <table class="wikitable sortable"><tbody><tr><th> */
 
.wikitable thead + tbody tr:first-of-type { position: inherit; }
 
  
/* Décalage VisualEditor */
+
body
.ve-active .wikitable thead,
+
{
.ve-active .wikitable:not(.littleTable) > tbody tr:first-of-type { top: 48px; }
+
font-family: 'Open Sans', sans-serif;
@media screen and (max-width:1200px) {
+
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;
.ve-active .wikitable:not(.littleTable) thead,
+
background-color: #08293a;
.ve-active .wikitable:not(.littleTable) > tbody tr:first-of-type { top: 96px; }
+
} @media screen and (max-width:541px) {
+
.ve-active .wikitable:not(.littleTable) thead,
+
.ve-active .wikitable:not(.littleTable) > tbody tr:first-of-type { top: 144px; }
+
 
}
 
}
  
/* ---- Mise en forme du code ---- */
+
.mw-wiki-logo
pre,
+
{
code {
+
background-image: url(https://zenit.games/priston/img/logo02.png);
  margin: 0;
+
  padding: 0;
+
 
}
 
}
  
/* ---- Snippet ---- */
+
#p-logo a
.snippet {
+
{
  position: relative;
+
display: block;
  overflow: visible;
+
width: 230px;
  margin: -1.5rem 0 0 0;
+
height: 160px;
  padding: 0;
+
background-repeat: no-repeat;
  color: aqua;
+
background-position: 2px 29px;
 +
text-decoration: none;
 +
background-size: auto;
 
}
 
}
.snippet .btn {
+
 
  top: 20px;
+
#wpTextbox1
  right: 1px;
+
{
  -webkit-transition: opacity .3s ease-in-out;
+
margin: 0;
  -o-transition: opacity .3s ease-in-out;
+
display: block;
  transition: opacity .3s ease-in-out;
+
background-color: #171717;
  opacity: 0;
+
color: #d9d9d9;
  position: absolute;
+
  z-index: 2;
+
 
}
 
}
.snippet:hover .btn,
+
 
.snippet .btn:focus {
+
#mw-editform-cancel
  opacity: 1;
+
{
 +
color: red;
 
}
 
}
@media screen and (max-width:768px) {
+
 
  .snippet .btn { opacity: 1; }
+
.editOptions
 +
{
 +
background-color: #212121;
 +
border: 1px solid silver;
 +
border-top: none;
 +
padding: 16px 16px 24px 16px;
 +
margin-bottom: 32px;
 
}
 
}
code.break-all { word-break: break-all; }
 
  
/* ---- Anti-rules ----  
+
#pt-userpage, #pt-anonuserpage
Les anti-rules permettent d'annuler les modifications forcées comme le fixed header des tables */
+
{
/* noFixedHeader */
+
background: url(/resources/assets/icon_user.png);
.noFixedHeader thead,
+
background-repeat: no-repeat;
.noFixedHeader > tbody tr:first-of-type { position: static !important; }
+
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;
 +
}
  
/* ---- Add-rules ----  
+
#toc, .toc, .mw-warning, .toccolours
Les Add-rules permettent d'ajouter une fonctionnalité CSS */
+
{
/* littleTable (Permet le scroll dans les tables) */
+
border: 2px solid #aaa;
.littleTable {
+
background-color: #212121;
max-height: 700px !important;
+
overflow-y: scroll !important;
+
 
}
 
}
  
/* noBold (Pour les emojis principalement) */
+
::marker
.noBold {
+
{
font-weight: normal !important;
+
color: #ffffff;
 
}
 
}
  
/* printonly (Que à l’impression) */
+
div.vectorTabs li:first-child
.printonly {
+
{
 +
margin-left: -1px;
 +
margin-top: 38px;
 
display: none;
 
display: none;
 
}
 
}
  
/* ------------------------------------------------------ */
+
div#mw-head div.vectorMenu h3
/* --------------- De base dans le Common --------------- */
+
{
/* ------------------------------------------------------ */
+
border: 0;
 +
background: none;
 +
}
  
/* Fonts */
+
div#mw-head div.vectorMenu h3#p-cactions-label
@font-face { font-family: 'Rubik-Medium'; src: url('./resources/assets/webfont/Rubik-Medium.ttf') format('truetype'); }
+
{
@font-face { font-family: 'open_sansregular'; src: url('./resources/assets/webfont/OpenSans-Regular-webfont.woff');  }
+
background: #fdc233;
 +
height: 38px;
 +
margin-top: 40px;
 +
}
  
/* ---- Better display with Lingo ---- */
+
div#mw-head div.vectorMenu h3#p-cactions-label span
.mw-lingo-definition-text, mw-lingo-term { font-size: 1.3em; line-height: 2em; }
+
{
 +
color: #000000;
 +
font-size: 10px;
 +
padding-top: 10px;
 +
text-transform: uppercase;
 +
}
  
/* ---- On account creation : Wiki's stats ---- */
+
#ca-unwatch.icon a, #ca-watch.icon a
.mw-createacct-benefits-container { float: right; }
+
{
 +
margin-top: -1px;
 +
}
  
/* ---- Titles ---- */
+
.mw-body-content
h1 {
+
{
  font-family: 'Rubik-Medium', sans-serif;
+
font-size: 14.7px;
  font-size: 2.5em;
+
  color: steelblue;
+
 
}
 
}
.mw-special-FormEdit h1 { font-size: 2em; }
+
 
h2 {
+
table
  font-size: 2em;
+
{
  color: darkcyan;
+
font-size: 12.7px;
 
}
 
}
h3 {
+
 
  font-size: 1.8em;
+
.plainlinks a.external
  color: mediumseagreen;
+
{
 +
background: none !important;
 +
padding: 0 !important;
 +
text-transform: none;
 
}
 
}
h4 {
+
 
  font-size: 1.6em;
+
div.vectorMenu li a
  color: #00b5b5;
+
{
  font-family: 'Rubik-Medium', sans-serif;
+
color: #7d7d7d;
 +
font-size: 9px;
 +
text-align: center;
 
}
 
}
h5 {
+
 
  font-size: 1.4em;
+
.mw-body a.external, .mw-body a.external:visited
  color: #00b5b0;
+
{
 +
color: #d9d9d9;
 
}
 
}
h6 {
+
 
  font-size: 1.2em;
+
#footer-info-lastmod
  color: #0fb5b0;
+
{
 +
display: yes;
 
}
 
}
  
/* ---- General ---- */
+
#footer-info-viewcount
body {
+
{
  color: #555e65;
+
display: yes;
  font-family: "open_sansregular", sans-serif;
+
 
}
 
}
#toc { float: right; }
 
.fa-2x { font-size: 1em; }
 
  
/* ---- Buttons ---- */
+
#footer-info-numberofwatchingusers
#bodyContent .lienbutton a, #bodyContent  .lienbutton a:hover {
+
{
  background: none !important;
+
display: yes;
  padding: 0 !important;
+
  color: #ffffff !important;
+
  font-weight: bold;
+
  text-decoration: none;  
+
 
}
 
}
#bodyContent .lienbuttonblanc a, #bodyContent  .lienbuttonblanc a:hover {
+
 
  background: none !important;
+
body.ltr div#footer #footer-places
  padding: 0 !important;
+
{
  color: #000000 !important;
+
display: none;
  font-weight: bold;
+
  text-decoration:none;  
+
 
}
 
}
  
/* ---- Space on top of themes in article list ---- */
+
div#footer #footer-icons
.page-Accueil #mw-content-text p { margin-top: 1em; }
+
{
.page-Liste_des_articles #mw-content-text p { margin-top: 1em; }
+
display: none;
 +
}
  
/* ---- Hides ---- */
+
div#footer ul li
/* Subcat on page-Catégorie_Topic */
+
{
.page-Catégorie_Topic h2, .page-Catégorie_Topic h2 p { display:none; }
+
margin: 0;
/* Infobox when editing with Visual Editor */
+
padding: 0;
.ve-ui-surface #infoboxArticle { display:none; }
+
padding-top: 8px;
/* Cat on main NS */
+
padding-bottom: 8px;
.ns-0 #catlinks, #mw-normal-catlinks { display:none; }
+
color: #d9d9d9;
/* Elements from drilldown-categories-wrapper and in special:browsedata .printfooter */
+
font-size: 12px;
.page-Accueil #firstHeading, #drilldown-categories-wrapper, .ca-nstab-special {display:none;}
+
}
#p-contentnavigation { margin-bottom: 0.1rem; }
+
#firstHeading { margin-top: 0.1rem; }
+
/* Subject champ in contact form */
+
#mw-input-wpSubject {display:none;}
+
.page-Spécial_Contact #siteNotice {display:none;}
+
  
/* ------------------------------------------------------ */
+
#right-navigation, #left-navigation
/* --------------------- Inclure ? ---------------------- */
+
{
/* ------------------------------------------------------ */
+
margin-top: 81px;
 +
}
  
/* ---- Couleurs ---- */
+
#p-search
/** Jaune **/
+
{
.gold{ color: gold; }
+
margin-left: 0;
 +
}
  
/** Rouge**/
+
div#simpleSearch
.firebrick{ color: firebrick; }
+
{
 +
background: #000;
 +
border: 4px solid #fdc233;
 +
height: 30px;
 +
margin-top: 40px;
 +
margin-right: 160px;
 +
}
  
/** Violet **/
+
div#simpleSearch #searchInput
.slateblue { color: slateblue; }
+
{
.darkslateblue { color: darkslateblue; }
+
color: #a5a5a5;
 +
font-size: 13px;
 +
border: 0;
 +
background: #000;
 +
padding: 5px 10px;
 +
margin-top: 3px;
 +
}
  
/**Orange**/
+
div.vectorMenu h3 a
.orangered{ color: orangered; }
+
{
.darkorange { color: darkorange; }
+
top: 30px;
.coral{ color: coral; }
+
}
.tomato{ color: tomato; }
+
  
/**Vert**/
+
div.vectorMenu div.menu
.forestgreen { color:forestgreen; }
+
{
.seagreen { color:seagreen ; }
+
min-width: 100%;
.mediumaquamarine { color:mediumaquamarine; }
+
position: absolute;
.darkgreen { color: darkgreen; }
+
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;
 +
}
  
/** Cyan **/
+
.mw-body h1
.teal { color:teal; }
+
{
.darkslateblue { color: darkslateblue; }
+
font-size: 22.7px;
.darkcyan { color: darkcyan; }
+
text-transform: uppercase;
.darkslategray{ color: darkslategray; }
+
color: #fdc233;
.steelblue{ color: steelblue; }
+
}
.cadetblue { color:cadetblue ; }
+
 
 +
#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;
 +
}

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;
}