167 lines
		
	
	
	
		
			2.2 KiB
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			167 lines
		
	
	
	
		
			2.2 KiB
		
	
	
	
		
			CSS
		
	
	
	
	
	
| /* MAIN STUFF */
 | |
| 
 | |
| body {
 | |
|   background-color: black;
 | |
|   color: white;
 | |
|   background-image: url("../../assets/images/NSW2-BG.jpg");
 | |
|   background-repeat: repeat-y;
 | |
|   background-size: cover;
 | |
|   text-align: center;
 | |
|   padding: 0;
 | |
|   margin: 0;
 | |
|   font-family: sans-serif;
 | |
| }
 | |
| 
 | |
| .logo {
 | |
|   width: 50%;
 | |
| }
 | |
| 
 | |
| .subtext {
 | |
|   width: 50%;
 | |
|   height: 10%;
 | |
|   padding-bottom: 10px;
 | |
| }
 | |
| 
 | |
| .webdate {
 | |
|   width: 50%;
 | |
|   height: 20%;
 | |
|   padding-top: 20px;
 | |
|   padding-bottom: 25px;
 | |
| }
 | |
| 
 | |
| .note {
 | |
|   width: 80%;
 | |
|   height: 20%;
 | |
| }
 | |
| 
 | |
| div {
 | |
|   display: inline-block;
 | |
| }
 | |
| 
 | |
| .ip img {
 | |
|   width: 70%;
 | |
|   cursor: pointer;
 | |
| }
 | |
| .soon img {
 | |
|   width: 70%;
 | |
| }
 | |
| .issues img {
 | |
|   width: 70%;
 | |
| }
 | |
| 
 | |
| .THANKS img {
 | |
|   width: 90%;
 | |
|   padding-bottom: 2vh;
 | |
| }
 | |
| 
 | |
| div.button > img {
 | |
|   /* height: 100vh; */
 | |
| }
 | |
| .list {
 | |
|   font-size: 6vw;
 | |
|   display: -ms-inline-grid;
 | |
|   display: inline-grid;
 | |
|   padding-left: 0;
 | |
| }
 | |
| div.buttons > img {
 | |
|   padding-left: 0;
 | |
|   width: 100%;
 | |
|   display: inline-block;
 | |
| }
 | |
| ::-webkit-scrollbar {
 | |
|   display: none;
 | |
| }
 | |
| 
 | |
| #credits {
 | |
|   color: white;
 | |
|   font-size: 1vw;
 | |
| }
 | |
| 
 | |
| #credits a {
 | |
|   color: #fec019;
 | |
| }
 | |
| 
 | |
| @media (max-device-width: 667px), (max-width: 1024px) {
 | |
|   body {
 | |
|     background-color: black;
 | |
|     color: white;
 | |
|     background-image: url("../../assets/images/NSW2-BG.jpg");
 | |
|     background-repeat: repeat-y;
 | |
|     background-size: auto;
 | |
|     padding: 0;
 | |
|     margin: 0;
 | |
|     font-family: sans-serif;
 | |
|     font-style: italic;
 | |
|   }
 | |
|   .logo {
 | |
|     width: 75%;
 | |
|     height: 20%;
 | |
|     padding-top: 5px;
 | |
|   }
 | |
|   .subtext {
 | |
|     width: 95%;
 | |
|   }
 | |
|   .webdate {
 | |
|     width: 95%;
 | |
|     padding-bottom: 0;
 | |
|   }
 | |
|   .note {
 | |
|     width: 95%;
 | |
|   }
 | |
|   div {
 | |
|     display: inline-block;
 | |
|   }
 | |
|   .button {
 | |
|     width: 100%;
 | |
|   }
 | |
|   .list {
 | |
|     font-size: 6vw;
 | |
|     display: -ms-inline-grid;
 | |
|     display: inline-grid;
 | |
|     padding-left: 0;
 | |
|   }
 | |
|   .buttons {
 | |
|     padding-left: 0;
 | |
|     width: 100vw;
 | |
|     display: inline-block;
 | |
|   }
 | |
| 
 | |
|   .times img {
 | |
|     width: 80%;
 | |
|     padding-bottom: 2vh;
 | |
|   }
 | |
| 
 | |
|   ::-webkit-scrollbar {
 | |
|     display: none;
 | |
|   }
 | |
| 
 | |
|   #credits {
 | |
|     color: white;
 | |
|     font-size: 2.5vw;
 | |
|   }
 | |
|   #credits a {
 | |
|     color: #fec019;
 | |
|   }
 | |
| }
 | |
| 
 | |
| @media (min-width: 1921px) {
 | |
|   .allages {
 | |
|     display: none;
 | |
|   }
 | |
|   .ticket {
 | |
|     display: none;
 | |
|   }
 | |
|   .time {
 | |
|     display: none;
 | |
|   }
 | |
| }
 | |
| 
 | |
| @media (max-width: 1024px) {
 | |
|   .button {
 | |
|     width: 80%;
 | |
|   }
 | |
|   .buttons {
 | |
|     padding-left: 0;
 | |
|   }
 | |
| }
 | |
| /*# sourceMappingURL=main.css.map */
 |