blob: 73c2b6a3df27db52dea00ca35c82d182f545b9a6 [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;
49 width: 200px;
50 max-width: 100%;
51 margin-right: 16px;
52}
53
54#victim_name {
55 font-weight: bold;
56 font-size: 1.5em;
57 margin-bottom: 8px;
58}
59
60#victim_curs_i_grau {
61 font-size: 1em;
62 margin-bottom: 16px;
63}
64
65@media (max-width: 700px) {
66 #victim_img {
67 width: 100px;
68 }
69
70 #victim_name {
71 font-weight: bold;
72 font-size: 1.25em;
73 margin-bottom: 8px;
74 }
75}
Andreu4b2fbd92019-09-22 22:30:25 +020076
77.formulari_contrasenya {
78 padding: 5px 20px;
79 font-size: 18px;
80 background-color: rgba(255, 255, 255, 0.8);
81 border-bottom: solid grey 1px;
82 display: none;
83}