@import url("../themes/classic/css/classic.css"); @import url("../themes/modern/css/modern.css"); /* ================================================================================ Base ================================================================================ */ a { text-decoration: none; } a:hover { text-decoration: underline; cursor: pointer; } body { margin: 0; overflow: hidden; -moz-user-select: -moz-none; -webkit-user-select: none; } div { -moz-user-select: -moz-none; -webkit-user-select: none; } div, input, textarea { font-family: Lucida Grande, Segoe UI, DejaVu Sans, Arial; font-size: 11px; } img { -moz-user-drag: none; -webkit-user-drag: none; } td { padding: 0; } .OxSelectable { -moz-user-select: text; -webkit-user-select: text; } /* ================================================================================ Core ================================================================================ */ .OxContainer { left: 0; top: 0; right: 0; bottom: 0; //overflow: hidden; overflow: auto; } .OxContent { //overflow: auto; } /* ================================================================================ Bars ================================================================================ */ .OxBar { overflow: hidden; white-space: nowrap; } .OxResizebar { z-index: 2; } .OxResizebar.OxHorizontal { width: 100%; height: 5px; margin: -2px 0 -2px 0; cursor: ns-resize; } .OxResizebar.OxHorizontal > .OxLine { width: 100%; height: 1px; } .OxResizebar.OxHorizontal > .OxSpace { width: 100%; height: 2px; } .OxResizebar.OxVertical { width: 5px; height: 100%; margin: 0 -2px 0 -2px; cursor: ew-resize; } .OxResizebar.OxVertical > .OxLine { float: left; width: 1px; height: 100%; } .OxResizebar.OxVertical > .OxSpace { float: left; width: 2px; height: 100%; } .OxTabbar > .OxButtonGroup { margin: 4px 0 0 4px; } /* ================================================================================ Calendar ================================================================================ */ .OxCalendar { position: absolute; overflow: hidden; } .OxCalendar > .OxCalendarContainer { position: absolute; left: 0; right: 0; overflow: hidden; } .OxCalendar > .OxCalendarContent { position: absolute; } .OxCalendar .OxBackground { position: absolute; top: 0; bottom: 0; } .OxCalendar .OxBackground > div { position: absolute; top: 0; bottom: 0; } .OxCalendar .OxLine { position: absolute; } .OxCalendar .OxEvent { position: absolute; height: 15px; padding-top: 1px; text-overflow: ellipsis; cursor: pointer; overflow: hidden; white-space: nowrap; } .OxCalendar .OxEvent .OxEventText { text-overflow: ellipsis; overflow: hidden; white-space: nowrap; } .OxCalendar .OxLine > .OxEvent { border-radius: 4px; background: -moz-linear-gradient(top, rgba(255, 0, 0, 0.9), rgba(224, 0, 0, 0.9)); background: -webkit-linear-gradient(top, rgba(255, 0, 0, 0.9), rgba(224, 0, 0, 0.9)); } .OxCalendar .OxLine > .OxEvent.OxCurrent { border-top-right-radius: 0; border-bottom-right-radius: 0; } .OxCalendar .OxLine > .OxEvent.OxDate { background: -moz-linear-gradient(top, rgba(192, 0, 0, 0.9), rgba(160, 0, 0, 0.9)); background: -webkit-linear-gradient(top, rgba(192, 0, 0, 0.9), rgba(160, 0, 0, 0.9)); } .OxCalendar .OxLine > .OxEvent.OxPlace { //background: -moz-linear-gradient(top, rgba(255, 0, 64, 0.9), rgba(224, 0, 32, 0.9)); //background: -webkit-linear-gradient(top, rgba(255, 0, 64, 0.9), rgba(224, 0, 32, 0.9)); } .OxCalendar .OxLine > .OxEvent.OxPerson { background: -moz-linear-gradient(top, rgba(255, 96, 0, 0.9), rgba(224, 80, 0, 0.9)); background: -webkit-linear-gradient(top, rgba(255, 96, 0, 0.9), rgba(224, 80, 0, 0.9)); } .OxCalendar .OxLine > .OxEvent.OxSelected { background: -moz-linear-gradient(top, rgba(128, 128, 255, 0.9), rgba(96, 96, 224, 0.9)); background: -webkit-linear-gradient(top, rgba(128, 128, 255, 0.9), rgba(96, 96, 224, 0.9)); } .OxCalendar .OxTimeline { position: absolute; height: 16px; //overflow: hidden; } .OxCalendar .OxTimeline .OxEvent { position: absolute; border-radius: 0; cursor: ew-resize; } .OxCalendar .OxOverlay { position: absolute; left: 0; right: 0; height: 16px; } .OxCalendar .OxOverlay div { position: absolute; height: 16px; cursor: ew-resize; } .OxCalendar .OxOverlay div:nth-child(even) { height: 14px; } .OxCalendar .OxRange .OxArrow { border-radius: 0; } /* ================================================================================ Dialog ================================================================================ */ .OxDialog { position: absolute; border-radius: 8px; z-index: 11; } .OxDialog > .OxTitlebar { position: absolute; height: 24px; text-align: center; border-top-left-radius: 8px; border-top-right-radius: 8px; } .OxDialog > .OxTitlebar > .OxButton { position: absolute; } .OxDialog > .OxTitlebar > .OxTitle { margin-top: 4px; font-size: 11px; font-weight: bold; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; } .OxDialog > .OxContent { position: absolute; left: 0; top: 24px; right: 0; overflow: auto; } .OxDialog > .OxButtonsbar { position: absolute; bottom: 0; height: 24px; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; cursor: move; } .OxDialog > .OxButtonsbar > .OxButtonsLeft { margin-left: 4px; float: left; } .OxDialog > .OxButtonsbar > .OxButtonsRight { margin-right: 4px; float: right; } .OxDialog > .OxButtonsbar .OxButton { margin: 4px 2px 4px 2px; } .OxDialog > .OxResize { position: absolute; z-index: 12; } .OxDialog > .OxResizeTopLeft { left: -2px; top: -2px; width: 10px; height: 10px; cursor: nwse-resize; } .OxDialog > .OxResizeTop { left: 8px; top: -2px; right: 8px; height: 5px; cursor: ns-resize; } .OxDialog > .OxResizeTopRight { right: -2px; top: -2px; width: 10px; height: 10px; cursor: nesw-resize; } .OxDialog > .OxResizeLeft { left: -2px; top: 8px; width: 5px; bottom: 8px; cursor: ew-resize; } .OxDialog > .OxResizeRight { right: -2px; top: 8px; width: 5px; bottom: 8px; cursor: ew-resize; } .OxDialog > .OxResizeBottomLeft { left: -2px; bottom: -2px; width: 10px; height: 10px; cursor: nesw-resize; } .OxDialog > .OxResizeBottom { left: 8px; bottom: -2px; right: 8px; height: 5px; cursor: ns-resize; } .OxDialog > .OxResizeBottomRight { right: -2px; bottom: -2px; width: 10px; height: 10px; cursor: nwse-resize; } .OxDialogBox { position: absolute; left: 0; top: 0; right: 0; bottom: 0; overflow: hidden; } /* ================================================================================ Document ================================================================================ */ .OxDocument { padding: 8px; -moz-user-select: text; -webkit-user-select: text; } .OxDocument div { border-width: 0; border-style: solid; //font-size: 12px; line-height: 15px; -moz-user-select: text; -webkit-user-select: text; } .OxDocument code { font-family: Menlo, Monaco, DejaVu Sans Mono, Bitstream Vera Sans Mono, Consolas, Lucida Console; } .OxDocument h1 { font-weight: bold; font-size: 16px; line-height: 20px; } .OxDocument table { border-spacing: 0; //border: 1px solid red; } .OxDocument td { padding: 0 4px 0 4px; //border: 1px solid rgb(128, 128, 128); vertical-align: top; } .OxDocument td:first-child { padding-left: 0; } .OxDocument td:last-child { padding-right: 0; } /* ================================================================================ Documentation ================================================================================ */ .OxDocPage code { //border: 1px solid rgb(232, 232, 232); //background: rgb(248, 248, 248); white-space: nowrap; } /* ================================================================================ Drag & Drop ================================================================================ */ .OxDrag { cursor: move; opacity: 0.5; } /* ================================================================================ Forms ================================================================================ */ input, textarea { padding: 0; border: 1px; margin: 0; } input[type=button], input[type=reset], input[type=submit] { -moz-box-sizing: content-box; -webkit-box-sizing: content-box; } input[type=image] { cursor: default; -moz-user-select: none; -webkit-user-select: none; } input:focus, textarea:focus { outline: none; } /* input.OxXlarge { height: 26px; font-size: 19px; padding: 0 12px 0 12px; -moz-border-radius: 14px; -webkit-border-radius: 14px; } input.OxLarge { height: 22px; font-size: 16px; padding: 0 10px 0 10px; -moz-border-radius: 12px; -webkit-border-radius: 12px; } */ input.OxLarge { height: 18px; font-size: 13px; padding: 0 8px 0 8px; -moz-border-radius: 10px; -webkit-border-radius: 10px; } input.OxMedium { height: 14px; padding: 0 6px 0 6px; font-size: 11px; -moz-border-radius: 8px; -webkit-border-radius: 8px; } input.OxMedium.OxRounded { padding: 0 6px 0 6px; -moz-border-radius: 8px; -webkit-border-radius: 8px; } input.OxMedium.OxSquare { padding: 0 2px 0 2px; -moz-border-radius: 0; -webkit-border-radius: 0; } input.OxSmall { height: 10px; padding: 0 4px 0 4px; font-size: 8px; -moz-border-radius: 6px; -webkit-border-radius: 6px; } input[type=image] { height: 10px; width: 10px; padding: 2px; } input::-moz-focus-inner { border: none; } textarea { //padding: 2px 4px 2px 4px; padding: 0 4px 0 4px; resize: none; -moz-border-radius: 8px; -webkit-border-radius: 8px; } textarea.OxSquare { -moz-border-radius: 0; -webkit-border-radius: 0; } /* -------------------------------------------------------------------------------- OxButton -------------------------------------------------------------------------------- */ .OxButton { border-width: 1px; border-style: solid; text-align: center; } .OxButton.OxSymbol, .OxButton.OxSymbol:active, .OxButton.OxSymbol:focus { padding: 2; border: 1px solid rgba(0, 0, 0, 0); background: rgba(0, 0, 0, 0); -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0); //-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0); } /* -------------------------------------------------------------------------------- OxButtonGroup -------------------------------------------------------------------------------- */ .OxButtonGroup { display: table-cell; float: left; //overflow: hidden; //white-space: nowrap; } .OxButtonGroup > .OxButton { border-right-width: 0; -moz-border-radius: 0; -webkit-border-radius: 0; } .OxButtonGroup > .OxButton:last-child { border-right-width: 1px; } .OxButtonGroup > .OxButton.OxLarge:first-child { -moz-border-radius-topleft: 6px; -moz-border-radius-bottomleft: 6px; -webkit-border-top-left-radius: 6px; -webkit-border-bottom-left-radius: 6px; } .OxButtonGroup > .OxButton.OxLarge:last-child { -moz-border-radius-topright: 6px; -moz-border-radius-bottomright: 6px; -webkit-border-top-right-radius: 6px; -webkit-border-bottom-right-radius: 6px; } .OxButtonGroup > .OxButton.OxMedium:first-child { -moz-border-radius-topleft: 8px; -moz-border-radius-bottomleft: 8px; -webkit-border-top-left-radius: 8px; -webkit-border-bottom-left-radius: 8px; } .OxButtonGroup > .OxButton.OxMedium:last-child { -moz-border-radius-topright: 8px; -moz-border-radius-bottomright: 8px; -webkit-border-top-right-radius: 8px; -webkit-border-bottom-right-radius: 8px; } .OxButtonGroup > .OxButton.OxSmall:first-child { -moz-border-radius-topleft: 2px; -moz-border-radius-bottomleft: 2px; -webkit-border-top-left-radius: 2px; -webkit-border-bottom-left-radius: 2px; } .OxButtonGroup > .OxButton.OxSmall:last-child { -moz-border-radius-topright: 2px; -moz-border-radius-bottomright: 2px; -webkit-border-top-right-radius: 2px; -webkit-border-bottom-right-radius: 2px; } .OxButtonGroup > .OxButton.OxTab { -moz-border-radius-topleft: 8px; -moz-border-radius-topright: 8px; -moz-border-radius-bottomleft: 0; -moz-border-radius-bottomright: 0; -webkit-border-top-left-radius: 8px; -webkit-border-top-right-radius: 8px; -webkit-border-bottom-left-radius: 0; -webkit-border-bottom-right-radius: 0; } .OxButtonGroup > .OxButton.OxTab:first-child { -moz-border-radius-bottomleft: 0; -webkit-border-bottom-left-radius: 0; } .OxButtonGroup > .OxButton.OxTab:last-child { -moz-border-radius-bottomright: 0; -webkit-border-bottom-right-radius: 0; } /* -------------------------------------------------------------------------------- OxCheckbox -------------------------------------------------------------------------------- */ div.OxCheckbox { height: 16px; -moz-border-radius: 8px; -webkit-border-radius: 8px; } input.OxCheckbox { border-width: 1px; border-style: solid; -moz-border-radius: 8px; -webkit-border-radius: 8px; } .OxCheckboxGroup > div.OxCheckbox { float: left; } .OxCheckboxGroup > div.OxCheckbox { //padding-right: 16px; margin-right: -16px; } .OxCheckboxGroup > div.OxCheckbox:last-child { //padding-right: 0; margin-right: 0; } /* -------------------------------------------------------------------------------- OxForm -------------------------------------------------------------------------------- */ .OxFormItem { margin-top: 8px; } .OxFormItem:first-child { margin-top: 0; } .OxFormMessage { //width: 100%; height: 10px; margin: 2px 8px 0 0; text-align: right; display: none; } /* -------------------------------------------------------------------------------- OxInput -------------------------------------------------------------------------------- */ div.OxInput { height: 16px; } div.OxInput.OxMedium { height: 16px; } div.OxInput.OxRounded { -moz-border-radius: 8px; -webkit-border-radius: 8px; } div.OxInput.OxSquare { -moz-border-radius: 0; -webkit-border-radius: 0; } div.OxInput > .OxInputLabel { float: left; padding: 0 6px 0 6px; cursor: default; } input.OxInput { border-width: 1px; border-style: solid; float: left; } /* -------------------------------------------------------------------------------- OxEditable -------------------------------------------------------------------------------- */ .OxEditable > .OxValue { cursor: pointer; padding: 0 0 0 1px; } .OxEditable div.OxInput { height: 14px; padding: 0 1px 0 0; } .OxEditable input.OxInput { height: 14px; padding: 0 1px 0 0; border: 0; } .OxEditable textarea.OxInput { padding: 0 0 0 1px; border: 0; } /* -------------------------------------------------------------------------------- OxInputGroup -------------------------------------------------------------------------------- */ .OxInputGroup { height: 16px; } .OxInputGroup > div { float: left; } /* -------------------------------------------------------------------------------- OxLabel -------------------------------------------------------------------------------- */ .OxLabel { height: 14px; border-width: 1px; border-style: solid; padding: 0 6px 0 6px; text-overflow: ellipsis; cursor: default; overflow: hidden; white-space: nowrap; -moz-border-radius: 8px; -webkit-border-radius: 8px; } /* -------------------------------------------------------------------------------- OxPicker -------------------------------------------------------------------------------- */ .OxPicker { position: absolute; z-index: 13; -moz-border-radius: 0 8px 8px 8px; -webkit-border-radius: 0 8px 8px 8px; -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.75); -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.75); } .OxPicker > div:first-child { background: rgb(240, 240, 240); -moz-border-radius: 0 8px 0 0; -webkit-border-radius: 0 8px 0 0; } .OxPicker > .OxBar { -moz-border-radius: 0 0 8px 8px; -webkit-border-radius: 0 0 8px 8px; } .OxPicker > .OxBar > .OxLabel { float: left; margin: 4px 0 4px 4px; } .OxPicker > .OxBar > .OxButton { float: right; margin: 4px 4px 4px 0; } /* -------------------------------------------------------------------------------- OxRange -------------------------------------------------------------------------------- */ .OxRange { height: 16px; } .OxRange > .OxArrow { float: right; } .OxRange > .OxArrow:first-child { float: left; } .OxRange > .OxTrack { float: right; border-width: 1px; border-style: solid; height: 14px; -moz-border-radius: 8px; -webkit-border-radius: 8px; } .OxRange > .OxTrack > div { float: left; height: 16px; padding: 1px; margin: -1px; } .OxRange > .OxTrack > div > img { float: left; height: 14px; -webkit-user-select: none; } .OxRange > .OxTrack > div > img.OxFirstChild { -moz-border-radius: 7px; -webkit-border-top-left-radius: 7px; -webkit-border-bottom-left-radius: 7px; } .OxRange > .OxTrack > div > img.OxLastChild { -moz-border-radius: 0 7px 7px 0; -webkit-border-top-right-radius: 7px; -webkit-border-bottom-right-radius: 7px; } .OxRange > .OxTrack > div > img.OxFirstChild.OxLastChild { margin-left: 7px; -moz-border-radius: 0; -webkit-border-radius: 0; } .OxRange > .OxTrack > .OxThumb { float: left; margin: -1px; //margin-left: -1px; //margin-top: -1px; text-align: center; } .OxRange > .OxTrack > .OxThumb:first-child { //margin-top: -1px; } /* -------------------------------------------------------------------------------- OxSelect -------------------------------------------------------------------------------- */ .OxSelect { height: 14px; border-width: 1px; border-style: solid; -moz-border-radius: 8px; -webkit-border-radius: 8px; } .OxSelect.OxSelected, .OxSelect.OxSelected > .OxLabel { -moz-border-radius: 8px 8px 0 0; -webkit-border-radius: 8px 8px 0 0; } .OxSelect > .OxLabel { float: left; margin: -1px; } .OxSelect > .OxTitle { float: left; height: 14px; padding-left: 6px; border-width: 1px; text-align: left; text-overflow: ellipsis; cursor: default; overflow: hidden; white-space: nowrap; //margin-right: -16px; } .OxSelect.OxOverlapLeft > .OxTitle { //padding-left: 20px; //padding-right: 8px; //margin-left: -32px; } .OxSelect.OxOverlapRight > .OxTitle { //padding-left: 8px; //padding-right: 20px; //margin-right: -32px; } .OxSelect > .OxButton { float: right; margin: -1px; } .OxSelect.OxOverlapLeft > .OxButton { //padding-left: 15px; //padding-right: 1px; //margin-left: -16px; } .OxSelect.OxOverlapRight > .OxButton { //padding-left: 1px; //padding-right: 15px; //margin-right: -16px; } /* */ .OxButton.OxOverlapLeft, .OxxxCheckbox.OxOverlapLeft, .OxLabel.OxOverlapLeft, .OxxxSelect.OxOverlapLeft { padding-left: 20px; padding-right: 8px; margin-left: -16px; } .OxButton.OxOverlapRight, .OxxxCheckbox.OxOverlapRight, .OxLabel.OxOverlapRight, .OxxxSelect.OxOverlapRight { padding-left: 8px; padding-right: 20px; margin-right: -16px; } .OxButton[type=image].OxOverlapLeft { padding-left: 17px; padding-right: 3px; } .OxButton[type=image].OxOverlapRight { padding-left: 3px; padding-right: 17px; } .OxCheckbox.OxOverlapLeft > .OxInput { padding-left: 20px; margin-left: -16px; } .OxCheckbox.OxOverlapRight > .OxLabel { //padding-left: 8px; padding-right: 20px; margin-right: -16px; } .OxSelect.OxOverlapLeft { //padding-left: 8px; padding-left: 16px; margin-left: -18px; } .OxSelect.OxOverlapRight { //padding-left: 8px; padding-right: 16px; margin-right: -18px; } /* ================================================================================ Images ================================================================================ */ .OxReflection > img { -moz-transform: scaleY(-1); -webkit-transform: scaleY(-1); } /* ================================================================================ Layers ================================================================================ */ .OxLayer { position: absolute; left: 0; top: 0; right: 0; bottom: 0; opacity: 0; overflow: hidden; z-index: 10; } .OxLayer.OxFront { z-index: 100; } .OxMainMenuLayer { position: absolute; width: 100%; top: 20px; bottom: 0px; overflow: hidden; z-index: 12; } .OxMenuLayer { position: absolute; left: 0; top: 0; right: 0; bottom: 0; opacity: 0; overflow: hidden; z-index: 12; } /* ================================================================================ Lists ================================================================================ */ .OxIconList.OxBoth { overflow-x: hidden; } .OxIconList .OxPage { position: absolute; left: 0; right: 0; margin-left: auto; margin-right: auto; } .OxIconList .OxItem { float: left; margin: 4px; opacity: 0.9; } .OxIconList .OxItem.OxHover, .OxIconList .OxItem.OxSelected { opacity: 1; } .OxIconList .OxItem > div, .OxInfoList .OxIcon > div { position: relative; } .OxIconList .OxItem > .OxIcon, .OxIconList .OxItem > .OxText, .OxInfoList .OxItem > .OxIcon, .OxInfoList .OxItem > .OxText { //left: -2px; } .OxIconList .OxItem > .OxIcon, .OxInfoList .OxItem > .OxIcon { overflow: hidden; } .OxIconList .OxItem > .OxIcon > img, .OxIconList .OxItem > .OxIcon > .OxVideoPlayer, .OxInfoList .OxItem > .OxIcon > img, .OxInfoList .OxItem > .OxIcon > .OxVideoPlayer { position: absolute; left: 0; right: 0; bottom: 0; margin: auto; border: 2px solid rgba(0, 0, 0, 0); cursor: pointer; border-radius: 4px; } .OxIconList .OxItem > .OxReflection, .OxInfoList .OxItem > .OxReflection { overflow: hidden; } .OxIconList .OxItem > .OxReflection > div, .OxInfoList .OxItem > .OxReflection > div { position: absolute; left: 0; top: 0; right: 0; margin: auto; } .OxIconList .OxItem > .OxReflection > img, .OxInfoList .OxItem > .OxReflection > img { position: absolute; left: 0; top: 0; right: 0; margin: auto; } .OxIconList .OxItem > .OxText, .OxInfoList .OxItem > .OxText { text-align: center; } .OxIconList .OxItem > .OxText > div, .OxInfoList .OxItem > .OxText > div { display: inline-block; font-size: 9px; font-weight: bold; text-align: center; padding: 1px 2px; border: 2px solid rgba(0, 0, 0, 0); max-width: 124px; word-wrap: break-word; cursor: pointer; -moz-border-radius: 4px; -webkit-border-radius: 4px; //-moz-user-select: text; //-webkit-user-select: text; } .OxTextList { top: 0; bottom: 0; } .OxTextList .OxBar { //z-index: 10; //-moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.75); //-webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.75); } .OxTextList .OxBar .OxHead { position: absolute; left: 0; height: 16px; overflow: hidden; white-space: nowrap; } .OxTextList .OxBar .OxCell { float: left; padding: 2px 4px 2px 4px; height: 12px; } .OxTextList .OxBar .OxCell:nthChild(1) { margin-left: 0; } .OxTextList .OxBar .OxTitle { float: left; height: 15px; padding: 1px 2px 0 2px; font-weight: bold; font-size: 10px; text-overflow: ellipsis; //cursor: pointer; overflow: hidden; white-space: nowrap; } .OxTextList .OxBar .OxTitle img { width: 16px; height: 16px; margin: -1px 0 0 -4px; } .OxTextList .OxBar .OxTitle:first-child { padding-left: 4px; } .OxTextList .OxBar .OxOrder { float: left; width: 10px; height: 13px; padding: 3px 0 0 6px; font-size: 7px; display: none; } .OxTextList .OxBar .OxOrder.OxSelected { //cursor: pointer; display: block; } .OxTextList .OxBar .OxResize { float: left; width: 5px; height: 16px; } .OxTextList .OxBar .OxResize.OxResizable { cursor: ew-resize; } .OxTextList .OxBar .OxResize .OxLeft, .OxTextList .OxBar .OxResize .OxCenter, .OxTextList .OxBar .OxResize .OxRight { float: left; height: 16px; } .OxTextList .OxBar .OxResize .OxLeft, .OxTextList .OxBar .OxResize .OxRight { width: 2px; } .OxTextList .OxBar .OxResize .OxCenter { width: 1px; background: rgb(24, 24, 24); } .OxTextList .OxBar .OxSelect { position: absolute; right: 0px; width: 11px; height: 16px; border-width: 0 1px 0 0; border-style: solid; background: rgba(0, 0, 0, 0); font-size: 11px; text-align: center; cursor: pointer; overflow: hidden; -moz-border-radius: 0; -webkit-border-radius: 0; } .OxTextList .OxBar .OxSelect > input { margin-right: -3px; } .OxTextList .OxBody { float: left; position: absolute; left: 0; top: 0; right: 0; bottom: 0; } .OxTextList .OxContent { //width: 100%; } .OxTextList .OxItem { height: 16px; cursor: default; } .OxTextList .OxItem .OxCell { float: left; height: 14px; padding: 1px 4px 1px 4px; border-right: 1px solid; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; } .OxTextList .OxItem .OxCell.OxEdit { height: 16px; padding: 0; } .OxTextList .OxItem .OxCell > img { width: 16px; height: 16px; margin: -1px 0 0 -4px; } .OxTextList .OxItem .OxSpace { float: left; width: 4px; height: 16px; } .OxTextList .OxItem .OxLine { float: left; width: 1px; height: 16px; } .OxTextList .OxItem.OxSelected .OxCell.OxClickable { cursor: pointer; } .OxTextList .OxItem.OxSelected .OxCell.OxEditable { cursor: text; } .OxTextList .OxItem.OxSelected.OxDrag .OxCell { cursor: ns-resize; } .OxTextList .OxPage { position: absolute; } .OxTreeList .OxItem .OxCell { border-right-width: 0 } /* ================================================================================ Maps ================================================================================ */ .OxMap { position: absolute; left: 0; top: 0; right: 0; bottom: 0; } .OxMap > * { position: absolute; } .OxMap .OxRange .OxArrow { border-radius: 0; } input[type=image].OxMapButton { position: absolute; width: 10px; height: 10px; padding: 1px; border-width: 2px; } .OxMapLabel { position: absolute; height: 12px; font-size: 10px; border-width: 2px; } .OxFlag { width: 16px; height: 16px; border-radius: 8px; } /* ================================================================================ Menus ================================================================================ */ .OxMainMenu { z-index: 9; -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5); -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5); } .OxMainMenu.OxLarge { height: 24px; padding-left: 8px; } .OxMainMenu.OxMedium { height: 20px; padding-left: 6px; } .OxMainMenu.OxSmall { height: 16px; padding-left: 4px; } .OxMainMenu > .OxTitle { float: left; cursor: default; -moz-user-select: none; -webkit-user-select: none; } .OxMainMenu.OxLarge > .OxTitle { height: 21px; padding-left: 8px; padding-right: 8px; padding-top: 3px; font-size: 14px; } .OxMainMenu.OxMedium > .OxTitle { height: 17px; padding-left: 6px; padding-right: 6px; padding-top: 3px; font-size: 11px; } .OxMainMenu.OxSmall > .OxTitle { height: 14px; padding-left: 4px; padding-right: 4px; padding-top: 2px; font-size: 9px; } .OxMainMenu > .OxTitle:first-child { font-weight: bold; } .OxMainMenu.OxLarge > .OxExtras { float: right; padding: 4px 12px 0 0; } .OxMainMenu.OxMedium > .OxExtras { float: right; padding: 2px 10px 0 0; } .OxMainMenu.OxSmall > .OxExtras { float: right; padding: 2px 8px 0 0; } .OxMenu { position: absolute; display: none; z-index: 12; -moz-border-radius-bottomleft: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-left-radius: 4px; -webkit-border-bottom-right-radius: 4px; -moz-user-select: none; -webkit-user-select: none; } .OxMenu.OxRight { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; } .OxMenu .OxTop { height: 4px; } .OxMenu.OxRight .OxTop { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; } .OxMenu .OxBottom { height: 4px; -moz-border-radius-bottomleft: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-left-radius: 4px; -webkit-border-bottom-right-radius: 4px; } .OxMenu .OxContainer { background: transparent; overflow: hidden; } .OxMenu .OxContent { position: relative; border-collapse: collapse; border-spacing: 0; } .OxMenu .OxItem { cursor: default; } .OxMenu.OxLarge .OxItem { height: 20px; } .OxMenu.OxMedium .OxItem { height: 16px; } .OxMenu.OxSmall .OxItem { height: 12px; } .OxMenu .OxItem.OxDisabled { cursor: default; } .OxMenu.OxLarge .OxItem .OxCell { height: 20px; font-size: 14px; } .OxMenu.OxMedium .OxItem .OxCell { height: 16px; font-size: 11px; } .OxMenu.OxSmall .OxItem .OxCell { height: 12px; font-size: 9px; } .OxMenu .OxItem .OxCell.OxStatus { padding-left: 4px; text-align: right; } .OxMenu .OxItem .OxCell.OxIcon { padding-left: 4px; } .OxMenu .OxItem .OxCell.OxIcon img { position: relative; top: 2px; } .OxMenu.OxLarge .OxItem .OxCell.OxIcon img { width: 16px; height: 16px; -moz-border-radius: 2px; -webkit-border-radius: 2px; } .OxMenu.OxMedium .OxItem .OxCell.OxIcon img { width: 12px; height: 12px; -moz-border-radius: 2px; -webkit-border-radius: 2px; } .OxMenu.OxSmall .OxItem .OxCell.OxIcon img { width: 8px; height: 8px; -moz-border-radius: 1px; -webkit-border-radius: 1px; } .OxMenu .OxItem .OxCell.OxTitle { padding-left: 4px; white-space: nowrap; } .OxMenu .OxItem .OxCell.OxModifiers { padding-left: 4px; text-align: right; } .OxMenu .OxItem .OxCell.OxKey { padding-right: 8px; } .OxMenu .OxItem .OxCell.OxSubmenu { padding-right: 8px; text-align: right; } .OxMenu.OxLarge .OxItem .OxCell.OxSubmenu { font-size: 10px; } .OxMenu.OxMedium .OxItem .OxCell.OxSubmenu { font-size: 8px; } .OxMenu.OxSmall .OxItem .OxCell.OxSubmenu { font-size: 6px; } .OxMenu.OxLarge .OxItem .OxCell.OxStatus, .OxMenu.OxLarge .OxItem .OxCell.OxKey, .OxMenu.OxLarge .OxItem .OxCell.OxSubmenu { width: 12px; } .OxMenu.OxMedium .OxItem .OxCell.OxStatus, .OxMenu.OxMedium .OxItem .OxCell.OxKey, .OxMenu.OxMedium .OxItem .OxCell.OxSubmenu { width: 10px; } .OxMenu.OxSmall .OxItem .OxCell.OxStatus, .OxMenu.OxSmall .OxItem .OxCell.OxKey, .OxMenu.OxSmall .OxItem .OxCell.OxSubmenu { width: 8px; } .OxMenu .OxSpace { height: 4px; } .OxMenu .OxLine { height: 1px; } .OxMenu .OxScrollbar { text-align: center; cursor: default; display: none; } .OxMenu.OxLarge .OxScrollbar { height: 16px; padding-top: 4px; font-size: 10px; } .OxMenu.OxMedium .OxScrollbar { height: 13px; padding-top: 3px; font-size: 8px; } .OxMenu.OxSmall .OxScrollbar { height: 10px; padding-top: 2px; font-size: 6px; } /* ================================================================================ Panels ================================================================================ */ .OxCollapsePanel > .OxBar { position: relative; z-index: 1; } .OxCollapsePanel > .OxBar > .OxButton { float: left; margin: 0 0 0 0; } .OxCollapsePanel > .OxBar > .OxTitle { float: left; margin: 1px 0 0 0; font-weight: bold; } .OxCollapsePanel > .OxBar > .OxExtras { float: right; } .OxCollapsePanel > .OxBar > .OxExtras > .OxButton { //position: absolute; //right: 0px; -moz-border-radius: 0; -webkit-border-radius: 0; } .OxCollapsePanel > .OxBar > .OxExtras > .OxSelect { //position: absolute; //right: 0px; width: 16px; height: 16px; padding: 1px 1px 0 0; border-width: 0; background: rgba(0, 0, 0, 0); -moz-border-radius: 0; -webkit-border-radius: 0; } .OxCollapsePanel > .OxContent { position: relative; left: 0; right: 0; } .OxPanel { overflow: auto; } .OxSplitPanel { position: absolute; left: 0; top: 0; right: 0; bottom: 0; overflow: hidden; } .OxSplitPanel > * { position: absolute; } .OxSplitPanel_ { display: box; display: -moz-box; display: -webkit-box; overflow: hidden; box-flex: 0; -mox-box-flex: 0; -webkit-box-flex: 0; } .OxSplitPanel_.OxHorizontal { box-orient: horizontal; -moz-box-orient: horizontal; -webkit-box-orient: horizontal; } .OxSplitPanel_.OxVertical { box-orient: vertical; -moz-box-orient: vertical; -webkit-box-orient: vertical; } .OxSplitPanel_ > * { box-flex: 0; -mox-box-flex: 0; -webkit-box-flex: 0; } .OxSplitPanel_ > .OxSeparator { display: -webkit-box; position: relative; z-index: 2; } .OxSplitPanel_ > .OxSeparator > * { -webkit-box-flex: 0; } .OxSplitPanel_ > .OxSeparator > .OxLine { background-color: black; } .OxSplitPanel_.OxHorizontal > .OxSeparator { width: 5px; margin: 0 -2px 0 -2px; cursor: ew-resize; } .OxSplitPanel_.OxHorizontal > .OxSeparator > .OxLine { width: 1px; } .OxSplitPanel_.OxHorizontal > .OxSeparator > .OxSpace { width: 2px; } .OxSplitPanel_.OxVertical > .OxSeparator { height: 5px; margin: -2px 0 -2px 0; cursor: ns-resize; } .OxSplitPanel_.OxVertical > .OxSeparator > .OxLine { height: 1px; } .OxSplitPanel_.OxVertical > .OxSeparator > .OxSpace { height: 2px; } .OxTabPanel > .OxBar { text-align: center; } .OxTabPanel > .OxBar > .OxButtonGroup { position: absolute; left: 0; top: 4px; right: 0; margin: auto; } /* ================================================================================ Requests ================================================================================ */ .OxLoadingIcon { opacity: 0; -moz-user-select: none; -webkit-user-select: none; } .OxLoadingIcon.OxLarge { width: 20px; height: 20px; } .OxLoadingIcon.OxMedium { width: 16px; height: 16px; } .OxLoadingIcon.OxSmall { width: 12px; height: 12px; } /* ================================================================================ Scrollbars ================================================================================ */ ::-webkit-scrollbar { width: 12px; height: 12px; } ::-webkit-scrollbar-button { width: 12px; height: 12px; } ::-webkit-scrollbar-thumb { -webkit-border-radius: 6px; } ::-webkit-scrollbar-track { -webkit-border-radius: 6px; } /* ================================================================================ SyntaxHightlighter ================================================================================ */ .OxSyntaxHighlighter > div { display: table-cell; padding: 4px; font-family: Menlo, Monaco, DejaVu Sans Mono, Bitstream Vera Sans Mono, Consolas, Lucida Console; //line-height: 14px; } .OxSyntaxHighlighter > .OxLineNumbers { text-align: right; -moz-user-select: none; -webkit-user-select: none; } .OxSyntaxHighlighter > .OxSourceCode { white-space: nowrap; -moz-user-select: text; -webkit-user-select: text; } .OxSyntaxHighlighter > .OxSourceCode .OxLinebreak { //-moz-user-select: none; //-webkit-user-select: none; } /* ================================================================================ Video ================================================================================ */ .OxAnnotation { border-width: 0 0 1px 0; border-style: solid; padding: 4px; } .OxAnnotation:last-child { border-width: 0; } .OxAnnotation.OxEdit { padding: 0; } .OxAnnotation textarea { padding: 4px; border: 0; } .OxPosterMarker { position: absolute; display: none; } .OxPosterMarkerCenter { position: absolute; border: 1px solid rgba(255, 255, 255, 0.1); background: transparent; } .OxPosterMarkerLeft, .OxPosterMarkerRight { position: absolute; background: rgba(0, 0, 0, 0.5); } .OxVideoEditor { overflow-x: hidden; overflow-y: auto; } .OxVideoEditor .OxVideoPlayer { position: absolute; margin: 4px; //background: red; } .OxTimelineLarge { position: absolute; height: 72px; margin: 0 4px 0 4px; overflow: hidden; } .OxTimelineLarge > div { position: absolute; height: 72px; } .OxTimelineLarge > div > img { position: absolute; top: 4px; } .OxTimelineLarge .OxCut { position: absolute; top: 66px; width: 2px; height: 4px; margin-left: -1px; z-index: 10; } .OxTimelineLarge .OxMarkerPointIn { position: absolute; top: 64px; width: 6px; height: 6px; margin-left: -5px; z-index: 10; } .OxTimelineLarge .OxMarkerPointOut { position: absolute; top: 64px; width: 6px; height: 6px; z-index: 10; } .OxTimelineLarge .OxMarkerPosition { position: absolute; top: 2px; width: 9px; height: 5px; z-index: 10; } .OxTimelineLarge .OxSubtitle { position: absolute; bottom: 9px; border: 1px solid rgba(255, 255, 255, 0.5); padding: 1px; background: rgba(0, 0, 0, 0.25); font-size: 8px; line-height: 10px; text-align: center; text-overflow: ellipsis; text-shadow: rgba(0, 0, 0, 1) 1px 1px 1px; color: rgb(255, 255, 255); cursor: default; overflow: hidden; z-index: 10; -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5); -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5); } .OxTimelineLarge .OxSubtitle.OxHighlight { border-color: rgba(255, 255, 0, 1); } .OxTimelineSmall { position: absolute; } .OxTimelineSmall > div { position: absolute; height: 18px; margin: 3px 4px 3px 4px; overflow: hidden; } .OxTimelineSmall > div > img { position: absolute; left: 0; top: 0; } .OxTimelineSmall > div > .OxTimelineSmallImage { margin-top: 1px; } .OxTimelineSmall .OxMarkerPointIn { position: absolute; width: 6px; height: 6px; margin-left: -1px; } .OxTimelineSmall .OxMarkerPointOut { position: absolute; width: 6px; height: 6px; margin-left: 4px; } .OxVideoPlayer { position: absolute; } .OxVideoPlayer.OxFocus { -moz-box-shadow: 0 0 2px rgb(128, 128, 128); -webkit-box-shadow: 0 0 2px rgb(128, 128, 128); } .OxVideoPlayer .OxControls { position: absolute; } .OxVideoPlayer .OxControls.OxOnScreen { background-image: -moz-linear-gradient(top, rgba(64, 64, 64, 0.5), rgba(0, 0, 0, 0.5)); background-image: -webkit-linear-gradient(top, rgba(64, 64, 64, 0.5), rgba(0, 0, 0, 0.5)); } .OxVideoPlayer .OxControls > * { float: left; } .OxVideoPlayer .OxFind { position: absolute; right: 0; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; background-image: -moz-linear-gradient(top, rgba(64, 64, 64, 0.5), rgba(0, 0, 0, 0.5)); background-image: -webkit-linear-gradient(top, rgba(64, 64, 64, 0.5), rgba(0, 0, 0, 0.5)); display: none; } .OxVideoPlayer .OxFind > * { float: left; } .OxVideoPlayer .OxFind .OxResults { width: 24px; padding-top: 2px; font-size: 9px; text-align: center; color: rgb(255, 255, 255); } .OxVideoPlayer .OxLoadingIcon { position: absolute; left: 0; top: 0; right: 0; bottom: 0; margin: auto; opacity: 1; } .OxVideoPlayer .OxLogo { position: absolute; opacity: 0.25; } .OxVideoPlayer .OxPlayIcon { position: absolute; left: 0; top: 0; right: 0; bottom: 0; margin: auto; border: 2px solid rgb(255, 255, 255); background: rgba(0, 0, 0, 0.5); opacity: 0; } .OxVideoPlayer .OxPointMarker { position: absolute; width: 16px; height: 16px; display: none; } .OxVideoPlayer .OxPointMarkerInTop { left: 4px; top: 4px; } .OxVideoPlayer .OxPointMarkerInBottom { left: 4px; bottom: 4px; } .OxVideoPlayer .OxPointMarkerOutTop { right: 4px; top: 4px; } .OxVideoPlayer .OxPointMarkerOutBottom { right: 4px; bottom: 4px; } .OxVideoPlayer .OxPosition { height: 12px; padding: 2px; font-size: 9px; text-align: center; color: rgb(255, 255, 255); } .OxVideoPlayer .OxPositionInput { display: none; } .OxVideoPlayer .OxPoster { position: absolute; } .OxVideoPlayer .OxResolution { position: absolute; right: 0; bottom: 16px; background: transparent; // fixme: needed?; display: none; } .OxVideoPlayer .OxResolution > div { width: 52px; height: 16px; background: rgba(32, 32, 32, 0.5); } .OxVideoPlayer .OxResolution > div:first-child { border-top-left-radius: 8px; border-top-right-radius: 8px; } .OxVideoPlayer .OxResolution > div.OxSelected { background-image: -moz-linear-gradient(top, rgba(48, 48, 48, 0.5), rgba(16, 16, 16, 0.5)); background-image: -webkit-linear-gradient(top, rgba(48, 48, 48, 0.5), rgba(16, 16, 16, 0.5)); } .OxVideoPlayer .OxResolution > div > * { float: left; } .OxVideoPlayer .OxResolution > div > div { width: 36px; height: 14px; padding-top: 2px; font-size: 9px; text-align: right; color: rgb(255, 255, 255); cursor: default; } .OxVideoPlayer .OxResolution > div > img { width: 9px; height: 9px; padding: 3px 3px 4px 4px; } .OxVideoPlayer .OxResolutionButton { width: 32px; height: 12px; padding: 2px; font-size: 9px; text-align: center; color: rgb(255, 255, 255); cursor: default; } .OxVideoPlayer .OxSubtitle { position: absolute; left: 0; right: 0; text-align: center; text-shadow: rgba(0, 0, 0, 1) 0 0 4px; color: rgb(255, 255, 255); } .OxVideoPlayer .OxTitle { padding-top: 1px; text-align: center; color: rgb(255, 255, 255); overflow: hidden; text-overflow: ellipsis; } .OxVideoPlayer .OxVideoContainer { position: absolute; background: rgb(0, 0, 0); overflow: hidden; } .OxVideoPlayer .OxVolume { position: absolute; left: 0; height: 16px; border-top-left-radius: 8px; border-top-right-radius: 8px; background-image: -moz-linear-gradient(top, rgba(64, 64, 64, 0.5), rgba(0, 0, 0, 0.5)); background-image: -webkit-linear-gradient(top, rgba(64, 64, 64, 0.5), rgba(0, 0, 0, 0.5)); display: none; } .OxVideoPlayer .OxVolume > * { float: left; } .OxVideoPlayer .OxVolume .OxRange .OxTrack { padding: 1px; border: 0; background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(64, 64, 64, 0.5)); background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(64, 64, 64, 0.5)); } .OxVideoPlayer .OxVolume .OxRange .OxThumb { padding: 1px 7px 1px 7px; border: 0; background-image: -moz-linear-gradient(top, rgba(64, 64, 64, 0.5), rgba(0, 0, 0, 0.5)); background-image: -webkit-linear-gradient(top, rgba(64, 64, 64, 0.5), rgba(0, 0, 0, 0.5)); } .OxVideoPlayer .OxVolume .OxRange .OxThumb:active { background-image: -moz-linear-gradient(top, rgba(64, 64, 64, 0.5), rgba(0, 0, 0, 0.5)); background-image: -webkit-linear-gradient(top, rgba(64, 64, 64, 0.5), rgba(0, 0, 0, 0.5)); } .OxVideoPlayer .OxVolume .OxVolumeValue { width: 24px; padding-top: 2px; font-size: 9px; text-align: center; color: rgb(255, 255, 255); } .OxVideoPreview { position: absolute; left: 0; top: 0; right: 0; bottom: 0; } .OxVideoPreview > .OxFrame { position: absolute; } .OxVideoPreview > .OxTimeline { position: absolute; bottom: 0; height: 16px; } .OxVideoPreview > .OxInterface { position: absolute; left: 0; top: 0; right: 0; bottom: 0; cursor: pointer; } /* ================================================================================ Miscellaneous ================================================================================ */ .OxText { //line-height: 15px; } .OxTooltip { position: absolute; padding: 1px 3px 1px 3px; font-size: 9px; //opacity: 0; z-index: 1001; -moz-border-radius: 4px; -webkit-border-radius: 4px; }