15 lines
No EOL
448 B
CSS
15 lines
No EOL
448 B
CSS
* {
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.full-screen {
|
|
/* positioning will be absolue */
|
|
/* will take up whole screen */
|
|
/* background will be ~0.5 opacity */
|
|
/* grid-areas
|
|
"game-info *4" <-date, komi, handicap
|
|
"b-player-info*2 w-player-info*2" <- name, rank, rank-certainty
|
|
"record record record options" <- displays numbered record (stretch!), new game, get game record(stretch!)
|
|
pre-game record will display instructions
|
|
*/
|
|
} |