No edit summary |
No edit summary |
||
Line 81: | Line 81: | ||
.gameMD { | .gameMD { | ||
background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url("/images/5/55/Mtd_thumb.jpeg"); | background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url("/images/thumb/5/55/Mtd_thumb.jpeg/800px-Mtd_thumb.jpeg"); | ||
} | } | ||
Line 87: | Line 87: | ||
.gameA { | .gameA { | ||
background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url("/images/7/7e/Ar_thumb.jpeg"); | background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url("/images/thumb/7/7e/Ar_thumb.jpeg/800px-Ar_thumb.jpeg"); | ||
} | } | ||
Line 93: | Line 93: | ||
.gameG { | .gameG { | ||
background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url("/images/a/a0/Glm_thumb.jpeg"); | background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url("/images/thumb/a/a0/Glm_thumb.jpeg/800px-Glm_thumb.jpeg"); | ||
} | } | ||
Line 99: | Line 99: | ||
.gameLL { | .gameLL { | ||
background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url("/images/3/3f/Tll_thumb.jpeg"); | background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url("/images/thumb/3/3f/Tll_thumb.jpeg/800px-Tll_thumb.jpeg"); | ||
} | } | ||
Line 105: | Line 105: | ||
.gameBE { | .gameBE { | ||
background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url("/images/f/f8/Be_thumb.jpeg"); | background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url("/images/thumb/f/f8/Be_thumb.jpeg/800px-Be_thumb.jpeg"); | ||
} | } | ||
Line 111: | Line 111: | ||
.gameLS { | .gameLS { | ||
background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url("/images/9/93/Ls_thumb.jpeg"); | background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url("/images/thumb/9/93/Ls_thumb.jpeg/800px-Ls_thumb.jpeg"); | ||
} | } |
Revision as of 09:28, 27 September 2023
/* CSS placed here will be applied to all skins */ .mainPageTable { border-collapse: collapse; } .mainPageTable a{ color:white; } .mainPageTable td { width: 50%; border: 0px solid transparent; background-clip: padding-box; transition: all 0.3s ease-in-out; } .mainPageTable a { display:block; width:100%; } .mainPageTable td:hover { background-size: 110%; } .mainPageTable tr > td + td { border-left-width: 10px; } .mainPageTable tr + tr > td { border-top-width: 10px; } .mainPageTableItem { background-position: center; background-size: 100%; border-radius: 20px; } .mainPageGame { background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url("/images/1/17/Laststandkeyart.jpg"); } .mainPageLocations { background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url("/images/f/f5/Arena.png"); } .mainPageAbout { background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url("/images/1/1d/Arena_Keyart.jpg"); } .mainPageHardware { background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url("/images/e/ee/Hardware_bg.jpeg"); background-position: 50% 20%; } /* --------------- */ /* GAME PAGE TILES */ /* --------------- */ .gameMD { background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url("/images/thumb/5/55/Mtd_thumb.jpeg/800px-Mtd_thumb.jpeg"); } .gameA { background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url("/images/thumb/7/7e/Ar_thumb.jpeg/800px-Ar_thumb.jpeg"); } .gameG { background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url("/images/thumb/a/a0/Glm_thumb.jpeg/800px-Glm_thumb.jpeg"); } .gameLL { background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url("/images/thumb/3/3f/Tll_thumb.jpeg/800px-Tll_thumb.jpeg"); } .gameBE { background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url("/images/thumb/f/f8/Be_thumb.jpeg/800px-Be_thumb.jpeg"); } .gameLS { background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url("/images/thumb/9/93/Ls_thumb.jpeg/800px-Ls_thumb.jpeg"); } /* --------------- */ /* --------------- */ /* --------------- */ .ls_championship { background-color: white; color: black !important; text-align: center !important; } .tournament_image { width: 100%; } .tournament_image img { width:100%; height: auto; } .tournament_image pre { display: flex; padding:0; margin:0; }