mirror of
https://github.com/YunoHost-Apps/20euros_ynh.git
synced 2024-09-03 18:05:53 +02:00
50 lines
No EOL
547 B
CSS
Executable file
50 lines
No EOL
547 B
CSS
Executable file
/* Global */
|
|
|
|
|
|
|
|
#leaderboardTable {
|
|
background-color: white;
|
|
overflow: auto;
|
|
width: 100%;
|
|
padding: 10px;
|
|
border: 8px solid #424547;
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
#scoreInput {
|
|
width: 68%;
|
|
}
|
|
|
|
#highestscore {
|
|
margin-top: 20px;
|
|
font-size: 14px;
|
|
}
|
|
|
|
/* Presence */
|
|
|
|
#presenceDiv {
|
|
text-align: center;
|
|
}
|
|
|
|
/* Tetris */
|
|
|
|
.tetris-body {
|
|
width: 600px;
|
|
}
|
|
|
|
#canvas0, #canvas1 {
|
|
display: inline-block;
|
|
border: 4px solid #424547;
|
|
}
|
|
|
|
#restartButton {
|
|
margin-top: 5px;
|
|
}
|
|
|
|
#gameInProgress {
|
|
font-size: 14px;
|
|
}
|
|
|
|
.hide {
|
|
display: none;
|
|
} |