2021-11-05 16:55:19 +01:00
|
|
|
body {
|
2022-02-16 17:00:29 +01:00
|
|
|
padding-top: 0rem;
|
2021-11-05 16:55:19 +01:00
|
|
|
padding-bottom: 3rem;
|
|
|
|
|
color: #5a5a5a;
|
2022-01-10 11:23:24 +01:00
|
|
|
background-color: #e8eaf6;
|
2021-11-05 16:55:19 +01:00
|
|
|
line-height: 1.6;
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.featurette-divider {
|
|
|
|
|
margin: 5rem 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#page-title {
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
blockquote.blockquote {
|
|
|
|
|
border-left: 6px solid #3131e0;
|
|
|
|
|
border-radius: 6px;
|
|
|
|
|
padding-left: 16px;
|
|
|
|
|
background-color: #c0c0f0;
|
|
|
|
|
}
|
2021-12-06 19:44:27 +01:00
|
|
|
|
|
|
|
|
#map {
|
|
|
|
|
height: 800px;
|
2022-02-07 22:00:49 +01:00
|
|
|
width: auto;
|
2021-12-06 19:44:27 +01:00
|
|
|
}
|
2022-01-10 11:23:24 +01:00
|
|
|
|
|
|
|
|
.post {
|
|
|
|
|
background-color: #C5E1A5;
|
|
|
|
|
margin: 5px 5px 5px 5px;
|
|
|
|
|
border: 2px solid #FFB300;
|
|
|
|
|
padding: 2px;
|
2022-02-17 03:59:23 +01:00
|
|
|
display: table;
|
2022-01-10 11:23:24 +01:00
|
|
|
}
|
|
|
|
|
|
2022-02-18 20:17:24 +01:00
|
|
|
.post-info {
|
2022-01-10 11:23:24 +01:00
|
|
|
display: block;
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
2022-01-26 10:11:26 +01:00
|
|
|
.nick {
|
|
|
|
|
color: #FFB300;
|
|
|
|
|
}
|
|
|
|
|
|
2022-02-18 20:17:24 +01:00
|
|
|
.post-comment {
|
2022-01-10 11:23:24 +01:00
|
|
|
display: block;
|
2022-01-26 10:11:26 +01:00
|
|
|
padding-top: 10px;
|
2022-02-02 11:58:18 +01:00
|
|
|
color: #333333;
|
2022-01-10 11:23:24 +01:00
|
|
|
}
|
|
|
|
|
|
2022-02-18 20:17:24 +01:00
|
|
|
.post-image-container {
|
2022-01-10 11:23:24 +01:00
|
|
|
float: left;
|
|
|
|
|
padding: 5px 5px 5px 5px;
|
|
|
|
|
}
|
|
|
|
|
|
2022-02-18 20:17:24 +01:00
|
|
|
.post-image {
|
2022-01-18 01:41:10 +01:00
|
|
|
max-width: 250px;
|
|
|
|
|
height: auto;
|
|
|
|
|
}
|
|
|
|
|
|
2022-02-18 20:17:24 +01:00
|
|
|
.post-image-big {
|
2022-01-24 04:40:29 +01:00
|
|
|
max-width: 750px;
|
|
|
|
|
height: auto;
|
|
|
|
|
}
|
|
|
|
|
|
2022-01-12 20:27:10 +01:00
|
|
|
.quote {
|
|
|
|
|
color: green;
|
|
|
|
|
}
|
2022-01-24 08:38:18 +01:00
|
|
|
|
2022-02-18 20:17:24 +01:00
|
|
|
.quote-link {
|
2022-02-18 18:31:55 +01:00
|
|
|
background-color: #FCE4EC;
|
|
|
|
|
padding: 2px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
color: #5a5a5a;
|
|
|
|
|
font-size: 10px;
|
|
|
|
|
border-radius: 12px;
|
|
|
|
|
border: 2px solid DodgerBlue;
|
|
|
|
|
}
|
|
|
|
|
|
2022-02-18 20:17:24 +01:00
|
|
|
.quote-link:focus {
|
2022-02-18 18:31:55 +01:00
|
|
|
background-color: #FCE4EC;
|
|
|
|
|
padding: 2px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
color: #5a5a5a;
|
|
|
|
|
font-size: 10px;
|
|
|
|
|
border-radius: 12px;
|
|
|
|
|
border: 2px solid DodgerBlue;
|
|
|
|
|
}
|
|
|
|
|
|
2022-02-18 20:17:24 +01:00
|
|
|
.post-form {
|
2022-01-24 08:38:18 +01:00
|
|
|
background-color: #FCE4EC;
|
|
|
|
|
margin: 5px 5px 5px 5px;
|
|
|
|
|
border: 2px solid #FFB300;
|
|
|
|
|
padding: 2px;
|
2022-02-17 03:59:23 +01:00
|
|
|
display: table;
|
2022-01-24 08:38:18 +01:00
|
|
|
width: 500px;
|
|
|
|
|
}
|
2022-01-25 14:07:28 +01:00
|
|
|
|
|
|
|
|
#newthread-form {
|
2022-02-02 11:58:18 +01:00
|
|
|
visibility: hidden;
|
2022-01-25 14:07:28 +01:00
|
|
|
}
|
|
|
|
|
|
2022-02-18 20:17:24 +01:00
|
|
|
#alt-label {
|
2022-02-02 11:58:18 +01:00
|
|
|
display:none;
|
2022-01-25 14:07:28 +01:00
|
|
|
}
|
2022-02-18 20:17:24 +01:00
|
|
|
|
2022-01-25 14:07:28 +01:00
|
|
|
#alt {
|
2022-02-02 11:58:18 +01:00
|
|
|
display:none;
|
|
|
|
|
}
|
|
|
|
|
|
2022-02-18 20:17:24 +01:00
|
|
|
.thread-subject {
|
2022-02-02 11:58:18 +01:00
|
|
|
margin: auto;
|
|
|
|
|
width: 50%;
|
|
|
|
|
text-align: center;
|
|
|
|
|
color: #5a5a5a;
|
|
|
|
|
font-size: 30px;
|
2022-01-25 14:07:28 +01:00
|
|
|
}
|
2022-02-02 13:47:04 +01:00
|
|
|
|
|
|
|
|
.tag {
|
|
|
|
|
background-color: #FFB300;
|
|
|
|
|
border-radius: 4px;
|
|
|
|
|
padding: 2px;
|
|
|
|
|
}
|