/** * Basic */ .cutomjs { padding: 15px 25px; min-width: 500px; min-height: 500px; color: #4A4A4A; font-size: 14px; font-family: Arial, Helvetica, sans-serif; } a, a:hover, .blue-text, .blue-text:hover { color: #0F14F3; } .red-text, .red-text:hover { color: #f10000; } a { text-decoration: none; } a:hover { text-decoration: underline; } .is-hidden { opacity: 0; } .pure-g { padding: 10px 0; } /** * Host row (up) */ .host { } .host__name select { min-width: 220px; } .host__name a { margin-left: 5px; font-size: 12px; } .host__enable { text-align: right; font-size: 12px; line-height: 34px; } .host__enable input { position: relative; bottom: -2px; margin-left: 2px; } /** * Include row (bellow top) */ .include { text-align: right; } .include__body { color: #999; line-height: 35px; } .include__body select { min-width: 110px; } /** * Source row (middle) */ .source { } .source__editor { border: 1px solid #EBEBEB; } .source__editor pre { margin: 0; min-height: 380px; width: 100%; } /** * Controls row (bottom) */ .controls { } .controls__save-version input { font-size: 18px; } .controls__save-version em { margin-left: 10px; } .controls__versions { line-height: 39px; text-align: right; } .controls__versions a { margin-right: 10px; } /** * Font icons */ @font-face { font-weight: normal; font-style: normal; font-family: 'customjs'; src: url('../font/customjs.svg?96127482#customjs') format('svg'); } /* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */ /* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */ /* @media screen and (-webkit-min-device-pixel-ratio:0) { @font-face { font-family: 'customjs'; src: url('../font/customjs.svg?96127482#customjs') format('svg'); } } */ [class^="icon-"]:before, [class*=" icon-"]:before { display: inline-block; margin-right: .2em; /* Animation center compensation - margins should be symmetric */ /* remove if not needed */ margin-left: .2em; width: 1em; text-align: center; text-decoration: inherit; text-transform: none; font-weight: normal; font-style: normal; /* opacity: .8; */ /* For safety - reset parent styles, that can break glyph codes*/ font-variant: normal; font-family: "customjs"; /* fix buttons height, for twitter bootstrap */ line-height: 1em; speak: none; /* you can be more comfortable with increased icons size */ /* font-size: 120%; */ /* Uncomment for 3D effect */ /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ } .icon-plus:before { content: '\e802'; } /* '' */ .icon-minus:before { content: '\e803'; } /* '' */ .icon-left-open:before { content: '\e800'; } /* '' */ .icon-right-open:before { content: '\e801'; } /* '' */