Witcher Wiki
Advertisement
Witcher Wiki

Nota: dopo aver pubblicato, potrebbe essere necessario pulire la cache del proprio browser per vedere i cambiamenti.

  • Firefox / Safari: tieni premuto il tasto delle maiuscole Shift e fai clic su Ricarica, oppure premi Ctrl-F5 o Ctrl-R (⌘-R su Mac)
  • Google Chrome: premi Ctrl-Shift-R (⌘-Shift-R su un Mac)
  • Internet Explorer / Edge: tieni premuto il tasto Ctrl e fai clic su Aggiorna, oppure premi Ctrl-F5
  • Opera: premi Ctrl-F5.
.WikiaArticle a, .plainlinks a {
    color: #FEC356 !important;
}

.LatestPhotosModule .latest-images-left {
    border-color: transparent #FEC356 !important;
}

.LatestPhotosModule .latest-images-right {
    border-color: transparent #FEC356 !important;
}

.WikiaRail .module .more, .WikiaRail #RIGHT_SKYSCRAPER .more {
    color: #FEC356 !important;
}

.WikiaActivityModule .edited-by a {
    color: #FEC356 !important;
    font-size: 11px;
}

.WikiaRail .module, .WikiaRail #RIGHT_SKYSCRAPER {
    background: -moz-linear-gradient(center top , #15181a 60%, #000000 100%) repeat scroll 0 0 #15181A !important;
    border: 1px solid #404040;
    box-shadow: 0 2px 5px 0 #000000;
    margin-bottom: 10px;
    padding: 16px 8px 8px;
    position: relative;
}

.mw-search-results li a {
    color: #FEC356;
    font-size: 108%;
}

.WikiaActivityModule a {
    color: #FEC356;
    font-weight: normal;
}

/* Blog */

.WikiaBlogPostHeader details a {
    color: #C0C0C0;
}

