362 lines
		
	
	
	
		
			6.1 KiB
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			362 lines
		
	
	
	
		
			6.1 KiB
		
	
	
	
		
			CSS
		
	
	
	
	
	
:root {
 | 
						|
  --color: var(--color);
 | 
						|
}
 | 
						|
 | 
						|
@import url('https://kit-pro.fontawesome.com/releases/v5.11.2/css/pro.min.css');
 | 
						|
 | 
						|
@font-face {
 | 
						|
  font-family: BebasNeueBold;
 | 
						|
  src: url(BebasNeueBold.ttf);
 | 
						|
}
 | 
						|
 | 
						|
*{
 | 
						|
	user-select: none; /* supported by Chrome and Opera */
 | 
						|
   -webkit-user-select: none; /* Safari */
 | 
						|
   -khtml-user-select: none; /* Konqueror HTML */
 | 
						|
   -moz-user-select: none; /* Firefox */
 | 
						|
   -ms-user-select: none; /* Internet Explorer/Edge */
 | 
						|
}
 | 
						|
 | 
						|
html {
 | 
						|
  overflow: hidden;
 | 
						|
  font-family: 'Open Sans', sans-serif;
 | 
						|
}
 | 
						|
 | 
						|
body{
 | 
						|
	display: none;
 | 
						|
	color: #a8a8aa;
 | 
						|
}
 | 
						|
 | 
						|
.carrytype1 {
 | 
						|
	background-color: rgba(0, 0, 0, 1);
 | 
						|
	border: 2px solid var(--color);
 | 
						|
	width: 25%;
 | 
						|
	height: 60%;
 | 
						|
	margin: 0;
 | 
						|
	position: absolute;
 | 
						|
	top: 60%;
 | 
						|
	left: 18%;
 | 
						|
	margin-right: -50%;
 | 
						|
	transform: translate(-50%, -50%);
 | 
						|
	overflow: hidden;
 | 
						|
	z-index: 9999999;  
 | 
						|
	padding: 1.7%;
 | 
						|
}
 | 
						|
 | 
						|
.carrytype1 img {
 | 
						|
	position: absolute;
 | 
						|
	width: 65%;
 | 
						|
	height: 65%;
 | 
						|
	left: 50%;
 | 
						|
	top: 50%;
 | 
						|
	margin-right: -50%;
 | 
						|
	transform: translate(-50%, -50%);	
 | 
						|
	z-index: 9999999;
 | 
						|
}
 | 
						|
 | 
						|
.carry1select {
 | 
						|
	position: absolute;
 | 
						|
	margin: 0;
 | 
						|
	background-color: rgba(0, 0, 0, 1);
 | 
						|
	border: 2px solid var(--color);
 | 
						|
	color: #ffffff;
 | 
						|
	font-size: 30px;
 | 
						|
	padding-top: 10px;
 | 
						|
	padding-bottom: 10px;
 | 
						|
	padding-left: 8px;
 | 
						|
	padding-right: 8px;
 | 
						|
	text-decoration: none;
 | 
						|
	text-align: center;
 | 
						|
	left: 50%;
 | 
						|
	top: 90%;	
 | 
						|
	margin-right: -50%;
 | 
						|
	transform: translate(-50%, -50%);
 | 
						|
	width: 50%;
 | 
						|
}
 | 
						|
 | 
						|
.carry1select:hover {
 | 
						|
	cursor: pointer;
 | 
						|
	background: var(--color);
 | 
						|
	text-decoration: none;
 | 
						|
}
 | 
						|
 | 
						|
.carrytype2 {
 | 
						|
	background-color: rgba(0, 0, 0, 1);
 | 
						|
	border: 2px solid var(--color);
 | 
						|
	width: 25%;
 | 
						|
	height: 60%;
 | 
						|
	margin: 0;
 | 
						|
	position: absolute;
 | 
						|
	top: 60%;
 | 
						|
	left: 50%;
 | 
						|
	margin-right: -50%;
 | 
						|
	transform: translate(-50%, -50%);
 | 
						|
	overflow: hidden;
 | 
						|
	z-index: 9999999;  
 | 
						|
	padding: 1.7%;
 | 
						|
}
 | 
						|
 | 
						|
.carrytype2 img {
 | 
						|
	position: absolute;
 | 
						|
	width: 65%;
 | 
						|
	height: 65%;
 | 
						|
	left: 50%;
 | 
						|
	top: 50%;
 | 
						|
	margin-right: -50%;
 | 
						|
	transform: translate(-50%, -50%);	
 | 
						|
	z-index: 9999999;
 | 
						|
}
 | 
						|
 | 
						|
