Smite Wiki
mNo edit summary
No edit summary
Line 6: Line 6:
 
-o-background-size: cover;
 
-o-background-size: cover;
 
background-size: cover;
 
background-size: cover;
color: #cacFd5;
 
 
}
 
}
   
Line 14: Line 13:
 
}
 
}
   
  +
/* List styles */
 
.page-content ul {
 
.page-content ul {
 
list-style-image: url(https://static.wikia.nocookie.net/smite_gamepedia/images/7/7a/Bullet.png/revision/latest);
 
list-style-image: url(https://static.wikia.nocookie.net/smite_gamepedia/images/7/7a/Bullet.png/revision/latest);
  +
}
  +
  +
/* Page content */
  +
.page {
  +
background: rgba(8,12,30,.94);
  +
border: solid 2px #846531;
 
}
 
}

Revision as of 14:20, 30 May 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::before {
	/*background-image: linear-gradient(to bottom,var(--theme-body-background-color) 25%,hsla(0,0%,100%,0));*/
	background-image: 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 */
.page {
    background: rgba(8,12,30,.94);
    border: solid 2px #846531;
}