No edit summary |
No edit summary |
||
Line 19: | Line 19: | ||
border: 0px solid transparent; | border: 0px solid transparent; | ||
background-clip: padding-box; | background-clip: padding-box; | ||
transition: all 0.5s ease-in-out; | transition: all 0.5s ease-in-out; | ||
Line 44: | Line 37: | ||
background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url("/images/1/17/Laststandkeyart.jpg"); | background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url("/images/1/17/Laststandkeyart.jpg"); | ||
border-radius: 20px; | border-radius: 20px; | ||
transition: all 0.5s ease-in-out; | |||
} | |||
.mainPageGame:hover { | |||
background-size: 150%; | |||
transition: all 0.5s ease-in-out; | transition: all 0.5s ease-in-out; | ||
Revision as of 22:43, 5 September 2023
/* CSS placed here will be applied to all skins */ .mainPageTable { border-collapse: collapse; transition: all 0.5s ease-in-out; } .mainPageTable a{ color:white; } .mainPageTable td { width: 50%; border: 0px solid transparent; background-clip: padding-box; transition: all 0.5s ease-in-out; } .mainPageTable tr > td + td { border-left-width: 10px; } .mainPageTable tr + tr > td { border-top-width: 10px; } .mainPageGame { background-position: center; background-size: cover; background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url("/images/1/17/Laststandkeyart.jpg"); border-radius: 20px; transition: all 0.5s ease-in-out; } .mainPageGame:hover { background-size: 150%; transition: all 0.5s ease-in-out; } .mainPageLocations { background-position: center; background-size: cover; background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url("/images/f/f5/Arena.png"); border-radius: 20px; transition: all 0.5s ease-in-out; } .mainPageAbout { background-position: center; background-size: cover; background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url("/images/1/1d/Arena_Keyart.jpg"); border-radius: 20px; transition: all 0.5s ease-in-out; } .mainPageHardware { background-position: center; background-size: cover; background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url("/images/9/97/Hardware.png"); border-radius: 20px; transition: all 0.5s ease-in-out; }