2020-10-11 22:16:00 +02:00
|
|
|
@import url(fonts.css);
|
|
|
|
header {
|
|
|
|
display: flex;
|
|
|
|
align-content: stretch;
|
|
|
|
background-color: #6bb8c4;
|
|
|
|
color: #f6fbfd;
|
2020-11-22 13:34:01 +01:00
|
|
|
padding: 0 30px;
|
2020-12-27 00:07:09 +01:00
|
|
|
gap: 20px;
|
2020-11-22 13:34:01 +01:00
|
|
|
border-bottom: 4px solid #51808c; }
|
2020-12-27 00:07:09 +01:00
|
|
|
@media (max-width: 800px) {
|
|
|
|
header {
|
|
|
|
padding: 0 10px;
|
|
|
|
flex-direction: column;
|
|
|
|
gap: 0; } }
|
|
|
|
@media (max-width: 500px) {
|
|
|
|
header {
|
|
|
|
padding: 0; } }
|
2020-10-11 22:16:00 +02:00
|
|
|
header h1 {
|
2020-12-27 00:07:09 +01:00
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
2020-11-22 13:34:01 +01:00
|
|
|
margin: 0;
|
2020-12-27 00:07:09 +01:00
|
|
|
padding: 5px 20px;
|
2020-11-22 13:34:01 +01:00
|
|
|
color: #f6fbfd;
|
2020-12-13 00:12:06 +01:00
|
|
|
font-size: 1em; }
|
2020-12-27 00:07:09 +01:00
|
|
|
@media (max-width: 700px) {
|
|
|
|
header h1 {
|
|
|
|
font-size: 1.25em; } }
|
|
|
|
header #mobile_nav_trigger {
|
|
|
|
display: none;
|
|
|
|
text-align: center;
|
|
|
|
border-top: 4px solid #51808c;
|
|
|
|
padding: 5px 10px; }
|
2020-10-11 22:16:00 +02:00
|
|
|
header nav {
|
|
|
|
display: flex;
|
2020-12-27 00:07:09 +01:00
|
|
|
justify-content: space-between;
|
|
|
|
flex: 1 1 auto; }
|
|
|
|
@media (max-width: 500px) {
|
|
|
|
header nav {
|
|
|
|
flex-direction: column; } }
|
|
|
|
header nav div {
|
|
|
|
display: flex; }
|
|
|
|
@media (max-width: 500px) {
|
|
|
|
header nav div {
|
|
|
|
flex-direction: column; } }
|
|
|
|
header .links {
|
|
|
|
display: flex;
|
|
|
|
flex: 1 0 auto; }
|
2020-11-22 13:34:01 +01:00
|
|
|
header a {
|
2020-12-27 00:07:09 +01:00
|
|
|
display: flex;
|
|
|
|
padding: 10px 20px; }
|
|
|
|
header a, header #mobile_nav_trigger {
|
|
|
|
align-items: center;
|
2020-10-11 22:16:00 +02:00
|
|
|
margin: 0;
|
|
|
|
border-radius: 0;
|
|
|
|
color: #f6fbfd;
|
|
|
|
text-decoration: none; }
|
2020-12-27 00:07:09 +01:00
|
|
|
header a:hover, header #mobile_nav_trigger:hover {
|
2020-10-11 22:16:00 +02:00
|
|
|
background-color: #48a6b4;
|
2020-12-13 00:12:06 +01:00
|
|
|
color: #1e464c; }
|
2020-12-27 00:07:09 +01:00
|
|
|
header a.current, header #mobile_nav_trigger.current {
|
2020-10-11 22:16:00 +02:00
|
|
|
background-color: #51808c; }
|
2020-12-27 00:07:09 +01:00
|
|
|
header a:focus, header #mobile_nav_trigger:focus {
|
2020-10-11 22:16:00 +02:00
|
|
|
background-color: #48a6b4;
|
2020-11-22 13:34:01 +01:00
|
|
|
box-shadow: none;
|
2020-12-13 00:12:06 +01:00
|
|
|
color: #1e464c; }
|
2020-12-27 00:07:09 +01:00
|
|
|
header #account {
|
|
|
|
flex-direction: row;
|
|
|
|
justify-content: end; }
|
|
|
|
header #account a {
|
|
|
|
padding: 10px; }
|
|
|
|
header #account .username {
|
|
|
|
font-size: 0.7em; }
|
2020-10-11 22:16:00 +02:00
|
|
|
|
|
|
|
form {
|
|
|
|
display: flex;
|
|
|
|
align-items: stretch;
|
|
|
|
flex-direction: column; }
|
2020-12-29 20:22:36 +01:00
|
|
|
form p {
|
|
|
|
margin: 5px 0;
|
|
|
|
width: 100%; }
|
|
|
|
form button {
|
|
|
|
margin: 10px 0; }
|
2020-10-11 22:16:00 +02:00
|
|
|
form .errorlist {
|
|
|
|
list-style-type: none;
|
2020-12-29 20:22:36 +01:00
|
|
|
margin: 5px 0 0 0;
|
2020-10-11 22:16:00 +02:00
|
|
|
padding: 0;
|
|
|
|
font-size: 0.7em; }
|
|
|
|
form .errorlist li {
|
|
|
|
border-radius: 10px;
|
|
|
|
padding: 10px;
|
2020-12-13 00:12:06 +01:00
|
|
|
border: 1px solid #ff79a3;
|
|
|
|
background-color: #ffdfe9;
|
2020-12-29 20:22:36 +01:00
|
|
|
border-bottom: none;
|
|
|
|
border-radius: 0; }
|
|
|
|
form .errorlist :first-child {
|
|
|
|
border-radius: 10px 10px 0 0; }
|
|
|
|
form .errorlist.nonfield {
|
|
|
|
margin: 0 0 10px; }
|
|
|
|
form .errorlist.nonfield :last-child {
|
|
|
|
border-bottom-left-radius: 10px;
|
|
|
|
border-bottom-right-radius: 10px;
|
|
|
|
border-bottom: 1px solid #ff79a3; }
|
|
|
|
form .errorfield {
|
|
|
|
padding: 10px;
|
|
|
|
border: solid 1px #ff79a3;
|
|
|
|
border-radius: 0 0 10px 10px;
|
|
|
|
margin-top: 0; }
|
2020-10-11 22:16:00 +02:00
|
|
|
|
|
|
|
.helptext {
|
2020-12-20 01:10:02 +01:00
|
|
|
display: block;
|
2020-10-11 22:16:00 +02:00
|
|
|
font-size: 0.7em;
|
|
|
|
color: rgba(37, 15, 45, 0.65); }
|
|
|
|
|
2020-12-29 20:22:36 +01:00
|
|
|
.requiredfield label::after {
|
|
|
|
content: " *";
|
|
|
|
color: #51808c;
|
|
|
|
vertical-align: text-top;
|
|
|
|
font-size: 0.7em; }
|
|
|
|
|
|
|
|
input, select, textarea {
|
2020-10-11 22:16:00 +02:00
|
|
|
display: block;
|
|
|
|
width: 100%;
|
|
|
|
font: inherit;
|
|
|
|
font-size: 0.9em;
|
|
|
|
color: black; }
|
|
|
|
|
|
|
|
input[type="text"],
|
|
|
|
input[type="email"],
|
2020-12-13 00:12:06 +01:00
|
|
|
input[type="password"],
|
|
|
|
input[type="search"],
|
2020-12-29 20:22:36 +01:00
|
|
|
input[type="url"],
|
|
|
|
input[type="number"],
|
|
|
|
select[multiple],
|
2020-12-13 00:12:06 +01:00
|
|
|
textarea {
|
2020-10-11 22:16:00 +02:00
|
|
|
background-color: white;
|
|
|
|
border: solid 1px rgba(37, 15, 45, 0.65);
|
|
|
|
padding: 5px 10px;
|
2020-12-13 00:12:06 +01:00
|
|
|
border-radius: 5px;
|
2020-10-11 22:16:00 +02:00
|
|
|
box-shadow: none; }
|
|
|
|
input[type="text"]:optional,
|
|
|
|
input[type="email"]:optional,
|
2020-12-13 00:12:06 +01:00
|
|
|
input[type="password"]:optional,
|
|
|
|
input[type="search"]:optional,
|
2020-12-29 20:22:36 +01:00
|
|
|
input[type="url"]:optional,
|
|
|
|
input[type="number"]:optional,
|
|
|
|
select[multiple]:optional,
|
2020-12-13 00:12:06 +01:00
|
|
|
textarea:optional {
|
2020-10-11 22:16:00 +02:00
|
|
|
border-color: rgba(37, 15, 45, 0.4); }
|
|
|
|
input[type="text"]:focus,
|
|
|
|
input[type="email"]:focus,
|
2020-12-13 00:12:06 +01:00
|
|
|
input[type="password"]:focus,
|
|
|
|
input[type="search"]:focus,
|
2020-12-29 20:22:36 +01:00
|
|
|
input[type="url"]:focus,
|
|
|
|
input[type="number"]:focus,
|
|
|
|
select[multiple]:focus,
|
2020-12-13 00:12:06 +01:00
|
|
|
textarea:focus {
|
2020-10-11 22:16:00 +02:00
|
|
|
border-color: #6bb8c4;
|
|
|
|
box-shadow: 0 0 1.5px 1px #6bb8c4; }
|
|
|
|
input[type="text"]:-moz-ui-invalid,
|
|
|
|
input[type="email"]:-moz-ui-invalid,
|
2020-12-13 00:12:06 +01:00
|
|
|
input[type="password"]:-moz-ui-invalid,
|
|
|
|
input[type="search"]:-moz-ui-invalid,
|
2020-12-29 20:22:36 +01:00
|
|
|
input[type="url"]:-moz-ui-invalid,
|
|
|
|
input[type="number"]:-moz-ui-invalid,
|
|
|
|
select[multiple]:-moz-ui-invalid,
|
2020-12-13 00:12:06 +01:00
|
|
|
textarea:-moz-ui-invalid {
|
|
|
|
border-color: #ff79a3;
|
|
|
|
box-shadow: 0 0 1.5px 1px #ff79a3; }
|
|
|
|
|
|
|
|
textarea {
|
|
|
|
font-family: "Open Sans";
|
|
|
|
font-size: 1em;
|
|
|
|
resize: vertical;
|
|
|
|
min-height: 120px; }
|
2020-10-11 22:16:00 +02:00
|
|
|
|
|
|
|
input[type="checkbox"],
|
|
|
|
input[type="radio"] {
|
|
|
|
width: auto;
|
|
|
|
margin: 5px 10px; }
|
|
|
|
|
|
|
|
input[type="submit"] {
|
|
|
|
display: block;
|
|
|
|
text-decoration: none;
|
|
|
|
text-align: center;
|
2020-12-13 00:12:06 +01:00
|
|
|
color: #250f2d;
|
2020-10-11 22:16:00 +02:00
|
|
|
border-radius: 10px;
|
|
|
|
padding: 10px;
|
|
|
|
border: 1px solid #51808c;
|
2020-12-13 00:12:06 +01:00
|
|
|
background-color: #c9dbe0; }
|
2020-10-11 22:16:00 +02:00
|
|
|
input[type="submit"]:hover {
|
|
|
|
background-color: #a9c6cd; }
|
|
|
|
input[type="submit"]:focus {
|
|
|
|
background-color: #89b0ba;
|
|
|
|
box-shadow: 0 0 1.5px 1px #6bb8c4; }
|
|
|
|
|
|
|
|
select {
|
|
|
|
-webkit-appearance: none;
|
2020-12-29 20:22:36 +01:00
|
|
|
appearance: none; }
|
|
|
|
select:not([multiple]) {
|
|
|
|
display: block;
|
|
|
|
text-decoration: none;
|
|
|
|
text-align: center;
|
|
|
|
color: #250f2d;
|
|
|
|
border-radius: 10px;
|
|
|
|
padding: 10px;
|
|
|
|
border: 1px solid #51808c;
|
|
|
|
background-color: #c9dbe0;
|
|
|
|
margin: 0;
|
|
|
|
padding: 5px 25px 5px 10px;
|
|
|
|
border-radius: 5px;
|
|
|
|
text-align: left;
|
|
|
|
background-image: url("/static/img/select_arrow.svg");
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: right .7em top 50%, 0 0;
|
|
|
|
background-size: .65em auto, 100%; }
|
|
|
|
select:not([multiple]):hover {
|
|
|
|
background-color: #a9c6cd; }
|
|
|
|
select:not([multiple]):focus {
|
|
|
|
background-color: #89b0ba;
|
|
|
|
box-shadow: 0 0 1.5px 1px #6bb8c4; }
|
|
|
|
select[multiple] {
|
|
|
|
padding: 0; }
|
|
|
|
select[multiple] option {
|
|
|
|
color: black;
|
|
|
|
background-color: #e9f1f3;
|
|
|
|
padding: 2px 10px; }
|
|
|
|
select[multiple] option:hover {
|
|
|
|
background-color: #a9c6cd; }
|
2020-10-11 22:16:00 +02:00
|
|
|
|
2020-11-28 00:33:33 +01:00
|
|
|
form.search {
|
2020-12-13 00:12:06 +01:00
|
|
|
flex-direction: row; }
|
|
|
|
form.search input[type="search"] {
|
|
|
|
border-radius: 5px 0 0 5px;
|
|
|
|
border-right: 0; }
|
2020-11-28 00:33:33 +01:00
|
|
|
form.search button {
|
2020-12-13 00:12:06 +01:00
|
|
|
margin: 0;
|
|
|
|
border-radius: 0 10px 10px 0; }
|
|
|
|
|
|
|
|
form.comment {
|
2020-12-20 01:10:02 +01:00
|
|
|
padding: 0;
|
|
|
|
border: none; }
|
2020-12-13 00:12:06 +01:00
|
|
|
form.comment textarea {
|
|
|
|
border-radius: 10px 10px 0 0;
|
|
|
|
border-bottom: none;
|
|
|
|
margin: 0; }
|
|
|
|
form.comment button {
|
|
|
|
border-radius: 0 0 10px 10px;
|
2020-11-28 00:33:33 +01:00
|
|
|
margin: 0; }
|
2020-10-11 22:16:00 +02:00
|
|
|
|
2020-12-20 01:10:02 +01:00
|
|
|
form#edited_comment .meta {
|
|
|
|
padding: 10px;
|
|
|
|
padding-bottom: 5px;
|
|
|
|
border-radius: 10px 10px 0 0;
|
|
|
|
border: 1px solid rgba(107, 184, 196, 0.75);
|
|
|
|
border-bottom: none; }
|
|
|
|
|
|
|
|
form#edited_comment textarea {
|
|
|
|
border-radius: 0; }
|
|
|
|
|
2020-10-11 22:16:00 +02:00
|
|
|
html {
|
|
|
|
box-sizing: border-box; }
|
|
|
|
|
|
|
|
*, *:before, *:after {
|
|
|
|
box-sizing: inherit; }
|
|
|
|
|
|
|
|
body {
|
|
|
|
background-color: #f6fbfd;
|
|
|
|
font-size: 16pt;
|
|
|
|
font-family: "Open Sans";
|
|
|
|
color: #250f2d;
|
|
|
|
margin: 0;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
min-height: 100vh;
|
|
|
|
width: 100%; }
|
|
|
|
@media (max-width: 700px) {
|
|
|
|
body {
|
|
|
|
font-size: 12pt; } }
|
|
|
|
|
|
|
|
main {
|
2020-12-18 21:20:59 +01:00
|
|
|
max-width: 850px;
|
|
|
|
width: 100%;
|
|
|
|
padding: 20px 40px;
|
|
|
|
margin: 0 auto 50px;
|
|
|
|
text-align: justify;
|
2020-10-11 22:16:00 +02:00
|
|
|
flex: 1 0 auto; }
|
2020-12-18 21:20:59 +01:00
|
|
|
@media (max-width: 700px) {
|
|
|
|
main {
|
|
|
|
padding: 15px 30px; } }
|
|
|
|
main.small_page {
|
|
|
|
max-width: 550px; }
|
2020-10-11 22:16:00 +02:00
|
|
|
|
|
|
|
footer {
|
|
|
|
background-color: #6bb8c4;
|
2020-12-13 00:12:06 +01:00
|
|
|
font-size: 0.7em;
|
2020-10-11 22:16:00 +02:00
|
|
|
text-align: center;
|
|
|
|
padding: 10px; }
|
|
|
|
|
2020-11-22 13:34:01 +01:00
|
|
|
h1 {
|
|
|
|
font-size: 1.5em;
|
|
|
|
font-weight: bold; }
|
|
|
|
|
2020-12-13 00:12:06 +01:00
|
|
|
h2 {
|
|
|
|
font-size: 1.25em;
|
|
|
|
font-weight: bold; }
|
|
|
|
|
|
|
|
h3 {
|
|
|
|
font-size: 1em;
|
|
|
|
font-weight: bold; }
|
|
|
|
|
2020-10-11 22:16:00 +02:00
|
|
|
a {
|
2020-12-13 00:12:06 +01:00
|
|
|
text-decoration: underline #c9dbe0;
|
|
|
|
color: #1e464c;
|
2020-10-11 22:16:00 +02:00
|
|
|
border-radius: 3px; }
|
|
|
|
a:hover {
|
2020-12-13 00:12:06 +01:00
|
|
|
text-decoration-color: #1e464c; }
|
2020-10-11 22:16:00 +02:00
|
|
|
|
|
|
|
:focus {
|
|
|
|
outline: none;
|
2020-12-13 00:12:06 +01:00
|
|
|
box-shadow: 0 0 1.5px 1px #1e464c; }
|
2020-10-11 22:16:00 +02:00
|
|
|
|
|
|
|
::-moz-focus-inner {
|
|
|
|
border: none; }
|
|
|
|
|
|
|
|
em {
|
|
|
|
font-style: italic;
|
|
|
|
font-weight: normal; }
|
|
|
|
|
|
|
|
hr {
|
|
|
|
border: 1px solid #c9dbe0;
|
|
|
|
margin: 30px 60px; }
|
|
|
|
|
2020-12-20 01:10:02 +01:00
|
|
|
ul, ol {
|
|
|
|
padding: 0;
|
|
|
|
list-style-position: inside; }
|
|
|
|
|
2020-12-29 20:22:36 +01:00
|
|
|
button, .button {
|
2020-10-11 22:16:00 +02:00
|
|
|
display: block;
|
|
|
|
text-decoration: none;
|
|
|
|
text-align: center;
|
2020-12-13 00:12:06 +01:00
|
|
|
color: #250f2d;
|
2020-10-11 22:16:00 +02:00
|
|
|
border-radius: 10px;
|
|
|
|
padding: 10px;
|
|
|
|
border: 1px solid #51808c;
|
|
|
|
background-color: #c9dbe0;
|
2020-12-29 20:22:36 +01:00
|
|
|
font: inherit;
|
|
|
|
margin: 20px 0; }
|
|
|
|
button:hover, .button:hover {
|
2020-10-11 22:16:00 +02:00
|
|
|
background-color: #a9c6cd; }
|
2020-12-29 20:22:36 +01:00
|
|
|
button:focus, .button:focus {
|
2020-10-11 22:16:00 +02:00
|
|
|
background-color: #89b0ba;
|
|
|
|
box-shadow: 0 0 1.5px 1px #6bb8c4; }
|
2020-12-29 20:22:36 +01:00
|
|
|
button .helptext, .button .helptext {
|
2020-10-11 22:16:00 +02:00
|
|
|
margin: 0; }
|
|
|
|
|
|
|
|
.messages {
|
|
|
|
list-style-type: none;
|
|
|
|
margin: 10px 0;
|
|
|
|
padding: 0;
|
|
|
|
font-size: 0.8em; }
|
|
|
|
.messages li {
|
|
|
|
margin: 8px 0; }
|
|
|
|
|
|
|
|
.error {
|
|
|
|
border-radius: 10px;
|
|
|
|
padding: 10px;
|
2020-12-13 00:12:06 +01:00
|
|
|
border: 1px solid #ff79a3;
|
|
|
|
background-color: #ffdfe9; }
|
2020-10-11 22:16:00 +02:00
|
|
|
|
|
|
|
.info {
|
|
|
|
border-radius: 10px;
|
|
|
|
padding: 10px;
|
2020-12-13 00:12:06 +01:00
|
|
|
border: 1px solid #7d79ff;
|
|
|
|
background-color: #e0dfff; }
|
2020-10-11 22:16:00 +02:00
|
|
|
|
|
|
|
.warning {
|
|
|
|
border-radius: 10px;
|
|
|
|
padding: 10px;
|
2020-12-13 00:12:06 +01:00
|
|
|
border: 1px solid #ffd255;
|
|
|
|
background-color: #ffedbb; }
|
2020-10-11 22:16:00 +02:00
|
|
|
|
|
|
|
.success {
|
|
|
|
border-radius: 10px;
|
|
|
|
padding: 10px;
|
2020-12-13 00:12:06 +01:00
|
|
|
border: 1px solid #84ff72;
|
|
|
|
background-color: #ddffd8; }
|
2020-10-11 22:16:00 +02:00
|
|
|
|
|
|
|
.antispam {
|
|
|
|
unicode-bidi: bidi-override;
|
|
|
|
direction: rtl; }
|
|
|
|
|
|
|
|
table {
|
|
|
|
border-collapse: collapse;
|
|
|
|
width: 100%;
|
|
|
|
border: 2px solid #51808c; }
|
|
|
|
table td, table th {
|
|
|
|
border: 1px solid #51808c;
|
|
|
|
padding: 5px;
|
|
|
|
text-align: left; }
|
|
|
|
table th {
|
|
|
|
border-bottom-width: 2px; }
|
|
|
|
|
|
|
|
iframe {
|
|
|
|
width: 100%;
|
|
|
|
height: 400px;
|
|
|
|
border: 2px solid #51808c; }
|
|
|
|
|
2020-11-22 13:34:01 +01:00
|
|
|
/*.indexbar {
|
|
|
|
width: 100%;
|
2020-10-11 22:16:00 +02:00
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: stretch;
|
|
|
|
|
2020-11-22 13:34:01 +01:00
|
|
|
a {
|
|
|
|
text-align: center;
|
|
|
|
flex: 1 1 0;
|
|
|
|
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: stretch;
|
|
|
|
|
|
|
|
color: $indexbar_text_color;
|
|
|
|
text-decoration: none;
|
|
|
|
|
|
|
|
border-radius: 0;
|
|
|
|
|
|
|
|
span {
|
|
|
|
margin: auto 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
&:first-child {
|
|
|
|
border-radius: 1ex 0 0 1ex;
|
|
|
|
}
|
|
|
|
&:nth-child(odd) {
|
|
|
|
background-color: $indexbar_bg_color_1;
|
|
|
|
}
|
|
|
|
&:nth-child(even) {
|
|
|
|
background-color: $indexbar_bg_color_2;
|
|
|
|
}
|
|
|
|
&:last-child {
|
|
|
|
border-radius: 0 1ex 1ex 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}*/
|
2020-10-11 22:16:00 +02:00
|
|
|
#game_infos {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
2020-12-29 20:22:36 +01:00
|
|
|
justify-content: space-between;
|
2020-10-11 22:16:00 +02:00
|
|
|
gap: 20px; }
|
|
|
|
@media (max-width: 500px) {
|
|
|
|
#game_infos {
|
|
|
|
flex-direction: column; } }
|
|
|
|
#game_infos img {
|
2020-11-22 19:01:21 +01:00
|
|
|
width: 50%;
|
2020-12-29 20:22:36 +01:00
|
|
|
max-height: 20em;
|
|
|
|
object-fit: contain;
|
|
|
|
background-color: white;
|
2020-10-11 22:16:00 +02:00
|
|
|
border: solid rgba(107, 184, 196, 0.75);
|
|
|
|
border-radius: 10px; }
|
2020-11-22 19:01:21 +01:00
|
|
|
@media (max-width: 500px) {
|
|
|
|
#game_infos img {
|
|
|
|
width: 75%; } }
|
2020-10-11 22:16:00 +02:00
|
|
|
#game_infos #details {
|
|
|
|
flex: 1 0 auto;
|
|
|
|
text-align: left;
|
|
|
|
max-width: 50%; }
|
|
|
|
@media (max-width: 500px) {
|
|
|
|
#game_infos #details {
|
|
|
|
max-width: 100%; } }
|
|
|
|
#game_infos #details p {
|
|
|
|
margin: 1ex; }
|
|
|
|
#game_infos #details hr {
|
|
|
|
margin: 1ex; }
|
2020-11-28 00:33:33 +01:00
|
|
|
|
2020-12-18 19:30:09 +01:00
|
|
|
a.inventory_item {
|
2020-12-13 00:12:06 +01:00
|
|
|
display: block;
|
|
|
|
padding: 15px;
|
|
|
|
margin: 10px 5px;
|
|
|
|
border-radius: 10px;
|
|
|
|
border: 1px solid transparent;
|
|
|
|
text-decoration: none; }
|
2020-12-18 19:30:09 +01:00
|
|
|
a.inventory_item .title {
|
2020-12-13 00:12:06 +01:00
|
|
|
text-decoration: underline #c9dbe0; }
|
2020-12-18 19:30:09 +01:00
|
|
|
a.inventory_item .details {
|
2020-12-13 00:12:06 +01:00
|
|
|
font-size: 0.7em;
|
|
|
|
display: flex;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
margin: 5px;
|
|
|
|
gap: 5px 20px; }
|
2020-12-18 19:30:09 +01:00
|
|
|
a.inventory_item:hover {
|
2020-12-13 00:12:06 +01:00
|
|
|
border-color: #51808c;
|
|
|
|
background-color: white; }
|
2020-12-18 19:30:09 +01:00
|
|
|
a.inventory_item:hover .title {
|
2020-12-13 00:12:06 +01:00
|
|
|
text-decoration-color: currentColor; }
|
2020-12-18 19:30:09 +01:00
|
|
|
a.inventory_item:focus {
|
2020-12-13 00:12:06 +01:00
|
|
|
border-color: #51808c;
|
|
|
|
background-color: white;
|
|
|
|
box-shadow: 0 0 1.5px 1px #6bb8c4; }
|
|
|
|
|
2020-12-20 01:10:02 +01:00
|
|
|
.comment {
|
2020-12-13 00:12:06 +01:00
|
|
|
border-radius: 10px;
|
|
|
|
padding: 10px;
|
|
|
|
border: 1px solid rgba(107, 184, 196, 0.75);
|
|
|
|
background-color: white;
|
|
|
|
margin: 1em 0;
|
|
|
|
font-size: 0.7em; }
|
2020-12-20 01:10:02 +01:00
|
|
|
.comment .author {
|
2020-12-13 00:12:06 +01:00
|
|
|
font-weight: bold; }
|
2020-12-20 01:10:02 +01:00
|
|
|
.comment .date {
|
2020-12-13 00:12:06 +01:00
|
|
|
font-size: 0.7em; }
|
2020-12-20 01:10:02 +01:00
|
|
|
.comment p {
|
2020-12-13 00:12:06 +01:00
|
|
|
margin: 0.5em; }
|