Files
primadiag-zelda/web/plate.css

108 lines
1.5 KiB
CSS
Raw Normal View History

2022-09-26 13:28:12 +02:00
body{
font-family: Brandon Text,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
}
.modal{
background-color: rgba(0, 0, 0, 0.55) ;
}
#logo{
max-height:20%;
max-width:20%;
}
#title-navbar{
color: aliceblue;
align-items: center;
}
#plate {
border: 3px solid #202020;
background-color: rgb(74, 74, 74);
top:27%;
left: 10%;
right: 10%;
width: 80%;
height: 70%;
position: absolute;
}
.deck_name{
color: aliceblue;
}
#checkboxall{
color:aliceblue
}
.rectangle{
width:19%;
height:21%;
position: absolute;
border-radius : 5px 5px;
background:rgb(125, 124, 124);
color:aliceblue;
text-align: center;
font-size: 300%;
box-shadow: inset 5px 5px 5px rgb(85, 83, 83);
z-index: 2;
}
.heatmaprect{
width:6.33%;
height:7%;
position: absolute;
text-align: center;
}
.poubelle{
width:5%;
height:21%;
position: absolute;
border-radius : 5px 5px;
left: 100%;
z-index: 3;
background:rgb(125, 124, 124);
color:aliceblue;
text-align: center;
font-size: 250%;
}
.behindpb{
width:5%;
height:50%;
position: absolute;
background:rgb(255, 255, 255);
top: 25%;
left: 100%;
}
.x1{
top: 5%;
}
.x2{
top: 28%;
}
.x3{
top: 51%;
}
.x4{
top: 74%;
}
.y1{
left: 20%;
}
.y2{
left: 40%;
}
.y3{
left: 60%;
}
.y4{
left: 80%;
}
.showheatmap{
z-index: 4;
}
.hideheatmap{
z-index: 1;
}