From 2f5cbe27b070cdc7b4fdb3d694c3d6ccf89e1c3f Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Sun, 3 Jan 2021 02:16:27 +0100 Subject: [PATCH] Isso CSS --- static/css/isso.css | 68 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 static/css/isso.css diff --git a/static/css/isso.css b/static/css/isso.css new file mode 100644 index 0000000..08b7528 --- /dev/null +++ b/static/css/isso.css @@ -0,0 +1,68 @@ +.isso-postbox { + width: 100%; + font-family: -apple-system, BlinkMacSystemFont, + 'avenir next', avenir, + 'helvetica neue', helvetica, + ubuntu, + roboto, noto, + 'segoe ui', arial, + sans-serif; +} +#isso-thread { + font-family: -apple-system, BlinkMacSystemFont, + 'avenir next', avenir, + 'helvetica neue', helvetica, + ubuntu, + roboto, noto, + 'segoe ui', arial, + sans-serif; +} + +#isso-thread > .isso-feedlink > a { + text-decoration: none; + vertical-align: middle !important; +} + +.isso-postbox > .form-wrapper .textarea, .isso-postbox > .form-wrapper .preview { + font-size: 1rem; + width: 100%; + padding-top: 1rem; + padding-bottom: 1rem; + padding-left: 1rem; + padding-right: 1rem; + height: 8rem; +} + +.isso-postbox > .form-wrapper > .auth-section .input-wrapper { + margin-right: 0.3rem !important; +} + +.isso-postbox > .form-wrapper > .auth-section .input-wrapper input { + font-size:0.9rem; + padding-top: 1rem; + padding-bottom: 1rem; + padding-left: 1rem; + padding-right: 1rem; +} + +/*.isso-postbox > .form-wrapper > .auth-section .post-action { + margin: 0.2rem !important; +}*/ + +.isso-postbox > .form-wrapper > .auth-section .post-action input { + font-size: 0.9rem; + background-color: #000000 !important; + color: #FFFFFF !important; +} + +.isso-postbox > .form-wrapper .notification-section > label{ + font-size: 0.9rem; +} + + + +.isso-postbox > .form-wrapper input[type="checkbox"] { + font-size: 0.9rem; + padding-right: 0.2rem; + margin-right: 0.5rem !important; +}