.cb-control { color: #fff; font-size: 12px; background-color: #111; padding: 10px; position: fixed !important; opacity: 0.95; } .cb-control.cb-floating { margin: 5px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; } .cb-control.cb-floating, #cb-toolbar { border: 2px solid #444; -webkit-box-shadow: 0 0 4px #000; -moz-box-shadow: 0 0 4px #000; box-shadow: 0 0 4px #000; } .cb-control.cb-navigate { top: 0; margin: 0; cursor: pointer; width: 128px; opacity: 0; background: center no-repeat; } .cb-control.cb-navigate:hover { opacity: 1; } .cb-control.cb-navigate.left { left: 0; background-image: url(../img/left.png); } .cb-control.cb-navigate.right { right: 0; background-image: url(../img/right.png); } .ui-draggable { cursor: move; } #cb-toolbar { top: 0; line-height: 42px; border-top: none; border-left: none; border-right: none; display: none; } #cb-toolbar #cb-status { float: right; } #cb-toolbar button { height: 32px; width: 32px; color: transparent; border: none; background-color: transparent; background-repeat: no-repeat; background-position: center; margin: 0 16px; cursor: pointer; } #cb-toolbar button.cb-close { background-image: url(../img/iconic/white/x_28x28.png); } #cb-toolbar button.cb-close:hover, #cb-toolbar button.cb-close:active { background-image: url(../img/iconic/green/x_28x28.png); } #cb-toolbar button.cb-color { background-image: url(../img/iconic/white/cog_alt_32x32.png); } #cb-toolbar button.cb-color:hover, #cb-toolbar button.cb-color:active { background-image: url(../img/iconic/green/cog_alt_32x32.png); } #cb-toolbar button.cb-layout { background-image: url(../img/iconic/white/document_fill_32x32.png); } #cb-toolbar button.cb-layout:hover, #cb-toolbar button.cb-layout:active { background-image: url(../img/iconic/green/document_fill_32x32.png); } #cb-toolbar button.cb-zoom-out { background-image: url(../img/iconic/white/minus_32x8.png); } #cb-toolbar button.cb-zoom-out:hover, #cb-toolbar button.cb-zoom-out:active { background-image: url(../img/iconic/green/minus_32x8.png); } #cb-toolbar button.cb-zoom-in { background-image: url(../img/iconic/white/plus_32x32.png); } #cb-toolbar button.cb-zoom-in:hover, #cb-toolbar button.cb-zoom-in:active { background-image: url(../img/iconic/green/plus_32x32.png); } #cb-toolbar button.cb-fit-width { background-image: url(../img/iconic/white/fullscreen_32x32.png); } #cb-toolbar button.cb-fit-width:hover, #cb-toolbar button.cb-fit-width:active { background-image: url(../img/iconic/green/fullscreen_32x32.png); } #cb-color { width: 200px; height: 150px; }