Paladins Wiki
Advertisement

In other languages: Русский


Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* CSS placed here will affect users of the mobile site */

body.skin-fandommobile {
	--theme-page-background-color: #0e1925e6;
	--custom-right-rail-color: #0e1925e6;
	--custom-hr-background-color: rgb(52,168,168,0.6);
	--custom-page-border-color: #112f41;
	--custom-page-text-color: white;
	--custom-header-text-color: #cbf7fb;
	--custom-fpbox-background-color: rgba(0, 0, 0, 0.1);
	--custom-fpbox-border-color: #1b4c5b;
	--custom-fpbox-text-color: #e0e0e0;
	--custom-edit-form-color: black;
	--custom-toc-border-color: #1b4c5b;
	--custom-toc-background-rgb-color: 24,56,71;
	--custom-msupload-background-bottom-rgb-color: 28,53,60;
	--custom-msupload-warn-text-color: white;
	--custom-msupload-check-text-color: white;
	--custom-lightbox-buttons-color: #212121;
	--custom-link-shadow-color: black;
    --custom-link-text-color: #9ddee0;
    --custom-box-background: rgba(27,76,91,0.15);
    --custom-box2-background: rgba(27,76,91,0.40);
    --custom-champion-nav: rgba(27,76,91,0.4);
    --custom-wikitable-highlight: rgb(52,168,168,0.6);
    --custom-infobox-text: #eeeeee;
    --custom-infobox-background: #081017;
    --custom-quote-background: #081017;
    --custom-quote-text: #64bdb9;
    --custom-pi-background: rgba(52,168,168,0.6);
    --custom-rarity-text-shadow: black;
    --custom-collapsible-details: #13C0C7;
    --custom-text-highlight: #42CCD2;
}

/********************/
/*      Fonts       */
/********************/

@font-face {
	font-family: 'TruenoRg';
	src: local('TruenoRg'), local('TruenoRg'), url(/media/hydra/fonts/TruenoRg.otf) format('opentype');
}

@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	src: local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v15/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
}

@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	src: local('Montserrat-Medium'), url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_ZpC3gnD_g.woff2) format('woff2');
}

@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	src: local('Montserrat-SemiBold'), url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_bZF3gnD_g.woff2) format('woff2');
}

@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	src: local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_dJE3gnD_g.woff2) format('woff2');
}


/* Header and footer */
.header-container.header-chrome,
#mw-mf-page-center {
    background: #212121;
}

.nomobile {
    display: none;
}

.client-js .toc-mobile {
    background-color: rgba(0, 0, 0, 0) !important;
    border: 1px solid #505050 !important;
}

.article-media-placeholder {
    border: none;
}

.article-media-thumbnail {
	margin-bottom: 0px;
}

h3 {
	margin-top: 12px;
}

h4 {
	margin-top: 10px;
}

/********************/
/*      FP-BOX      */
/********************/

.fpbox {
    background: rgba(0, 0, 0, 0.1);
    border: 2px solid #1b4c5b;
    box-shadow: 0 0 0 2px #1b4c5b inset;
    color: #e0e0e0; /* change for hydra (light) wikis */
    margin: 5px 5px 5px 5px;
    padding: 5px 5px 5px 5px;
}

.fpplainbox {
    padding: 5px 8px 10px 8px;
    margin: 0 5px 10px 5px;
    vertical-align: top;
}

.fpbox .welcome {
    border-bottom: 1px solid #1b4c5b;
    color: #e0e0e0; /* change for hydra (light) wikis */
    font-size: 150%;
    margin: 0 0 10px 0;
    padding: 0 0 5px 0;
    text-transform: uppercase;
    text-align: center;
}

.fpbox .heading {
    border-bottom: 1px solid #1b4c5b;
    color: #e0e0e0; /* change for hydra (light) wikis */
    font-size: 132%;
    font-variant: small-caps;
    margin: 0 0 10px 0;
    padding: 0 0 5px 0;
}

.fpbox .heading .smalllink {
    color: #e0e0e0; /* change for hydra (light) wikis */
    font-size: 75%;
    font-weight: bold;
}

