blob: 35d80b1117a53017f18a86cc14b5e4cca05f1123 [file] [log] [blame]
avm99963db383ed2019-09-22 02:14:42 +02001table td {
2 vertical-align: top;
Andreu Huguet64d065c2019-09-16 14:04:22 +02003}
4
5#butons button {
avm99963db383ed2019-09-22 02:14:42 +02006 font-size: 1.25em;
7 min-height: 2em;
Andreu Huguet64d065c2019-09-16 14:04:22 +02008 color: white;
9 text-decoration: none;
10}
11
12button#win {
13 background-color: green;
14}
15
16button#lose {
17 background-color: red;
Andreuabbcb7e2019-09-21 18:22:14 +020018}
avm99963db383ed2019-09-22 02:14:42 +020019
20.victima {
21 font-size: 24px;
22}
23
24#victim_img {
25 float: left;
26 width: 200px;
27 max-width: 100%;
28 margin-right: 16px;
29}
30
31#victim_name {
32 font-weight: bold;
33 font-size: 1.5em;
34 margin-bottom: 8px;
35}
36
37#victim_curs_i_grau {
38 font-size: 1em;
39 margin-bottom: 16px;
40}
41
42@media (max-width: 700px) {
43 #victim_img {
44 width: 100px;
45 }
46
47 #victim_name {
48 font-weight: bold;
49 font-size: 1.25em;
50 margin-bottom: 8px;
51 }
52}