3 @import '../vendor/Ubuntu_googlefont.css';
6 font-family: Ubuntu
, Verdana
, sans-serif
;
19 background-color: #111;
25 @media screen and
(max-height: 450px) {
26 .sidenav {padding-top: 15px;}
30 padding: 6px 8px 6px 16px;
63 margin-left: 200px; /* Same as the width of the sidenav */
68 background-color: #3498db;
69 background-image: linear-gradient
(to bottom
, #3498db, #2980b9);
70 box-shadow: 0px 2px 3px #666666;
74 padding: 10px 20px 10px 20px;
75 text-decoration: none
;
80 background-color: #3cb0fd;
81 background-image: linear-gradient
(to bottom
, #3cb0fd, #3498db);
82 text-decoration: none
;
99 .button-container-horizontal, .button-container-vertical {
103 .button-container-vertical {
106 /* All children except first: margin: 30px */
107 .button-container-horizontal .btn:not(:first-child) {
110 .button-container-vertical .btn {
114 .button-container-vertical .btn:not(:first-child) {
119 background-image: linear-gradient
(to bottom
, #6fa162, #40992e);
121 button
.validate:hover
{
122 background-image: linear-gradient
(to bottom
, #37cc4e, #40c24f);
125 background-image: linear-gradient
(to bottom
, #d93470, #b82b47);
127 button
.cancel:hover
{
128 background-image: linear-gradient
(to bottom
, #fc433c, #d93434);
148 border-collapse: collapse
;
158 border: 1px solid
#ddd;
166 table
.list
tr:not
(.title
) {
167 background-color: #aaa;
169 table
.list
tr:not
(.title
):nth-child
(even
){
170 background-color: #ccc;
172 table
.list
tr:not
(.title
):hover
, table
.ranking
tr:not
(.title
):nth-child
(even
):hover
{
173 background-color: lightyellow
;
193 background-color: lightgreen
;
208 padding-bottom: 10px;
219 .pairing:hover:not(.scored) {
220 background-color: yellow
;
234 #scoreInput table td
{overflow:hidden
;}
236 #scoreInput table
td:nth-of-type
(2) {padding:0 10px;}
237 #scoreInput table
td:nth-of-type
(3) {padding: 0 10px;}
239 #scoreInput table td
> input
{
243 #scoreInput table th
{
244 padding-bottom: 10px;
247 /* Timer (dimensions given in javascript) */
254 background-color: white
;
279 border-collapse: collapse
;
289 border: 1px solid
#ddd;
297 table
.ranking
tr:not
(.title
) {
298 background-color: #aaa;
300 table
.ranking
tr:not
(.title
):nth-child
(even
){
301 background-color: #ccc;
303 table
.ranking
tr:not
(.title
):hover
, table
.ranking
tr:not
(.title
):nth-child
(even
):hover
{
304 background-color: lightyellow
;