blob: a07653c6ced711fd3ba933100cf700c28741c6f3 [file] [log] [blame]
Andreu543e70c2019-09-22 14:08:49 +02001body {
2 font-size: 18px;
Andreu78e5bb02019-09-22 13:38:04 +02003}
4
avm99963db383ed2019-09-22 02:14:42 +02005table td {
6 vertical-align: top;
Andreu Huguet64d065c2019-09-16 14:04:22 +02007}
8
9#butons button {
avm99963db383ed2019-09-22 02:14:42 +020010 font-size: 1.25em;
11 min-height: 2em;
Andreu Huguet64d065c2019-09-16 14:04:22 +020012 color: white;
13 text-decoration: none;
14}
15
16button#win {
17 background-color: green;
18}
19
20button#lose {
21 background-color: red;
Andreuabbcb7e2019-09-21 18:22:14 +020022}
avm99963db383ed2019-09-22 02:14:42 +020023
24.victima {
25 font-size: 24px;
26}
27
28#victim_img {
29 float: left;
30 width: 200px;
31 max-width: 100%;
32 margin-right: 16px;
33}
34
35#victim_name {
36 font-weight: bold;
37 font-size: 1.5em;
38 margin-bottom: 8px;
39}
40
41#victim_curs_i_grau {
42 font-size: 1em;
43 margin-bottom: 16px;
44}
45
46@media (max-width: 700px) {
47 #victim_img {
48 width: 100px;
49 }
50
51 #victim_name {
52 font-weight: bold;
53 font-size: 1.25em;
54 margin-bottom: 8px;
55 }
56}
Andreu4b2fbd92019-09-22 22:30:25 +020057
58.formulari_contrasenya {
59 padding: 5px 20px;
60 font-size: 18px;
61 background-color: rgba(255, 255, 255, 0.8);
62 border-bottom: solid grey 1px;
63 display: none;
64}