mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
style(post form): style submit form in all themes
This commit is contained in:
@@ -112,6 +112,17 @@
|
||||
/* 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: 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;
|
||||
|
||||
/* quotelink */
|
||||
--post-quotelink-text-color: navy;
|
||||
@@ -246,6 +257,13 @@
|
||||
--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;
|
||||
|
||||
/* quotelink */
|
||||
--post-quotelink-text-color: #d00;
|
||||
@@ -353,6 +371,11 @@
|
||||
/* 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;
|
||||
|
||||
/* quotelink */
|
||||
--post-quotelink-text-color: navy;
|
||||
@@ -474,6 +497,11 @@
|
||||
/* 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;
|
||||
|
||||
/* quotelink */
|
||||
--post-quotelink-text-color: #d00;
|
||||
@@ -608,6 +636,17 @@
|
||||
/* 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 #111;
|
||||
--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 #111;
|
||||
|
||||
/* select */
|
||||
--select-border: 1px solid #575a60;
|
||||
@@ -714,6 +753,17 @@
|
||||
/* post form */
|
||||
--post-form-toggle-font-size: 22px;
|
||||
--post-form-toggle-font-weight: 700;
|
||||
--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;
|
||||
|
||||
/* quotelink */
|
||||
--post-quotelink-text-color: #f60;
|
||||
|
||||
Reference in New Issue
Block a user