.carry2select {
 | 
						|
	position: absolute;
 | 
						|
	margin: 0;
 | 
						|
	background-color: rgba(0, 0, 0, 1);
 | 
						|
	border: 2px solid var(--color);
 | 
						|
	color: #ffffff;
 | 
						|
	font-size: 30px;
 | 
						|
	padding-top: 10px;
 | 
						|
	padding-bottom: 10px;
 | 
						|
	padding-left: 8px;
 | 
						|
	padding-right: 8px;
 | 
						|
	text-decoration: none;
 | 
						|
	text-align: center;
 | 
						|
	left: 50%;
 | 
						|
	top: 90%;	
 | 
						|
	margin-right: -50%;
 | 
						|
	transform: translate(-50%, -50%);
 | 
						|
	width: 50%;
 | 
						|
}
 | 
						|
 | 
						|
.carry2select:hover {
 | 
						|
	cursor: pointer;
 | 
						|
	background: var(--color);
 | 
						|
	text-decoration: none;
 | 
						|
}
 | 
						|
 | 
						|
.carrytype3 {
 | 
						|
	background-color: rgba(0, 0, 0, 1);
 | 
						|
	border: 2px solid var(--color);
 | 
						|
	width: 25%;
 | 
						|
	height: 60%;
 | 
						|
	margin: 0;
 | 
						|
	position: absolute;
 | 
						|
	top: 60%;
 | 
						|
	left: 82%;
 | 
						|
	margin-right: -50%;
 | 
						|
	transform: translate(-50%, -50%);
 | 
						|
	overflow: hidden;
 | 
						|
	z-index: 9999999;  
 | 
						|
	padding: 1.7%;
 | 
						|
}
 | 
						|
 | 
						|
.carrytype3 img {
 | 
						|
	position: absolute;
 | 
						|
	width: 65%;
 | 
						|
	height: 65%;
 | 
						|
	left: 50%;
 | 
						|
	top: 50%;
 | 
						|
	margin-right: -50%;
 | 
						|
	transform: translate(-50%, -50%);	
 | 
						|
	z-index: 9999999;
 | 
						|
}
 | 
						|
 | 
						|
.carry3select {
 | 
						|
	position: absolute;
 | 
						|
	margin: 0;
 | 
						|
	background-color: rgba(0, 0, 0, 1);
 | 
						|
	border: 2px solid var(--color);
 | 
						|
	color: #ffffff;
 | 
						|
	font-size: 30px;
 | 
						|
	padding-top: 10px;
 | 
						|
	padding-bottom: 10px;
 | 
						|
	padding-left: 8px;
 | 
						|
	padding-right: 8px;
 | 
						|
	text-decoration: none;
 | 
						|
	text-align: center;
 | 
						|
	left: 50%;
 | 
						|
	top: 90%;	
 | 
						|
	margin-right: -50%;
 | 
						|
	transform: translate(-50%, -50%);
 | 
						|
	width: 50%;
 | 
						|
}
 | 
						|
 | 
						|
.carry3select:hover {
 | 
						|
	cursor: pointer;
 | 
						|
	background: var(--color);
 | 
						|
	text-decoration: none;
 | 
						|
}
 | 
						|
 | 
						|
.carrytextheader {
 | 
						|
	padding-top: 10px;
 | 
						|
	font-size: 35px;
 | 
						|
	color: var(--color);
 | 
						|
	text-align:center;
 | 
						|
}
 | 
						|
 | 
						|
.carrytextkey {
 | 
						|
	padding-bottom: 10px;
 | 
						|
	font-size: 35px;
 | 
						|
	color: #ffffff;
 | 
						|
	text-align:center;
 | 
						|
}
 | 
						|
 | 
						|
.carrytextmain {
 | 
						|
	font-size: 30px;
 | 
						|
	color: #ffffff;
 | 
						|
	text-align:center;
 | 
						|
}
 | 
						|
 | 
						|
h4{
 | 
						|
	text-align:center;
 | 
						|
	margin-top: 20px;
 | 
						|
	margin-bottom: 0;
 | 
						|
}
 | 
						|
 | 
						|
button:focus,
 | 
						|
input:focus {
 | 
						|
  outline:0;
 | 
						|
}
 | 
						|
 | 
						|
.full-screen {
 | 
						|
  width: 100%;
 | 
						|
  height:100%;
 | 
						|
  display: flex;
 | 
						|
  align-items: center;
 | 
						|
}
 | 
						|
 | 
						|
.closetypemenu {
 | 
						|
	position: absolute;
 | 
						|
	left: 98%;
 | 
						|
	margin-right: -50%;
 | 
						|
	transform: translate(-50%, -50%);
 | 
						|
	overflow: hidden;
 | 
						|
	top: 3.5%
 | 
						|
}
 | 
						|
 | 
						|
.carryrequest-container {
 | 
						|
	width: 25%;
 | 
						|
	background-color: rgba(0, 0, 0, 0.70);
 | 
						|
	border-bottom: 3px solid var(--color);
 | 
						|
	border-radius: 10px;	
 | 
						|
	margin: 0;
 | 
						|
	position: absolute;
 | 
						|
	top: 85%;
 | 
						|
	left: 85%;
 | 
						|
	margin-right: -50%;
 | 
						|
	transform: translate(-50%, -50%);
 | 
						|
	overflow: hidden;
 | 
						|
	padding: 10px;
 | 
						|
	z-index: 9999999;
 | 
						|
	display: none;
 | 
						|
}
 | 
						|
 | 
						|
