browser-go-proto/css/main.css
2019-08-01 17:10:56 -07:00

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
*/
}