X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/a5871ab5512d87a33e7e95451d26ee7d3e789742..06f085a7b35932bcf2c83b3279d5adc687de908c:/editor.css diff --git a/editor.css b/editor.css index b426734..667db19 100644 --- a/editor.css +++ b/editor.css @@ -9,4 +9,89 @@ body { .rng-tab-content { display: none; +} + +#rng-skelton-menu { + float: right; +} + +#rng-skelton-menu ul { + list-style-type: none; +} + +#rng-visualEditor-contentWrapper { + border-color: grey; + border-style: solid; + border-width: 1px; + float:left; + width: 620px; + height: 500px; + overflow-y: scroll; + padding: 5px 10px; +} + +#rng-visualEditor-contentWrapper::-webkit-scrollbar { + width: 9px; +} + +#rng-visualEditor-contentWrapper::-webkit-scrollbar-track { + -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); + -webkit-border-radius: 10px; + border-radius: 10px; +} + +#rng-visualEditor-contentWrapper::-webkit-scrollbar-thumb { + -webkit-border-radius: 10px; + border-radius: 10px; + background: rgba(73,175,205,0.8); + -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); +} +#rng-visualEditor-contentWrapper::-webkit-scrollbar-thumb:window-inactive { + background: rgba(73,175,205,0.4); +} + + +#rng-visualEditor-content { + + outline: 0px solid transparent; +} + +#rng-visualEditor-meta { + float:right; +} + +#rng-sourceEditor-editor { + width: 940px; + height: 500px; +} + +.rng { + float: none !important; /* temporaty workaround for Bootstrap's influence via [class*="span"] { float: left; } */ + border-color: white; + border-style:solid; + border-width:1px; +} + +.rng-header { + font-size: 19px; + font-style: bold; + margin-bottom: 10px; +} + +.rng-section { + margin-top: 10px; + margin-bottom: 10px; +} + +.rng-hover { + border-color: red; + border-style:solid; + border-width:1px; +} + +.rng-current { + background: #fffacd; + border-color: grey; + border-style:dashed; + border-width:1px; } \ No newline at end of file