2024-02-28 21:18:37 +01:00
|
|
|
:root .yotsuba {
|
2024-03-21 16:20:10 +01:00
|
|
|
/* board banner */
|
2024-03-19 21:12:57 +01:00
|
|
|
--banner-image-border: 1px solid #800;
|
2024-03-21 16:20:10 +01:00
|
|
|
--board-title-font-size: 28px;
|
|
|
|
|
--board-title-font-family: Tahoma, sans-serif;
|
|
|
|
|
--board-address-font-size: x-small;
|
|
|
|
|
|
|
|
|
|
/* board nav */
|
2024-03-19 13:18:12 +01:00
|
|
|
--boardnav-font-size: 9pt;
|
|
|
|
|
--boardnav-separator-color: #b86;
|
2024-03-22 17:12:54 +01:00
|
|
|
--boardnav-desktop-link-text-color: #800;
|
|
|
|
|
--boardnav-desktop-link-text-color-hover: #e00;
|
|
|
|
|
--boardnav-desktop-link-text-decoration: none;
|
|
|
|
|
--boardnav-desktop-link-text-decoration-hover: underline;
|
2024-03-19 13:18:12 +01:00
|
|
|
--boardnav-mobile-background-color: #f0e0d6;
|
|
|
|
|
--boardnav-mobile-border-bottom: 2px solid #d9c5b7;
|
2024-03-19 14:43:25 +01:00
|
|
|
--boardnav-mobile-font-size: 10px;
|
2024-03-22 12:55:37 +01:00
|
|
|
--boardnav-mobile-button-text-color: navy;
|
2024-03-21 16:20:10 +01:00
|
|
|
|
|
|
|
|
/* body */
|
|
|
|
|
--body-background-base-color: #ffe;
|
|
|
|
|
--body-background-pattern-image: url("/public/assets/background-fade.png");
|
2024-03-18 15:04:30 +01:00
|
|
|
--body-font-color: maroon;
|
|
|
|
|
--body-font-family: arial, helvetica, sans-serif;
|
2024-05-03 16:07:31 +02:00
|
|
|
--body-font-size: 13px;
|
2024-03-21 16:20:10 +01:00
|
|
|
|
2024-04-13 13:39:15 +02:00
|
|
|
/* catalog post */
|
|
|
|
|
--catalog-post-menu-btn-color: navy;
|
|
|
|
|
--catalog-post-menu-btn-hover-color: red;
|
|
|
|
|
--catalog-post-menu-btn-opacity: 0.5;
|
|
|
|
|
--catalog-post-menu-btn-hover-opacity: 1;
|
|
|
|
|
|
2024-04-26 19:13:23 +02:00
|
|
|
/* challenge modal */
|
|
|
|
|
--challenge-modal-background-color: #f0e0d6;
|
|
|
|
|
--challenge-modal-border: 1px solid #d9bfb7;
|
|
|
|
|
--challenge-modal-title-background-color: #ea8;
|
|
|
|
|
--challenge-modal-title-text-color: #800;
|
|
|
|
|
--challenge-modal-title-border: 1px solid #800;
|
|
|
|
|
--challenge-modal-title-font-size: 10pt;
|
|
|
|
|
--challenge-modal-title-font-weight: 700;
|
|
|
|
|
|
2024-03-21 16:20:10 +01:00
|
|
|
/* desktop buttons */
|
2024-03-22 12:09:17 +01:00
|
|
|
--button-desktop-text-color: #00e;
|
|
|
|
|
--button-desktop-text-color-hover: red;
|
2024-04-26 19:13:23 +02:00
|
|
|
--close-button-background-image: url("/public/assets/buttons/cross-red.png");
|
2024-03-21 16:20:10 +01:00
|
|
|
|
|
|
|
|
/* horizontal rule */
|
2024-03-19 21:12:57 +01:00
|
|
|
--hr-border: none;
|
|
|
|
|
--hr-border-top: 1px solid #d9bfb7;
|
|
|
|
|
--hr-height: 0px;
|
2024-03-21 16:20:10 +01:00
|
|
|
|
2024-03-21 22:16:24 +01:00
|
|
|
/* homepage */
|
2024-03-21 16:20:10 +01:00
|
|
|
--homepage-infobox-text-color: #000;
|
2024-03-21 22:16:24 +01:00
|
|
|
--homepage-infobox-bar-text-color: #fff;
|
|
|
|
|
--homepage-infobox-bar-background-color: #800;
|
2024-03-21 16:20:10 +01:00
|
|
|
--homepage-box-background-color: #fff;
|
|
|
|
|
--homepage-box-border-color: #800;
|
|
|
|
|
--homepage-box-bar-text-color: #800;
|
|
|
|
|
--homepage-box-bar-text-color-hover: #c63;
|
2024-03-21 22:16:24 +01:00
|
|
|
--homepage-box-bar-background-color: #fca;
|
2024-03-22 16:15:38 +01:00
|
|
|
--homepage-infobox-link-text-color: #00f;
|
|
|
|
|
--homepage-infobox-link-text-decoration: underline;
|
|
|
|
|
--homepage-box-link-text-color: #800;
|
|
|
|
|
--homepage-box-link-text-color-hover: #e00;
|
|
|
|
|
--homepage-box-link-text-decoration: none;
|
|
|
|
|
--homepage-box-link-text-decoration-hover: underline;
|
2024-03-21 22:16:24 +01:00
|
|
|
|
|
|
|
|
/* footer */
|
|
|
|
|
--footer-item-background-color-desktop: #fed;
|
2024-03-21 16:20:10 +01:00
|
|
|
|
|
|
|
|
/* links */
|
2024-03-22 16:15:38 +01:00
|
|
|
--post-link-text-color: #00e;
|
|
|
|
|
--post-link-text-decoration: underline;
|
|
|
|
|
--post-link-text-color-hover: red;
|
|
|
|
|
--post-link-text-decoration-hover: underline;
|
2024-03-28 17:21:27 +01:00
|
|
|
--post-content-link-text-decoration: none;
|
|
|
|
|
--post-content-link-text-decoration-hover: none;
|
2024-03-21 16:20:10 +01:00
|
|
|
|
2024-04-03 16:24:57 +02:00
|
|
|
/* media */
|
|
|
|
|
--media-thumbnail-background-color: rgba(0, 0, 0, 0.05);
|
|
|
|
|
|
2024-05-09 16:03:44 +02:00
|
|
|
/* mobile buttons */
|
|
|
|
|
--button-font-size-mobile: 10pt;
|
|
|
|
|
--button-font-weight-mobile: 700;
|
|
|
|
|
--button-text-color-mobile: #800;
|
|
|
|
|
--button-background-image-mobile: url("/public/assets/buttons/button-fade.png");
|
|
|
|
|
--button-background-color-mobile: #f0e0d6;
|
|
|
|
|
--button-border-mobile: 1px solid #c0a69d;
|
|
|
|
|
|
|
|
|
|
/* post capcodes */
|
|
|
|
|
--post-capcode-mod-text-color: purple;
|
|
|
|
|
|
2024-03-30 16:18:16 +01:00
|
|
|
/* post desktop */
|
2024-03-29 13:54:11 +01:00
|
|
|
--post-hide-button-background-image: url("/public/assets/buttons/post-expand-minus-red.png");
|
|
|
|
|
--post-unhide-button-background-image: url("/public/assets/buttons/post-expand-plus-red.png");
|
2024-03-22 17:12:54 +01:00
|
|
|
--post-subject-text-color: #cc1105;
|
|
|
|
|
--post-subject-font-weight: 700;
|
|
|
|
|
--post-name-text-color: #117743;
|
|
|
|
|
--post-name-font-weight: 700;
|
2024-03-26 15:07:28 +01:00
|
|
|
--post-menu-button-color: #000080;
|
|
|
|
|
--post-menu-button-color-hover: red;
|
|
|
|
|
--post-greentext-color: #789922;
|
2024-04-02 12:23:18 +02:00
|
|
|
--post-replies-expand-button-background-image: url("/public/assets/buttons/post-expand-plus-red.png");
|
2024-03-30 16:18:16 +01:00
|
|
|
|
|
|
|
|
/* post mobile */
|
2024-03-28 12:41:40 +01:00
|
|
|
--post-mobile-background-color: #f5e9e1;
|
|
|
|
|
--post-mobile-info-border-bottom: 1px solid #d9bfb7;
|
|
|
|
|
--post-mobile-info-background-color: #ead6ca;
|
|
|
|
|
--post-mobile-menu-button-color: #00e;
|
|
|
|
|
--post-mobile-name-text-color: #117743;
|
|
|
|
|
--post-mobile-name-font-weight: 700;
|
|
|
|
|
--post-mobile-subject-text-color: #cc1105;
|
|
|
|
|
--post-mobile-subject-font-weight: 700;
|
|
|
|
|
--post-mobile-link-background-color: #ead6ca;
|
|
|
|
|
--post-mobile-link-border-top: 1px solid #d9bfb7;
|
|
|
|
|
--post-mobile-link-info-text-color: #800;
|
2024-03-28 17:21:27 +01:00
|
|
|
--post-mobile-abbr-text-color: #707070;
|
|
|
|
|
--post-mobile-abbr-font-size: 10pt;
|
2024-03-30 16:18:16 +01:00
|
|
|
--post-mobile-file-info-text-color: #707070;
|
2024-03-28 17:21:27 +01:00
|
|
|
--post-mobile-content-font-size: 11pt;
|
2024-04-03 16:24:57 +02:00
|
|
|
|
2024-04-08 18:30:17 +02:00
|
|
|
/* post form */
|
|
|
|
|
--post-form-toggle-font-size: 22px;
|
|
|
|
|
--post-form-toggle-font-weight: 700;
|
2024-04-24 11:26:15 +02:00
|
|
|
--post-form-field-title-background-color: #ea8;
|
|
|
|
|
--post-form-field-title-color: #800;
|
|
|
|
|
--post-form-field-border: 1px solid #800;
|
|
|
|
|
--post-form-field-title-font-weight: 700;
|
|
|
|
|
--post-form-field-title-padding: 0 5px;
|
|
|
|
|
--post-form-field-title-font-size: 10pt;
|
|
|
|
|
--post-form-field-input-border: 1px solid #aaa;
|
|
|
|
|
--post-form-field-font-family: arial, helvetica, sans-serif;
|
|
|
|
|
--post-form-field-input-appearance: none;
|
|
|
|
|
--post-form-field-input-outline: none;
|
|
|
|
|
--post-form-field-input-focus-border: 1px solid #ea8;
|
2024-04-08 18:30:17 +02:00
|
|
|
|
2024-04-03 16:24:57 +02:00
|
|
|
/* quotelink */
|
|
|
|
|
--post-quotelink-text-color: navy;
|
|
|
|
|
--post-quotelink-text-color-hover: red;
|
|
|
|
|
--post-quotelink-text-decoration: underline;
|
|
|
|
|
--post-quotelink-text-decoration-hover: underline;
|
2024-03-22 17:12:54 +01:00
|
|
|
|
2024-03-30 18:10:19 +01:00
|
|
|
/* reply desktop */
|
|
|
|
|
--side-arrows-color: #e0bfb7;
|
2024-03-30 22:19:49 +01:00
|
|
|
--reply-desktop-background-color: #f0e0d6;
|
|
|
|
|
--reply-desktop-border: 1px solid #d9bfb7;
|
2024-03-30 18:10:19 +01:00
|
|
|
|
2024-05-09 16:03:44 +02:00
|
|
|
/* reply modal */
|
|
|
|
|
--reply-modal-field-input-border: 1px solid #aaa;
|
|
|
|
|
--reply-modal-field-input-border-focus: 1px solid #ea8;
|
|
|
|
|
|
2024-04-08 18:30:17 +02:00
|
|
|
/* stats */
|
|
|
|
|
--stats-font-size: 11px;
|
2024-02-28 21:18:37 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
:root .yotsuba-b {
|
2024-03-21 16:20:10 +01:00
|
|
|
/* board banner */
|
2024-03-19 21:12:57 +01:00
|
|
|
--banner-image-border: 1px solid #000;
|
2024-03-21 16:20:10 +01:00
|
|
|
--board-title-font-size: 28px;
|
|
|
|
|
--board-title-font-family: Tahoma, sans-serif;
|
|
|
|
|
--board-address-font-size: x-small;
|
|
|
|
|
--board-title-text-color: #af0a0f;
|
|
|
|
|
--board-address-text-color: #af0a0f;
|
|
|
|
|
|
|
|
|
|
/* board nav */
|
2024-03-19 13:18:12 +01:00
|
|
|
--boardnav-font-size: 9pt;
|
|
|
|
|
--boardnav-separator-color: #89a;
|
2024-03-22 17:12:54 +01:00
|
|
|
--boardnav-desktop-link-text-color: #34345c;
|
|
|
|
|
--boardnav-desktop-link-text-color-hover: #d00;
|
|
|
|
|
--boardnav-desktop-link-text-decoration: none;
|
2024-03-26 16:08:06 +01:00
|
|
|
--boardnav-desktop-link-text-decoration-hover: none;
|
2024-03-19 13:18:12 +01:00
|
|
|
--boardnav-mobile-background-color: #d6daf0;
|
|
|
|
|
--boardnav-mobile-border-bottom: 2px solid #b7c5d9;
|
2024-03-19 14:43:25 +01:00
|
|
|
--boardnav-mobile-font-size: 10px;
|
2024-03-22 12:55:37 +01:00
|
|
|
--boardnav-mobile-button-text-color: #34345c;
|
2024-03-21 16:20:10 +01:00
|
|
|
|
|
|
|
|
/* body */
|
|
|
|
|
--body-background-base-color: #eef2ff;
|
|
|
|
|
--body-background-pattern-image: url("/public/assets/background-fade-blue.png");
|
2024-03-18 15:04:30 +01:00
|
|
|
--body-font-color: #000;
|
|
|
|
|
--body-font-family: arial, helvetica, sans-serif;
|
2024-05-03 16:07:31 +02:00
|
|
|
--body-font-size: 13px;
|
2024-03-21 16:20:10 +01:00
|
|
|
|
2024-04-13 13:39:15 +02:00
|
|
|
/* catalog post */
|
|
|
|
|
--catalog-post-menu-btn-color: navy;
|
|
|
|
|
--catalog-post-menu-btn-hover-color: #d00;
|
|
|
|
|
--catalog-post-menu-btn-opacity: 0.5;
|
|
|
|
|
--catalog-post-menu-btn-hover-opacity: 1;
|
|
|
|
|
|
2024-04-27 12:40:54 +02:00
|
|
|
/* challenge modal */
|
|
|
|
|
--challenge-modal-background-color: #d6daf0;
|
|
|
|
|
--challenge-modal-border: 1px solid #b7c5d9;
|
|
|
|
|
--challenge-modal-title-background-color: #98e;
|
|
|
|
|
--challenge-modal-title-text-color: #000;
|
|
|
|
|
--challenge-modal-title-border: 1px solid #000;
|
|
|
|
|
--challenge-modal-title-font-size: 10pt;
|
|
|
|
|
--challenge-modal-title-font-weight: 700;
|
|
|
|
|
|
2024-05-09 16:03:44 +02:00
|
|
|
/* desktop buttons */
|
|
|
|
|
--button-desktop-text-color: #34345c;
|
|
|
|
|
--button-desktop-text-color-hover: #d00;
|
|
|
|
|
--close-button-background-image: url("/public/assets/buttons/cross-blue.png");
|
|
|
|
|
|
|
|
|
|
/* footer */
|
|
|
|
|
--footer-item-background-color-desktop: #eef2ff;
|
|
|
|
|
|
2024-03-21 22:16:24 +01:00
|
|
|
/* homepage */
|
|
|
|
|
--homepage-infobox-text-color: #000;
|
|
|
|
|
--homepage-infobox-bar-text-color: #000;
|
|
|
|
|
--homepage-infobox-bar-background-color: #98e;
|
2024-03-21 16:20:10 +01:00
|
|
|
--homepage-box-background-color: #fff;
|
|
|
|
|
--homepage-box-border-color: #000;
|
|
|
|
|
--homepage-box-bar-text-color: #000;
|
|
|
|
|
--homepage-box-bar-text-color-hover: #fff;
|
2024-03-21 22:16:24 +01:00
|
|
|
--homepage-box-bar-background-color: #98e;
|
2024-03-22 16:15:38 +01:00
|
|
|
--homepage-infobox-link-text-color: #00f;
|
|
|
|
|
--homepage-infobox-link-text-decoration: underline;
|
|
|
|
|
--homepage-box-link-text-color: #34345c;
|
|
|
|
|
--homepage-box-link-text-color-hover: #d00;
|
|
|
|
|
--homepage-box-link-text-decoration: none;
|
|
|
|
|
--homepage-box-link-text-decoration-hover: underline;
|
2024-03-21 16:20:10 +01:00
|
|
|
|
|
|
|
|
/* horizontal rule */
|
2024-03-19 21:12:57 +01:00
|
|
|
--hr-border: none;
|
|
|
|
|
--hr-border-top: 1px solid #b7c5d9;
|
2024-03-21 16:20:10 +01:00
|
|
|
|
|
|
|
|
/* links */
|
2024-03-22 16:15:38 +01:00
|
|
|
--post-link-text-color: #34345c;
|
|
|
|
|
--post-link-text-decoration: underline;
|
|
|
|
|
--post-link-text-color-hover: #d00;
|
|
|
|
|
--post-link-text-decoration-hover: underline;
|
2024-03-28 17:21:27 +01:00
|
|
|
--post-content-link-text-decoration: none;
|
|
|
|
|
--post-content-link-text-decoration-hover: none;
|
2024-03-21 16:20:10 +01:00
|
|
|
|
2024-04-03 16:24:57 +02:00
|
|
|
/* media */
|
|
|
|
|
--media-thumbnail-background-color: rgba(0, 0, 0, 0.05);
|
|
|
|
|
|
2024-05-09 16:03:44 +02:00
|
|
|
/* mobile buttons */
|
|
|
|
|
--button-font-size-mobile: 10pt;
|
|
|
|
|
--button-font-weight-mobile: 700;
|
|
|
|
|
--button-text-color-mobile: #34345c;
|
|
|
|
|
--button-background-image-mobile: url("/public/assets/buttons/button-fade-blue.png");
|
|
|
|
|
--button-background-color-mobile: #d6daf0;
|
|
|
|
|
--button-border-mobile: 1px solid #b7c5d9;
|
|
|
|
|
|
|
|
|
|
/* post capcodes */
|
|
|
|
|
--post-capcode-mod-text-color: purple;
|
|
|
|
|
|
2024-04-09 19:16:46 +02:00
|
|
|
/* post desktop */
|
2024-03-29 13:54:11 +01:00
|
|
|
--post-hide-button-background-image: url("/public/assets/buttons/post-expand-minus-blue.png");
|
|
|
|
|
--post-unhide-button-background-image: url("/public/assets/buttons/post-expand-plus-blue.png");
|
2024-03-22 17:12:54 +01:00
|
|
|
--post-subject-text-color: #0f0c5d;
|
|
|
|
|
--post-subject-font-weight: 700;
|
|
|
|
|
--post-name-text-color: #117743;
|
|
|
|
|
--post-name-font-weight: 700;
|
2024-03-26 15:07:28 +01:00
|
|
|
--post-menu-button-color: #34345c;
|
|
|
|
|
--post-menu-button-color-hover: #d00;
|
|
|
|
|
--post-greentext-color: #789922;
|
2024-04-02 12:23:18 +02:00
|
|
|
--post-replies-expand-button-background-image: url("/public/assets/buttons/post-expand-plus-blue.png");
|
|
|
|
|
|
2024-05-09 16:03:44 +02:00
|
|
|
/* post form */
|
|
|
|
|
--post-form-toggle-font-size: 22px;
|
|
|
|
|
--post-form-toggle-font-weight: 700;
|
|
|
|
|
--post-form-field-title-background-color: #98e;
|
|
|
|
|
--post-form-field-title-color: #000;
|
|
|
|
|
--post-form-field-border: 1px solid #000;
|
|
|
|
|
--post-form-field-title-font-weight: 700;
|
|
|
|
|
--post-form-field-title-padding: 0 5px;
|
|
|
|
|
--post-form-field-title-font-size: 10pt;
|
|
|
|
|
--post-form-field-input-border: 1px solid #aaa;
|
|
|
|
|
--post-form-field-font-family: arial, helvetica, sans-serif;
|
|
|
|
|
--post-form-field-input-appearance: none;
|
|
|
|
|
--post-form-field-input-outline: none;
|
|
|
|
|
--post-form-field-input-focus-border: 1px solid #98e;
|
|
|
|
|
|
2024-04-02 12:23:18 +02:00
|
|
|
/* post mobile */
|
2024-03-28 12:41:40 +01:00
|
|
|
--post-mobile-background-color: #d6daf0;
|
|
|
|
|
--post-mobile-info-border-bottom: 1px solid #b7c5d9;
|
|
|
|
|
--post-mobile-info-background-color: #c9cde8;
|
|
|
|
|
--post-mobile-menu-button-color: #34345c;
|
2024-04-03 16:24:57 +02:00
|
|
|
--post-mobile-name-text-color: #117743;
|
2024-03-28 12:41:40 +01:00
|
|
|
--post-mobile-name-font-weight: 700;
|
|
|
|
|
--post-mobile-subject-text-color: #0f0c5d;
|
|
|
|
|
--post-mobile-subject-font-weight: 700;
|
|
|
|
|
--post-mobile-link-background-color: #c9cde8;
|
|
|
|
|
--post-mobile-link-border-top: 1px solid #b7c5d9;
|
|
|
|
|
--post-mobile-link-info-text-color: #34345c;
|
2024-03-28 17:21:27 +01:00
|
|
|
--post-mobile-abbr-text-color: #707070;
|
|
|
|
|
--post-mobile-abbr-font-size: 10pt;
|
|
|
|
|
--post-mobile-content-font-size: 11pt;
|
2024-03-30 22:19:49 +01:00
|
|
|
|
2024-04-03 16:24:57 +02:00
|
|
|
/* quotelink */
|
|
|
|
|
--post-quotelink-text-color: #d00;
|
|
|
|
|
--post-quotelink-text-color-hover: #d00;
|
|
|
|
|
--post-quotelink-text-decoration: underline;
|
|
|
|
|
--post-quotelink-text-decoration-hover: underline;
|
2024-03-22 17:12:54 +01:00
|
|
|
|
2024-03-30 22:19:49 +01:00
|
|
|
/* reply desktop */
|
|
|
|
|
--side-arrows-color: #b7c5d9;
|
|
|
|
|
--reply-desktop-background-color: #d6daf0;
|
|
|
|
|
--reply-desktop-border: 1px solid #b7c5d9;
|
|
|
|
|
|
2024-05-09 16:03:44 +02:00
|
|
|
/* reply modal */
|
|
|
|
|
--reply-modal-field-input-border: 1px solid #aaa;
|
|
|
|
|
--reply-modal-field-input-border-focus: 1px solid #98e;
|
|
|
|
|
|
2024-04-08 18:30:17 +02:00
|
|
|
/* stats */
|
|
|
|
|
--stats-font-size: 11px;
|
2024-03-18 15:04:30 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
:root .futaba {
|
2024-03-21 16:20:10 +01:00
|
|
|
/* body */
|
|
|
|
|
--body-background-base-color: #ffe;
|
|
|
|
|
--body-background-pattern-image: none;
|
|
|
|
|
--body-font-color: maroon;
|
|
|
|
|
--body-font-family: times new roman, serif;
|
2024-05-03 16:07:31 +02:00
|
|
|
--body-font-size: 16px;
|
2024-03-21 16:20:10 +01:00
|
|
|
|
|
|
|
|
/* board nav */
|
2024-03-19 13:18:12 +01:00
|
|
|
--boardnav-font-size: 11pt;
|
|
|
|
|
--boardnav-separator-color: none;
|
2024-03-22 17:12:54 +01:00
|
|
|
--boardnav-desktop-link-text-color: #00e;
|
|
|
|
|
--boardnav-desktop-link-text-color-hover: red;
|
|
|
|
|
--boardnav-desktop-link-text-decoration: underline;
|
|
|
|
|
--boardnav-desktop-link-text-decoration-hover: underline;
|
2024-03-19 13:18:12 +01:00
|
|
|
--boardnav-mobile-background-color: #f0e0d6;
|
|
|
|
|
--boardnav-mobile-border-bottom: 2px solid #d9c5b7;
|
2024-04-29 14:53:46 +02:00
|
|
|
--boardnav-mobile-font-size: 10pt;
|
2024-03-22 12:55:37 +01:00
|
|
|
--boardnav-mobile-button-text-color: #00f;
|
2024-03-21 16:20:10 +01:00
|
|
|
|
|
|
|
|
/* board title */
|
2024-03-19 21:12:57 +01:00
|
|
|
--board-title-font-size: 32px;
|
2024-03-20 14:31:31 +01:00
|
|
|
--board-address-font-size: 10pt;
|
2024-03-21 16:20:10 +01:00
|
|
|
|
2024-04-13 13:39:15 +02:00
|
|
|
/* catalog post */
|
|
|
|
|
--catalog-post-menu-btn-color: navy;
|
|
|
|
|
--catalog-post-menu-btn-hover-color: red;
|
|
|
|
|
--catalog-post-menu-btn-opacity: 0.5;
|
|
|
|
|
--catalog-post-menu-btn-hover-opacity: 1;
|
|
|
|
|
|
2024-04-27 12:40:54 +02:00
|
|
|
/* challenge modal */
|
|
|
|
|
--challenge-modal-background-color: #f0e0d6;
|
|
|
|
|
--challenge-modal-border: 1px solid #d9bfb7;
|
|
|
|
|
--challenge-modal-title-background-color: #ea8;
|
|
|
|
|
--challenge-modal-title-text-color: #800;
|
|
|
|
|
--challenge-modal-title-border: 1px solid #800;
|
|
|
|
|
--challenge-modal-title-font-size: 12pt;
|
|
|
|
|
--challenge-modal-title-font-weight: 700;
|
|
|
|
|
|
2024-03-22 12:09:17 +01:00
|
|
|
/* desktop buttons */
|
|
|
|
|
--button-desktop-text-color: #00e;
|
|
|
|
|
--button-desktop-text-color-hover: red;
|
2024-03-20 15:12:19 +01:00
|
|
|
--button-text-decoration: underline;
|
2024-04-27 12:40:54 +02:00
|
|
|
--close-button-background-image: url("/public/assets/buttons/cross-red.png");
|
2024-03-21 16:20:10 +01:00
|
|
|
|
2024-03-21 22:16:24 +01:00
|
|
|
/* footer */
|
|
|
|
|
--footer-item-background-color-desktop: #fed;
|
2024-03-21 16:20:10 +01:00
|
|
|
|
|
|
|
|
/* links */
|
2024-03-22 16:15:38 +01:00
|
|
|
--post-link-text-color: #00e;
|
|
|
|
|
--post-link-text-decoration: underline;
|
|
|
|
|
--post-link-text-color-hover: red;
|
|
|
|
|
--post-link-text-decoration-hover: underline;
|
2024-03-28 17:21:27 +01:00
|
|
|
--post-content-link-text-decoration: underline;
|
|
|
|
|
--post-content-link-text-decoration-hover: underline;
|
2024-03-21 16:20:10 +01:00
|
|
|
|
2024-04-03 16:24:57 +02:00
|
|
|
/* media */
|
|
|
|
|
--media-thumbnail-background-color: rgba(0, 0, 0, 0.05);
|
|
|
|
|
|
2024-05-09 16:03:44 +02:00
|
|
|
/* mobile buttons */
|
|
|
|
|
--button-font-size-mobile: 11pt;
|
|
|
|
|
--button-font-weight-mobile: 700;
|
|
|
|
|
--button-text-color-mobile: #800;
|
|
|
|
|
--button-background-image-mobile: url("/public/assets/buttons/button-fade.png");
|
|
|
|
|
--button-background-color-mobile: #f0e0d6;
|
|
|
|
|
--button-border-mobile: 1px solid #c0a69d;
|
|
|
|
|
|
|
|
|
|
/* post capcodes */
|
|
|
|
|
--post-capcode-mod-text-color: purple;
|
|
|
|
|
|
2024-04-09 19:16:46 +02:00
|
|
|
/* post desktop */
|
|
|
|
|
--post-hide-button-background-image: url("/public/assets/buttons/post-expand-minus-red.png");
|
|
|
|
|
--post-unhide-button-background-image: url("/public/assets/buttons/post-expand-plus-red.png");
|
2024-03-22 17:12:54 +01:00
|
|
|
--post-subject-text-color: #cc1105;
|
|
|
|
|
--post-subject-font-weight: 700;
|
|
|
|
|
--post-name-text-color: #117743;
|
|
|
|
|
--post-name-font-weight: 700;
|
2024-03-26 15:07:28 +01:00
|
|
|
--post-menu-button-color: #000080;
|
|
|
|
|
--post-menu-button-color-hover: red;
|
|
|
|
|
--post-greentext-color: #789922;
|
2024-04-02 12:23:18 +02:00
|
|
|
--post-replies-expand-button-background-image: url("/public/assets/buttons/post-expand-plus-red.png");
|
|
|
|
|
|
2024-05-09 16:03:44 +02:00
|
|
|
/* post form */
|
|
|
|
|
--post-form-toggle-font-size: 22px;
|
|
|
|
|
--post-form-toggle-font-weight: 700;
|
|
|
|
|
--post-form-field-title-background-color: #ea8;
|
|
|
|
|
--post-form-field-title-color: #800;
|
|
|
|
|
--post-form-field-border: none;
|
|
|
|
|
--post-form-field-title-font-weight: 700;
|
|
|
|
|
--post-form-field-title-font-size: 16px;
|
|
|
|
|
|
2024-04-02 12:23:18 +02:00
|
|
|
/* post mobile */
|
2024-03-28 17:21:27 +01:00
|
|
|
--post-mobile-background-color: #f5e9e1;
|
|
|
|
|
--post-mobile-info-border-bottom: 1px solid #d9bfb7;
|
|
|
|
|
--post-mobile-info-background-color: #ead6ca;
|
|
|
|
|
--post-mobile-menu-button-color: #00e;
|
|
|
|
|
--post-mobile-name-text-color: #117743;
|
|
|
|
|
--post-mobile-name-font-weight: 700;
|
|
|
|
|
--post-mobile-subject-text-color: #cc1105;
|
|
|
|
|
--post-mobile-subject-font-weight: 700;
|
|
|
|
|
--post-mobile-link-background-color: #ead6ca;
|
|
|
|
|
--post-mobile-link-border-top: 1px solid #d9bfb7;
|
|
|
|
|
--post-mobile-link-info-text-color: #800;
|
|
|
|
|
--post-mobile-abbr-text-color: #707070;
|
|
|
|
|
--post-mobile-abbr-font-size: 12pt;
|
|
|
|
|
--post-mobile-content-font-size: 13pt;
|
2024-03-30 22:19:49 +01:00
|
|
|
|
2024-04-03 16:24:57 +02:00
|
|
|
/* quotelink */
|
|
|
|
|
--post-quotelink-text-color: navy;
|
|
|
|
|
--post-quotelink-text-color-hover: red;
|
|
|
|
|
--post-quotelink-text-decoration: underline;
|
|
|
|
|
--post-quotelink-text-decoration-hover: underline;
|
2024-03-22 17:12:54 +01:00
|
|
|
|
2024-03-30 22:19:49 +01:00
|
|
|
/* reply desktop */
|
|
|
|
|
--side-arrows-color: #e0bfb7;
|
|
|
|
|
--reply-desktop-background-color: #f0e0d6;
|
|
|
|
|
--reply-desktop-border: 1px solid #d9bfb7;
|
|
|
|
|
|
2024-04-08 18:30:17 +02:00
|
|
|
/* stats */
|
|
|
|
|
--stats-font-size: 10pt;
|
2024-03-18 15:04:30 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
:root .burichan {
|
2024-03-21 16:20:10 +01:00
|
|
|
/* board banner */
|
|
|
|
|
--banner-image-border: 1px solid #000;
|
|
|
|
|
--board-title-font-size: 32px;
|
|
|
|
|
--board-title-text-color: #af0a0f;
|
2024-03-22 17:12:54 +01:00
|
|
|
--board-title-font-family: times new roman, serif;
|
2024-03-21 16:20:10 +01:00
|
|
|
--board-address-font-size: 10pt;
|
|
|
|
|
--board-address-text-color: #af0a0f;
|
|
|
|
|
|
|
|
|
|
/* board nav */
|
2024-03-19 13:18:12 +01:00
|
|
|
--boardnav-font-size: 11pt;
|
|
|
|
|
--boardnav-separator-color: none;
|
2024-03-22 17:12:54 +01:00
|
|
|
--boardnav-desktop-link-text-color: #34345c;
|
|
|
|
|
--boardnav-desktop-link-text-color-hover: #d00;
|
|
|
|
|
--boardnav-desktop-link-text-decoration: underline;
|
|
|
|
|
--boardnav-desktop-link-text-decoration-hover: underline;
|
2024-03-19 13:18:12 +01:00
|
|
|
--boardnav-mobile-background-color: #d6daf0;
|
|
|
|
|
--boardnav-mobile-border-bottom: 2px solid #b7c5d9;
|
2024-04-29 14:53:46 +02:00
|
|
|
--boardnav-mobile-font-size: 10pt;
|
2024-03-22 12:55:37 +01:00
|
|
|
--boardnav-mobile-button-text-color: #34345c;
|
2024-03-21 16:20:10 +01:00
|
|
|
|
|
|
|
|
/* body */
|
|
|
|
|
--body-background-base-color: #eef2ff;
|
|
|
|
|
--body-background-pattern-image: none;
|
2024-03-18 15:04:30 +01:00
|
|
|
--body-font-color: #000;
|
|
|
|
|
--body-font-family: times new roman, serif;
|
2024-05-03 16:07:31 +02:00
|
|
|
--body-font-size: 16px;
|
2024-03-21 16:20:10 +01:00
|
|
|
|
2024-05-09 16:03:44 +02:00
|
|
|
/* catalog post */
|
|
|
|
|
--catalog-post-menu-btn-color: navy;
|
|
|
|
|
--catalog-post-menu-btn-hover-color: red;
|
|
|
|
|
--catalog-post-menu-btn-opacity: 0.5;
|
|
|
|
|
--catalog-post-menu-btn-hover-opacity: 1;
|
|
|
|
|
|
2024-04-27 12:40:54 +02:00
|
|
|
/* challenge modal */
|
|
|
|
|
--challenge-modal-background-color: #d6daf0;
|
|
|
|
|
--challenge-modal-border: 1px solid #b7c5d9;
|
|
|
|
|
--challenge-modal-title-background-color: #98e;
|
|
|
|
|
--challenge-modal-title-text-color: #000;
|
|
|
|
|
--challenge-modal-title-border: 1px solid #000;
|
|
|
|
|
--challenge-modal-title-font-size: 12pt;
|
|
|
|
|
--challenge-modal-title-font-weight: 700;
|
|
|
|
|
|
2024-05-09 16:03:44 +02:00
|
|
|
/* desktop buttons */
|
|
|
|
|
--button-desktop-text-color: #34345c;
|
|
|
|
|
--button-text-decoration: underline;
|
|
|
|
|
--button-desktop-text-color-hover: #d00;
|
|
|
|
|
--close-button-background-image: url("/public/assets/buttons/cross-blue.png");
|
|
|
|
|
|
|
|
|
|
/* footer */
|
|
|
|
|
--footer-item-background-color-desktop: #eef2ff;
|
|
|
|
|
|
2024-03-21 22:16:24 +01:00
|
|
|
/* homepage */
|
|
|
|
|
--homepage-infobox-text-color: #000;
|
|
|
|
|
--homepage-infobox-bar-text-color: #000;
|
|
|
|
|
--homepage-infobox-bar-background-color: #98e;
|
2024-03-21 16:20:10 +01:00
|
|
|
--homepage-box-background-color: #fff;
|
|
|
|
|
--homepage-box-border-color: #000;
|
|
|
|
|
--homepage-box-bar-text-color: #000;
|
2024-03-21 22:16:24 +01:00
|
|
|
--homepage-box-bar-background-color: #98e;
|
2024-03-21 16:20:10 +01:00
|
|
|
--homepage-box-bar-text-color-hover: #fff;
|
|
|
|
|
|
2024-05-09 16:03:44 +02:00
|
|
|
/* media */
|
|
|
|
|
--media-thumbnail-background-color: rgba(0, 0, 0, 0.05);
|
2024-03-21 16:20:10 +01:00
|
|
|
|
2024-03-21 22:30:36 +01:00
|
|
|
/* mobile buttons */
|
|
|
|
|
--button-font-size-mobile: 11pt;
|
|
|
|
|
--button-font-weight-mobile: 700;
|
|
|
|
|
--button-text-color-mobile: #34345c;
|
|
|
|
|
--button-background-image-mobile: url("/public/assets/buttons/button-fade-blue.png");
|
|
|
|
|
--button-background-color-mobile: #d6daf0;
|
|
|
|
|
--button-border-mobile: 1px solid #b7c5d9;
|
|
|
|
|
|
2024-03-21 16:20:10 +01:00
|
|
|
/* links */
|
2024-03-22 16:15:38 +01:00
|
|
|
--post-link-text-color: #34345c;
|
|
|
|
|
--post-link-text-decoration: underline;
|
|
|
|
|
--post-link-text-color-hover: #d00;
|
|
|
|
|
--post-link-text-decoration-hover: underline;
|
2024-03-28 17:21:27 +01:00
|
|
|
--post-content-link-text-decoration: none;
|
|
|
|
|
--post-content-link-text-decoration-hover: none;
|
2024-03-21 16:20:10 +01:00
|
|
|
|
2024-05-09 16:03:44 +02:00
|
|
|
/* post capcodes */
|
|
|
|
|
--post-capcode-mod-text-color: purple;
|
2024-04-03 16:24:57 +02:00
|
|
|
|
2024-04-09 19:16:46 +02:00
|
|
|
/* post desktop */
|
|
|
|
|
--post-hide-button-background-image: url("/public/assets/buttons/post-expand-minus-blue.png");
|
|
|
|
|
--post-unhide-button-background-image: url("/public/assets/buttons/post-expand-plus-blue.png");
|
2024-03-22 17:12:54 +01:00
|
|
|
--post-subject-text-color: #0f0c5d;
|
|
|
|
|
--post-subject-font-weight: 700;
|
|
|
|
|
--post-name-text-color: #117743;
|
|
|
|
|
--post-name-font-weight: 700;
|
2024-03-26 15:07:28 +01:00
|
|
|
--post-menu-button-color: #34345c;
|
|
|
|
|
--post-menu-button-color-hover: #d00;
|
|
|
|
|
--post-greentext-color: #789922;
|
2024-04-02 12:23:18 +02:00
|
|
|
--post-replies-expand-button-background-image: url("/public/assets/buttons/post-expand-plus-blue.png");
|
2024-05-09 16:03:44 +02:00
|
|
|
|
|
|
|
|
/* post form */
|
|
|
|
|
--post-form-toggle-font-size: 22px;
|
|
|
|
|
--post-form-toggle-font-weight: 700;
|
|
|
|
|
--post-form-field-title-background-color: #98e;
|
|
|
|
|
--post-form-field-title-color: #000;
|
|
|
|
|
--post-form-field-border: none;
|
|
|
|
|
--post-form-field-title-font-weight: 700;
|
|
|
|
|
--post-form-field-title-font-size: 16px;
|
2024-03-30 22:19:49 +01:00
|
|
|
|
2024-04-03 16:24:57 +02:00
|
|
|
/* post mobile */
|
|
|
|
|
--post-mobile-background-color: #d6daf0;
|
|
|
|
|
--post-mobile-info-border-bottom: 1px solid #b7c5d9;
|
|
|
|
|
--post-mobile-info-background-color: #c9cde8;
|
|
|
|
|
--post-mobile-menu-button-color: #34345c;
|
|
|
|
|
--post-mobile-name-text-color: #117743;
|
|
|
|
|
--post-mobile-name-font-weight: 700;
|
|
|
|
|
--post-mobile-subject-text-color: #0f0c5d;
|
|
|
|
|
--post-mobile-subject-font-weight: 700;
|
|
|
|
|
--post-mobile-link-background-color: #c9cde8;
|
|
|
|
|
--post-mobile-link-border-top: 1px solid #b7c5d9;
|
|
|
|
|
--post-mobile-link-info-text-color: #34345c;
|
|
|
|
|
--post-mobile-abbr-text-color: #707070;
|
|
|
|
|
--post-mobile-abbr-font-size: 12pt;
|
|
|
|
|
--post-mobile-content-font-size: 13pt;
|
|
|
|
|
|
|
|
|
|
/* quotelink */
|
|
|
|
|
--post-quotelink-text-color: #d00;
|
|
|
|
|
--post-quotelink-text-color-hover: #d00;
|
|
|
|
|
--post-quotelink-text-decoration: underline;
|
|
|
|
|
--post-quotelink-text-decoration-hover: underline;
|
2024-03-30 22:19:49 +01:00
|
|
|
|
|
|
|
|
/* reply desktop */
|
|
|
|
|
--side-arrows-color: #b7c5d9;
|
|
|
|
|
--reply-desktop-background-color: #d6daf0;
|
|
|
|
|
--reply-desktop-border: 1px solid #b7c5d9;
|
2024-04-08 18:30:17 +02:00
|
|
|
|
|
|
|
|
/* stats */
|
|
|
|
|
--stats-font-size: 10pt;
|
2024-03-01 13:18:01 +01:00
|
|
|
}
|
2024-03-15 22:42:13 +01:00
|
|
|
|
|
|
|
|
:root .tomorrow {
|
2024-03-21 16:20:10 +01:00
|
|
|
/* body */
|
|
|
|
|
--body-background-base-color: #1d1f21;
|
|
|
|
|
--body-background-pattern-image: none;
|
|
|
|
|
--body-font-color: #c5c8c6;
|
|
|
|
|
--body-font-family: arial, helvetica, sans-serif;
|
2024-05-03 16:07:31 +02:00
|
|
|
--body-font-size: 13px;
|
2024-03-21 16:20:10 +01:00
|
|
|
|
|
|
|
|
/* board nav */
|
2024-03-19 13:18:12 +01:00
|
|
|
--boardnav-font-size: 9pt;
|
|
|
|
|
--boardnav-separator-color: #c5c8c6;
|
2024-03-22 17:12:54 +01:00
|
|
|
--boardnav-desktop-link-text-color: #81a2be;
|
|
|
|
|
--boardnav-desktop-link-text-color-hover: #5f89ac;
|
|
|
|
|
--boardnav-desktop-link-text-decoration: none;
|
|
|
|
|
--boardnav-desktop-link-text-decoration-hover: none;
|
2024-03-19 13:18:12 +01:00
|
|
|
--boardnav-mobile-background-color: #1d1f21;
|
|
|
|
|
--boardnav-mobile-border-bottom: 2px solid #282a2e;
|
2024-03-19 14:43:25 +01:00
|
|
|
--boardnav-mobile-font-size: 10px;
|
2024-03-22 12:55:37 +01:00
|
|
|
--boardnav-mobile-button-text-color: #81a2be;
|
2024-03-21 16:20:10 +01:00
|
|
|
|
|
|
|
|
/* board title */
|
2024-03-19 21:12:57 +01:00
|
|
|
--board-title-font-size: 28px;
|
|
|
|
|
--board-title-font-family: Tahoma, sans-serif;
|
2024-03-20 14:31:31 +01:00
|
|
|
--board-address-font-size: x-small;
|
2024-03-21 16:20:10 +01:00
|
|
|
|
2024-04-13 13:39:15 +02:00
|
|
|
/* catalog post */
|
|
|
|
|
--catalog-post-menu-btn-color: #5f89ac;
|
|
|
|
|
--catalog-post-menu-btn-hover-color: #5f89ac;
|
|
|
|
|
--catalog-post-menu-btn-opacity: 0.5;
|
|
|
|
|
--catalog-post-menu-btn-hover-opacity: 1;
|
|
|
|
|
|
2024-04-27 12:40:54 +02:00
|
|
|
/* challenge modal */
|
|
|
|
|
--challenge-modal-background-color: #282a2e;
|
|
|
|
|
--challenge-modal-border: 1px solid #111;
|
|
|
|
|
--challenge-modal-title-background-color: #282a2e;
|
|
|
|
|
--challenge-modal-title-text-color: #c5c8c6;
|
|
|
|
|
--challenge-modal-title-border: unset;
|
|
|
|
|
--challenge-modal-title-font-size: 10pt;
|
|
|
|
|
--challenge-modal-title-font-weight: 700;
|
|
|
|
|
|
2024-03-22 12:09:17 +01:00
|
|
|
/* desktop buttons */
|
|
|
|
|
--button-desktop-text-color: #81a2be;
|
|
|
|
|
--button-desktop-text-color-hover: #5f89ac;
|
2024-04-27 12:40:54 +02:00
|
|
|
--close-button-background-image: url("/public/assets/buttons/cross-dark.png");
|
2024-03-21 16:20:10 +01:00
|
|
|
|
2024-04-07 19:05:17 +02:00
|
|
|
/* filter for inputs */
|
|
|
|
|
--filter80: brightness(85%);
|
|
|
|
|
|
2024-05-09 16:03:44 +02:00
|
|
|
/* homepage */
|
|
|
|
|
--homepage-infobox-text-color: #c5c8c6;
|
|
|
|
|
--homepage-infobox-bar-text-color: #c5c8c6;
|
|
|
|
|
--homepage-infobox-bar-background-color: rgb(33, 35, 38);
|
|
|
|
|
--homepage-box-background-color: #282a2e;
|
|
|
|
|
--homepage-box-bar-background-color: rgb(33, 35, 38);
|
|
|
|
|
--homepage-box-border-color: rgb(45, 47, 51);
|
|
|
|
|
--homepage-box-bar-text-color: #c5c8c6;
|
|
|
|
|
--homepage-box-bar-text-color-hover: #c5c8c6;
|
2024-03-21 22:30:36 +01:00
|
|
|
|
2024-03-21 16:20:10 +01:00
|
|
|
/* horizontal rule */
|
2024-03-19 21:12:57 +01:00
|
|
|
--hr-border: none;
|
|
|
|
|
--hr-border-top: 1px solid #282a2e;
|
|
|
|
|
--hr-height: 0px;
|
2024-03-21 16:20:10 +01:00
|
|
|
|
|
|
|
|
/* links */
|
2024-03-22 16:15:38 +01:00
|
|
|
--post-link-text-color: #81a2be;
|
|
|
|
|
--post-link-text-decoration: underline;
|
|
|
|
|
--post-link-text-color-hover: #5f89ac;
|
|
|
|
|
--post-link-text-decoration-hover: underline;
|
2024-03-28 17:21:27 +01:00
|
|
|
--post-content-link-text-decoration: none;
|
|
|
|
|
--post-content-link-text-decoration-hover: none;
|
2024-03-21 16:20:10 +01:00
|
|
|
|
2024-04-03 16:24:57 +02:00
|
|
|
/* media */
|
|
|
|
|
--media-thumbnail-background-color: rgba(255, 255, 255, 0.01);
|
|
|
|
|
|
2024-05-09 16:03:44 +02:00
|
|
|
/* mobile buttons */
|
|
|
|
|
--button-font-size-mobile: 10pt;
|
|
|
|
|
--button-font-weight-mobile: 700;
|
|
|
|
|
--button-text-color-mobile: #707070;
|
|
|
|
|
--button-background-image-mobile: url("/public/assets/buttons/button-fade-dark.png");
|
|
|
|
|
--button-background-color-mobile: #1b1c1e;
|
|
|
|
|
--button-border-mobile: 1px solid #282a2e;
|
|
|
|
|
|
|
|
|
|
/* post capcodes */
|
|
|
|
|
--post-capcode-mod-text-color: #81a2be;
|
|
|
|
|
|
2024-04-09 19:16:46 +02:00
|
|
|
/* post desktop */
|
|
|
|
|
--post-hide-button-background-image: url("/public/assets/buttons/post-expand-minus-dark.png");
|
|
|
|
|
--post-unhide-button-background-image: url("/public/assets/buttons/post-expand-plus-dark.png");
|
2024-03-22 17:12:54 +01:00
|
|
|
--post-subject-text-color: #b294bb;
|
|
|
|
|
--post-subject-font-weight: 700;
|
|
|
|
|
--post-name-text-color: #c5c8c6;
|
|
|
|
|
--post-name-font-weight: 700;
|
2024-03-26 15:07:28 +01:00
|
|
|
--post-menu-button-color: #5F89AC;
|
|
|
|
|
--post-menu-button-color-hover: #81a2be;
|
|
|
|
|
--post-greentext-color: #b5bd68;
|
2024-04-02 12:23:18 +02:00
|
|
|
--post-replies-expand-button-background-image: url("/public/assets/buttons/post-expand-plus-dark.png");
|
2024-03-30 22:19:49 +01:00
|
|
|
|
2024-05-09 16:03:44 +02:00
|
|
|
/* post form */
|
|
|
|
|
--post-form-toggle-font-size: 22px;
|
|
|
|
|
--post-form-toggle-font-weight: 700;
|
|
|
|
|
--post-form-field-title-background-color: #282a2e;
|
|
|
|
|
--post-form-field-title-color: #c5c8c6;
|
|
|
|
|
--post-form-field-border: 1px solid #000;
|
|
|
|
|
--post-form-field-title-font-weight: 700;
|
|
|
|
|
--post-form-field-title-padding: 0 5px;
|
|
|
|
|
--post-form-field-title-font-size: 10pt;
|
|
|
|
|
--post-form-field-input-border: 1px solid #000;
|
|
|
|
|
--post-form-field-input-focus-border: 1px solid #515151;
|
|
|
|
|
--post-form-field-input-background-color: #282a2e;
|
|
|
|
|
--post-form-field-input-color: #c5c8c6;
|
|
|
|
|
--post-form-field-font-family: arial, helvetica, sans-serif;
|
|
|
|
|
--post-form-field-input-appearance: none;
|
|
|
|
|
--post-form-field-input-outline: none;
|
|
|
|
|
|
2024-04-03 16:24:57 +02:00
|
|
|
/* post mobile */
|
|
|
|
|
--post-mobile-background-color: #282A2E;
|
2024-04-24 15:27:00 +02:00
|
|
|
--post-mobile-info-border-top: 1px solid #2D2F33;
|
2024-04-03 16:24:57 +02:00
|
|
|
--post-mobile-info-border-bottom: 1px solid #2D2F33;
|
|
|
|
|
--post-mobile-info-background-color: #212326;
|
|
|
|
|
--post-mobile-info-text-color: #707070;
|
|
|
|
|
--post-mobile-menu-button-color: #81A2BE;
|
|
|
|
|
--post-mobile-name-text-color: #117743;
|
|
|
|
|
--post-mobile-name-font-weight: 700;
|
|
|
|
|
--post-mobile-subject-text-color: #B294BB;
|
|
|
|
|
--post-mobile-subject-font-weight: 700;
|
|
|
|
|
--post-mobile-link-background-color: #212326;
|
|
|
|
|
--post-mobile-link-border-top: 1px solid #2D2F33;
|
2024-04-24 15:27:00 +02:00
|
|
|
--post-mobile-link-border-bottom: 1px solid #2D2F33;
|
2024-04-03 16:24:57 +02:00
|
|
|
--post-mobile-link-info-text-color: #707070;
|
|
|
|
|
--post-mobile-abbr-text-color: #707070;
|
|
|
|
|
--post-mobile-abbr-font-size: 10pt;
|
|
|
|
|
--post-mobile-content-font-size: 11pt;
|
|
|
|
|
|
|
|
|
|
/* quotelink */
|
|
|
|
|
--post-quotelink-text-color: #5f89ac;
|
|
|
|
|
--post-quotelink-text-color-hover: #81a2be;
|
|
|
|
|
--post-quotelink-text-decoration: underline;
|
|
|
|
|
--post-quotelink-text-decoration-hover: underline;
|
2024-03-22 17:12:54 +01:00
|
|
|
|
2024-03-30 22:19:49 +01:00
|
|
|
/* reply desktop */
|
|
|
|
|
--side-arrows-color: #c5c8c6;
|
|
|
|
|
--reply-desktop-background-color: #282a2e;
|
|
|
|
|
--reply-desktop-border: 1px solid #282a2e;
|
|
|
|
|
|
2024-05-08 16:05:05 +02:00
|
|
|
/* reply modal */
|
|
|
|
|
--reply-modal-field-input-border: 1px solid #515151;
|
2024-05-08 12:23:18 +02:00
|
|
|
--reply-modal-field-border-focus: 1px solid #757575;
|
2024-05-09 16:03:44 +02:00
|
|
|
--reply-modal-field-input-border-focus: 1px solid #757575;
|
2024-03-21 16:20:10 +01:00
|
|
|
|
|
|
|
|
/* select */
|
2024-03-20 22:06:35 +01:00
|
|
|
--select-border: 1px solid #575a60;
|
|
|
|
|
--select-background-color: #282a2e;
|
|
|
|
|
--select-color: #c5c8c6;
|
2024-04-08 18:30:17 +02:00
|
|
|
|
|
|
|
|
/* stats */
|
|
|
|
|
--stats-font-size: 11px;
|
2024-03-18 15:04:30 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
:root .photon {
|
2024-03-21 16:20:10 +01:00
|
|
|
/* body */
|
|
|
|
|
--body-background-base-color: #eee;
|
|
|
|
|
--body-background-pattern-image: none;
|
|
|
|
|
--body-font-color: #333;
|
|
|
|
|
--body-font-family: arial, helvetica, sans-serif;
|
2024-05-03 16:07:31 +02:00
|
|
|
--body-font-size: 13px;
|
2024-03-21 16:20:10 +01:00
|
|
|
|
|
|
|
|
/* board nav */
|
2024-03-19 13:18:12 +01:00
|
|
|
--boardnav-font-size: 9pt;
|
|
|
|
|
--boardnav-separator-color: #333;
|
2024-03-22 17:12:54 +01:00
|
|
|
--boardnav-desktop-link-text-color: #f60;
|
|
|
|
|
--boardnav-desktop-link-text-color-hover: #f30;
|
|
|
|
|
--boardnav-desktop-link-text-decoration: none;
|
|
|
|
|
--boardnav-desktop-link-text-decoration-hover: none;
|
2024-03-19 13:18:12 +01:00
|
|
|
--boardnav-mobile-background-color: #ddd;
|
|
|
|
|
--boardnav-mobile-border-bottom: 2px solid #ccc;
|
2024-03-19 14:43:25 +01:00
|
|
|
--boardnav-mobile-font-size: 10px;
|
2024-03-22 12:55:37 +01:00
|
|
|
--boardnav-mobile-button-text-color: #f60;
|
2024-03-21 16:20:10 +01:00
|
|
|
|
|
|
|
|
/* board title */
|
2024-03-19 21:12:57 +01:00
|
|
|
--board-title-font-size: 28px;
|
|
|
|
|
--board-title-font-family: Tahoma, sans-serif;
|
|
|
|
|
--board-title-text-color: #004a99;
|
2024-03-20 14:31:31 +01:00
|
|
|
--board-address-font-size: x-small;
|
2024-03-21 16:20:10 +01:00
|
|
|
|
2024-04-13 13:39:15 +02:00
|
|
|
/* catalog post */
|
|
|
|
|
--catalog-post-menu-btn-color: #f60;
|
|
|
|
|
--catalog-post-menu-btn-hover-color: #f30;
|
|
|
|
|
--catalog-post-menu-btn-opacity: 0.5;
|
|
|
|
|
--catalog-post-menu-btn-hover-opacity: 1;
|
|
|
|
|
|
2024-04-27 12:40:54 +02:00
|
|
|
/* challenge modal */
|
|
|
|
|
--challenge-modal-background-color: #ddd;
|
|
|
|
|
--challenge-modal-border: 1px solid #ccc;
|
|
|
|
|
--challenge-modal-title-background-color: #ddd;
|
|
|
|
|
--challenge-modal-title-text-color: #333;
|
|
|
|
|
--challenge-modal-title-border: unset;
|
|
|
|
|
--challenge-modal-title-font-size: 10pt;
|
|
|
|
|
--challenge-modal-title-font-weight: 700;
|
|
|
|
|
|
2024-03-22 12:09:17 +01:00
|
|
|
/* desktop buttons */
|
|
|
|
|
--button-desktop-text-color: #f60;
|
|
|
|
|
--button-desktop-text-color-hover: #f30;
|
2024-04-27 12:40:54 +02:00
|
|
|
--close-button-background-image: url("/public/assets/buttons/cross-photon.png");
|
2024-03-21 16:20:10 +01:00
|
|
|
|
|
|
|
|
/* horizontal rule */
|
2024-03-19 21:12:57 +01:00
|
|
|
--hr-border: none;
|
|
|
|
|
--hr-border-top: 1px solid #ddd;
|
|
|
|
|
--hr-height: 0px;
|
2024-03-21 16:20:10 +01:00
|
|
|
|
|
|
|
|
/* links */
|
2024-03-22 16:15:38 +01:00
|
|
|
--post-link-text-color: #f60;
|
|
|
|
|
--post-link-text-decoration: underline;
|
|
|
|
|
--post-link-text-color-hover: #f30;
|
|
|
|
|
--post-link-text-decoration-hover: underline;
|
2024-03-28 17:21:27 +01:00
|
|
|
--post-content-link-text-decoration: none;
|
|
|
|
|
--post-content-link-text-decoration-hover: none;
|
2024-03-21 16:20:10 +01:00
|
|
|
|
2024-04-03 16:24:57 +02:00
|
|
|
/* media */
|
|
|
|
|
--media-thumbnail-background-color: rgba(0, 0, 0, 0.05);
|
|
|
|
|
|
2024-05-09 16:03:44 +02:00
|
|
|
/* mobile buttons */
|
|
|
|
|
--button-font-size-mobile: 10pt;
|
|
|
|
|
--button-font-weight-mobile: 700;
|
|
|
|
|
--button-text-color-mobile: #333;
|
|
|
|
|
--button-background-image-mobile: linear-gradient(to bottom, rgba(238, 238, 238, 1) 0%, rgba(224, 224, 224, 1) 100%);
|
|
|
|
|
--button-border-mobile: 1px solid #ccc;
|
|
|
|
|
|
|
|
|
|
/* post capcodes */
|
|
|
|
|
--post-capcode-mod-text-color: #f60;
|
|
|
|
|
|
2024-04-09 19:16:46 +02:00
|
|
|
/* post desktop */
|
|
|
|
|
--post-hide-button-background-image: url("/public/assets/buttons/post-expand-minus-photon.png");
|
|
|
|
|
--post-unhide-button-background-image: url("/public/assets/buttons/post-expand-plus-photon.png");
|
2024-03-22 17:12:54 +01:00
|
|
|
--post-subject-text-color: #111;
|
|
|
|
|
--post-subject-font-weight: 700;
|
|
|
|
|
--post-name-text-color: #004a99;
|
|
|
|
|
--post-name-font-weight: 700;
|
2024-03-26 15:07:28 +01:00
|
|
|
--post-menu-button-color: #FF6600;
|
|
|
|
|
--post-menu-button-color-hover: #FF3300;
|
|
|
|
|
--post-greentext-color: #789922;
|
2024-04-02 12:23:18 +02:00
|
|
|
--post-replies-expand-button-background-image: url("/public/assets/buttons/post-expand-plus-photon.png");
|
2024-03-30 22:19:49 +01:00
|
|
|
|
2024-04-03 16:24:57 +02:00
|
|
|
/* post mobile */
|
|
|
|
|
--post-mobile-background-color: #eee;
|
|
|
|
|
--post-mobile-info-border-top: 1px solid #ccc;
|
2024-04-24 15:27:00 +02:00
|
|
|
--post-mobile-info-border-bottom: 1px solid #ccc;
|
2024-04-03 16:24:57 +02:00
|
|
|
--post-mobile-info-background-color: #ddd;
|
2024-04-27 12:52:05 +02:00
|
|
|
--post-mobile-info-text-color: #333;
|
2024-04-03 16:24:57 +02:00
|
|
|
--post-mobile-menu-button-color: #f60;
|
|
|
|
|
--post-mobile-name-text-color: #004a99;
|
|
|
|
|
--post-mobile-name-font-weight: 700;
|
|
|
|
|
--post-mobile-subject-text-color: #111;
|
|
|
|
|
--post-mobile-subject-font-weight: 700;
|
|
|
|
|
--post-mobile-link-background-color: #ddd;
|
|
|
|
|
--post-mobile-link-border-top: 1px solid #ccc;
|
2024-04-24 15:27:00 +02:00
|
|
|
--post-mobile-link-border-bottom: 1px solid #ccc;
|
2024-04-03 16:24:57 +02:00
|
|
|
--post-mobile-link-info-text-color: #333;
|
|
|
|
|
--post-mobile-abbr-text-color: #333;
|
|
|
|
|
--post-mobile-abbr-font-size: 10pt;
|
|
|
|
|
--post-mobile-content-font-size: 11pt;
|
|
|
|
|
|
2024-04-08 18:30:17 +02:00
|
|
|
/* post form */
|
|
|
|
|
--post-form-toggle-font-size: 22px;
|
|
|
|
|
--post-form-toggle-font-weight: 700;
|
2024-04-24 11:26:15 +02:00
|
|
|
--post-form-field-title-background-color: #ddd;
|
|
|
|
|
--post-form-field-title-color: #333;
|
|
|
|
|
--post-form-field-border: 1px solid #ccc;
|
|
|
|
|
--post-form-field-title-font-weight: 700;
|
|
|
|
|
--post-form-field-title-padding: 0 5px;
|
|
|
|
|
--post-form-field-title-font-size: 10pt;
|
|
|
|
|
--post-form-field-input-border: 1px solid #aaa;
|
|
|
|
|
--post-form-field-font-family: arial, helvetica, sans-serif;
|
|
|
|
|
--post-form-field-input-appearance: none;
|
|
|
|
|
--post-form-field-input-outline: none;
|
|
|
|
|
--post-form-field-input-focus-border: 1px solid #ea8;
|
2024-04-08 18:30:17 +02:00
|
|
|
|
2024-04-03 16:24:57 +02:00
|
|
|
/* quotelink */
|
|
|
|
|
--post-quotelink-text-color: #f60;
|
|
|
|
|
--post-quotelink-text-color-hover: #f30;
|
|
|
|
|
--post-quotelink-text-decoration: underline;
|
|
|
|
|
--post-quotelink-text-decoration-hover: underline;
|
2024-03-22 17:12:54 +01:00
|
|
|
|
2024-03-30 22:19:49 +01:00
|
|
|
/* reply desktop */
|
|
|
|
|
--side-arrows-color: #333;
|
|
|
|
|
--reply-desktop-background-color: #ddd;
|
|
|
|
|
--reply-desktop-border: 1px solid #ccc;
|
|
|
|
|
|
2024-05-09 16:03:44 +02:00
|
|
|
/* reply modal */
|
|
|
|
|
--reply-modal-field-input-border: 1px solid #aaa;
|
|
|
|
|
--reply-modal-field-input-border-focus: 1px solid #ea8;
|
|
|
|
|
|
2024-04-08 18:30:17 +02:00
|
|
|
/* stats */
|
|
|
|
|
--stats-font-size: 11px;
|
2024-03-21 16:20:10 +01:00
|
|
|
}
|