You are here

BUE.min.css in BUEditor 8.2

Same filename and directory in other branches
  1. 8 library/BUE.min.css
.bue{border:1px solid #aaa;box-shadow:0 0 2px rgba(0,0,0,0.2)}.bue-textarea-wrapper{position:relative;background:#f7f7f7;box-shadow:0 1px 1px #d5d5d5 inset}.bue.focused .bue-textarea-wrapper{background:#fff}.bue-textarea-wrapper .bue-textarea{display:block;width:100%;-moz-box-sizing:border-box;box-sizing:border-box;resize:vertical;float:none;border:0;border-radius:0;margin:0}.bue-toolbar{font-size:16px;font-family:Georgia;line-height:1em;padding:.05em .05em .2em .2em;border-bottom:1px solid #aaa;background:#e9e9e9;background:linear-gradient(180deg,#f1f1f1,#ddd);box-shadow:0 1px 0 rgba(255,255,255,0.6) inset;cursor:default}.bue-toolbar:empty{display:none}.bue-separator{display:inline-block;vertical-align:bottom;line-height:1.9em;margin:0 .1em;color:#aaa;text-shadow:1px 1px 0 #fff}.bue-separator:before{content:":"}.bue-newline:after{content:"\000a";white-space:pre}.bue-tag-chooser .choice-link{display:inline-block;padding:.4em}@font-face{font-family:'bue-icons';src:url('fonts/bue-icons.eot?ndv8b1');src:url('fonts/bue-icons.eot?#iefixndv8b1') format('embedded-opentype'),url('fonts/bue-icons.woff?ndv8b1') format('woff'),url('fonts/bue-icons.ttf?ndv8b1') format('truetype'),url('fonts/bue-icons.svg?ndv8b1#bue-icons') format('svg')}.bue .has-ficon:before{font-family:"bue-icons";font-style:normal;font-variant:normal;font-weight:normal;text-transform:none;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.bue .ficon-template:before{content:"\e60f"}.bue .ficon-image:before{content:"\e600"}.bue .ficon-undo:before{content:"\e610"}.bue .ficon-redo:before{content:"\e611"}.bue .ficon-quote:before{content:"\e601"}.bue .ficon-ul:before{content:"\e603"}.bue .ficon-ol:before{content:"\e604"}.bue .ficon-link:before{content:"\e605"}.bue .ficon-preview:before{content:"\e606"}.bue .ficon-help:before{content:"\e608"}.bue .ficon-bold:before{content:"\e609"}.bue .ficon-underline:before{content:"\e60a"}.bue .ficon-italic:before{content:"\e60b"}.bue .ficon-strike:before{content:"\e60c"}.bue .ficon-table:before{content:"\e60d"}.bue .ficon-code:before{content:"\e60e"}.bue .bue-button,.bue .bue-button:before,.bue .bue-button>*{display:inline-block;vertical-align:bottom}.bue .bue-button{-moz-box-sizing:border-box;box-sizing:border-box;font-size:1em;font-family:inherit;line-height:1em;padding:.4em;min-width:1.95em;min-height:1.92em;text-align:center;outline:0;text-decoration:none;cursor:default;margin:.15em .15em 0 0;color:#000;background:#f7f7f7;background:linear-gradient(180deg,#fff,#eaeaea);border:1px solid;border-radius:.16em;border-color:#ddd #bbb #bbb #ddd;box-shadow:0 0 1px rgba(255,255,255,0.8);text-shadow:0 1px 0 rgba(255,255,255,0.5);white-space:nowrap}.bue .bue-button::-moz-focus-inner{border:0;padding:0}.bue .bue-button:hover,.bue .bue-button:focus{background:#eee;border-color:#ccc}.bue .bue-button:active,.bue .bue-button.active,.bue .bue-button.pressed{background:#d5d5d5;border-color:#a5a5a5 #c5c5c5 #c5c5c5 #a5a5a5;box-shadow:0 0 1px rgba(255,255,255,0.8),0 0 4px rgba(0,0,0,0.15) inset}.bue .bue-button.disabled{opacity:.6}.bue .bue-button.has-text:before{margin-right:.2em}.bue-popup{visibility:hidden;position:absolute;z-index:1;font:12px verdana;max-width:95%;border:1px solid #999;border-radius:.2em;background:#fff;color:#333;box-shadow:0 0 .6em #bbb;opacity:0;transition:opacity .4s}.bue-popup.on{visibility:visible;opacity:1}.bue-popup-head{cursor:move;border-bottom:1px solid #bbb;border-radius:.2em .2em 0 0;background:#ddd;box-shadow:0 1px 0 rgba(255,255,255,0.6) inset}.bue-popup-close{-moz-box-sizing:border-box;box-sizing:border-box;position:absolute;top:.4em;right:.4em;width:1.6em;height:1.6em;line-height:1.4em;text-align:center;cursor:pointer;border:1px solid #aaa;border-radius:.2em;text-decoration:none!important;color:inherit}.bue-popup-close:before{content:'\00d7';font-size:1.2em;line-height:1.15em;font-weight:bold}.bue-popup-close:hover{background-color:#fff;color:inherit}.bue-popup-title{line-height:1.4em;padding:.5em 2.4em .5em .6em;font-weight:bold;text-shadow:0 1px 0 rgba(255,255,255,0.5)}.bue-popup-content{padding:.6em}.bue-popup-overlay{position:fixed;left:0;top:0;right:0;bottom:0;background:#000;opacity:.1}.bue-preview{display:none;position:absolute;left:0;top:0;right:0;bottom:0;overflow:auto;background-color:#ffe;padding:.5em}.bue.previewing .bue-preview{display:block}.bue.previewing .bue-textarea{opacity:0}.bue-field-rows{display:table;border-spacing:.4em;margin-bottom:.5em}.bue-field-row{display:table-row}.bue-field-row>label{display:table-cell;vertical-align:middle;font-weight:normal}.bue-browse-button{margin:0 0 0 2px}

File

library/BUE.min.css
View source
  1. .bue{border:1px solid #aaa;box-shadow:0 0 2px rgba(0,0,0,0.2)}.bue-textarea-wrapper{position:relative;background:#f7f7f7;box-shadow:0 1px 1px #d5d5d5 inset}.bue.focused .bue-textarea-wrapper{background:#fff}.bue-textarea-wrapper .bue-textarea{display:block;width:100%;-moz-box-sizing:border-box;box-sizing:border-box;resize:vertical;float:none;border:0;border-radius:0;margin:0}.bue-toolbar{font-size:16px;font-family:Georgia;line-height:1em;padding:.05em .05em .2em .2em;border-bottom:1px solid #aaa;background:#e9e9e9;background:linear-gradient(180deg,#f1f1f1,#ddd);box-shadow:0 1px 0 rgba(255,255,255,0.6) inset;cursor:default}.bue-toolbar:empty{display:none}.bue-separator{display:inline-block;vertical-align:bottom;line-height:1.9em;margin:0 .1em;color:#aaa;text-shadow:1px 1px 0 #fff}.bue-separator:before{content:":"}.bue-newline:after{content:"\000a";white-space:pre}.bue-tag-chooser .choice-link{display:inline-block;padding:.4em}@font-face{font-family:'bue-icons';src:url('fonts/bue-icons.eot?ndv8b1');src:url('fonts/bue-icons.eot?#iefixndv8b1') format('embedded-opentype'),url('fonts/bue-icons.woff?ndv8b1') format('woff'),url('fonts/bue-icons.ttf?ndv8b1') format('truetype'),url('fonts/bue-icons.svg?ndv8b1#bue-icons') format('svg')}.bue .has-ficon:before{font-family:"bue-icons";font-style:normal;font-variant:normal;font-weight:normal;text-transform:none;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.bue .ficon-template:before{content:"\e60f"}.bue .ficon-image:before{content:"\e600"}.bue .ficon-undo:before{content:"\e610"}.bue .ficon-redo:before{content:"\e611"}.bue .ficon-quote:before{content:"\e601"}.bue .ficon-ul:before{content:"\e603"}.bue .ficon-ol:before{content:"\e604"}.bue .ficon-link:before{content:"\e605"}.bue .ficon-preview:before{content:"\e606"}.bue .ficon-help:before{content:"\e608"}.bue .ficon-bold:before{content:"\e609"}.bue .ficon-underline:before{content:"\e60a"}.bue .ficon-italic:before{content:"\e60b"}.bue .ficon-strike:before{content:"\e60c"}.bue .ficon-table:before{content:"\e60d"}.bue .ficon-code:before{content:"\e60e"}.bue .bue-button,.bue .bue-button:before,.bue .bue-button>*{display:inline-block;vertical-align:bottom}.bue .bue-button{-moz-box-sizing:border-box;box-sizing:border-box;font-size:1em;font-family:inherit;line-height:1em;padding:.4em;min-width:1.95em;min-height:1.92em;text-align:center;outline:0;text-decoration:none;cursor:default;margin:.15em .15em 0 0;color:#000;background:#f7f7f7;background:linear-gradient(180deg,#fff,#eaeaea);border:1px solid;border-radius:.16em;border-color:#ddd #bbb #bbb #ddd;box-shadow:0 0 1px rgba(255,255,255,0.8);text-shadow:0 1px 0 rgba(255,255,255,0.5);white-space:nowrap}.bue .bue-button::-moz-focus-inner{border:0;padding:0}.bue .bue-button:hover,.bue .bue-button:focus{background:#eee;border-color:#ccc}.bue .bue-button:active,.bue .bue-button.active,.bue .bue-button.pressed{background:#d5d5d5;border-color:#a5a5a5 #c5c5c5 #c5c5c5 #a5a5a5;box-shadow:0 0 1px rgba(255,255,255,0.8),0 0 4px rgba(0,0,0,0.15) inset}.bue .bue-button.disabled{opacity:.6}.bue .bue-button.has-text:before{margin-right:.2em}.bue-popup{visibility:hidden;position:absolute;z-index:1;font:12px verdana;max-width:95%;border:1px solid #999;border-radius:.2em;background:#fff;color:#333;box-shadow:0 0 .6em #bbb;opacity:0;transition:opacity .4s}.bue-popup.on{visibility:visible;opacity:1}.bue-popup-head{cursor:move;border-bottom:1px solid #bbb;border-radius:.2em .2em 0 0;background:#ddd;box-shadow:0 1px 0 rgba(255,255,255,0.6) inset}.bue-popup-close{-moz-box-sizing:border-box;box-sizing:border-box;position:absolute;top:.4em;right:.4em;width:1.6em;height:1.6em;line-height:1.4em;text-align:center;cursor:pointer;border:1px solid #aaa;border-radius:.2em;text-decoration:none!important;color:inherit}.bue-popup-close:before{content:'\00d7';font-size:1.2em;line-height:1.15em;font-weight:bold}.bue-popup-close:hover{background-color:#fff;color:inherit}.bue-popup-title{line-height:1.4em;padding:.5em 2.4em .5em .6em;font-weight:bold;text-shadow:0 1px 0 rgba(255,255,255,0.5)}.bue-popup-content{padding:.6em}.bue-popup-overlay{position:fixed;left:0;top:0;right:0;bottom:0;background:#000;opacity:.1}.bue-preview{display:none;position:absolute;left:0;top:0;right:0;bottom:0;overflow:auto;background-color:#ffe;padding:.5em}.bue.previewing .bue-preview{display:block}.bue.previewing .bue-textarea{opacity:0}.bue-field-rows{display:table;border-spacing:.4em;margin-bottom:.5em}.bue-field-row{display:table-row}.bue-field-row>label{display:table-cell;vertical-align:middle;font-weight:normal}.bue-browse-button{margin:0 0 0 2px}