Advertisement
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;
- }
- .announce::-webkit-scrollbar, .intro::-webkit-scrollbar, .rules::-webkit-scrollbar, .ranks::-webkit-scrollbar, .spotlights::-webkit-scrollbar, .other1::-webkit-scrollbar, .other2::-webkit-scrollbar {
- width: 8px;
- }
- .announce::-webkit-scrollbar-track, .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);
- }
- .announce::-webkit-scrollbar-thumb, .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: 1165px;
- }
- .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);
- }
- .announce {
- position: absolute;
- padding: 10px;
- top: 313px;
- left: 212px;
- width: 460px;
- height: 16px;
- background: var(--bgcolor);
- border: solid;
- border-color: var(--bordercolor);
- border-radius: var(--borderbr);
- overflow: auto;
- }
- .marquee {
- white-space: nowrap;
- overflow: hidden;
- display: inline-block;
- animation: marquee 40s linear infinite;
- }
- @keyframes marquee {
- 0% {
- transform: translate3d(0, 0, 0);
- }
- 100% {
- transform: translate3d(-104%, 0, 0);
- }
- }
- .intro {
- position: absolute;
- padding: 10px;
- top: 365px;
- 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: 522px;
- 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: 522px;
- 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: 760px;
- 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: 933px;
- 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: 933px;
- 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: 1170px;
- 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);
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement