dockered
This commit is contained in:
23
django/frontend/static/css/gameOffline.css
Normal file
23
django/frontend/static/css/gameOffline.css
Normal file
@ -0,0 +1,23 @@
|
||||
#gameCanvas {
|
||||
display: block;
|
||||
}
|
||||
|
||||
#up1:active, #down1:active, #up2:active, #down2:active {
|
||||
color: red;
|
||||
}
|
||||
|
||||
#up1, #down1, #up2, #down2 {
|
||||
min-height: 60px;
|
||||
min-width: 60px;
|
||||
|
||||
font-size: 40px;
|
||||
}
|
||||
|
||||
#up1, #down1 {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
#up2, #down2 {
|
||||
position: relative;
|
||||
left: calc(420px - (60px * 3));
|
||||
}
|
Reference in New Issue
Block a user