.fpbox hr {
    border: none;
    border-bottom: 2px solid #1b4c5b;
}

.fplink-inner a {
	margin-top: 20px;
    margin-bottom: -35px;
}

/********************/
/*   AudioButton   */
/********************/

a.ext-audiobutton {
	border: 2px var(--theme-page-text-color) solid;
	border-radius: 6px;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	width: 26px;
	height: 26px;
	margin-bottom: 3px;
	overflow: hidden;
	position: relative;
	text-align: center;
	transition: all 0.3s ease-in-out;
	vertical-align: middle;
}

a.ext-audiobutton[ data-state='play' ],
a.ext-audiobutton[ data-state='play' ]:before {
	content: '▶';
}

a.ext-audiobutton[ data-state='pause' ],
a.ext-audiobutton[ data-state='pause' ]:before {
	border-radius: 12px 6px 12px 6px;
	border-color: #13c0c7;
	content: '❚❚';
	color: #13c0c7;
}

a.ext-audiobutton[ data-state='pause' ]:hover,
a.ext-audiobutton[ data-state='pause' ]:hover:before {
	border-color: #37fcff;
	color: #37fcff;
    
}

a.ext-audiobutton[ data-state='play' ]:hover,
a.ext-audiobutton[ data-state='play' ]:hover:before {
	border-color: #7adbdf;
	color: #7adbdf;
}

a.ext-audiobutton[ data-state='error' ],
a.ext-audiobutton[ data-state='error' ]:before {
	border-radius: 6px 12px 6px 12px;
	border-color: #ff0000;
	content: '❗';
}

/*******************************************/
/* Custom Context Menu for Audio Download */
/******************************************/

#context-menu {
	position: absolute;
	display: none;
}

#context-menu ul, #context-menu li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#context-menu {
	background: #122e39;
	border: solid 2px var(--theme-page-text-color);
	border-radius: 6px;
}

#context-menu li {
	border-bottom: solid 2px var(--theme-page-text-color);
}

#context-menu li:last-child {
	border: none;
}

#context-menu li a, #context-menu li div {
	display: block;
	padding: 2px 5px; 
	text-decoration: none;
	color: white;
	cursor: pointer;
}

#context-menu:hover {
	border-color: #7adbdf;
    transition: all 0.3s ease-in-out;
}

#context-menu li a:hover, #context-menu li div:hover {
	color: #7adbdf;
}




/*******************/
/* Audio Tag fixes */
/*******************/
.page-content audio:not(.fullImageLink audio) {
	width: 300px !important;
}


.customcountdownW{
	width: 100%; 
}

/******************/
/* Template:Ambox */
/******************/

.ambox {
	background-color: rgba(24,56,71,0.6) !important;
	border-bottom-color: #1b4c5b !important;
	border-right-color: #1b4c5b !important;
	border-top-color: #1b4c5b !important;
	border-collapse: collapse !important;
	font-size: 95% !important;
	margin: 0 auto 2px auto !important;
}

.ambox-gray {
	border-left-color: #1b4c5b !important;
}

.ambox + .ambox {
	margin-top: -2px !important;
}

.ambox-text {
	color: white !important;
	padding: 0.25em 0.5em !important;
}

.ambox-image {
	padding: 2px 0px 2px 0.5em !important;
	text-align: center !important;
	width: 60px !important;
}

.ambox-tiny .ambox-image {
	padding: 2px 0.5em !important;
	text-align: left !important;
}

/* Ambox colors */
.ambox-blue {
	border-left: 10px solid #1e90ff !important;
}

.ambox-red {
	border-left: 10px solid #b22222 !important;
}

.ambox-orange {
	border-left: 10px solid #f28500 !important;
}

.ambox-yellow {
	border-left: 10px solid #f4c430 !important;
}

.ambox-purple {
	border-left: 10px solid #9932cc !important;
}

.ambox-gray {
	border-left: 10px solid #bba !important;
}

.ambox-green {
	border-left: 10px solid #228b22 !important;
}

/* Ambox small text */
.amsmalltext {
	font-size: smaller !important;
	margin-left: 0.8em !important;
	margin-top: 0.5em !important;
}
Advertisement