Smite Wiki
mNo edit summary
mNo edit summary
Line 2: Line 2:
 
body {
 
body {
 
background: #000000 url(https://static.wikia.nocookie.net/smite_gamepedia/images/3/39/ConquestMiddle_S5.jpg/revision/latest) no-repeat fixed center top;
 
background: #000000 url(https://static.wikia.nocookie.net/smite_gamepedia/images/3/39/ConquestMiddle_S5.jpg/revision/latest) no-repeat fixed center top;
-webkit-background-size: cover;
+
-webkit-background-size: cover;
-moz-background-size: cover;
+
-moz-background-size: cover;
-o-background-size: cover;
+
-o-background-size: cover;
 
background-size: cover;
 
background-size: cover;
 
}
 
}
Line 31: Line 31:
 
}
 
}
 
.page__main {
 
.page__main {
background-color: rgba(var(--theme-page-background-color--rgb), 0.85);
+
background-color: rgba(var(--theme-page-background-color--rgb), 0.9);
 
}
 
}
   

Revision as of 04:21, 27 June 2021

/* Framework */
body { 
	background: #000000 url(https://static.wikia.nocookie.net/smite_gamepedia/images/3/39/ConquestMiddle_S5.jpg/revision/latest) no-repeat fixed center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.fandom-community-header__background { display: none; }

/* hide header on main page */
.page-Smite_Wiki .page-header__title { display: none; }

/* List styles */
.page-content ul {
	list-style-image: url(https://static.wikia.nocookie.net/smite_gamepedia/images/7/7a/Bullet.png/revision/latest);
}
.page-content .skill-tooltip ul { list-style-image: none; } /* do not display bullets for the tooltips */

/* Reset some styling */
.page-content p + p { margin: 0; }
.page-content p, .page-content section { margin: 0 0 0; }
.page-content dl { margin: 0 0 0; }
/* then recreate hydradark feel */
.page-content p, .page-content section { margin: 0.5em 0; }
.page-content dl { margin-top: 0.2em; margin-bottom: 0.5em; }

/* Page content */
.page {
    border: solid 2px #846531;
}
.page__main {
    background-color: rgba(var(--theme-page-background-color--rgb), 0.9);
}

#content {
	font-family: corbel,"trebuchet ms",verdana,tahoma,arial,sans-serif;
}

/* Infobox */
.page-content .infobox {
	border-color: #846531;
}
.theme-fandomdesktop-dark .page-content .infobox {
	background-color: rgba(5,5,7,.8);
}


/* Wikitables */
.skin-fandomdesktop table.wikitable {
    background: none;
    border: solid 1px #846531;
    border-collapse: separate;
    color: #CACFD5;
}

.skin-fandomdesktop table.wikitable > tr > th, .skin-fandomdesktop table.wikitable > * > tr > th {
    background: linear-gradient(180deg,rgba(39,43,55,.8) 0%,rgba(41,41,51,.8) 50%,rgba(32,32,41,.8) 100%);
    border: solid 2px #424c58;
    color: #d6b68f;
    padding: 0.2em 0.4em;
}

.skin-fandomdesktop table.wikitable > tr > td, .skin-fandomdesktop table.wikitable > * > tr > td {
    background: rgba(5,5,5,.65);
    border: none;
}