policychanges/css/styles.css

170 lines
2.2 KiB
CSS
Raw Normal View History

2021-02-05 03:19:09 -06:00
html,body{
height:100%;
}
2021-02-25 17:05:22 -06:00
2021-02-05 03:19:09 -06:00
body{
2021-02-18 03:25:05 -06:00
background: #000000;
2021-02-05 03:19:09 -06:00
margin:0;
padding:0;
position: relative;
font-family: Arial, Helvetica, sans-serif;
2021-02-21 20:43:05 -06:00
overflow-x: hidden;
overflow-y: hidden;
2021-02-05 03:19:09 -06:00
}
#divbg {
pointer-events: none;
}
#bg {
pointer-events: none;
}
2021-02-05 03:19:09 -06:00
#tetris{
left:42%;
2021-02-05 03:19:09 -06:00
top:50%;
position: absolute;
2021-02-28 12:54:03 -06:00
background:rgba(0,0,0,0);
2021-02-28 11:06:23 -06:00
width:560px;
2021-02-05 03:19:09 -06:00
}
#scene{
height:100%;
position: absolute;
left:210px;
boarder:1px solid #6666;
background:rgba(1,1,1,.10);
2021-02-09 21:19:20 -06:00
}
#leftSide {
height:100%;
position: absolute;
left:0px;
width:210px;
2021-02-28 01:57:23 -06:00
text-align: left;
2021-03-08 14:52:04 -06:00
background:rgba(20,20,20,.5);
2021-02-09 21:19:20 -06:00
}
#leftInfo{
overflow:hidden;
overflow-y:scroll;
height:200px;
width:200px;
2021-02-09 21:19:20 -06:00
margin:0 auto;
2021-03-01 14:29:23 -06:00
background:rgba(1,1,1,.7);
border: 1px solid #6666;
2021-02-09 21:19:20 -06:00
}
#leftInfo ul {padding:2%;}
2021-02-09 21:19:20 -06:00
#hold{
2021-03-08 14:52:04 -06:00
left:45%;
2021-02-09 21:19:20 -06:00
position:relative;
width:80px;
2021-02-28 12:54:03 -06:00
height:400px;
margin:5px auto;
2021-03-08 14:52:04 -06:00
background: rgba(0,0,0,.8); /*rgba(50,50,50,.5);*/
2021-02-05 03:19:09 -06:00
}
#gameOver{
height:100%;
position: absolute;
2021-02-12 00:37:49 -06:00
right:120px;
left:210px;
2021-02-05 03:19:09 -06:00
background:rgba(0,0,0,.75);
z-index:999;
2021-02-28 01:57:23 -06:00
color:#2f2f2f;
2021-02-05 03:19:09 -06:00
text-align: center;
display: none;
}
#gameOver h1{
margin-top:50%;
}
#gameOver a,#gameOver a:visited{
2021-02-28 01:57:23 -06:00
color:dodgerblue;
2021-02-05 03:19:09 -06:00
text-decoration: none;
}
#gameOver h3{
2021-02-28 11:06:23 -06:00
color:DimGrey;
2021-02-05 03:19:09 -06:00
}
#side{
height:100%;
position: absolute;
2021-02-28 11:06:23 -06:00
top:-10px;
2021-02-05 03:19:09 -06:00
right:0;
left:560px;
2021-02-05 03:19:09 -06:00
text-align: center;
2021-03-01 14:29:23 -06:00
background:rgba(255,255,255,0);
2021-02-05 03:19:09 -06:00
}
#info{
2021-02-28 11:06:23 -06:00
height:700px;
width:210px;
left:210px;
2021-02-05 03:19:09 -06:00
margin:0 auto;
2021-03-08 14:52:04 -06:00
background:rgba(20,20,20,.5);
2021-02-05 03:19:09 -06:00
}
#preview{
width:80px;
2021-02-28 12:54:03 -06:00
height:400px;
2021-02-09 21:19:20 -06:00
top:0px;
2021-02-05 03:19:09 -06:00
margin:10px auto;
2021-03-08 14:52:04 -06:00
background:rgba(0,0,0,.8);
2021-02-05 03:19:09 -06:00
}
2021-02-09 21:19:20 -06:00
2021-02-05 03:19:09 -06:00
#levelInfo{
2021-02-28 11:06:23 -06:00
color:DimGrey;
2021-02-05 03:19:09 -06:00
font-size:18px;
margin:10px 0;
2021-03-01 14:29:23 -06:00
background:rgba(255,255,255,0);
2021-02-05 03:19:09 -06:00
}
#level{
2021-02-28 01:57:23 -06:00
color:dodgerblue;
2021-02-28 11:06:23 -06:00
font-size:18px;
2021-03-01 14:29:23 -06:00
background:rgba(255,255,255,0);;
2021-02-05 03:19:09 -06:00
}
#scoreInfo{
2021-02-28 11:06:23 -06:00
color:DimGrey;
2021-02-05 03:19:09 -06:00
font-size: 18px;
margin-top:0;
2021-03-01 14:29:23 -06:00
background:rgba(255,255,255,0);
2021-02-05 03:19:09 -06:00
}
#score{
2021-02-28 01:57:23 -06:00
color:dodgerblue;
font-family: 'Arial';
2021-03-01 14:29:23 -06:00
background:rgba(255,255,255,0);
2021-02-09 21:19:20 -06:00
2021-02-28 11:06:23 -06:00
}
#linesInfo{
2021-02-09 21:19:20 -06:00
margin-top:0;
2021-02-28 11:06:23 -06:00
visibility: collapse;
2021-02-05 03:19:09 -06:00
}
100% {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
-ms-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
.fadeOutUp {
-webkit-animation-name: fadeOutUp;
animation-name: fadeOutUp;
2021-02-28 11:06:23 -06:00
}
2021-03-01 13:41:00 -06:00
#bg {
2021-02-28 11:06:23 -06:00
-webkit-filter: blur(3px);
2021-03-01 13:41:00 -06:00
filter: blur(0px);
}