blob: 7e9065ee351189e017bb3ae754151774a2c77758 [file] [log] [blame]
Andreu543e70c2019-09-22 14:08:49 +02001body {
2 font-size: 18px;
Andreu78e5bb02019-09-22 13:38:04 +02003}
4
Andreu0d0f9fd2019-09-23 03:56:08 +02005.goback {
6 font-size: 14px;
7 font-family: 'Open Sans';
8 float: right;
9 text-decoration: none;
10}
11
12#inner-container {
13 padding-bottom: 50px;
14}
15
avm99963db383ed2019-09-22 02:14:42 +020016table td {
17 vertical-align: top;
Andreu Huguet64d065c2019-09-16 14:04:22 +020018}
19
Andreu0d0f9fd2019-09-23 03:56:08 +020020td.table_text {
21 padding-left: 10px;
22}
23
24td.table_img {
25 padding-top: 10px;
26}
27
Andreu Huguet64d065c2019-09-16 14:04:22 +020028#butons button {
avm99963db383ed2019-09-22 02:14:42 +020029 font-size: 1.25em;
30 min-height: 2em;
Andreu Huguet64d065c2019-09-16 14:04:22 +020031 color: white;
32 text-decoration: none;
33}
34
35button#win {
36 background-color: green;
37}
38
39button#lose {
40 background-color: red;
Andreuabbcb7e2019-09-21 18:22:14 +020041}
avm99963db383ed2019-09-22 02:14:42 +020042
43.victima {
44 font-size: 24px;
45}
46
47#victim_img {
48 float: left;
avm99963db383ed2019-09-22 02:14:42 +020049 max-width: 100%;
50 margin-right: 16px;
51}
52
Andreu779c3b72019-09-24 03:14:35 +020053img.black {
54 filter: brightness(0%);
55}
56
avm99963db383ed2019-09-22 02:14:42 +020057#victim_name {
58 font-weight: bold;
59 font-size: 1.5em;
60 margin-bottom: 8px;
61}
62
63#victim_curs_i_grau {
64 font-size: 1em;
65 margin-bottom: 16px;
66}
67
68@media (max-width: 700px) {
69 #victim_img {
70 width: 100px;
71 }
72
73 #victim_name {
74 font-weight: bold;
75 font-size: 1.25em;
76 margin-bottom: 8px;
77 }
78}
Andreu4b2fbd92019-09-22 22:30:25 +020079
80.formulari_contrasenya {
81 padding: 5px 20px;
82 font-size: 18px;
83 background-color: rgba(255, 255, 255, 0.8);
84 border-bottom: solid grey 1px;
85 display: none;
86}