128 lines
1.8 KiB
CSS

.readyImg{
height: 25px;
}
#playerName{
color: white;
}
.banX{
font-size: 128px;
margin-top: -174px;
left: 34px;
color: red;
position: absolute;
z-index: 1;
}
.bannedMap{
-webkit-filter: grayscale(1); /* Webkit браузеры */
}
.bannedRace {
height: 96px;
background-color: red;
clip-path: polygon(20% 0%, 0% 20%, 30% 50%, 0% 80%, 20% 100%, 50% 70%, 80% 100%, 100% 80%, 70% 50%, 100% 20%, 80% 0%, 50% 30%);
border: 2px solid red;
}
.mapSelect{
margin: 4px;
position:relative;
width: 175px;
height: 155px;
white-space: nowrap;
overflow: hidden;
}
.raceIcon{
width: 90px;
border-radius: 5px;
margin: 3px;
border: 1px solid;
}
.raceNotSelected{
-webkit-filter: grayscale(1); /* Webkit браузеры */
}
.raceNotSelected:hover{
-webkit-filter: grayscale(0); /* Webkit браузеры */
}
.raceSelected{
-webkit-filter: brightness(1.3);
}
.tooltip span{
border-radius: 5px 5px 5px 5px;
visibility: hidden;
position: absolute;
left: 200px;
background: #fff;
box-shadow: -2px 2px 10px -1px #333;
border-radius: 2px;
}
.tooltip:hover span{
visibility: visible;
}
@keyframes glowing {
0% {
box-shadow: 0 0 2px #074673;
}
50% {
box-shadow: 0 0 9px #0e87de;
}
100% {
box-shadow: 0 0 2px #094d7d;
}
}
.warningButton {
animation: glowing 1300ms infinite;
}
#chat{
width: 354px;
float: right;
}
#chatbox {
text-align:left;
margin:0 auto;
margin-bottom:3px;
padding:10px;
background:#fff;
height:200px;
width:352px;
border:1px solid #ACD8F0;
overflow:auto; }
.inputMsg{
width: 100%;
}
#usermsg {
border: 1px solid #ACD8F0;
width: 300px;
}
#exit{
margin: 5px;
}
#mapList {
border: 1px solid #0f0f0f;
padding: 10px;
background-color: #e3e3e3;
}
#submit { width: 60px; }
.error { color: #ff0000; }
#menu { padding:12.5px 25px 12.5px 25px; }