blob: a07653c6ced711fd3ba933100cf700c28741c6f3 [file] [log] [blame]
body {
font-size: 18px;
}
table td {
vertical-align: top;
}
#butons button {
font-size: 1.25em;
min-height: 2em;
color: white;
text-decoration: none;
}
button#win {
background-color: green;
}
button#lose {
background-color: red;
}
.victima {
font-size: 24px;
}
#victim_img {
float: left;
width: 200px;
max-width: 100%;
margin-right: 16px;
}
#victim_name {
font-weight: bold;
font-size: 1.5em;
margin-bottom: 8px;
}
#victim_curs_i_grau {
font-size: 1em;
margin-bottom: 16px;
}
@media (max-width: 700px) {
#victim_img {
width: 100px;
}
#victim_name {
font-weight: bold;
font-size: 1.25em;
margin-bottom: 8px;
}
}
.formulari_contrasenya {
padding: 5px 20px;
font-size: 18px;
background-color: rgba(255, 255, 255, 0.8);
border-bottom: solid grey 1px;
display: none;
}