.WikiaBlogListingBox {
    background: #15181a !important;
    background-image:-moz-linear-gradient(center top, #15181a 60%, #000000 100%) !important;
    border:1px solid #404040 !important;
    margin-top: 0 !important;
    width: auto;
}

.WikiaBlogListingBox ul {
    border: none !important;
    padding: 16px 8px 8px;
}

.WikiaBlogListingBox h3 {
    background-color:#d2801e !important;
    background-image:-moz-linear-gradient(center top , #d2801e 0%, #653f03 100%);
    margin:0 -5px !important;
    padding:5px !important;
    font-size:16px !important;
}

.WikiaBlogListingBox blockquote {
    padding-bottom:4px;
    padding-top:4px;
}

.WikiaBlogListingBox .wikia-button {
    margin-top: 2px;
}

.WikiaArticle blockquote {
    margin:4px;
}

/*
.comments {
    color:#c0c0c0 !important;
}

.comments .article-comments-li {
    background-color:transparent !important;
}

.comments .article-comments-li.odd blockquote {
    background:none repeat scroll 0 0 transparent;
}

.comments .article-comments-li.even blockquote {
    background:none repeat scroll 0 0 #586572;
}
*/

/* search typeahead highlight colour */

.WikiaSearch .autocomplete .selected {
    background: none repeat scroll 0 0 #000000;
}

/* language codes */

.WikiaArticleInterlang ul li.more-link {
    display:none;
}

.WikiaArticleInterlang ul li.more {
    display:inline !important;
}

/* This is stuff for tables with alternating coloured lines, aka pyjama paper */

.sortheader {
    background-color: #AF6B18;
    color: #000000;
}

.odd {
    background-color: #1C1E20;
}

.even {
    background-color: #000000;
}

/* custom headers */
.heading {
    background-color:#d2801e !important;
    background-image:-moz-linear-gradient(center top , #d2801e 0%, #653f03 100%);
    color:white;
    font-size:120%;
    font-weight:bold;
    margin:0 0 10px;
    padding:0.2em 0.4em;
    text-align:left;
    width:100%;
}

/* Gallery background fix */
.wikia-gallery-item .thumb a.image {
    background-color: #000000;
}

/* Disable image attribution */
.picture-attribution {
    display: none !important;
}

/* Login problem message fix */
#userloginErrorBox, #userloginErrorBox2, #userloginErrorBox3 {
    background-color: #454545 !Important;
}

/* Metadata table fix */
table.mw_metadata td, table.mw_metadata th {
    background-color: #545454 !Important;
}

/* fix to make all elements of css and js files visible */
.css.source-css .kw1 {
    color: #C0C0C0 !important;
}

/* fix to make the "not patrolled" pages under New pages readable */
.not-patrolled {
    background-color: #545454;
}

/* to fix readability of unselected tabs on some wikia table */

.wikia-tabs a {
    color: #545454;
}

/* gallery caption fix */
.wikia-gallery-item .thumb .lightbox-caption {
    background: none repeat scroll 0 0 transparent;
    color: #FEC356;
}

/* Changes necessary to make the admin dashboard less colossally ugly */

.WikiHeader li:hover {
    background-color: #433A26;
    background-image:-moz-linear-gradient(center top , #15181a 0%, #433A26 100%);
}

.WikiHeader li a {
    color: #C0C0C0 !important;
}

.WikiHeader .subnav {
    background: none repeat scroll 0 0 black;
    border-color: #000000;
}

.WikiHeader .subnav li a {
    background-color: black;
}

.WikiHeader .subnav a:hover {
    background-color: #15181a;
}

.AdminDashboardDrawer {
    background: none repeat scroll 0 0 #15181A !important;
    background-color: #15181A !important;
    border-bottom: 1px solid #394147 !important;
    border-left: 1px solid #000000 !important;
    border-right: 1px solid #394147 !important;
    box-shadow: 1px 1px 1px 0 #000000 !important;
}

.AdminDashboardDrawer .arrow {
    border-color: transparent transparent transparent #D2801E;
}

.AdminDashboardDrawer .arrow.expanded {
    border-right: 4px solid #D2801E;
}

.AdminDashboardGeneralHeader {
    background-color: black !important;
    background-image: -moz-linear-gradient(center top , #15181A 40%, black 100%) !important;
    border-bottom: 1px solid #000000 !important;
    border-top: 1px solid #000000 !important;
    box-shadow: 0 2px 2px 0 #15181A !important;
}

.AdminDashboardHeader h1 a {
    color: #C0C0C0 !important;
}

.AdminDashboardGeneralHeader h1 {
    color: #C0C0C0 !important;
}

.AdminDashboardHeader {
    background: none repeat scroll 0 0 #15181A;
    background-color: #653F03 !important;
    background-image: -moz-linear-gradient(center top , #653F03 20%, #653F03 70%, #000000 100%);
    border-bottom: 1px solid #394147 !important;
    border-left: 1px solid #394147 !important;
    border-top: 1px solid #394147 !important;
}

.AdminDashboardHeader nav {
    color: #C0C0C0;
}

.AdminDashboardHeader nav a {
    color: #FEC356 !important;
}

a.wikia-button, .wikia-single-button a, .wikia-menu-button, input[type="submit"], input[type="reset"], input[type="button"], .button, button {
    background-color: #653F03;
    background-image: -moz-linear-gradient(center top , #99681C 35%, #653F03 65%);
    border: 1px solid #653F03;
    color: white !important;
}

.wikia-chiclet-button {
    background-color: #653F03 !important;
    background-image: -moz-linear-gradient(center top , #99681C 8%, #653F03 13%) !important;
    border: 0 none;
    border-radius: 3px 3px 3px 3px;
    color: white !important;
}

a.wikia-button:active, .wikia-single-button a:active, .wikia-menu-button:active, input[type="submit"]:active, input[type="reset"]:active, input[type="button"]:active, .button:active, button:active {
    background-image: -moz-linear-gradient(center top , #99681C 35%, #653F03 65%) !important;
}

.WikiaPage .WikiaPageBackground {
    background: none repeat scroll 0 0 #15181A !important;
    color: #C0C0C0 !important;
}

.WikiaPage .WikiaPageBackground a {
    color: #FEC356 !important;
}

.WikiaPage .WikiaPageBackground a.new {
    color: #CC2200 !important;
}

.WikiaArticle a.new, .WikiaArticle a.new:visited {
    color: #CC2200 !important;
}

.WikiaArticle.AdminDashboardChromedArticle {
    background: none repeat scroll 0 0 #15181A !important;
    color: #C0C0C0 !important;
}

.WikiaArticle.AdminDashboardChromedArticle  a {
    color: #FEC356 !important;
}

.WikiaArticle AdminDashboardChromedArticle expanded {
    background: none repeat scroll 0 0 #15181A !important;
    color: #C0C0C0 !important;
}

.WikiaArticle.AdminDashboardChromedArticle a.new {
    color: #CC2200 !important;
}

.WikiaArticle {
    background-color: #15181A !important;
    border-bottom: medium none;
    border-right: medium none;
    box-shadow: none;
}

.WikiaArticle fieldset {
    border: 1px solid #394147 !important;
}

.WikiaArticleInterlang a {
    color: #FEC356 !important;
}

.WikiaArticleInterlang h3 {
    color: #C0C0C0;
}

h4.mw-specialpagesgroup {
    background-color: #653F03;
    color: #c0c0c0;
    margin: 0.3em 0 0;
    padding: 2px;
}

.mw-plusminus-neg {
    color: #8B0000;
}

.mw-plusminus-pos {
    color: #006400;
}

.QuickStatsWidget .WikiaDataTable {
    background-color: #15181A !important;
    background-image: -moz-linear-gradient(center top , #15181A 40%, #000000 100%) !important;
    border: 1px solid #394147 !important;
    color: #C0C0C0 !important;
}

.QuickStatsWidget .WikiaDataTable .totals {
    background: #000000 !important;
    color: #C0C0C0 !important;
}

.QuickStatsWidget .WikiaDataTable .supplemental-info a {
    color: #D2801E !important;
}

.QuickStatsWidget .WikiaDataTable .totals td {
    background: none repeat scroll 0 0 #000000 !important;
    color: #D2801E;
}

.QuickStatsWidget .WikiaDataTable th:first-child, .QuickStatsWidget .WikiaDataTable td:first-child {
    color: #D2801E !important;
    padding-left: 10px;
    text-align: left;
}

.QuickStatsWidget .WikiaDataTable thead th {
    color: #D2801E !important;
}

.QuickStatsWidget .WikiaDataTable .totals td:first-child .pointer {
    background: none repeat scroll 0 0 #D2801E !important;
}

.QuickStatsWidget .WikiaDataTable .totals td:first-child .pointer:before {
    border-left: 10px solid #D2801E !important;
}

#AdminDashboardAdvanced .mw-specialpages-table a {
    color: #D2801E !important;
}

#AdminDashboardAdvanced .mw-specialpages-table a:new {
    color: #CC2200 !important;
}
.AdminDashboard .admin-dashboard-content .control-section .controls {
    background: none repeat scroll 0 0 #15181A;
    background-color: #15181A !important;
    background-image: -moz-linear-gradient(center top , #15181A 10%, #000000 100%) !important;
    border-left: 1px solid #000000;
}

.AdminDashboard .admin-dashboard-content .control-section .controls a {
    color: #D2801E !important;
}

.AdminDashboard .admin-dashboard-content .control-section header {
    background-color: #15181A;
    background-image: -moz-linear-gradient(center top , #15181A 40%, #000000 100%);
    border-bottom: 1px solid #000000;
    border-top: 1px solid #000000;
}

.AdminDashboard .admin-dashboard-content .control-section header h1 {
    color: #D2801E !important;
}

.AdminDashboard .admin-dashboard-content .control-section .controls .representation .icon {
    background-color: #000000 !important;
}

.AdminDashboard .admin-dashboard-content .control-section .controls .control .representation {
    background-color: #15181A;
    background-image: -moz-linear-gradient(center top , #394147 33%, #394147 66%, #545454 100%);
    border: 1px solid #232323;
}

#contentSub a {
    color: #D2801E !important;
}

.WikiHeader .WikiaSearch input[type="text"] {
    background: none repeat scroll 0 0 #1A1D20;
    border: 1px solid #394147;
    color: #D5D4D4 !important;
}

.WikiHeader .WikiaSearch input[type="text"]:-moz-placeholder {
    color: #FEC356 !important;
}

.WikiHeader .WikiaSearch button {
    background-color: #D5D4D4 !important;
    background-image: -moz-linear-gradient(center top , #D5D4D4 35%, #AFADAD 65%) !important;
}

.WikiHeader .WikiaSearch .autocomplete {
    background: none repeat scroll 0 0 #15181A;
    border-color: #394147;
    border-style: solid;
    color: #D5D4D4 !important;
}

.WikiHeader .WikiaSearch .autocomplete .selected {
    background: none repeat scroll 0 0 #000000;
}

.WikiHeader a.wikia-button.secondary, .WikiHeader .wikia-single-button a.secondary, .WikiHeader .wikia-menu-button.secondary, .WikiHeader input.secondary[type="submit"], .WikiHeader input.secondary[type="reset"], .WikiHeader input.secondary[type="button"], .WikiHeader .button.secondary, .WikiHeader button.secondary {
    background-color: #131618;
    background-image: -moz-linear-gradient(center top , #15181A 35%, #131618 65%);
    border: 1px solid #394147;
}

.AdminDashboardTabs .tab {
    background-color: #342007;
    background-image: -moz-linear-gradient(center top , #56360E 35%, #342007 65%);
    box-shadow: 0 0 10px 0 #D2801E;
    color: #c0c0c0;
}

.AdminDashboardTabs .tab.active {
    background-color: #653F03;
    background-image: -moz-linear-gradient(center top , #99681C 35%, #653F03 65%);
    box-shadow: 0 0 10px 0 #D2801E;
    color: #c0c0c0;
}

.TablePager {
	color:#000000;
	border:1px solid #AAAAAA;
	padding:0 0.15em;
}
 
.TablePager th {
	background-color:#653F03;
	color:#ffffff;
	border:1px solid #AAAAAA;
	padding:0 0.15em;
}
 
.TablePager th a {
	background-color:#653F03;
	color:#FFFFFF !important;
}
 
.TablePager tr:hover td {
	background-color:#999999;
}
 
.TablePager td {
    background: transparent !important;
    border: 1px solid #404040;
    color: #c0c0c0;
}

.paging_full_numbers span.paginate_active {
    background-color: #653F03;
}

#EditPageEditor #diff {
    background-color: #000000;
    border: 1px solid #404040;
}

td.diff-context {
    background: none repeat scroll 0 0 #232323;
}

td.diff-addedline {
    background: none repeat scroll 0 0 #CCFFCC;
    color: black;
}

td.diff-deletedline {
    background: none repeat scroll 0 0 #FFFFAA;
    color: black;
}

.WikiaNotifications li div {
    background-color: #653F03;
    background-image: -moz-linear-gradient(center top , #975E04 35%, #653F03 65%);
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 0 5px 0 #0A0C0D;
    color: white;
    margin: 0;
    max-width: 175px;
    overflow: hidden;
    padding: 10px 20px;
    position: relative;
}

.WikiaNotifications li div a {
    color: white;
    text-decoration: underline;
}

.modalWrapper {
    background: none repeat scroll 0 0 #000000;
}

.modalWrapper > h1, .modalWrapper > .WikiaRail .module h2, .WikiaRail .module .modalWrapper > h2, .modalWrapper > .WikiaRail #RIGHT_SKYSCRAPER h2, .WikiaRail #RIGHT_SKYSCRAPER .modalWrapper > h2 {
    color: #FEC356;
}

.accent {
    background-color: #000000;
    border-color: #FEC356;
    color: #D5D4D4;
}

.WikiaArticle .thumbinner {
    background-color: #0A0B0C;
    background-image: -moz-linear-gradient(center top , #15181A 0%, #0A0B0C 100%);
    border: 1px solid #394147;
    overflow: hidden;
    padding: 3px;
    text-align: center;
}

/* fix for redirect arrow colour */
.redirectMsg > .WikiaArticle img {
    display: none;
}

img[alt="#REDIRECT"] {
    display: none;
}

.redirectMsg > span::before {
    content: url("http://images4.wikia.nocookie.net/widowspeak/images/b/b5/Redirectltr.png");
}
Advertisement