6f0544d98192237e5c3577463a5085f052572811
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-image: linear-gradient
(to bottom
, #3498db, #2980b9);
69 box-shadow: 0px 2px 3px #666666;
73 padding: 10px 20px 10px 20px;
74 text-decoration: none
;
79 background-image: linear-gradient
(to bottom
, #3cb0fd, #3498db);
80 text-decoration: none
;
97 .button-container-horizontal, .button-container-vertical {
101 .button-container-vertical {
104 /* All children except first: margin: 30px */
105 .button-container-horizontal .btn:not(:first-child) {
108 .button-container-vertical .btn {
112 .button-container-vertical .btn:not(:first-child) {
117 background-image: linear-gradient
(to bottom
, #6fa162, #40992e);
119 button
.validate:hover
{
120 background-image: linear-gradient
(to bottom
, #37cc4e, #40c24f);
123 background-image: linear-gradient
(to bottom
, #d93470, #b82b47);
125 button
.cancel:hover
{
126 background-image: linear-gradient
(to bottom
, #fc433c, #d93434);
129 button:disabled
, button:disabled:hover
{
130 background-image: linear-gradient
(to bottom
, #aaa, #777);
151 border-collapse: collapse
;
161 border: 1px solid
#ddd;
169 table
.list
tr:not
(.title
) {
170 background-color: #aaa;
172 table
.list
tr:not
(.title
):nth-child
(even
){
173 background-color: #ccc;
175 table
.list
tr:not
(.title
):hover
, table
.ranking
tr:not
(.title
):nth-child
(even
):hover
{
176 background-color: lightyellow
;
196 background-color: lightgreen
;
211 padding-bottom: 10px;
222 .pairing:hover:not(.scored) {
223 background-color: yellow
;
237 #scoreInput table td
{overflow:hidden
;}
239 #scoreInput table
td:nth-of-type
(2) {padding:0 10px;}
240 #scoreInput table
td:nth-of-type
(3) {padding: 0 10px;}
242 #scoreInput table td
> input
{
246 #scoreInput table th
{
247 padding-bottom: 10px;
250 /* Timer (dimensions given in javascript) */
257 background-color: white
;
293 border-collapse: collapse
;
303 border: 1px solid
#ddd;
311 table
.ranking
tr:not
(.title
) {
312 background-color: #aaa;
314 table
.ranking
tr:not
(.title
):nth-child
(even
){
315 background-color: #ccc;
317 table
.ranking
tr:not
(.title
):hover
, table
.ranking
tr:not
(.title
):nth-child
(even
):hover
{
318 background-color: lightyellow
;