blob: 0025f4d515d0e97a5acb5b6d1974a1a69f725589 [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
Andreu Huguet0943ffc2020-09-15 17:29:12 +020053.grid-container {
54 display: grid;
55 grid-template-columns: auto auto auto;
56 background-image: url(https://www.istockphoto.com/resources/images/PhotoFTLP/Signature-1205756464.jpg);
57 background-size: cover;
58 height: 100px;
59 width: 100px;
60}
61
62.black {
Andreu Huguet97d5af12020-09-15 17:35:35 +020063 background-color: black;
Andreu779c3b72019-09-24 03:14:35 +020064}
65
avm99963db383ed2019-09-22 02:14:42 +020066#victim_name {
67 font-weight: bold;
68 font-size: 1.5em;
69 margin-bottom: 8px;
70}
71
72#victim_curs_i_grau {
73 font-size: 1em;
74 margin-bottom: 16px;
75}
76
77@media (max-width: 700px) {
78 #victim_img {
79 width: 100px;
80 }
81
82 #victim_name {
83 font-weight: bold;
84 font-size: 1.25em;
85 margin-bottom: 8px;
86 }
87}
Andreu4b2fbd92019-09-22 22:30:25 +020088
89.formulari_contrasenya {
90 padding: 5px 20px;
91 font-size: 18px;
92 background-color: rgba(255, 255, 255, 0.8);
93 border-bottom: solid grey 1px;
94 display: none;
95}
Andreu Huguet43de5282020-09-15 19:52:49 +020096
Andreu Huguetd36e5852020-09-15 20:00:55 +020097.msg-content {
Adrià Vilanova Martínez30e64952022-11-20 01:17:44 +010098 font-size: 16px;
Andreu Huguetd36e5852020-09-15 20:00:55 +020099}
Andreu Huguet43de5282020-09-15 19:52:49 +0200100
101.meta-data {
Adrià Vilanova Martínez30e64952022-11-20 01:17:44 +0100102 font-size: 12px;
Andreu Huguet43de5282020-09-15 19:52:49 +0200103}
104
105.seen {
106 padding-left: 5px;
107}
Andreu Huguetd36e5852020-09-15 20:00:55 +0200108
109.from-me {
110 text-align: right;
111}