browser-go-proto/css/main.css

15 lines
448 B
CSS
Raw Normal View History

2019-08-02 00:10:56 +00:00
* {
2019-07-26 18:02:30 +00:00
box-sizing: border-box;
}
2019-08-02 00:10:56 +00:00
.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
*/
2019-07-26 18:02:30 +00:00
}