main {
padding: 0;
}
main:not(.board-index) {
margin: 3em 0 0 0;
}
/* Boardlist */
header nav.boardlist {
overflow: hidden;
height: 16px;
display: block;
position: fixed;
width: 100%;
top: 0;
z-index: 999;
border-bottom: 1px solid rgba(52, 52, 92, 0.20);
padding: 0 5px;
}
nav.boardlist .boardlist-row {
margin: 0;
display: inline;
}
nav.boardlist .boardlist-row li.boardlist-category:nth-of-type(2) {
display: none;
}
nav.boardlist .boardlist-item::after {
margin: 0 .1em;
}
.boardlist-item a[href$="infinitydev.org"],
.boardlist-item a[href$="/boards.html"],
.boardlist-item a[href$="/cp"],
.boardlist-item a[href$="/cp/boards/create"],
.boardlist-item a[href$="/cp/donate"],
.boardlist-item a[href$="/cp/adventure"],
.boardlist-item a[href$="/overboard.html"],
.boardlist-item a[href$="/contribute"] {
font-size: 0;
}
.boardlist-item a::before {
font: 9pt FontAwesome;
}
.boardlist-item a[href$="infinitydev.org"]::before {
content: "\f015";
}
.boardlist-item a[href$="/overboard.html"]::before {
content: "\f021";
}
.boardlist-item a[href$="/boards.html"]::before {
content: "\f02c";
}
.boardlist-item a[href$="/cp"]::before {
content: "\f013";
}
.boardlist-item a[href$="/cp/boards/create"]::before {
content: "\f067";
}
.boardlist-item a[href$="/contribute"]::before {
content: "\f113";
}
.boardlist-item a[href$="/cp/donate"]::before {
content: "\f155";
}
.boardlist-item a[href$="/cp/adventure"]::before {
content: "\f135";
}
.boardlist-item a:hover {
color: red !important;
}
nav.gnav {
display: none;
}
/**/
/* Header */
figure.page-head {
margin: 3em auto 1em auto;
max-width: 480px;
}
.view-board figcaption.page-details {
border-bottom: 1px solid #B7C5D9;
padding-bottom: 1em;
}
h1.page-title {
font-family: Tahoma, sans-serif;
font-size: 20pt;
color: #AF0A0F;
font-weight: bold;
letter-spacing: -2px;
}
h2.page-desc {
color: #AF0A0F;
font-size: 11px;
margin-top: -2px;
}
/**/
/* Navigation Buttons */
main.board-index nav.pagination {
margin: 0 15px;
border-bottom: 1px solid #B7C5D9;
}
main.board-index .pagination-buttons {
float: left;
margin: 0;
}
div.pagination-buttons .pagination-button {
line-height: 1.5;
margin: 0;
padding: 2px 10px;
}
main.mode-reply nav.pagination {
border-top: 1px solid #B7C5D9;
border-bottom: 1px solid #B7C5D9;
}
ul.pagination-pages {
float: left;
margin: 0;
}
a.pagination-link {
padding: 4px;
}
/**/
/* Post form */
.mode-index section.index-form, .index-catalog section.index-form {
margin: 0 15px;
border-bottom: 1px solid #B7C5D9;
}
html.js body.responsive form.form-post {
border: none;
background: none;
position: fixed;
z-index: 1000;
top: 30px;
right: 10px;
max-width: none;
margin: 0;
}
html.js body.responsive .mode-index section.index-form form.form-post, html.js body.responsive .index-catalog section.index-form form.form-post {
position: static;
margin: 0 auto;
padding: 0;
width: 100%;
}
.mode-index form.form-post, .index-catalog form.form-post {
padding: .75em;
margin: 0 1em 2em;
max-width: 100%;
box-sizing: border-box;
background: transparent;
border: none;
}
html.js body.responsive form.form-post .form-fields {
padding: 0;
}
html.js body.responsive .mode-index form.form-post fieldset.form-fields, html.js body.responsive .index-catalog form.form-post fieldset.form-fields {
border: none;
width: 428px;
padding: 0 0 1.5em;
margin-left: auto;
margin-right: auto;
border-bottom: none;
}
html.js body.responsive form.form-post .field {
margin: 1px 0;
}
.mode-index form.form-post .field, .index-catalog form.form-post .field {
margin-right: auto;
margin-left: auto;
}
html.js body.responsive form.form-post .field-control {
padding: 2px 4px;
border: 1px solid #AAAAAA;
}
.mode-index .row-subject .field-control, .mode-index .row-author .field-control, .mode-index .row-email .field-control, .index-catalog .row-subject .field-control, .index-catalog .row-author .field-control, .index-catalog .row-email .field-control {
width: calc(100% - 90px);
}
html.js body.responsive .mode-reply form.form-post .row-author .field-control, html.js body.responsive .mode-reply form.form-post .row-subject .field-control, html.js body.responsive .mode-reply form.form-post .row-email .field-control {
padding-left: 92px;
height: 26px;
}
html.js body.responsive .mode-index form.form-post .row-author .field-control, html.js body.responsive .mode-index form.form-post .row-subject .field-control, html.js body.responsive .mode-index form.form-post .row-email .field-control, html.js body.responsive .index-catalog form.form-post .row-author .field-control, html.js body.responsive .index-catalog form.form-post .row-subject .field-control, html.js body.responsive .index-catalog form.form-post .row-email .field-control {
margin-left: 90px;
height: 26px;
}
form.form-post .row-post {
border: none;
}
.mode-index form.form-post .row-post, .index-catalog form.form-post .row-post {
background: none;
border: none;
}
.mode-reply form.form-post .row-post {
background: none;
}
.mode-index .row-post::before, .index-catalog .row-post::before {
content: 'Comment *';
background: #98E;
padding: 2px 5px;
color: #333 ;
line-height: 5.2em;
border: 1px solid #34345C;
font-size: 10pt;
font-weight: 700;
position: absolute;
box-sizing: border-box;
width: 89px;
height: 78px;
}
form.form-post .row-post #body {
min-height: 78px !important;
width: 100% !important;
border: 1px solid #AAAAAA;
resize: vertical !important;
}
.mode-index form.form-post .row-post #body, .index-catalog form.form-post .row-post #body {
width: calc(100% - 90px) !important;
padding: 4px;
font-size: 100%;
margin: 0 0 0 90px !important;
}
.mode-reply form.form-post .row-post #body {
min-height: 108px!important;
}
form.form-post div.row-file {
box-sizing: border-box;
padding: 0;
margin: 0;
width: auto;
overflow: hidden;
}
form.form-post .row-file .dz-container, form.form-post button.field-submit {
border-bottom: 1px solid #AAAAAA;
}
.board-index .row-email::before, .row-author::before, .row-subject::before {
background: #98E;
padding: 2px 5px;
color: #333;
line-height: 1.5em;
border: 1px solid #34345C;
font-size: 10pt;
font-weight: 700;
position: absolute;
box-sizing: border-box;
width: 89px;
height: 26px;
}
.board-index .row-email::before {
content: 'Email';
}
.board-index .row-author::before {
content: 'Author';
}
.board-index .row-subject::before {
content: 'Subject';
}
form.form-post .row-captcha {
border: 1px solid #AAA !important;
background: #FFF;
width: auto;
}
.board-index .row-captcha img.captcha {
width: 50%;
float: left;
height: 59px;
border-right: 1px solid #CCC;
}
.board-index form.form-post .row-captcha .captcha-loading {
background: none;
padding: 0;
}
.board-index form.form-post .row-captcha input#captcha {
border: none;
height: 59px;
text-align: center;
width: calc(50% - 2px);
font-size: 30px;
margin: 0;
}
.board-index .mode-reply form.form-post .row-captcha input#captcha {
font-size: 22px;
}
html.js form.form-post .form-legend, html.js form.form-post .post-menu {
display: none;
}
html.js body.responsive form.form-post .field-control.field-capcode {
margin: 0;
height: 26px;
}
.ui-wrapper {
overflow: auto !important;
background: none !important;
border: none !important;
position: initial !important;
width: auto !important;
height: auto !important;
top: auto !important;
left: auto !important;
margin: 0 !important;
padding-bottom: 0 !important;
}
form.form-post .ui-resizable-handle {
display: none !important;
}
input#email::-webkit-input-placeholder,
input#subject::-webkit-input-placeholder,
input#author::-webkit-input-placeholder {
font-size: 0;
}
input#email:-moz-placeholder,
input#author:-moz-placeholder,
input#subject:-moz-placeholder {
font-size: 0;
}
input#email::-moz-placeholder,
input#author::-moz-placeholder,
input#subject::-moz-placeholder {
font-size: 0;
}
input:focus, textarea:focus {
outline: none;
}
button, a.button {
background: #E4E4E4;
border: 1px solid #CCCCCC;
border-bottom: 1px solid #AAAAAA;
color: #222222;
}
button:hover, a.button:hover {
background: #F1EFEF;
color: #222222;
}
/**/
/* Page Layout */
body.responsive .index-threaded {
margin: 0;
}
body.responsive main.index-catalog .index-threads {
padding-right: 0 !important;
}
section.index-threads {
margin: 0;
min-height: initial;
}
ul.thread-list {
padding: 0;
margin: 0 15px;
}
body.responsive .index-threaded .thread-item:not(:first-of-type) {
border-top: 1px solid #B7C5D9;
}
body.responsive .thread-item {
clear: both;
}
body.responsive .index-threaded.mode-reply section.index-threads .thread {
padding: 7px 0 7px 0;
}
body.responsive .index-threaded.mode-index section.index-threads .thread {
padding: 7px 0;
clear: both;
}
ul.thread-replies {
display: inline;
}
aside.index-sidebar {
display: none;
}
#autoupdater {
clear: both;
}
/**/
/* Post Layout */
.post-content {
padding: 7px 7px 0 7px;
}
.post-content::after {
display: inline;
}
main.index-threaded .post-container.op-container {
background: none;
border: none;
width: 100%;
}
.op-container {
display: inline;
}
.op-container .post-content {
padding: 0;
}
.op-container .post {
margin: 8px 0 8px 5px;
}
.reply {
overflow: hidden;
padding-left: 0;
}
.reply::before {
display: none;
}
.reply .attachment-container {
margin: 2px 1em 1em 5px;
}
ul.attachments-single li.post-attachment {
padding: 0 1em 5px 0;
}
.reply-container ul.post-attachments.attachments-multi {
background: none;
margin: 0;
padding: 0;
}
.reply-container ul.post-attachments.attachments-multi .post-attachment {
padding: 0;
}
ul.attachments-single li.post-attachment.attachment-expanded {
padding: 0;
}
li.post-attachment.attachment-expanded div.attachment-container {
background-color: transparent;
}
div.attachment-container {
margin: 3px 5px 0 0;
display: inline-block;
}
div.attachment-wrapper {
width: 150px;
height: 150px;
line-height: inherit !important;
display: inline;
}
figure.attachment-type-audio {
margin-right: 0;
}
.post-content div.attachment-wrapper.thumbnail-content.attachment-type-audio::after {
display: none;
}
figcaption.attachment-details {
margin-top: 3px;
}
p.attachment-detail {
height: 1.2em;
line-height: 1.2em;
}
.detail-filename {
overflow: hidden;
line-height: 1.2em;
}
a.attachment-download {
margin-top: 4px;
}
a.attachment-link.attachment-canplay {
margin: 0;
}
body.responsive .index-threaded section.index-threads .reply .post {
margin: 0.8em 1.8em 1em 1.8em;
}
body.responsive .index-threaded section.index-threads .post {
max-width: none;
word-wrap: break-word;
}
blockquote.ugc blockquote {
margin: 0;
}
blockquote.ugc p {
margin-top: 0;
}
.post-details {
margin: 0 9em 5px 0;
line-height: 1.4em;
font-size: 13px;
}
.post-detail.post-logged {
display: none;
}
.post-detail-item.capcode {
color: #F00;
font-weight: normal;
}
li.post-country {
margin-top: -3px;
}
div.post-action-tab.action-tab-reply {
top: 0;
right: 0;
border: 1px solid #B7C5D9;
}
.multiboard-index div.post-action-tab.action-tab-reply {
top: .75em;
right: .75em;
}
.reply div.post-action-tab.action-tab-reply {
top: 8px;
right: 8px;
}
div.post-action-tab.action-tab-actions {
border: 1px solid #B7C5D9;
box-sizing: border-box;
height: 18px;
padding: 1px 4px;
vertical-align: top;
cursor: pointer;
}
.post-action-label.post-action-open {
color: #34345C;
font-size: 11px;
line-height: 1.3em;
}
ul.post-actions {
display: block;
}
ul.post-action-groups {
font-size: 11px;
}
li.post-action-group {
border: 1px solid #B7C5D9;
}
li.post-action {
border-bottom: 1px solid #B7C5D9;
}
a.post-action-link {
padding: 1px 5px;
}
ul.post-metas {
border: none;
margin: 0;
}
/**/
/* Footer */
footer {
margin: 10px 15px;
padding: 5px 0 0 0;
}
footer nav.pagination, nav.pagination-automatic {
display: inline-block;
background-color: #D6DAF0;
border-bottom: 1px solid #B7C5D9;
border-right: 1px solid #B7C5D9;
border-top: 1px solid transparent;
}
footer .pagination-buttons {
float: left;
margin: 0 10px;
}
footer .pagination-buttons .pagination-first, footer .pagination-buttons .pagination-last {
display: none;
}
footer .pagination-buttons.buttons-pages {
float: right;
}
footer nav.boardlist {
background: none;
color: #34345C;
padding: 5px 0;
}
footer nav.boardlist .boardlist-link {
color: #34345C;
}
#footnotes {
background: none;
color: black;
font-size: 11px;
padding: 0;
}
#footnotes .agpl-compliance {
color: #34345C;
text-decoration: none;
}
#footnotes .agpl-compliance:hover {
color: #FF0000;
}
/**/
@media (min-height: 480px) and (min-width: 1028px) {
html.js body.responsive form.form-post {
top: 30px;
padding: 0;
border-right: none;
}
}
@media (max-width: 480px) {
form.form-post fieldset.form-fields {
width: 100% !important;
}
html.js body.responsive form.form-post .field-control {
margin: 0;
}
html.js body.responsive form.form-post .field {
margin: 1px 0;
}
form.form-post div.row-file {
margin: 0;
}
.post-details {
margin: 0 3em 5px 0;
}
.reply {
width: 100%;
}
ul.thread-list {
margin: 0 10px;
}
.mode-index section.index-form, .index-catalog section.index-form {
margin: 0 10px;
}
}
nav.cp-side a.linkitem-name-createboard {
text-align: center;
border-radius: 5px;
border: 1px solid #E0E0E0;
}
a.linkitem-name.linkitem-name-createboard:hover {
background: #333;
color: #FFF;
border: 1px solid #333;
}
li.post-attachment.attachment-expanded, li.post-attachment.attachment-expanded figure.attachment, li.post-attachment.attachment-expanded div.attachment-wrapper, li.post-attachment.attachment-expanded img.attachment-img {
max-width: 100%;
}
#instantclick-bar {
background: #34345C;
margin-top: 16px;
height: 1px !important;
}