lila/public/stylesheets/coordinate.css

60 lines
1.2 KiB
CSS
Raw Normal View History

2014-05-04 05:53:48 -06:00
#trainer .lichess_board {
display: none;
2014-05-04 06:36:33 -06:00
border: 1px solid #c0c0c0;
2014-05-04 05:53:48 -06:00
}
#trainer.white .white .lichess_board,
#trainer.black .black .lichess_board {
display: block;
}
#trainer.play div.lcs:hover {
2014-05-03 17:45:14 -06:00
cursor: pointer;
2014-05-04 05:53:48 -06:00
box-shadow: inset 0 0 10px 2px rgba(216, 85, 0, 0.9);
}
#trainer .progress_bar_container {
margin: 10px 0 10px 0;
2014-05-04 06:36:33 -06:00
width: 514px;
2014-05-04 05:53:48 -06:00
height: 10px;
2014-05-03 17:45:14 -06:00
}
2014-05-04 05:53:48 -06:00
#trainer .progress_bar {
width: 100%;
2014-05-03 17:45:14 -06:00
height: 10px;
background-color: #759900;
2014-05-04 05:53:48 -06:00
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.12) inset;
}
#trainer .coord {
font-size: 120px;
font-family: monospace;
text-transform: uppercase;
2014-05-03 17:45:14 -06:00
}
2014-05-04 05:53:48 -06:00
#trainer .start {
font-size: 30px;
}
#trainer .score_container {
2014-05-03 17:45:14 -06:00
width: 512px;
text-align: center;
2014-05-04 05:53:48 -06:00
}
#trainer strong.score {
2014-05-03 17:45:14 -06:00
font-family: monospace;
2014-05-04 05:53:48 -06:00
font-size: 70px;
display: block;
margin: auto;
width: 110px;
height: 110px;
line-height: 110px;
color: #fff;
background-color: #759900;
border-radius: 100px;
}
#trainer.wrong .progress_bar, #trainer.wrong strong.score {
background-color: #ac524f;
}
#trainer.play .start,
#trainer .coord,
#trainer .score_container,
#trainer.play form.color {
display: none;
}
#trainer.play .coord {
display: block;
2014-05-03 17:45:14 -06:00
}