From bc4532f76e7d3f89ab54af847f2571530e588593 Mon Sep 17 00:00:00 2001 From: mattpass Date: Sat, 19 Sep 2020 11:44:50 +0100 Subject: [PATCH] Remove font-size and gutter padding right from themes, re-add font size changing --- assets/css/theme/all-hallow-eve.css | 2 -- assets/css/theme/amy.css | 2 -- assets/css/theme/argonaut.css | 2 -- assets/css/theme/black-pearl-ii.css | 2 -- assets/css/theme/chrome-devtools.css | 2 -- assets/css/theme/clouds-midnight.css | 2 -- assets/css/theme/darkpastel.css | 2 -- assets/css/theme/django.css | 2 -- assets/css/theme/eiffel.css | 2 -- assets/css/theme/emacs-strict.css | 2 -- assets/css/theme/fade-to-grey.css | 2 -- assets/css/theme/fake.css | 2 -- assets/css/theme/friendship-bracelet.css | 2 -- assets/css/theme/glitterbomb.css | 2 -- assets/css/theme/idle.css | 2 -- assets/css/theme/idlefingers.css | 2 -- assets/css/theme/iplastic.css | 2 -- assets/css/theme/ir_black.css | 2 -- assets/css/theme/ir_white.css | 2 -- assets/css/theme/johnny.css | 2 -- assets/css/theme/juicy.css | 2 -- assets/css/theme/krtheme.css | 2 -- assets/css/theme/liquibyte.css | 3 +-- assets/css/theme/lowlight.css | 2 -- assets/css/theme/made-of-code.css | 2 -- assets/css/theme/monoindustrial.css | 2 -- assets/css/theme/monokai-bright.css | 2 -- assets/css/theme/monokai-fannonedition.css | 2 -- assets/css/theme/mreq.css | 2 -- assets/css/theme/nightlion.css | 2 -- assets/css/theme/oceanic.css | 2 -- assets/css/theme/plasticcodewrap.css | 2 -- assets/css/theme/rails-envy.css | 2 -- assets/css/theme/rdark.css | 2 -- assets/css/theme/spectacular.css | 2 -- assets/css/theme/sunburst.css | 2 -- assets/css/theme/text-ex-machina.css | 2 -- assets/css/theme/tomorrow-night-blue.css | 2 -- assets/css/theme/venom.css | 2 -- assets/js/icecoder.js | 2 +- 40 files changed, 2 insertions(+), 79 deletions(-) diff --git a/assets/css/theme/all-hallow-eve.css b/assets/css/theme/all-hallow-eve.css index 67ab257..72defe2 100644 --- a/assets/css/theme/all-hallow-eve.css +++ b/assets/css/theme/all-hallow-eve.css @@ -1,5 +1,4 @@ .cm-s-all-hallow-eve { - font-size: 1em; line-height: 1.5em; font-family: inconsolata, monospace; letter-spacing: 0.3px; @@ -14,7 +13,6 @@ box-shadow: 1px 0 2px 0 rgba(0, 0, 0, 0.5); -webkit-box-shadow: 1px 0 2px 0 rgba(0, 0, 0, 0.5); background-color: #000000; - padding-right: 10px; z-index: 3; border: none; } diff --git a/assets/css/theme/amy.css b/assets/css/theme/amy.css index 284d81e..269267f 100644 --- a/assets/css/theme/amy.css +++ b/assets/css/theme/amy.css @@ -1,5 +1,4 @@ .cm-s-amy { - font-size: 1em; line-height: 1.5em; font-family: inconsolata, monospace; letter-spacing: 0.3px; @@ -14,7 +13,6 @@ box-shadow: 1px 0 2px 0 rgba(0, 0, 0, 0.5); -webkit-box-shadow: 1px 0 2px 0 rgba(0, 0, 0, 0.5); background-color: #200020; - padding-right: 10px; z-index: 3; border: none; } diff --git a/assets/css/theme/argonaut.css b/assets/css/theme/argonaut.css index fe0d091..995a362 100644 --- a/assets/css/theme/argonaut.css +++ b/assets/css/theme/argonaut.css @@ -1,5 +1,4 @@ .cm-s-argonaut { - font-size: 1em; line-height: 1.5em; font-family: inconsolata, monospace; letter-spacing: 0.3px; @@ -14,7 +13,6 @@ box-shadow: 1px 0 2px 0 rgba(0, 0, 0, 0.5); -webkit-box-shadow: 1px 0 2px 0 rgba(0, 0, 0, 0.5); background-color: #151515; - padding-right: 10px; z-index: 3; border: none; } diff --git a/assets/css/theme/black-pearl-ii.css b/assets/css/theme/black-pearl-ii.css index 3d66a3c..4d6f8b9 100644 --- a/assets/css/theme/black-pearl-ii.css +++ b/assets/css/theme/black-pearl-ii.css @@ -1,5 +1,4 @@ .cm-s-black-pearl-ii { - font-size: 1em; line-height: 1.5em; font-family: inconsolata, monospace; letter-spacing: 0.3px; @@ -14,7 +13,6 @@ box-shadow: 1px 0 2px 0 rgba(0, 0, 0, 0.5); -webkit-box-shadow: 1px 0 2px 0 rgba(0, 0, 0, 0.5); background-color: #000000; - padding-right: 10px; z-index: 3; border: none; } diff --git a/assets/css/theme/chrome-devtools.css b/assets/css/theme/chrome-devtools.css index 410572e..ac9d2b9 100644 --- a/assets/css/theme/chrome-devtools.css +++ b/assets/css/theme/chrome-devtools.css @@ -1,5 +1,4 @@ .cm-s-chrome-devtools { - font-size: 1em; line-height: 1.5em; font-family: inconsolata, monospace; letter-spacing: 0.3px; @@ -14,7 +13,6 @@ box-shadow: 1px 0 2px 0 rgba(0, 0, 0, 0.5); -webkit-box-shadow: 1px 0 2px 0 rgba(0, 0, 0, 0.5); background-color: #FFFFFF; - padding-right: 10px; z-index: 3; border: none; } diff --git a/assets/css/theme/clouds-midnight.css b/assets/css/theme/clouds-midnight.css index b4c5dcd..2553180 100644 --- a/assets/css/theme/clouds-midnight.css +++ b/assets/css/theme/clouds-midnight.css @@ -1,5 +1,4 @@ .cm-s-clouds-midnight { - font-size: 1em; line-height: 1.5em; font-family: inconsolata, monospace; letter-spacing: 0.3px; @@ -14,7 +13,6 @@ box-shadow: 1px 0 2px 0 rgba(0, 0, 0, 0.5); -webkit-box-shadow: 1px 0 2px 0 rgba(0, 0, 0, 0.5); background-color: #191919; - padding-right: 10px; z-index: 3; border: none; } diff --git a/assets/css/theme/darkpastel.css b/assets/css/theme/darkpastel.css index ea07cfb..b905b65 100644 --- a/assets/css/theme/darkpastel.css +++ b/assets/css/theme/darkpastel.css @@ -1,5 +1,4 @@ .cm-s-darkpastel { - font-size: 1em; line-height: 1.5em; font-family: inconsolata, monospace; letter-spacing: 0.3px; @@ -14,7 +13,6 @@ box-shadow: 1px 0 2px 0 rgba(0, 0, 0, 0.5); -webkit-box-shadow: 1px 0 2px 0 rgba(0, 0, 0, 0.5); background-color: #2a2a2a; - padding-right: 10px; z-index: 3; border: none; } diff --git a/assets/css/theme/django.css b/assets/css/theme/django.css index 121c329..1fbc5e8 100644 --- a/assets/css/theme/django.css +++ b/assets/css/theme/django.css @@ -1,5 +1,4 @@ .cm-s-django { - font-size: 1em; line-height: 1.5em; font-family: inconsolata, monospace; letter-spacing: 0.3px; @@ -14,7 +13,6 @@ box-shadow: 1px 0 2px 0 rgba(0, 0, 0, 0.5); -webkit-box-shadow: 1px 0 2px 0 rgba(0, 0, 0, 0.5); background-color: #0B2F20; - padding-right: 10px; z-index: 3; border: none; } diff --git a/assets/css/theme/eiffel.css b/assets/css/theme/eiffel.css index c04e8d3..99459c9 100644 --- a/assets/css/theme/eiffel.css +++ b/assets/css/theme/eiffel.css @@ -1,5 +1,4 @@ .cm-s-eiffel { - font-size: 1em; line-height: 1.5em; font-family: inconsolata, monospace; letter-spacing: 0.3px; @@ -14,7 +13,6 @@ box-shadow: 1px 0 2px 0 rgba(0, 0, 0, 0.5); -webkit-box-shadow: 1px 0 2px 0 rgba(0, 0, 0, 0.5); background-color: #FFFFFF; - padding-right: 10px; z-index: 3; border: none; } diff --git a/assets/css/theme/emacs-strict.css b/assets/css/theme/emacs-strict.css index 415a53d..1edb6d3 100644 --- a/assets/css/theme/emacs-strict.css +++ b/assets/css/theme/emacs-strict.css @@ -1,5 +1,4 @@ .cm-s-emacs-strict { - font-size: 1em; line-height: 1.5em; font-family: inconsolata, monospace; letter-spacing: 0.3px; @@ -14,7 +13,6 @@ box-shadow: 1px 0 2px 0 rgba(0, 0, 0, 0.5); -webkit-box-shadow: 1px 0 2px 0 rgba(0, 0, 0, 0.5); background-color: #000000EB; - padding-right: 10px; z-index: 3; border: none; } diff --git a/assets/css/theme/fade-to-grey.css b/assets/css/theme/fade-to-grey.css index 0437727..96f1799 100644 --- a/assets/css/theme/fade-to-grey.css +++ b/assets/css/theme/fade-to-grey.css @@ -1,5 +1,4 @@ .cm-s-fade-to-grey { - font-size: 1em; line-height: 1.5em; font-family: inconsolata, monospace; letter-spacing: 0.3px; @@ -14,7 +13,6 @@ box-shadow: 1px 0 2px 0 rgba(0, 0, 0, 0.5); -webkit-box-shadow: 1px 0 2px 0 rgba(0, 0, 0, 0.5); background-color: #000000; - padding-right: 10px; z-index: 3; border: none; } diff --git a/assets/css/theme/fake.css b/assets/css/theme/fake.css index 2fe0765..6579226 100644 --- a/assets/css/theme/fake.css +++ b/assets/css/theme/fake.css @@ -1,5 +1,4 @@ .cm-s-fake { - font-size: 1em; line-height: 1.5em; font-family: inconsolata, monospace; letter-spacing: 0.3px; @@ -14,7 +13,6 @@ box-shadow: 1px 0 2px 0 rgba(0, 0, 0, 0.5); -webkit-box-shadow: 1px 0 2px 0 rgba(0, 0, 0, 0.5); background-color: #010304; - padding-right: 10px; z-index: 3; border: none; } diff --git a/assets/css/theme/friendship-bracelet.css b/assets/css/theme/friendship-bracelet.css index da903f3..947d229 100644 --- a/assets/css/theme/friendship-bracelet.css +++ b/assets/css/theme/friendship-bracelet.css @@ -1,5 +1,4 @@ .cm-s-friendship-bracelet { - font-size: 1em; line-height: 1.5em; font-family: inconsolata, monospace; letter-spacing: 0.3px; @@ -14,7 +13,6 @@ box-shadow: 1px 0 2px 0 rgba(0, 0, 0, 0.5); -webkit-box-shadow: 1px 0 2px 0 rgba(0, 0, 0, 0.5); background-color: #1F1F1F; - padding-right: 10px; z-index: 3; border: none; } diff --git a/assets/css/theme/glitterbomb.css b/assets/css/theme/glitterbomb.css index 84c46f8..8e4c445 100644 --- a/assets/css/theme/glitterbomb.css +++ b/assets/css/theme/glitterbomb.css @@ -1,5 +1,4 @@ .cm-s-glitterbomb { - font-size: 1em; line-height: 1.5em; font-family: inconsolata, monospace; letter-spacing: 0.3px; @@ -14,7 +13,6 @@ box-shadow: 1px 0 2px 0 rgba(0, 0, 0, 0.5); -webkit-box-shadow: 1px 0 2px 0 rgba(0, 0, 0, 0.5); background-color: #0B0A0A; - padding-right: 10px; z-index: 3; border: none; } diff --git a/assets/css/theme/idle.css b/assets/css/theme/idle.css index 71a5deb..847a6d3 100644 --- a/assets/css/theme/idle.css +++ b/assets/css/theme/idle.css @@ -1,5 +1,4 @@ .cm-s-idle { - font-size: 1em; line-height: 1.5em; font-family: inconsolata, monospace; letter-spacing: 0.3px; @@ -14,7 +13,6 @@ box-shadow: 1px 0 2px 0 rgba(0, 0, 0, 0.5); -webkit-box-shadow: 1px 0 2px 0 rgba(0, 0, 0, 0.5); background-color: #FFFFFF; - padding-right: 10px; z-index: 3; border: none; } diff --git a/assets/css/theme/idlefingers.css b/assets/css/theme/idlefingers.css index 825d059..7678fce 100644 --- a/assets/css/theme/idlefingers.css +++ b/assets/css/theme/idlefingers.css @@ -1,5 +1,4 @@ .cm-s-idlefingers { - font-size: 1em; line-height: 1.5em; font-family: inconsolata, monospace; letter-spacing: 0.3px; @@ -14,7 +13,6 @@ box-shadow: 1px 0 2px 0 rgba(0, 0, 0, 0.5); -webkit-box-shadow: 1px 0 2px 0 rgba(0, 0, 0, 0.5); background-color: #323232; - padding-right: 10px; z-index: 3; border: none; } diff --git a/assets/css/theme/iplastic.css b/assets/css/theme/iplastic.css index b54fa9e..977a9ce 100644 --- a/assets/css/theme/iplastic.css +++ b/assets/css/theme/iplastic.css @@ -1,5 +1,4 @@ .cm-s-iplastic { - font-size: 1em; line-height: 1.5em; font-family: inconsolata, monospace; letter-spacing: 0.3px; @@ -14,7 +13,6 @@ box-shadow: 1px 0 2px 0 rgba(0, 0, 0, 0.5); -webkit-box-shadow: 1px 0 2px 0 rgba(0, 0, 0, 0.5); background-color: #EEEEEEEB; - padding-right: 10px; z-index: 3; border: none; } diff --git a/assets/css/theme/ir_black.css b/assets/css/theme/ir_black.css index aeb7ed1..4c395b5 100644 --- a/assets/css/theme/ir_black.css +++ b/assets/css/theme/ir_black.css @@ -1,5 +1,4 @@ .cm-s-ir_black { - font-size: 1em; line-height: 1.5em; font-family: inconsolata, monospace; letter-spacing: 0.3px; @@ -14,7 +13,6 @@ box-shadow: 1px 0 2px 0 rgba(0, 0, 0, 0.5); -webkit-box-shadow: 1px 0 2px 0 rgba(0, 0, 0, 0.5); background-color: #000000; - padding-right: 10px; z-index: 3; border: none; } diff --git a/assets/css/theme/ir_white.css b/assets/css/theme/ir_white.css index af617c2..ec369b3 100644 --- a/assets/css/theme/ir_white.css +++ b/assets/css/theme/ir_white.css @@ -1,5 +1,4 @@ .cm-s-ir_white { - font-size: 1em; line-height: 1.5em; font-family: inconsolata, monospace; letter-spacing: 0.3px; @@ -14,7 +13,6 @@ box-shadow: 1px 0 2px 0 rgba(0, 0, 0, 0.5); -webkit-box-shadow: 1px 0 2px 0 rgba(0, 0, 0, 0.5); background-color: #FFFFFF; - padding-right: 10px; z-index: 3; border: none; } diff --git a/assets/css/theme/johnny.css b/assets/css/theme/johnny.css index 9b87ace..78a6ddb 100644 --- a/assets/css/theme/johnny.css +++ b/assets/css/theme/johnny.css @@ -1,5 +1,4 @@ .cm-s-johnny { - font-size: 1em; line-height: 1.5em; font-family: inconsolata, monospace; letter-spacing: 0.3px; @@ -14,7 +13,6 @@ box-shadow: 1px 0 2px 0 rgba(0, 0, 0, 0.5); -webkit-box-shadow: 1px 0 2px 0 rgba(0, 0, 0, 0.5); background-color: #FFFFFF; - padding-right: 10px; z-index: 3; border: none; } diff --git a/assets/css/theme/juicy.css b/assets/css/theme/juicy.css index 22a9931..fcfadfb 100644 --- a/assets/css/theme/juicy.css +++ b/assets/css/theme/juicy.css @@ -1,5 +1,4 @@ .cm-s-juicy { - font-size: 1em; line-height: 1.5em; font-family: inconsolata, monospace; letter-spacing: 0.3px; @@ -14,7 +13,6 @@ box-shadow: 1px 0 2px 0 rgba(0, 0, 0, 0.5); -webkit-box-shadow: 1px 0 2px 0 rgba(0, 0, 0, 0.5); background-color: #F1F1F1; - padding-right: 10px; z-index: 3; border: none; } diff --git a/assets/css/theme/krtheme.css b/assets/css/theme/krtheme.css index a4d8788..d9169d8 100644 --- a/assets/css/theme/krtheme.css +++ b/assets/css/theme/krtheme.css @@ -1,5 +1,4 @@ .cm-s-krtheme { - font-size: 1em; line-height: 1.5em; font-family: inconsolata, monospace; letter-spacing: 0.3px; @@ -14,7 +13,6 @@ box-shadow: 1px 0 2px 0 rgba(0, 0, 0, 0.5); -webkit-box-shadow: 1px 0 2px 0 rgba(0, 0, 0, 0.5); background-color: #0B0A09; - padding-right: 10px; z-index: 3; border: none; } diff --git a/assets/css/theme/liquibyte.css b/assets/css/theme/liquibyte.css index a1cd3c7..52c0897 100644 --- a/assets/css/theme/liquibyte.css +++ b/assets/css/theme/liquibyte.css @@ -2,7 +2,6 @@ background-color: #000; color: #fff; line-height: 1.2em; - font-size: 1em; } .cm-s-liquibyte .CodeMirror-focused .cm-matchhighlight { text-decoration: underline; @@ -19,7 +18,7 @@ text-decoration-color: #404040; text-decoration-style: dotted; } -.cm-s-liquibyte .CodeMirror-gutters { background-color: #262626; border-right: 1px solid #505050; padding-right: 0.8em; } +.cm-s-liquibyte .CodeMirror-gutters { background-color: #262626; border-right: 1px solid #505050; } .cm-s-liquibyte .CodeMirror-gutter-elt div { font-size: 1.2em; } .cm-s-liquibyte .CodeMirror-guttermarker { } .cm-s-liquibyte .CodeMirror-guttermarker-subtle { } diff --git a/assets/css/theme/lowlight.css b/assets/css/theme/lowlight.css index 19991cd..79d50a6 100644 --- a/assets/css/theme/lowlight.css +++ b/assets/css/theme/lowlight.css @@ -1,5 +1,4 @@ .cm-s-lowlight { - font-size: 1em; line-height: 1.5em; font-family: inconsolata, monospace; letter-spacing: 0.3px; @@ -14,7 +13,6 @@ box-shadow: 1px 0 2px 0 rgba(0, 0, 0, 0.5); -webkit-box-shadow: 1px 0 2px 0 rgba(0, 0, 0, 0.5); background-color: #1E1E1E; - padding-right: 10px; z-index: 3; border: none; } diff --git a/assets/css/theme/made-of-code.css b/assets/css/theme/made-of-code.css index 6a5c27e..02561bc 100644 --- a/assets/css/theme/made-of-code.css +++ b/assets/css/theme/made-of-code.css @@ -1,5 +1,4 @@ .cm-s-made-of-code { - font-size: 1em; line-height: 1.5em; font-family: inconsolata, monospace; letter-spacing: 0.3px; @@ -14,7 +13,6 @@ box-shadow: 1px 0 2px 0 rgba(0, 0, 0, 0.5); -webkit-box-shadow: 1px 0 2px 0 rgba(0, 0, 0, 0.5); background-color: #090916F2; - padding-right: 10px; z-index: 3; border: none; } diff --git a/assets/css/theme/monoindustrial.css b/assets/css/theme/monoindustrial.css index 1dda17f..e8cdef6 100644 --- a/assets/css/theme/monoindustrial.css +++ b/assets/css/theme/monoindustrial.css @@ -1,5 +1,4 @@ .cm-s-monoindustrial { - font-size: 1em; line-height: 1.5em; font-family: inconsolata, monospace; letter-spacing: 0.3px; @@ -14,7 +13,6 @@ box-shadow: 1px 0 2px 0 rgba(0, 0, 0, 0.5); -webkit-box-shadow: 1px 0 2px 0 rgba(0, 0, 0, 0.5); background-color: #222C28; - padding-right: 10px; z-index: 3; border: none; } diff --git a/assets/css/theme/monokai-bright.css b/assets/css/theme/monokai-bright.css index ab38b0c..a542a42 100644 --- a/assets/css/theme/monokai-bright.css +++ b/assets/css/theme/monokai-bright.css @@ -1,5 +1,4 @@ .cm-s-monokai-bright { - font-size: 1em; line-height: 1.5em; font-family: inconsolata, monospace; letter-spacing: 0.3px; @@ -14,7 +13,6 @@ box-shadow: 1px 0 2px 0 rgba(0, 0, 0, 0.5); -webkit-box-shadow: 1px 0 2px 0 rgba(0, 0, 0, 0.5); background-color: #272822; - padding-right: 10px; z-index: 3; border: none; } diff --git a/assets/css/theme/monokai-fannonedition.css b/assets/css/theme/monokai-fannonedition.css index 45c52bd..08a19aa 100644 --- a/assets/css/theme/monokai-fannonedition.css +++ b/assets/css/theme/monokai-fannonedition.css @@ -1,5 +1,4 @@ .cm-s-monokai-fannonedition { - font-size: 1em; line-height: 1.5em; font-family: inconsolata, monospace; letter-spacing: 0.3px; @@ -14,7 +13,6 @@ box-shadow: 1px 0 2px 0 rgba(0, 0, 0, 0.5); -webkit-box-shadow: 1px 0 2px 0 rgba(0, 0, 0, 0.5); background-color: #0A0A0A; - padding-right: 10px; z-index: 3; border: none; } diff --git a/assets/css/theme/mreq.css b/assets/css/theme/mreq.css index 63cdefe..cc2e68e 100644 --- a/assets/css/theme/mreq.css +++ b/assets/css/theme/mreq.css @@ -1,5 +1,4 @@ .cm-s-mreq { - font-size: 1em; line-height: 1.5em; font-family: inconsolata, monospace; letter-spacing: 0.3px; @@ -14,7 +13,6 @@ box-shadow: 1px 0 2px 0 rgba(0, 0, 0, 0.5); -webkit-box-shadow: 1px 0 2px 0 rgba(0, 0, 0, 0.5); background-color: #181818; - padding-right: 10px; z-index: 3; border: none; } diff --git a/assets/css/theme/nightlion.css b/assets/css/theme/nightlion.css index 7c9a725..10daa7b 100644 --- a/assets/css/theme/nightlion.css +++ b/assets/css/theme/nightlion.css @@ -1,5 +1,4 @@ .cm-s-nightlion { - font-size: 1em; line-height: 1.5em; font-family: inconsolata, monospace; letter-spacing: 0.3px; @@ -14,7 +13,6 @@ box-shadow: 1px 0 2px 0 rgba(0, 0, 0, 0.5); -webkit-box-shadow: 1px 0 2px 0 rgba(0, 0, 0, 0.5); background-color: #1a1a1a; - padding-right: 10px; z-index: 3; border: none; } diff --git a/assets/css/theme/oceanic.css b/assets/css/theme/oceanic.css index 8bac567..096d234 100644 --- a/assets/css/theme/oceanic.css +++ b/assets/css/theme/oceanic.css @@ -1,5 +1,4 @@ .cm-s-oceanic { - font-size: 1em; line-height: 1.5em; font-family: inconsolata, monospace; letter-spacing: 0.3px; @@ -14,7 +13,6 @@ box-shadow: 1px 0 2px 0 rgba(0, 0, 0, 0.5); -webkit-box-shadow: 1px 0 2px 0 rgba(0, 0, 0, 0.5); background-color: #1B2630; - padding-right: 10px; z-index: 3; border: none; } diff --git a/assets/css/theme/plasticcodewrap.css b/assets/css/theme/plasticcodewrap.css index 07a3758..20359d6 100644 --- a/assets/css/theme/plasticcodewrap.css +++ b/assets/css/theme/plasticcodewrap.css @@ -1,5 +1,4 @@ .cm-s-plasticcodewrap { - font-size: 1em; line-height: 1.5em; font-family: inconsolata, monospace; letter-spacing: 0.3px; @@ -14,7 +13,6 @@ box-shadow: 1px 0 2px 0 rgba(0, 0, 0, 0.5); -webkit-box-shadow: 1px 0 2px 0 rgba(0, 0, 0, 0.5); background-color: #00161B; - padding-right: 10px; z-index: 3; border: none; } diff --git a/assets/css/theme/rails-envy.css b/assets/css/theme/rails-envy.css index 4831e0d..43c25d4 100644 --- a/assets/css/theme/rails-envy.css +++ b/assets/css/theme/rails-envy.css @@ -1,5 +1,4 @@ .cm-s-rails-envy { - font-size: 1em; line-height: 1.5em; font-family: inconsolata, monospace; letter-spacing: 0.3px; @@ -14,7 +13,6 @@ box-shadow: 1px 0 2px 0 rgba(0, 0, 0, 0.5); -webkit-box-shadow: 1px 0 2px 0 rgba(0, 0, 0, 0.5); background-color: #121210; - padding-right: 10px; z-index: 3; border: none; } diff --git a/assets/css/theme/rdark.css b/assets/css/theme/rdark.css index 5c008db..92f324f 100644 --- a/assets/css/theme/rdark.css +++ b/assets/css/theme/rdark.css @@ -1,5 +1,4 @@ .cm-s-rdark { - font-size: 1em; line-height: 1.5em; font-family: inconsolata, monospace; letter-spacing: 0.3px; @@ -14,7 +13,6 @@ box-shadow: 1px 0 2px 0 rgba(0, 0, 0, 0.5); -webkit-box-shadow: 1px 0 2px 0 rgba(0, 0, 0, 0.5); background-color: #1B2426; - padding-right: 10px; z-index: 3; border: none; } diff --git a/assets/css/theme/spectacular.css b/assets/css/theme/spectacular.css index 551d9f5..8c2095f 100644 --- a/assets/css/theme/spectacular.css +++ b/assets/css/theme/spectacular.css @@ -1,5 +1,4 @@ .cm-s-spectacular { - font-size: 1em; line-height: 1.5em; font-family: inconsolata, monospace; letter-spacing: 0.3px; @@ -14,7 +13,6 @@ box-shadow: 1px 0 2px 0 rgba(0, 0, 0, 0.5); -webkit-box-shadow: 1px 0 2px 0 rgba(0, 0, 0, 0.5); background-color: #0B0A0A; - padding-right: 10px; z-index: 3; border: none; } diff --git a/assets/css/theme/sunburst.css b/assets/css/theme/sunburst.css index b088dd9..6078f15 100644 --- a/assets/css/theme/sunburst.css +++ b/assets/css/theme/sunburst.css @@ -1,5 +1,4 @@ .cm-s-sunburst { - font-size: 1em; line-height: 1.5em; font-family: inconsolata, monospace; letter-spacing: 0.3px; @@ -14,7 +13,6 @@ box-shadow: 1px 0 2px 0 rgba(0, 0, 0, 0.5); -webkit-box-shadow: 1px 0 2px 0 rgba(0, 0, 0, 0.5); background-color: #000000; - padding-right: 10px; z-index: 3; border: none; } diff --git a/assets/css/theme/text-ex-machina.css b/assets/css/theme/text-ex-machina.css index 4f0aa2d..821021f 100644 --- a/assets/css/theme/text-ex-machina.css +++ b/assets/css/theme/text-ex-machina.css @@ -1,5 +1,4 @@ .cm-s-text-ex-machina { - font-size: 1em; line-height: 1.5em; font-family: inconsolata, monospace; letter-spacing: 0.3px; @@ -14,7 +13,6 @@ box-shadow: 1px 0 2px 0 rgba(0, 0, 0, 0.5); -webkit-box-shadow: 1px 0 2px 0 rgba(0, 0, 0, 0.5); background-color: #151515; - padding-right: 10px; z-index: 3; border: none; } diff --git a/assets/css/theme/tomorrow-night-blue.css b/assets/css/theme/tomorrow-night-blue.css index e9a7e36..d841b38 100644 --- a/assets/css/theme/tomorrow-night-blue.css +++ b/assets/css/theme/tomorrow-night-blue.css @@ -1,5 +1,4 @@ .cm-s-tomorrow-night-blue { - font-size: 1em; line-height: 1.5em; font-family: inconsolata, monospace; letter-spacing: 0.3px; @@ -14,7 +13,6 @@ box-shadow: 1px 0 2px 0 rgba(0, 0, 0, 0.5); -webkit-box-shadow: 1px 0 2px 0 rgba(0, 0, 0, 0.5); background-color: #002451; - padding-right: 10px; z-index: 3; border: none; } diff --git a/assets/css/theme/venom.css b/assets/css/theme/venom.css index 76ef929..0fa1a9d 100644 --- a/assets/css/theme/venom.css +++ b/assets/css/theme/venom.css @@ -1,5 +1,4 @@ .cm-s-venom { - font-size: 1em; line-height: 1.5em; font-family: inconsolata, monospace; letter-spacing: 0.3px; @@ -14,7 +13,6 @@ box-shadow: 1px 0 2px 0 rgba(0, 0, 0, 0.5); -webkit-box-shadow: 1px 0 2px 0 rgba(0, 0, 0, 0.5); background-color: #0D0D0D; - padding-right: 10px; z-index: 3; border: none; } diff --git a/assets/js/icecoder.js b/assets/js/icecoder.js index 8e1f935..c9a08ef 100644 --- a/assets/js/icecoder.js +++ b/assets/js/icecoder.js @@ -3712,7 +3712,7 @@ var ICEcoder = { // Update styles in editor thisCSS = this.content.contentWindow.document.styleSheets[6]; strCSS = thisCSS.rules ? 'rules' : 'cssRules'; - // thisCSS[strCSS][0].style['fontSize'] = settings.fontSize; + thisCSS[strCSS][0].style['fontSize'] = settings.fontSize; thisCSS[strCSS][4].style['border-left-width'] = settings.visibleTabs ? '1px' : '0'; thisCSS[strCSS][4].style['margin-left'] = settings.visibleTabs ? '-1px' : '0'; thisCSS[strCSS][2].style.cssText = "background-color: " + activeLineBG + " !important";