Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- :root {
- --bgcolor: #c6c7cf;
- --bordercolor: #51525a;
- --borderbr: 5px;
- --bannertxt: 900 25px Times New Roman;
- --bannertxtcolor: #e0e0e0;
- --bannertop: 75px;
- --bannerleft: 65px;
- --bannerimg: url("https://img.nickpic.host/AGfwfd.jpg");
- --h1txt: bold italic 16px Times New Roman;
- --h1color: #536780;
- --h2txt: italic 12px Times New Roman;
- --h2color: #536780;
- --scrollbgcolor: #8e8e94;
- --scrollcolor: #51525a;
- --scrollbr: 0px 3px 3px 0px;
- }
- .intro::-webkit-scrollbar, .rules::-webkit-scrollbar, .ranks::-webkit-scrollbar, .spotlights::-webkit-scrollbar, .other1::-webkit-scrollbar, .other2::-webkit-scrollbar {
- width: 8px;
- }
- .intro::-webkit-scrollbar-track, .rules::-webkit-scrollbar-track, .ranks::-webkit-scrollbar-track, .spotlights::-webkit-scrollbar-track, .other1::-webkit-scrollbar-track, .other2::-webkit-scrollbar-track {
- background: var(--scrollbgcolor);
- border-radius: var(--scrollbr);
- }
- .intro::-webkit-scrollbar-thumb, .rules::-webkit-scrollbar-thumb, .ranks::-webkit-scrollbar-thumb, .spotlights::-webkit-scrollbar-thumb, .other1::-webkit-scrollbar-thumb, .other2::-webkit-scrollbar-thumb {
- background-color: var(--scrollcolor);
- border-radius: var(--scrollbr);
- }
- h1 {
- font: var(--h1txt);
- color: var(--h1color);
- }
- h2 {
- font: var(--h2txt);
- color: var(--h2color);
- text-transform: uppercase;
- }
- .container {
- width: 100%;
- height: 1125px;
- }
- .banner {
- position: absolute;
- padding: 10px;
- left: 212px;
- width: 460px;
- height: 230px;
- background-image: var(--bannerimg);
- background-size: cover;
- background-repeat: no-repeat;
- border: solid;
- border-color: var(--bordercolor);
- border-radius: var(--borderbr);
- }
- .bannertext {
- margin-top: var(--bannertop);
- margin-left: var(--bannerleft);
- font: var(--bannertxt);
- text-transform: uppercase;
- color: var(--bannertxtcolor);
- }
- .intro {
- position: absolute;
- padding: 10px;
- top: 315px;
- left: 212px;
- width: 460px;
- height: 120px;
- overflow: auto;
- text-align: justify;
- background: var(--bgcolor);
- border: solid;
- border-color: var(--bordercolor);
- border-radius: var(--borderbr);
- }
- .rules {
- position: absolute;
- padding: 10px;
- top: 475px;
- left: 212px;
- width: 210px;
- height: 200px;
- overflow: auto;
- text-align: justify;
- background: var(--bgcolor);
- border: solid;
- border-color: var(--bordercolor);
- border-radius: var(--borderbr);
- }
- .ranks {
- position: absolute;
- padding: 10px;
- top: 475px;
- left: 460px;
- width: 212px;
- height: 200px;
- overflow: auto;
- text-align: justify;
- background: var(--bgcolor);
- border: solid;
- border-color: var(--bordercolor);
- border-radius: var(--borderbr);
- }
- .spotlights {
- position: absolute;
- padding: 10px;
- top: 715px;
- left: 212px;
- width: 460px;
- height: 135px;
- overflow: auto;
- text-align: justify;
- background: var(--bgcolor);
- border: solid;
- border-color: var(--bordercolor);
- border-radius: var(--borderbr);
- }
- .spotlights img {
- white-space: nowrap;
- margin: auto;
- margin-left: 8px;
- padding: 10px;
- width: 58px;
- border-radius: 50px;
- }
- .other1 {
- position: absolute;
- padding: 10px;
- top: 890px;
- left: 212px;
- width: 210px;
- height: 200px;
- overflow: auto;
- text-align: justify;
- background: var(--bgcolor);
- border: solid;
- border-color: var(--bordercolor);
- border-radius: var(--borderbr);
- }
- .other2 {
- position: absolute;
- padding: 10px;
- top: 890px;
- left: 460px;
- width: 212px;
- height: 200px;
- overflow: auto;
- text-align: justify;
- background: var(--bgcolor);
- border: solid;
- border-color: var(--bordercolor);
- border-radius: var(--borderbr);
- }
- .credits {
- position: absolute;
- padding: 10px;
- top: 1130px;
- left: 212px;
- width: 460px;
- height: 16px;
- font-size: 9px;
- text-transform: uppercase;
- text-align: center;
- background: var(--bgcolor);
- border: solid;
- border-color: var(--bordercolor);
- border-radius: var(--borderbr);
- }
Add Comment
Please, Sign In to add comment