.carryrequester-container {
 | 
						|
	width: 25%;
 | 
						|
	background-color: rgba(0, 0, 0, 0.70);
 | 
						|
	border-bottom: 3px solid var(--color);
 | 
						|
	border-radius: 10px;	
 | 
						|
	margin: 0;
 | 
						|
	position: absolute;
 | 
						|
	top: 85%;
 | 
						|
	left: 85%;
 | 
						|
	margin-right: -50%;
 | 
						|
	transform: translate(-50%, -50%);
 | 
						|
	overflow: hidden;
 | 
						|
	padding: 10px;
 | 
						|
	z-index: 9999999;
 | 
						|
	display: none;
 | 
						|
}
 | 
						|
 | 
						|
.carrysomeone-container {
 | 
						|
	width: 25%;
 | 
						|
	background-color: rgba(0, 0, 0, 0.70);
 | 
						|
	border-bottom: 3px solid var(--color);
 | 
						|
	border-radius: 10px;	
 | 
						|
	margin: 0;
 | 
						|
	position: absolute;
 | 
						|
	top: 85%;
 | 
						|
	left: 85%;
 | 
						|
	margin-right: -50%;
 | 
						|
	transform: translate(-50%, -50%);
 | 
						|
	overflow: hidden;
 | 
						|
	padding: 10px;
 | 
						|
	z-index: 9999999;
 | 
						|
	display: none;
 | 
						|
}
 | 
						|
 | 
						|
.carrytype-container {
 | 
						|
	width: 70%;
 | 
						|
	height: 50%;
 | 
						|
	background-color: rgba(0, 0, 0, 0.70);
 | 
						|
	border-bottom: 3px solid var(--color);
 | 
						|
	border-radius: 10px;	
 | 
						|
	margin: 0;
 | 
						|
	position: absolute;
 | 
						|
	top: 50%;
 | 
						|
	left: 50%;
 | 
						|
	margin-right: -50%;
 | 
						|
	transform: translate(-50%, -50%);
 | 
						|
	overflow: hidden;
 | 
						|
	z-index: 9999999;
 | 
						|
	padding-bottom:7%;
 | 
						|
	display: none;
 | 
						|
}
 | 
						|
 | 
						|
.CarryTypeMenuHeaderText {
 | 
						|
	position: absolute;
 | 
						|
	margin: 0;
 | 
						|
	font-size: 50px;
 | 
						|
	color: #ffffff;
 | 
						|
	text-align: center;
 | 
						|
	top: 17%;
 | 
						|
	left: 50%;
 | 
						|
	margin-right: -50%;
 | 
						|
	transform: translate(-50%, -50%);
 | 
						|
	overflow: hidden;
 | 
						|
	z-index: 9999999;
 | 
						|
}
 | 
						|
 | 
						|
.headercarrymenu {
 | 
						|
	position: absolute;
 | 
						|
	width:100%;
 | 
						|
	height: 7%;
 | 
						|
	color: #ffffff;
 | 
						|
	display: flex;
 | 
						|
	background-color: rgba(0, 0, 0, 1);
 | 
						|
	border-bottom: 3px solid var(--color);  
 | 
						|
	flex-direction: row;
 | 
						|
	flex-wrap: wrap;
 | 
						|
	margin-right: -50%;
 | 
						|
	transform: translate(-50%, -50%);  
 | 
						|
	top: 3.8%;
 | 
						|
	left: 50%;	
 | 
						|
}
 | 
						|
 | 
						|
.HeaderCarryMenuText {
 | 
						|
	position: absolute;
 | 
						|
	margin: 0;
 | 
						|
	font-size: 35px;
 | 
						|
	color: #ffffff;
 | 
						|
	text-align: center;
 | 
						|
	top: 50%;
 | 
						|
	left: 50%;
 | 
						|
	margin-right: -50%;
 | 
						|
	transform: translate(-50%, -50%);
 | 
						|
	overflow: hidden;
 | 
						|
	z-index: 9999999;
 | 
						|
}
 | 
						|
 | 
						|
.closetypemenu {
 | 
						|
	position: absolute;
 | 
						|
	margin: 0;
 | 
						|
	top: 50%;
 | 
						|
	left: 97%;
 | 
						|
	margin-right: -50%;
 | 
						|
	transform: translate(-50%, -50%);
 | 
						|
	overflow: hidden;
 | 
						|
	z-index: 9999999;
 | 
						|
}
 | 
						|
 | 
						|
*{
 | 
						|
	font-family: BebasNeueBold;
 | 
						|
}
 |