diff --git a/source/Ox.UI/themes/_future/Ox.UI.future.css b/source/Ox.UI/themes/_future/Ox.UI.future.css
deleted file mode 100644
index 1f0bd14d..00000000
--- a/source/Ox.UI/themes/_future/Ox.UI.future.css
+++ /dev/null
@@ -1,37 +0,0 @@
-body.OxThemeFuture {
- background: rgb(240, 240, 240);
-}
-
-/*
---------------------------------------------------------------------------------
-input
---------------------------------------------------------------------------------
-*/
-
-.OxThemeFuture .OxButton,
-.OxThemeFuture .OxInput {
- border: 1px solid rgb(128, 128, 128);
- color: rgb(64, 64, 64);
-}
-.OxThemeFuture .OxButton {
- background: -moz-linear-gradient(left top, left bottom, from(rgb(224, 224, 224)), to(rgb(192, 192, 192)));
- background: -webkit-gradient(linear, left top, left bottom, from(rgb(224, 224, 224)), to(rgb(192, 192, 192)));
-}
-.OxThemeFuture .OxButton:active {
- background: rgb(208, 208, 208);
-}
-.OxThemeFuture .OxInput {
- //border-top-color: rgb(96, 96, 96);
- //border-right-color: rgb(128, 128, 128);
- //border-bottom-color: rgb(160, 160, 160);
- //border-left-color: rgb(128, 128, 128);
- background: -moz-linear-gradient(left top, left bottom, from(rgb(224, 224, 224)), to(rgb(255, 255, 255)));
- background: -webkit-gradient(linear, left top, left bottom, from(rgb(224, 224, 224)), to(rgb(255, 255, 255)));
-}
-.OxThemeFuture .OxInput:focus {
- -moz-box-shadow: 0 0 4px rgb(128, 128, 128);
- -webkit-box-shadow: 0 0 4px rgb(128, 128, 128);
-}
-.OxThemeFuture .OxInput.OxPlaceholder {
- color: rgb(160, 160, 160)
-}
\ No newline at end of file
diff --git a/source/Ox.UI/themes/classic/css/classic.css b/source/Ox.UI/themes/classic/css/classic.css
deleted file mode 100644
index 5d35b5d1..00000000
--- a/source/Ox.UI/themes/classic/css/classic.css
+++ /dev/null
@@ -1,970 +0,0 @@
-html:fullscreen {
- background: rgb(240, 240, 240);
-}
-html:-moz-full-screen {
- background: rgb(240, 240, 240);
-}
-html:-webkit-full-screen {
- background: rgb(240, 240, 240);
-}
-
-body.OxThemeClassic {
- background: rgb(240, 240, 240);
-}
-.OxThemeClassic a {
- color: rgb(0, 0, 128);
-}
-.OxThemeClassic div {
- color: rgb(16, 16, 16);
-}
-.OxThemeClassic .OxHighlight {
- background: rgb(255, 255, 0);
-}
-.OxThemeClassic .OxBright {
- color: rgb(0, 0, 0);
-}
-.OxThemeClassic .OxLight {
- color: rgb(128, 128, 128);
-}
-.OxThemeClassic .OxGrid {
- background-color: rgb(248, 248, 248);
- background-image:
- -moz-linear-gradient(45deg, rgb(232, 232, 232) 25%, transparent 25%, transparent 75%, rgb(232, 232, 232) 75%, rgb(232, 232, 232)),
- -moz-linear-gradient(45deg, rgb(232, 232, 232) 25%, transparent 25%, transparent 75%, rgb(232, 232, 232) 75%, rgb(232, 232, 232));
- background-image:
- -o-linear-gradient(45deg, rgb(232, 232, 232) 25%, transparent 25%, transparent 75%, rgb(232, 232, 232) 75%, rgb(232, 232, 232)),
- -o-linear-gradient(45deg, rgb(232, 232, 232) 25%, transparent 25%, transparent 75%, rgb(232, 232, 232) 75%, rgb(232, 232, 232));
- background-image:
- -webkit-linear-gradient(45deg, rgb(232, 232, 232) 25%, transparent 25%, transparent 75%, rgb(232, 232, 232) 75%, rgb(232, 232, 232)),
- -webkit-linear-gradient(45deg, rgb(232, 232, 232) 25%, transparent 25%, transparent 75%, rgb(232, 232, 232) 75%, rgb(232, 232, 232));
- background-size: 32px 32px;
- background-position: 0 0, 16px 16px
-}
-
-/*
-================================================================================
-Bars
-================================================================================
-*/
-
-.OxThemeClassic .OxBar.OxHorizontal {
- //background: -moz-linear-gradient(top, rgb(192, 192, 192), rgb(160, 160, 160));
- //background: -webkit-gradient(linear, left top, left bottom, from(rgb(192, 192, 192)), to(rgb(160, 160, 160)));
- background-image: -moz-linear-gradient(top, rgb(224, 224, 224), rgb(192, 192, 192));
- background-image: -o-linear-gradient(top, rgb(224, 224, 224), rgb(192, 192, 192));
- background-image: -webkit-linear-gradient(top, rgb(224, 224, 224), rgb(192, 192, 192));
-}
-.OxThemeClassic .OxBar.OxMainMenu {
- background-image: -moz-linear-gradient(top, rgb(224, 224, 224), rgb(192, 192, 192));
- background-image: -o-linear-gradient(top, rgb(224, 224, 224), rgb(192, 192, 192));
- background-image: -webkit-linear-gradient(top, rgb(224, 224, 224), rgb(192, 192, 192));
-}
-
-.OxThemeClassic .OxProgressbar {
- border-color: rgb(176, 176, 176);
- background-image: -moz-linear-gradient(top, rgb(224, 224, 224), rgb(192, 192, 192));
- background-image: -o-linear-gradient(top, rgb(224, 224, 224), rgb(192, 192, 192));
- background-image: -webkit-linear-gradient(top, rgb(224, 224, 224), rgb(192, 192, 192));
-}
-.OxThemeClassic .OxProgressbar .OxTrack {
- border-color: rgb(176, 176, 176);
- background-image: -moz-linear-gradient(top, rgb(208, 208, 208), rgb(255, 255, 255));
- background-image: -o-linear-gradient(top, rgb(208, 208, 208), rgb(255, 255, 255));
- background-image: -webkit-linear-gradient(top, rgb(208, 208, 208), rgb(255, 255, 255));
-}
-.OxThemeClassic .OxProgressbar .OxProgress {
- border-color: rgb(176, 176, 176);
- background-image:
- -moz-repeating-linear-gradient(
- -45deg, transparent 0, transparent 25%,
- rgba(0, 0, 0, 0.05) 25%, rgba(0, 0, 0, 0.05) 50%,
- transparent 50%, transparent 75%,
- rgba(0, 0, 0, 0.05) 75%, rgba(0, 0, 0, 0.05) 100%
- ),
- -moz-linear-gradient(top, rgb(224, 224, 224), rgb(192, 192, 192));
- background-image:
- -o-repeating-linear-gradient(
- -45deg, transparent 0, transparent 25%,
- rgba(0, 0, 0, 0.05) 25%, rgba(0, 0, 0, 0.05) 50%,
- transparent 50%, transparent 75%,
- rgba(0, 0, 0, 0.05) 75%, rgba(0, 0, 0, 0.05) 100%
- ),
- -o-linear-gradient(top, rgb(224, 224, 224), rgb(192, 192, 192));
- background-image:
- -webkit-repeating-linear-gradient(
- -45deg, transparent 0, transparent 25%,
- rgba(0, 0, 0, 0.05) 25%, rgba(0, 0, 0, 0.05) 50%,
- transparent 50%, transparent 75%,
- rgba(0, 0, 0, 0.05) 75%, rgba(0, 0, 0, 0.05) 100%
- ),
- -webkit-linear-gradient(top, rgb(224, 224, 224), rgb(192, 192, 192));
- background-size: 32px 32px, 16px 16px;
-}
-.OxThemeClassic .OxProgressbar .OxProgress.OxAnimate {
- background-image:
- -moz-repeating-linear-gradient(
- -45deg, transparent 0, transparent 25%,
- rgba(0, 0, 0, 0.1) 25%, rgba(0, 0, 0, 0.1) 50%,
- transparent 50%, transparent 75%,
- rgba(0, 0, 0, 0.1) 75%, rgba(0, 0, 0, 0.1) 100%
- ),
- -moz-linear-gradient(top, rgb(224, 224, 224), rgb(192, 192, 192));
- background-image:
- -o-repeating-linear-gradient(
- -45deg, transparent 0, transparent 25%,
- rgba(0, 0, 0, 0.1) 25%, rgba(0, 0, 0, 0.1) 50%,
- transparent 50%, transparent 75%,
- rgba(0, 0, 0, 0.1) 75%, rgba(0, 0, 0, 0.1) 100%
- ),
- -o-linear-gradient(top, rgb(224, 224, 224), rgb(192, 192, 192));
- background-image:
- -webkit-repeating-linear-gradient(
- -45deg, transparent 0, transparent 25%,
- rgba(0, 0, 0, 0.1) 25%, rgba(0, 0, 0, 0.1) 50%,
- transparent 50%, transparent 75%,
- rgba(0, 0, 0, 0.1) 75%, rgba(0, 0, 0, 0.1) 100%
- ),
- -webkit-linear-gradient(top, rgb(224, 224, 224), rgb(192, 192, 192));
-}
-
-.OxThemeClassic .OxResizebar > .OxLine {
- background-color: rgb(208, 208, 208);
-}
-
-/*
-================================================================================
-Calendar
-================================================================================
-*/
-
-.OxThemeClassic .OxCalendar .OxTimeline > div.odd {
- background: -moz-linear-gradient(top, rgb(224, 224, 224), rgb(192, 192, 192));
- background: -o-linear-gradient(top, rgb(224, 224, 224), rgb(192, 192, 192));
- background: -webkit-linear-gradient(top, rgb(224, 224, 224), rgb(192, 192, 192));
-}
-
-.OxThemeClassic .OxCalendar .OxTimeline > div.even {
- background: -moz-linear-gradient(top, rgb(208, 208, 208), rgb(176, 176, 176));
- background: -o-linear-gradient(top, rgb(208, 208, 208), rgb(176, 176, 176));
- background: -webkit-linear-gradient(top, rgb(208, 208, 208), rgb(176, 176, 176));
-}
-
-.OxThemeClassic .OxCalendar .OxBackground > div {
- //background: rgb(20, 20, 20);
- background: rgb(232, 232, 232);
-}
-.OxThemeClassic .OxCalendar .OxBackground > div.line {
- background: rgb(224, 224, 224);
-}
-
-.OxThemeClassic .OxCalendar .OxLine > .OxEvent {
- color: rgb(0, 0, 0);
-}
-.OxThemeClassic .OxCalendar .OxLine > .OxEvent.OxSelected {
- box-shadow: inset 0 0 1px rgb(0, 0, 0),
- inset 0 0 1px rgb(0, 0, 0),
- inset 0 0 1px rgb(0, 0, 0),
- inset 0 0 1px rgb(0, 0, 0);
-}
-.OxThemeClassic .OxEvent.OxDate {
- background: -moz-linear-gradient(top, rgba(128, 128, 255, 0.9), rgba(96, 96, 224, 0.9));
- background: -o-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));
-}
-.OxThemeClassic .OxEvent.OxPlace {
- background: -moz-linear-gradient(top, rgba(0, 192, 96, 0.9), rgba(0, 160, 64, 0.9));
- background: -o-linear-gradient(top, rgba(0, 192, 96, 0.9), rgba(0, 160, 64, 0.9));
- background: -webkit-linear-gradient(top, rgba(0, 192, 96, 0.9), rgba(0, 160, 64, 0.9));
-}
-.OxThemeClassic .OxEvent.OxPerson {
- background: -moz-linear-gradient(top, rgba(255, 128, 0, 0.9), rgba(224, 96, 0, 0.9));
- background: -o-linear-gradient(top, rgba(255, 128, 0, 0.9), rgba(224, 96, 0, 0.9));
- background: -webkit-linear-gradient(top, rgba(255, 128, 0, 0.9), rgba(224, 96, 0, 0.9));
-}
-.OxThemeClassic .OxEvent.OxOther {
- background: -moz-linear-gradient(top, rgba(255, 128, 128, 0.9), rgba(224, 96, 96, 0.9));
- background: -o-linear-gradient(top, rgba(255, 128, 128, 0.9), rgba(224, 96, 96, 0.9));
- background: -webkit-linear-gradient(top, rgba(255, 64, 64, 0.9), rgba(224, 32, 32, 0.9));
-}
-
-
-.OxThemeClassic .OxCalendar .OxOverlay div:nth-child(even) {
- background-color: rgba(0, 0, 0, 0.25);
- box-shadow: inset 0 0 2px rgb(0, 0, 0);
-}
-.OxThemeClassic .OxCalendar .OxOverlay div:nth-child(odd) {
- background-color: rgba(255, 255, 255, 0.25);
-}
-
-.OxThemeModern .OxCalendar .OxCalendarControl,
-.OxThemeModern .OxCalendar .OxEventControl {
- border-color: rgb(64, 64, 64);
- background: rgba(255, 255, 255, 0.75);
- color: rgb(64, 64, 64);
-}
-
-.OxThemeClassic .OxCalendarEditor .OxWarning {
- border-bottom: 2px dotted rgb(255, 64, 64);
-}
-
-/*
-================================================================================
-Dialog
-================================================================================
-*/
-
-.OxThemeClassic .OxDialog {
- -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.75);
- -o-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.75);
- -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.75);
-}
-
-.OxThemeClassic .OxDialog .OxBar {
- background: -moz-linear-gradient(top, rgba(224, 224, 224, 0.95), rgba(192, 192, 192, 0.95));
- background: -o-linear-gradient(top, rgba(224, 224, 224, 0.95), rgba(192, 192, 192, 0.95));
- background: -webkit-linear-gradient(top, rgba(224, 224, 224, 0.95), rgba(192, 192, 192, 0.95));
-}
-
-.OxThemeClassic .OxDialog .OxContent {
- background: rgba(208, 208, 208, 0.95);
-}
-.OxThemeClassic .OxDialog .OxIconList .OxContent {
- background: transparent;
-}
-
-.OxThemeClassic .OxDialog .OxTitle {
- //color: rgb(48, 48, 48);
-}
-
-.OxThemeClassic .OxLayer {
- background: rgb(255, 255, 255);
-}
-
-/*
-================================================================================
-DocPage
-================================================================================
-*/
-
-.OxThemeClassic .OxFailed {
- color: rgb(192, 0, 0);
-}
-
-/*
-================================================================================
-Document
-================================================================================
-*/
-
-.OxThemeClassic .OxDocument code {
- color: rgb(0, 0, 64);
- //background: rgb(255, 255, 255);
-}
-.OxThemeClassic .OxDocument div {
- border-color: rgb(208, 208, 208);
-}
-
-/*
-================================================================================
-Forms
-================================================================================
-*/
-
-.OxThemeClassic .OxButton,
-.OxThemeClassic input.OxCheckbox,
-.OxThemeClassic input.OxInput,
-.OxThemeClassic textarea,
-.OxThemeClassic .OxLabel,
-.OxThemeClassic .OxTrack {
- border-color: rgb(176, 176, 176);
- //border: 1px solid rgb(160, 160, 160);
- color: rgb(64, 64, 64);
-}
-.OxThemeClassic .OxSelect {
- border-color: rgb(176, 176, 176);
-}
-.OxThemeClassic .OxSelect > .OxTitle {
- color: rgb(64, 64, 64);
-}
-.OxThemeClassic .OxInputLabel {
- color: rgb(64, 64, 64);
-}
-.OxThemeClassic .OxButton,
-.OxThemeClassic div.OxInput,
-.OxThemeClassic .OxSelect {
- //background: -moz-linear-gradient(left top, left bottom, from(rgb(192, 192, 192)), to(rgb(160, 160, 160)));
- //background: -webkit-gradient(linear, left top, left bottom, from(rgb(192, 192, 192)), to(rgb(160, 160, 160)));
- background: -moz-linear-gradient(top, rgb(224, 224, 224), rgb(192, 192, 192));
- background: -o-linear-gradient(top, rgb(224, 224, 224), rgb(192, 192, 192));
- background: -webkit-linear-gradient(top, rgb(224, 224, 224), rgb(192, 192, 192));
-}
-.OxThemeClassic div.OxInput.OxTextarea {
- background: transparent;
-}
-.OxThemeClassic .OxButton:active {
- //background: rgb(160, 160, 160);
- background: rgb(192, 192, 192);
- color: rgb(48, 48, 48);
-}
-.OxThemeClassic .OxCheckbox:active {
- background: -moz-linear-gradient(top, rgb(192, 192, 192), rgb(240, 240, 240));
- background: -o-linear-gradient(top, rgb(192, 192, 192), rgb(240, 240, 240));
- background: -webkit-linear-gradient(top, rgb(192, 192, 192), rgb(240, 240, 240));
-}
-.OxThemeClassic .OxButton:focus {
- -moz-box-shadow: 0 0 2px rgb(128, 128, 128);
- -o-box-shadow: 0 0 2px rgb(128, 128, 128);
- -webkit-box-shadow: 0 2 4px rgb(128, 128, 128);
-}
-.OxThemeClassic .OxButton.OxDisabled {
- background: rgb(192, 192, 192);
- color: rgb(128, 128, 128);
-}
-.OxThemeClassic .OxButton.OxSymbol.OxDisabled {
- background: rgba(0, 0, 0, 0);
- opacity: 0.5;
-}
-
-
-.OxThemeClassic .OxButton.OxSelected,
-.OxThemeClassic .OxSelect.OxSelected,
-.OxThemeClassic .OxCollapsePanel > .OxBar > .OxExtras > .OxSelect.OxSelected {
- background: -moz-linear-gradient(top, rgb(160, 160, 160), rgb(192, 192, 192));
- background: -o-linear-gradient(top, rgb(160, 160, 160), rgb(192, 192, 192));
- background: -webkit-linear-gradient(top, rgb(160, 160, 160), rgb(192, 192, 192));
- color: rgb(32, 32, 32);
-}
-
-.OxThemeClassic .OxButton.OxTab {
- //background: -moz-linear-gradient(top, rgb(160, 160, 160), rgb(192, 192, 192));
- //background: -webkit-linear-gradient(top, rgb(160, 160, 160), rgb(192, 192, 192));
-}
-.OxThemeClassic .OxButton.OxTab.OxSelected {
- //background: -moz-linear-gradient(top, rgb(224, 224, 224), rgb(192, 192, 192));
- //background: -webkit-linear-gradient(top, rgb(224, 224, 224), rgb(192, 192, 192));
- border-bottom: 1px solid rgb(192, 192, 192);
-}
-
-
-.OxThemeClassic .OxFileInput.OxDisabled > .OxBar {
- background: rgb(192, 192, 192);
-}
-.OxThemeClassic .OxFileInput.OxDisabled > .OxBar > div {
- color: rgb(128, 128, 128);
-}
-
-.OxThemeClassic .OxFormMessage {
- color: rgb(192, 64, 64);
-}
-
-.OxThemeClassic .OxLabel.OxDisabled {
- color: rgb(128, 128, 128);
-}
-.OxThemeClassic .OxDocPage .OxLabel.OxSquare,
-.OxThemeClassic .OxExamplePage .OxLabel.OxSquare {
- background: rgb(240, 240, 240);
-}
-
-.OxThemeClassic input.OxCheckbox,
-.OxThemeClassic input.OxInput,
-.OxThemeClassic textarea,
-.OxThemeClassic .OxTrack {
- //background: -moz-linear-gradient(top, rgb(224, 224, 224), rgb(255, 255, 255));
- //background: -webkit-gradient(linear, left top, left bottom, from(rgb(224, 224, 224)), to(rgb(255, 255, 255)));
- background: -moz-linear-gradient(top, rgb(208, 208, 208), rgb(255, 255, 255));
- background: -o-linear-gradient(top, rgb(208, 208, 208), rgb(255, 255, 255));
- background: -webkit-linear-gradient(top, rgb(208, 208, 208), rgb(255, 255, 255));
-}
-.OxThemeClassic div.OxInput.OxError input {
- color: rgb(192, 64, 64);
-}
-.OxThemeClassic .OxInput:focus {
- //border: 1px solid rgb(160, 160, 160);
- //-moz-box-shadow: 0 0 2px rgb(128, 128, 128);
- //-webkit-box-shadow: 0 0 2px rgb(128, 128, 128);
-}
-.OxThemeClassic div.OxInput.OxFocus,
-.OxThemeClassic .OxSelect.OxFocus {
- -moz-box-shadow: 0 0 2px rgb(128, 128, 128);
- -o-box-shadow: 0 0 2px rgb(128, 128, 128);
- -webkit-box-shadow: 0 0 2px rgb(128, 128, 128);
-}
-
-.OxThemeClassic .OxInput.OxPlaceholder {
- color: rgb(160, 160, 160)
-}
-
-.OxThemeClassic .OxLabel {
- background: rgb(208, 208, 208);
-}
-
-.OxThemeClassic input.OxCheckbox.OxDisabled,
-.OxThemeClassic input.OxInput:disabled {
- background: rgb(224, 224, 224);
-}
-
-.OxThemeClassic .OxLabelSelect > .OxTitle {
- border-color: rgb(176, 176, 176);
- background: -moz-linear-gradient(top, rgb(224, 224, 224), rgb(192, 192, 192));
- background: -o-linear-gradient(top, rgb(224, 224, 224), rgb(192, 192, 192));
- background: -webkit-linear-gradient(top, rgb(224, 224, 224), rgb(192, 192, 192));
-}
-.OxThemeClassic .OxLabelSelect.OxSelected > .OxTitle {
- background: -moz-linear-gradient(top, rgb(160, 160, 160), rgb(192, 192, 192));
- background: -o-linear-gradient(top, rgb(160, 160, 160), rgb(192, 192, 192));
- background: -webkit-linear-gradient(top, rgb(160, 160, 160), rgb(192, 192, 192));
-}
-
-.OxThemeClassic .OxFileInput > .OxBar,
-.OxThemeClassic .OxFileInput > .OxFiles {
- border-color: rgb(176, 176, 176);
-}
-
-.OxThemeClassic .OxArrayEditable.OxArrayEditableTextarea .OxEditableElement {
- border-top-color: rgb(208, 208, 208);
-}
-.OxThemeClassic .OxEditableElement.OxSelected {
- background: rgb(208, 208, 208);
-}
-
-/*
-================================================================================
-Images
-================================================================================
-*/
-
-.OxThemeClassic .OxReflection > div {
- background: -moz-linear-gradient(top, rgba(240, 240, 240, 0.75), rgba(240, 240, 240, 1));
- background: -o-linear-gradient(top, rgba(240, 240, 240, 0.75), rgba(240, 240, 240, 1));
- background: -webkit-linear-gradient(top, rgba(240, 240, 240, 0.75), rgba(240, 240, 240, 1));
-}
-.OxThemeClassic .OxDialog .OxReflection > div {
- background: -moz-linear-gradient(top, rgba(208, 208, 208, 0.75), rgba(208, 208, 208, 1));
- background: -o-linear-gradient(top, rgba(208, 208, 208, 0.75), rgba(208, 208, 208, 1));
- background: -webkit-linear-gradient(top, rgba(208, 208, 208, 0.75), rgba(208, 208, 208, 1));
-}
-
-/*
-================================================================================
-Lists
-================================================================================
-*/
-
-.OxThemeClassic .OxIconList .OxItem > .OxIcon > img.OxLoading,
-.OxThemeClassic .OxInfoList .OxItem .OxIcon > img.OxLoading {
- border-color: rgb(208, 208, 208);
- background: -moz-linear-gradient(top, rgb(255, 255, 255), rgb(224, 224, 224));
- background: -o-linear-gradient(top, rgb(255, 255, 255), rgb(224, 224, 224));
- background: -webkit-linear-gradient(top, rgb(255, 255, 255), rgb(224, 224, 224));
-}
-.OxThemeClassic .OxIconList .OxItem.OxSelected > .OxIcon > img,
-.OxThemeClassic .OxIconList .OxItem.OxSelected > .OxIcon > .OxVideoPlayer,
-.OxThemeClassic .OxInfoList .OxItem.OxSelected .OxIcon > img,
-.OxThemeClassic .OxInfoList .OxItem.OxSelected .OxIcon > .OxVideoPlayer {
- border-color: rgb(192, 192, 192);
- -moz-box-shadow: 0 0 4px rgba(192, 192, 192, 1);
- -o-box-shadow: 0 0 4px rgba(192, 192, 192, 1);
- -webkit-box-shadow: 0 0 4px rgba(192, 192, 192, 1);
-}
-.OxThemeClassic .OxIconList.OxFocus .OxItem.OxSelected > .OxIcon > img,
-.OxThemeClassic .OxIconList.OxFocus .OxItem.OxSelected > .OxIcon > .OxVideoPlayer,
-.OxThemeClassic .OxInfoList.OxFocus .OxItem.OxSelected .OxIcon > img,
-.OxThemeClassic .OxInfoList.OxFocus .OxItem.OxSelected .OxIcon > .OxVideoPlayer {
- border-color: rgb(128, 128, 128);
- -moz-box-shadow: 0 0 4px rgba(128, 128, 128, 1);
- -o-box-shadow: 0 0 4px rgba(128, 128, 128, 1);
- -webkit-box-shadow: 0 0 4px rgba(128, 128, 128, 1);
-}
-.OxThemeClassic .OxIconList .OxItem > .OxText > div,
-.OxThemeClassic .OxInfoList .OxItem .OxText > div {
- text-shadow: rgb(255, 255, 255) -1px -1px 0,
- rgb(255, 255, 255) -1px 1px 0,
- rgb(255, 255, 255) 1px -1px 0,
- rgb(255, 255, 255) 1px 1px 0;
-}
-.OxThemeClassic .OxIconList .OxItem.OxSelected > .OxText > div,
-.OxThemeClassic .OxInfoList .OxItem.OxSelected .OxText > div {
- border-color: rgb(160, 160, 160);
- background: rgba(160, 160, 160, 0.5);
- text-shadow: rgb(240, 240, 240) -1px -1px 0,
- rgb(240, 240, 240) -1px 1px 0,
- rgb(240, 240, 240) 1px -1px 0,
- rgb(240, 240, 240) 1px 1px 0;
- -moz-box-shadow: 0 0 4px rgba(160, 160, 160, 1);
- -o-box-shadow: 0 0 4px rgba(160, 160, 160, 1);
- -webkit-box-shadow: 0 0 4px rgba(160, 160, 160, 1);
-}
-.OxThemeClassic .OxIconList.OxFocus .OxItem.OxSelected > .OxText > div,
-.OxThemeClassic .OxInfoList.OxFocus .OxItem.OxSelected .OxText > div {
- border-color: rgb(128, 128, 128);
- background: rgba(128, 128, 128, 0.5);
- text-shadow: rgb(224, 224, 224) -1px -1px 0,
- rgb(224, 224, 224) -1px 1px 0,
- rgb(224, 224, 224) 1px -1px 0,
- rgb(224, 224, 224) 1px 1px 0;
- -moz-box-shadow: 0 0 4px rgba(128, 128, 128, 1);
- -o-box-shadow: 0 0 4px rgba(128, 128, 128, 1);
- -webkit-box-shadow: 0 0 4px rgba(128, 128, 128, 1);
-}
-.OxThemeClassic .OxIconList .OxItem > .OxText > div > .OxInfo,
-.OxThemeClassic .OxInfoList .OxItem .OxText > div > .OxInfo {
- color: rgb(128, 128, 128);
-}
-.OxThemeClassic .OxInfoList .OxItem.OxSelected .OxInfoElement .OxIcon > img,
-.OxThemeClassic .OxInfoList .OxItem.OxSelected .OxInfoElement .OxIcon .OxVideoPlayer,
-.OxThemeClassic .OxInfoList .OxItem.OxSelected .OxInfoElement .OxText > div {
- border-color: rgba(0, 0, 0, 0);
- background: rgba(0, 0, 0, 0);
- -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
- -o-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
- -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
-}
-
-
-
-.OxThemeClassic .OxTableList .OxContent {
- background: rgb(240, 240, 240);
-}
-.OxThemeClassic .OxTableList .OxItem .OxCell {
- border-right-color: rgb(224, 224, 224);
-}
-.OxThemeClassic .OxCustomList .OxItem:nth-child(odd),
-.OxThemeClassic .OxTableList .OxItem:nth-child(odd) {
- background: rgb(242, 242, 242);
-}
-.OxThemeClassic .OxCustomList .OxItem:nth-child(even),
-.OxThemeClassic .OxTableList .OxItem:nth-child(even) {
- background: rgb(238, 238, 238);
-}
-.OxThemeClassic .OxCustomList .OxItem.OxSelected:nth-child(odd),
-.OxThemeClassic .OxTableList .OxItem.OxSelected:nth-child(odd) {
- background: rgb(226, 226, 226);
-}
-.OxThemeClassic .OxCustomList .OxItem.OxSelected:nth-child(even),
-.OxThemeClassic .OxTableList .OxItem.OxSelected:nth-child(even) {
- background: rgb(222, 222, 222);
-}
-.OxThemeClassic .OxCustomList .OxFocus .OxItem.OxSelected:nth-child(odd),
-.OxThemeClassic .OxTableList .OxFocus .OxItem.OxSelected:nth-child(odd) {
- background: rgb(210, 210, 210);
-}
-.OxThemeClassic .OxCustomList .OxFocus .OxItem.OxSelected:nth-child(even),
-.OxThemeClassic .OxTableList .OxFocus .OxItem.OxSelected:nth-child(even) {
- background: rgb(206, 206, 206);
-}
-.OxThemeClassic .OxTableList .OxItem.OxDroppable.OxDrop:nth-child(odd) .OxCell {
- background: rgb(194, 194, 194);
-}
-.OxThemeClassic .OxTableList .OxItem.OxDroppable.OxDrop:nth-child(even) .OxCell {
- background: rgb(190, 190, 190);
-}
-
-
-.OxThemeClassic .OxTableList .OxHead .OxSelected {
- background: -moz-linear-gradient(top, rgb(208, 208, 208), rgb(176, 176, 176));
- background: -o-linear-gradient(top, rgb(208, 208, 208), rgb(176, 176, 176));
- background: -webkit-linear-gradient(top, rgb(208, 208, 208), rgb(176, 176, 176));
- color: rgb(0, 0, 0);
-}
-.OxThemeClassic .OxTableList .OxHead .OxResize .OxCenter {
- background: rgb(192, 192, 192);
-}
-.OxThemeClassic .OxTableList .OxHead .OxSelect,
-.OxThemeClassic .OxTableList .OxBar .OxClear {
- border-color: rgb(192, 192, 192);
-}
-.OxThemeClassic .OxTableList .OxBody .OxItem .OxCell {
- border-color: rgb(232, 232, 232);
-}
-.OxThemeClassic .OxTableList .OxItem.OxSelected .OxCell {
- border-color: rgb(216, 216, 216);
-}
-.OxThemeClassic .OxTableList .OxFocus .OxItem.OxSelected .OxCell {
- border-color: rgb(200, 200, 200);
- color: rgb(0, 0, 0);
-}
-.OxThemeClassic .OxTableList .OxBody .OxItem .OxLine {
- background: rgb(232, 232, 232);
-}
-
-
-/*
-================================================================================
-Maps
-================================================================================
-*/
-
-.OxThemeClassic .OxMap .OxMapControl,
-.OxThemeClassic .OxMap .OxPlaceControl {
- border-color: rgb(64, 64, 64);
- background: rgba(255, 255, 255, 0.75);
- color: rgb(64, 64, 64);
-}
-
-.OxThemeClassic .OxTypeIcon {
- border-color: rgb(0, 0, 0);
-}
-.OxThemeClassic .OxMapEditor .OxWarning {
- border-bottom: 2px dotted rgb(255, 64, 64);
-}
-
-/*
-================================================================================
-Menus
-================================================================================
-*/
-
-.OxThemeClassic .OxMainMenu > .OxTitle.OxSelected {
- background: -moz-linear-gradient(top, rgb(208, 208, 208), rgb(176, 176, 176));
- background: -o-linear-gradient(top, rgb(208, 208, 208), rgb(176, 176, 176));
- background: -webkit-linear-gradient(top, rgb(208, 208, 208), rgb(176, 176, 176));
-}
-
-.OxThemeClassic .OxMenu {
- -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.75);
- -o-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.75);
- -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.75);
-}
-.OxThemeClassic .OxMenu .OxBottom,
-.OxThemeClassic .OxMenu .OxItem,
-.OxThemeClassic .OxMenu .OxScrollbar,
-.OxThemeClassic .OxMenu .OxSpace,
-.OxThemeClassic .OxMenu .OxTop {
- background: rgba(208, 208, 208, 0.96);
-}
-.OxThemeClassic .OxMenu .OxItem.OxSelected,
-.OxThemeClassic .OxMenu .OxLine,
-.OxThemeClassic .OxMenu .OxScrollbar.OxSelected {
- background: rgba(192, 192, 192, 0.96);
-}
-.OxThemeClassic .OxMenu .OxItem.OxDisabled .OxCell {
- color: rgb(160, 160, 160);
-}
-
-/*
-================================================================================
-Requests
-================================================================================
-*/
-
-/*
-================================================================================
-Scrollbars
-================================================================================
-*/
-
-.OxThemeClassic ::-webkit-scrollbar:horizontal {
- border-top: 1px solid rgb(176, 176, 176);
- border-bottom: 1px solid rgb(176, 176, 176);
- background: -webkit-linear-gradient(top, rgb(224, 224, 224), rgb(192, 192, 192));
-}
-.OxThemeClassic ::-webkit-scrollbar:vertical {
- border-left: 1px solid rgb(176, 176, 176);
- border-right: 1px solid rgb(176, 176, 176);
- background: -webkit-linear-gradient(left, rgb(224, 224, 224), rgb(192, 192, 192));
-}
-.OxThemeClassic ::-webkit-scrollbar-button:horizontal:decrement {
- background: url(../png/scrollbarHorizontalDecrement.png);
-}
-.OxThemeClassic ::-webkit-scrollbar-button:horizontal:increment {
- background: url(../png/scrollbarHorizontalIncrement.png);
-}
-.OxThemeClassic ::-webkit-scrollbar-button:vertical:decrement {
- background: url(../png/scrollbarVerticalDecrement.png);
-}
-.OxThemeClassic ::-webkit-scrollbar-button:vertical:increment {
- background: url(../png/scrollbarVerticalIncrement.png);
-}
-.OxThemeClassic ::-webkit-scrollbar-corner {
- border-right: 1px solid rgb(176, 176, 176);
- border-bottom: 1px solid rgb(176, 176, 176);
- background: -webkit-linear-gradient(top left, rgb(224, 224, 224), rgb(160, 160, 160));
-}
-.OxThemeClassic ::-webkit-scrollbar-thumb {
- border: 1px solid rgb(176, 176, 176);
-}
-.OxThemeClassic ::-webkit-scrollbar-thumb:horizontal {
- background: -webkit-linear-gradient(top, rgb(224, 224, 224), rgb(192, 192, 192));
-}
-.OxThemeClassic ::-webkit-scrollbar-thumb:vertical {
- background: -webkit-linear-gradient(left, rgb(224, 224, 224), rgb(192, 192, 192));
-}
-.OxThemeClassic ::-webkit-scrollbar-track {
- border: 1px solid rgb(176, 176, 176);
-}
-.OxThemeClassic ::-webkit-scrollbar-track:horizontal {
- background: -webkit-linear-gradient(top, rgb(224, 224, 224), rgb(255, 255, 255));
-}
-.OxThemeClassic ::-webkit-scrollbar-track:vertical {
- background: -webkit-linear-gradient(left, rgb(224, 224, 224), rgb(255, 255, 255));
-}
-.OxThemeClassic ::-webkit-scrollbar:active,
-.OxThemeClassic ::-webkit-scrollbar-thumb:active {
- background: rgb(208, 208, 208);
-}
-
-/*
-================================================================================
-SourceViewer
-================================================================================
-*/
-
-.OxThemeClassic .OxSourceViewer .OxComment {
- border-color: rgb(208, 208, 208);
-}
-.OxThemeClassic .OxSourceViewer .OxComment code {
- background-color: rgb(255, 255, 255);
- box-shadow: 0 0 1px rgb(160, 160, 160);
-}
-.OxThemeClassic .OxSourceViewer .OxComment pre > code {
- background-color: transparent;
- box-shadow: none;
-}
-.OxThemeClassic .OxSourceViewer .OxCode {
- background-color: rgb(255, 255, 255);
-}
-
-/*
-================================================================================
-SyntaxHighlighter
-================================================================================
-*/
-
-.OxThemeClassic .OxSyntaxHighlighter {
- background-color: rgb(255, 255, 255);
-}
-.OxThemeClassic .OxSyntaxHighlighter .OxLineNumbers {
- background-color: rgb(224, 224, 224);
- color: rgb(128, 128, 128);
-}
-.OxThemeClassic .OxSourceCode .OxComment {
- color: rgb(128, 128, 128);
- font-style: italic;
-}
-.OxThemeClassic .OxSourceCode .OxConstant {
- color: rgb(128, 0, 0);
- font-weight: bold;
-}
-.OxThemeClassic .OxSourceCode .OxError {
- color: rgb(255, 255, 255);
- background: rgb(255, 0, 0);
- font-weight: bold;
-}
-.OxThemeClassic .OxSourceCode .OxIdentifier {
- color: rgb(0, 0, 0);
-}
-.OxThemeClassic .OxSourceCode .OxKeyword {
- color: rgb(0, 0, 128);
- font-weight: bold;
-}
-.OxThemeClassic .OxSourceCode .OxLinebreak {
- color: rgb(192, 192, 192);
-}
-.OxThemeClassic .OxSourceCode .OxMethod {
- color: rgb(0, 128, 128);
-}
-.OxThemeClassic .OxSourceCode .OxNumber {
- color: rgb(128, 0, 0);
-}
-.OxThemeClassic .OxSourceCode .OxObject {
- color: rgb(0, 128, 128);
- font-weight: bold;
-}
-.OxThemeClassic .OxSourceCode .OxOperator {
- color: rgb(0, 0, 128);
-}
-.OxThemeClassic .OxSourceCode .OxProperty {
- color: rgb(0, 128, 0);
- font-weight: bold;
-}
-.OxThemeClassic .OxSourceCode .OxRegexp {
- color: rgb(128, 128, 0);
-}
-.OxThemeClassic .OxSourceCode .OxString {
- color: rgb(0, 128, 0);
-}
-.OxThemeClassic .OxSourceCode .OxTab {
- color: rgb(192, 192, 192);
-}
-.OxThemeClassic .OxSourceCode .OxWhitespace {
- color: rgb(192, 192, 192);
-}
-.OxThemeClassic .OxSourceCode .OxWhitespace.OxLeading,
-.OxThemeClassic .OxSourceCode .OxWhitespace.OxTrailing {
- background: rgb(255, 255, 0);
-}
-
-/*
-================================================================================
-Video
-================================================================================
-*/
-
-.OxThemeClassic .OxAnnotation {
- border-color: rgb(208, 208, 208);
-}
-.OxThemeClassic .OxAnnotation.OxSelected {
- background: rgb(208, 208, 208);
-}
-
-.OxThemeClassic .OxSmallVideoTimeline .OxMarkerPlay {
- border-color: rgba(0, 0, 0, 0.5);
-}
-.OxThemeClassic .OxSmallVideoTimeline .OxMarkerPlay > div {
- border-color: rgba(255, 255, 255, 1);
-}
-.OxThemeClassic .OxSmallVideoTimeline .OxMarkerPlay.OxPaused > div {
- border-color: rgba(255, 255, 255, 0.5);
-}
-.OxThemeClassic .OxSmallVideoTimeline .OxMarkerPlay > div > div {
- border-color: rgba(0, 0, 0, 0.5);
-}
-
-.OxThemeClassic .OxVideoPlayer .OxControls.OxOnScreen {
- background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5), rgba(192, 192, 192, 0.5));
- background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.5), rgba(192, 192, 192, 0.5));
- background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5), rgba(192, 192, 192, 0.5));
-}
-.OxThemeClassic .OxVideoPlayer .OxFind {
- background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5), rgba(192, 192, 192, 0.5));
- background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.5), rgba(192, 192, 192, 0.5));
- background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5), rgba(192, 192, 192, 0.5));
-}
-.OxThemeClassic .OxVideoPlayer input.OxInput {
- background-image: -moz-linear-gradient(top, rgba(192, 192, 192, 0.75), rgba(224, 224, 224, 0.75));
- background-image: -o-linear-gradient(top, rgba(192, 192, 192, 0.75), rgba(224, 224, 224, 0.75));
- background-image: -webkit-linear-gradient(top, rgba(192, 192, 192, 0.75), rgba(224, 224, 224, 0.75));
-}
-.OxThemeClassic .OxVideoPlayer .OxFind input.OxInput {
- background-image: -moz-linear-gradient(top, rgba(192, 192, 192, 0.75), rgba(255, 255, 255, 0.75));
- background-image: -o-linear-gradient(top, rgba(192, 192, 192, 0.75), rgba(255, 255, 255, 0.75));
- background-image: -webkit-linear-gradient(top, rgba(192, 192, 192, 0.75), rgba(255, 255, 255, 0.75));
-}
-.OxThemeClassic .OxVideoPlayer .OxSettings > div {
- background: rgba(224, 224, 224, 0.5);
-}
-.OxThemeClassic .OxVideoPlayer .OxSettings > div.OxSelected {
- background-image: -moz-linear-gradient(top, rgba(240, 240, 240, 0.5), rgba(208, 208, 208, 0.5));
- background-image: -o-linear-gradient(top, rgba(240, 240, 240, 0.5), rgba(208, 208, 208, 0.5));
- background-image: -webkit-linear-gradient(top, rgba(240, 240, 240, 0.5), rgba(208, 208, 208, 0.5));
-}
-.OxThemeClassic .OxVideoPlayer .OxSettings > div.OxLine {
- background-color: rgba(192, 192, 192, 0.5);
-}
-.OxThemeClassic .OxVideoPlayer .OxVolume {
- background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5), rgba(192, 192, 192, 0.5));
- background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.5), rgba(192, 192, 192, 0.5));
- background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5), rgba(192, 192, 192, 0.5));
-}
-.OxThemeClassic .OxVideoPlayer .OxVolume .OxRange .OxTrack {
- background-image: -moz-linear-gradient(top, rgba(192, 192, 192, 0.75), rgba(255, 255, 255, 0.75));
- background-image: -o-linear-gradient(top, rgba(192, 192, 192, 0.75), rgba(255, 255, 255, 0.75));
- background-image: -webkit-linear-gradient(top, rgba(192, 192, 192, 0.75), rgba(255, 255, 255, 0.75));
-}
-.OxThemeClassic .OxVideoPlayer .OxVolume .OxRange .OxThumb {
- background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.75), rgba(192, 192, 192, 0.75));
- background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.75), rgba(192, 192, 192, 0.75));
- background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.75), rgba(192, 192, 192, 0.75));
-}
-.OxThemeClassic .OxVideoPlayer .OxVolume .OxRange .OxThumb:active {
- background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 1), rgba(192, 192, 192, 1));
- background-image: -o-linear-gradient(top, rgba(255, 255, 255, 1), rgba(192, 192, 192, 1));
- background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 1), rgba(192, 192, 192, 1));
-}
-
-/* FIXME: the first three should apply for every ArrayEditable */
-.OxThemeClassic .OxAnnotationFolder .OxArrayEditable .OxSeparator {
- color: rgb(96, 96, 96);
-}
-.OxThemeClassic .OxAnnotationFolder .OxEditableElement .OxHighlight {
- border-radius: 2px;
-}
-.OxThemeClassic .OxAnnotationFolder .OxEditableElement.OxPlaceholder .OxValue {
- color: rgb(160, 160, 160);
-}
-.OxThemeClassic .OxAnnotationFolder .OxEditableElement.OxWarning .OxValue {
- border-bottom: 2px dotted rgb(255, 64, 64);
-}
-.OxThemeClassic .OxAnnotationFolder .OxArrayEditable .OxEditableElement.OxEditable.OxSelected {
- background: rgb(192, 192, 255);
-}
-.OxThemeClassic .OxAnnotationFolder .OxArrayEditable .OxEditableElement.OxSelected .OxHighlight {
- background-color: transparent;
- background-image: -moz-repeating-linear-gradient(
- -45deg, transparent 0%, transparent 25%,
- rgb(255, 255, 0) 25%, rgb(255, 255, 0) 50%,
- transparent 50%, transparent 75%,
- rgb(255, 255, 0) 75%, rgb(255, 255, 0) 100%
- );
- background-image: -o-repeating-linear-gradient(
- -45deg, transparent 0%, transparent 25%,
- rgb(255, 255, 0) 25%, rgb(255, 255, 0) 50%,
- transparent 50%, transparent 75%,
- rgb(255, 255, 0) 75%, rgb(255, 255, 0) 100%
- );
- background-image: -webkit-repeating-linear-gradient(
- -45deg, transparent 0%, transparent 25%,
- rgb(255, 255, 0) 25%, rgb(255, 255, 0) 50%,
- transparent 50%, transparent 75%,
- rgb(255, 255, 0) 75%, rgb(255, 255, 0) 100%
- );
- background-size: 4px 4px;
-}
-.OxThemeClassic .OxAnnotationFolder .OxArrayEditableInput .OxEditableElement.OxSelected {
- box-shadow: 0 0 1px rgb(64, 64, 64);
-}
-.OxThemeClassic .OxAnnotationFolder .OxArrayEditableTextarea .OxEditableElement.OxEditable.OxEditing {
- background: rgb(160, 224, 160);
-}
-.OxThemeClassic .OxAnnotationFolder .OxArrayEditable .OxInput.OxFocus {
- box-shadow: none;
-}
-.OxThemeClassic .OxAnnotationFolder .OxEditableElement input {
- background: rgb(160, 224, 160);
- color: rgb(0, 0, 0);
- //box-shadow: 0 0 1px rgb(64, 64, 64);
-}
-.OxThemeClassic .OxAnnotationFolder .OxEditableElement textarea {
- background: rgb(160, 224, 160);
- color: rgb(0, 0, 0);
-}
-
-/*
-================================================================================
-Miscellaneous
-================================================================================
-*/
-
-.OxThemeClassic .OxSelectableElement.OxSelected {
- background: rgb(224, 224, 224);
-}
-.OxThemeClassic .OxSelectableElement.OxSelected.OxFocus {
- background: rgb(208, 208, 208);
-}
-
-.OxThemeClassic .OxScreen {
- background: rgb(224, 224, 224);
- color: rgb(32, 32, 32);
-}
-.OxThemeClassic .OxScreen .OxReflection {
- background-image: -moz-linear-gradient(top, rgba(224, 224, 224, 0.75), rgba(224, 224, 224, 1), rgba(224, 224, 224, 1));
- background-image: -o-linear-gradient(top, rgba(224, 224, 224, 0.75), rgba(224, 224, 224, 1), rgba(224, 224, 224, 1));
- background-image: -webkit-linear-gradient(top, rgba(224, 224, 224, 0.75), rgba(224, 224, 224, 1), rgba(224, 224, 224, 1));
-}
-
-.OxThemeClassic .OxTooltip {
- border: 1px solid rgba(128, 128, 128, 0.96);
- background: rgba(255, 255, 255, 0.96);
- color: rgba(128, 128, 128, 1);
- -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
- -o-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
- -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
-}
-
-.OxThemeClassic ::selection,
-.OxThemeClassic ::-moz-selection,
-.OxThemeClassic ::-o-selection,
-.OxThemeClassic ::-webkit-selection {
- background: rgb(192, 192, 192);
- //color: rgb(255, 255, 255);
-}
diff --git a/source/Ox.UI/themes/classic/json/classic.json b/source/Ox.UI/themes/classic/json/classic.json
deleted file mode 100644
index 6a50037d..00000000
--- a/source/Ox.UI/themes/classic/json/classic.json
+++ /dev/null
@@ -1,16 +0,0 @@
-{
- "color": {
- "failed": [160, 0, 0],
- "passed": [0, 160, 0]
- },
- "lightness": {
- "background": 0.75,
- "color": 0.25
- },
- "timeline": {
- "default": [128, 128, 128],
- "editing": [0, 0, 128],
- "result": [128, 128, 0],
- "selected": [0, 128, 0]
- }
-}
\ No newline at end of file
diff --git a/source/Ox.UI/themes/classic/json/theme.jsonc b/source/Ox.UI/themes/classic/json/theme.jsonc
new file mode 100644
index 00000000..473830ea
--- /dev/null
+++ b/source/Ox.UI/themes/classic/json/theme.jsonc
@@ -0,0 +1,203 @@
+{
+
+ "themeName": "Light",
+ "themeLightnessBackground": 0.75,
+ "themeLightnessColor": 0.25,
+
+ "barGradient": [[224, 224, 224], [192, 192, 192]],
+ "barSelectedColor": [0, 0, 0],
+ "barSelectedGradient": [[208, 208, 208], [176, 176, 176]],
+
+ "bodyBackground": [240, 240, 240],
+ "bodyBorder": [208, 208, 208],
+ "bodyColor": [16, 16, 16],
+ "bodyBrightColor": [0, 0, 0],
+ "bodyHighlightBackground": [255, 255, 0],
+ "bodyHighlightColor": [16, 16, 16],
+ "bodyLightColor": [128, 128, 128],
+ "bodyWarningBorder": [255, 64, 64],
+
+ "buttonGradient": [[224, 224, 224], [192, 192, 192]],
+ "buttonActiveColor": [48, 48, 48],
+ "buttonActiveGradient": [[192, 192, 192], [192, 192, 192]],
+ "buttonDisabledColor": [128, 128, 128],
+ "buttonDisabledGradient": [[192, 192, 192], [192, 192, 192]],
+ "buttonSelectedColor": [32, 32, 32],
+ "buttonSelectedGradient": [[160, 160, 160], [192, 192, 192]],
+
+ "calendarBackground": [232, 232, 232],
+ "calendarControlBorder": [64, 64, 64],
+ "calendarControlBackground": [255, 255, 255, 0.75],
+ "calendarControlColor": [64, 64, 64],
+ "calendarEventColor": [0, 0, 0],
+ "calendarEventShadow": [0, 0, 0],
+ "calendarEventDateGradient": [[128, 128, 255, 0.9], [96, 96, 224, 0.9]],
+ "calendarEventOtherGradient": [[255, 128, 128, 0.9], [224, 96, 96, 0.9]],
+ "calendarEventPersonGradient": [[255, 128, 0, 0.9], [224, 96, 0, 0.9]],
+ "calendarEventPlaceGradient": [[0, 192, 96, 0.9], [0, 160, 64, 0.9]],
+ "calendarOverlayOddBackground": [255, 255, 255, 0.25],
+ "calendarOverlayEvenBackground": [0, 0, 0, 0.25],
+ "calendarOverlayEvenShadow": [0, 0, 0],
+ "calendarLineBackground": [224, 224, 224],
+ "calendarTimelineOddGradient": [[224, 224, 224], [192, 192, 192]],
+ "calendarTimelineEvenGradient": [[208, 208, 208], [176, 176, 176]],
+
+ "dialogShadow": [0, 0, 0, 0.75],
+ "dialogBackground": [208, 208, 208, 0.95],
+ "dialogBarGradient": [[224, 224, 224, 0.95], [224, 224, 224, 0.95]],
+ "dialogLayerBackground": [255, 255, 255],
+ "dialogReflectionGradient": [[208, 208, 208, 0.75], [208, 208, 208, 1]],
+
+ "documentBorder": [208, 208, 208],
+ "documentCodeColor": [0, 0, 64],
+ "documentLabelBackground": [240, 240, 240],
+ "documentWarningColor": [192, 0, 0],
+
+ "formelementBorder": [176, 176, 176],
+ "formelementColor": [64, 64, 64],
+ "formelementFocusShadow": [128, 128, 128],
+
+ "gridGradient": [[248, 248, 248], [232, 232, 232]],
+
+ "inputActiveGradient": [[192, 192, 192], [240, 240, 240]],
+ "inputDisabledGradient": [[224, 224, 224], [224, 224, 224]],
+ "inputErrorColor": [192, 64, 64],
+ "inputGradient": [[208, 208, 208], [255, 255, 255]],
+ "inputPlaceholderColor": [160, 160, 160],
+
+ "labelBackground": [208, 208, 208],
+ "labelDisabledColor": [128, 128, 128],
+
+ "linkColor": [0, 0, 128],
+
+ "listCellBorder": [232, 232, 232],
+ "listCellFocusSelectedBorder": [200, 200, 200],
+ "listCellFocusSelectedColor": [0, 0, 0],
+ "listCellSelectedBorder": [216, 216, 216],
+ "listCellSelectedColor": [16, 16, 16],
+
+ "listHeadBorder": [192, 192, 192], // wrong?
+
+ "listIconLoadingBorder": [208, 208, 208],
+ "listIconLoadingGradient": [[255, 255, 255], [224, 224, 224]],
+ "listIconFocusSelectedBorder": [128, 128, 128],
+ "listIconFocusSelectedShadow": [128, 128, 128],
+ "listIconSelectedBorder": [192, 192, 192],
+ "listIconSelectedShadow": [192, 192, 192],
+ "listIconLabelFocusSelectedBackground": [128, 128, 128, 0.5],
+ "listIconLabelFocusSelectedBorder": [128, 128, 128],
+ "listIconLabelFocusSelectedShadow": [128, 128, 128],
+ "listIconLabelSelectedBackground": [160, 160, 160, 0.5],
+ "listIconLabelSelectedBorder": [160, 160, 160],
+ "listIconLabelSelectedShadow": [160, 160, 160],
+ "listIconTextShadow": [255, 255, 255],
+ "listIconTextFocusSelectedShadow": [224, 224, 224],
+ "listIconTextSelectedShadow": [240, 240, 240],
+
+ "listItemBorder": [224, 224, 224],
+ "listItemOddBackground": [242, 242, 242],
+ "listItemEvenBackground": [238, 238, 238],
+ "listItemDropOddBackground": [194, 194, 194],
+ "listItemDropEvenBackground": [190, 190, 190],
+ "listItemFocusSelectedBackground": [208, 208, 208],
+ "listItemFocusSelectedOddBackground": [210, 210, 210],
+ "listItemFocusSelectedEvenBackground": [206, 206, 206],
+ "listItemSelectedBackground": [224, 224, 224],
+ "listItemSelectedOddBackground": [226, 226, 226],
+ "listItemSelectedEvenBackground": [222, 222, 222],
+
+ "mapControlBackground": [255, 255, 255, 0.75],
+ "mapControlBorder": [64, 64, 64],
+ "mapControlColor": [64, 64, 64],
+ "mapPlaceBorder": [0, 0, 0],
+ "mapPlaceEditingBorder": [128, 128, 255],
+ "mapPlaceSelectedBorder": [255, 255, 255],
+ "mapPlaceBoroughColor": [255, 128, 0],
+ "mapPlaceBuildingColor": [255, 64, 128],
+ "mapPlaceCityColor": [255, 0, 0],
+ "mapPlaceCountryColor": [64, 64, 255],
+ "mapPlaceFeatureColor": [0, 192, 0],
+ "mapPlaceRegionColor": [0, 192, 192],
+ "mapPlaceStreetColor": [255, 255, 0],
+
+ "menuBackground": [208, 208, 208, 0.96],
+ "menuShadow": [0, 0, 0, 0.75],
+ "menuDisabledColor": [160, 160, 160],
+ "menuSelectedBackground": [192, 192, 192, 0.96],
+
+ "progressbarBackground": [0, 0, 0, 0.05],
+ "progressbarAnimateBackground": [0, 0, 0, 0.1],
+
+ "reflectionGradient": [[240, 240, 240, 0.75], [240, 240, 240, 1]],
+
+ "screenBackground": [224, 224, 224],
+ "screenColor": [32, 32, 32],
+ "screenReflectionGradient": [[224, 224, 224, 0.75], [224, 224, 224, 1], [224, 224, 224, 1]],
+
+ "scrollbarCornerGradient": [[224, 224, 224], [160, 160, 160]],
+
+ "selectionBackground": [192, 192, 192],
+
+ "sourcecodeBackground": [255, 255, 255],
+ "sourcecodeCommentColor": [128, 128, 128],
+ "sourcecodeConstantColor": [128, 0, 0],
+ "sourcecodeErrorBackground": [255, 255, 255],
+ "sourcecodeErrorColor": [255, 255, 0],
+ "sourcecodeIdentifierColor": [0, 0, 0],
+ "sourcecodeKeywordColor": [0, 0, 128],
+ "sourcecodeLinenumbersBackground": [224, 224, 224],
+ "sourcecodeLinenumbersColor": [128, 128, 128],
+ "sourcecodeMethodColor": [0, 128, 128],
+ "sourcecodeNumberColor": [128, 0, 0],
+ "sourcecodeObjectColor": [0, 128, 128],
+ "sourcecodeOperatorColor": [0, 0, 128],
+ "sourcecodePropertyColor": [0, 128, 0],
+ "sourcecodeRegexpColor": [128, 128, 0],
+ "sourcecodeStringColor": [0, 128, 0],
+ "sourcecodeSpecialColor": [192, 192, 192],
+ "sourcecodeWhitespaceBackground": [255, 255, 0],
+
+ "sourceviewerCodeBackground": [255, 255, 255],
+ "sourceviewerCodeShadow": [160, 160, 160],
+
+ "symbolDefaultColor": [64, 64, 64],
+ "symbolDisabledColor": [128, 128, 128],
+ "symbolFailedColor": [160, 0, 0],
+ "symbolPassedColor": [0, 160, 0],
+ "symbolSelectedColor": [0, 0, 0],
+ "symbolVideoColor": [255, 255, 255],
+ "symbolWarningColor": [255, 0, 0],
+
+ "tooltipBackground": [255, 255, 255, 0.96],
+ "tooltipBorder": [128, 128, 128, 0.96],
+ "tooltipColor": [128, 128, 128],
+ "tooltipShadow": [0, 0, 0, 0.5],
+
+ "videoBarGradient": [[255, 255, 255, 0.5], [192, 192, 192, 0.5]],
+ "videoButtonGradient": [[255, 255, 255, 0.75], [192, 192, 192, 0.75]],
+ "videoButtonActiveGradient": [[255, 255, 255], [192, 192, 192]],
+ "videoInputGradient": [[192, 192, 192, 0.75], [255, 255, 255, 0.75]],
+ "videoMenuBackground": [224, 224, 224, 0.5],
+ "videoMenuBorder": [192, 192, 192, 0.5],
+ "videoMenuSelectedGradient": [[240, 240, 240, 0.5], [208, 208, 208, 0.5]],
+
+ "videoAnnotationEditableEditingBackground": [160, 224, 160],
+ "videoAnnotationEditableEditingColor": [0, 0, 0],
+ "videoAnnotationEditableSelectedBackground": [192, 192, 255],
+ "videoAnnotationEditableSelectedShadow": [64, 64, 64],
+ "videoAnnotationSelectedBackground": [208, 208, 208],
+ "videoAnnotationSeparatorColor": [96, 96, 96],
+
+ "videoMarkerBackground": [255, 255, 255],
+ "videoMarkerBorder": [0, 0, 0],
+
+ "videoTimelineDefaultGradient": [[32, 32, 32], [244, 244, 244]],
+ "videoTimelineEditableGradient": [[0, 0, 128], [128, 128, 255]],
+ "videoTimelineEditingGradient": [[0, 128, 0], [128, 255, 128]],
+ "videoTimelineResultGradient": [[0, 0, 0], [255, 255, 0]],
+ "videoTimelineSelectedGradient": [[0, 0, 0], [255, 255, 255]],
+ "videoTimelineMarkerPausedBorder": [255, 255, 255, 0.5],
+ "videoTimelineMarkerPlayingBorder": [255, 255, 255],
+ "videoTimelineMarkerShadow": [0, 0, 0, 0.5]
+
+}
\ No newline at end of file
diff --git a/source/Ox.UI/themes/classic/svg/__check.svg b/source/Ox.UI/themes/classic/svg/__check.svg
deleted file mode 100644
index 50397d74..00000000
--- a/source/Ox.UI/themes/classic/svg/__check.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/classic/svg/_check.svg b/source/Ox.UI/themes/classic/svg/_check.svg
deleted file mode 100644
index cce31ea0..00000000
--- a/source/Ox.UI/themes/classic/svg/_check.svg
+++ /dev/null
@@ -1,5 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/classic/svg/_mute.svg b/source/Ox.UI/themes/classic/svg/_mute.svg
deleted file mode 100644
index 9f6364d5..00000000
--- a/source/Ox.UI/themes/classic/svg/_mute.svg
+++ /dev/null
@@ -1,6 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/classic/svg/_viewIconList.svg b/source/Ox.UI/themes/classic/svg/_viewIconList.svg
deleted file mode 100644
index ef25bca1..00000000
--- a/source/Ox.UI/themes/classic/svg/_viewIconList.svg
+++ /dev/null
@@ -1,10 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/classic/svg/_viewIcons.svg b/source/Ox.UI/themes/classic/svg/_viewIcons.svg
deleted file mode 100644
index 71c2f0a0..00000000
--- a/source/Ox.UI/themes/classic/svg/_viewIcons.svg
+++ /dev/null
@@ -1,6 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/classic/svg/_viewList.svg b/source/Ox.UI/themes/classic/svg/_viewList.svg
deleted file mode 100644
index 83189561..00000000
--- a/source/Ox.UI/themes/classic/svg/_viewList.svg
+++ /dev/null
@@ -1,8 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/classic/svg/markerCut.svg b/source/Ox.UI/themes/classic/svg/markerCut.svg
deleted file mode 100644
index 22b7e4a6..00000000
--- a/source/Ox.UI/themes/classic/svg/markerCut.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/classic/svg/markerIn.svg b/source/Ox.UI/themes/classic/svg/markerIn.svg
deleted file mode 100644
index 9de97247..00000000
--- a/source/Ox.UI/themes/classic/svg/markerIn.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/classic/svg/markerInBottom.svg b/source/Ox.UI/themes/classic/svg/markerInBottom.svg
deleted file mode 100644
index 89eab297..00000000
--- a/source/Ox.UI/themes/classic/svg/markerInBottom.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/classic/svg/markerInTop.svg b/source/Ox.UI/themes/classic/svg/markerInTop.svg
deleted file mode 100644
index 65a50933..00000000
--- a/source/Ox.UI/themes/classic/svg/markerInTop.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/classic/svg/markerOut.svg b/source/Ox.UI/themes/classic/svg/markerOut.svg
deleted file mode 100644
index efb2df02..00000000
--- a/source/Ox.UI/themes/classic/svg/markerOut.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/classic/svg/markerOutBottom.svg b/source/Ox.UI/themes/classic/svg/markerOutBottom.svg
deleted file mode 100644
index 6dd8cbb4..00000000
--- a/source/Ox.UI/themes/classic/svg/markerOutBottom.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/classic/svg/markerOutTop.svg b/source/Ox.UI/themes/classic/svg/markerOutTop.svg
deleted file mode 100644
index bae71347..00000000
--- a/source/Ox.UI/themes/classic/svg/markerOutTop.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/classic/svg/markerPosition.svg b/source/Ox.UI/themes/classic/svg/markerPosition.svg
deleted file mode 100644
index 603ab190..00000000
--- a/source/Ox.UI/themes/classic/svg/markerPosition.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/classic/svg/symbolAdd.svg b/source/Ox.UI/themes/classic/svg/symbolAdd.svg
deleted file mode 100644
index 69c2611a..00000000
--- a/source/Ox.UI/themes/classic/svg/symbolAdd.svg
+++ /dev/null
@@ -1,6 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/classic/svg/symbolArrowDown.svg b/source/Ox.UI/themes/classic/svg/symbolArrowDown.svg
deleted file mode 100644
index e8c24cb8..00000000
--- a/source/Ox.UI/themes/classic/svg/symbolArrowDown.svg
+++ /dev/null
@@ -1,4 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/classic/svg/symbolArrowLeft.svg b/source/Ox.UI/themes/classic/svg/symbolArrowLeft.svg
deleted file mode 100644
index 7b4123b2..00000000
--- a/source/Ox.UI/themes/classic/svg/symbolArrowLeft.svg
+++ /dev/null
@@ -1,4 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/classic/svg/symbolArrowRight.svg b/source/Ox.UI/themes/classic/svg/symbolArrowRight.svg
deleted file mode 100644
index ee2294df..00000000
--- a/source/Ox.UI/themes/classic/svg/symbolArrowRight.svg
+++ /dev/null
@@ -1,4 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/classic/svg/symbolArrowUp.svg b/source/Ox.UI/themes/classic/svg/symbolArrowUp.svg
deleted file mode 100644
index 0ad8f1ed..00000000
--- a/source/Ox.UI/themes/classic/svg/symbolArrowUp.svg
+++ /dev/null
@@ -1,4 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/classic/svg/symbolAudio.svg b/source/Ox.UI/themes/classic/svg/symbolAudio.svg
deleted file mode 100644
index d7650fc2..00000000
--- a/source/Ox.UI/themes/classic/svg/symbolAudio.svg
+++ /dev/null
@@ -1,7 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/classic/svg/symbolBook.svg b/source/Ox.UI/themes/classic/svg/symbolBook.svg
deleted file mode 100644
index 72a131be..00000000
--- a/source/Ox.UI/themes/classic/svg/symbolBook.svg
+++ /dev/null
@@ -1,7 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/classic/svg/symbolBookmark.svg b/source/Ox.UI/themes/classic/svg/symbolBookmark.svg
deleted file mode 100644
index d7b1942c..00000000
--- a/source/Ox.UI/themes/classic/svg/symbolBookmark.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/classic/svg/symbolBracket.svg b/source/Ox.UI/themes/classic/svg/symbolBracket.svg
deleted file mode 100644
index 87d81aeb..00000000
--- a/source/Ox.UI/themes/classic/svg/symbolBracket.svg
+++ /dev/null
@@ -1,8 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/classic/svg/symbolCenter.svg b/source/Ox.UI/themes/classic/svg/symbolCenter.svg
deleted file mode 100644
index 5eb22938..00000000
--- a/source/Ox.UI/themes/classic/svg/symbolCenter.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/classic/svg/symbolChat.svg b/source/Ox.UI/themes/classic/svg/symbolChat.svg
deleted file mode 100644
index 9ff5b665..00000000
--- a/source/Ox.UI/themes/classic/svg/symbolChat.svg
+++ /dev/null
@@ -1,6 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/classic/svg/symbolCheck.svg b/source/Ox.UI/themes/classic/svg/symbolCheck.svg
deleted file mode 100644
index 525b6f36..00000000
--- a/source/Ox.UI/themes/classic/svg/symbolCheck.svg
+++ /dev/null
@@ -1,8 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/classic/svg/symbolCircle.svg b/source/Ox.UI/themes/classic/svg/symbolCircle.svg
deleted file mode 100644
index 295d4add..00000000
--- a/source/Ox.UI/themes/classic/svg/symbolCircle.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/classic/svg/symbolClick.svg b/source/Ox.UI/themes/classic/svg/symbolClick.svg
deleted file mode 100644
index 491caef2..00000000
--- a/source/Ox.UI/themes/classic/svg/symbolClick.svg
+++ /dev/null
@@ -1,6 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/classic/svg/symbolClock.svg b/source/Ox.UI/themes/classic/svg/symbolClock.svg
deleted file mode 100644
index 4b990105..00000000
--- a/source/Ox.UI/themes/classic/svg/symbolClock.svg
+++ /dev/null
@@ -1,14 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/classic/svg/symbolClose.svg b/source/Ox.UI/themes/classic/svg/symbolClose.svg
deleted file mode 100644
index 10fb83ba..00000000
--- a/source/Ox.UI/themes/classic/svg/symbolClose.svg
+++ /dev/null
@@ -1,6 +0,0 @@
-
diff --git a/source/Ox.UI/themes/classic/svg/symbolColumns.svg b/source/Ox.UI/themes/classic/svg/symbolColumns.svg
deleted file mode 100644
index f2db47a1..00000000
--- a/source/Ox.UI/themes/classic/svg/symbolColumns.svg
+++ /dev/null
@@ -1,7 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/classic/svg/symbolCopyright.svg b/source/Ox.UI/themes/classic/svg/symbolCopyright.svg
deleted file mode 100644
index abcf2a3a..00000000
--- a/source/Ox.UI/themes/classic/svg/symbolCopyright.svg
+++ /dev/null
@@ -1,6 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/classic/svg/symbolData.svg b/source/Ox.UI/themes/classic/svg/symbolData.svg
deleted file mode 100644
index 8755e95d..00000000
--- a/source/Ox.UI/themes/classic/svg/symbolData.svg
+++ /dev/null
@@ -1,5 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/classic/svg/symbolDelete.svg b/source/Ox.UI/themes/classic/svg/symbolDelete.svg
deleted file mode 100644
index 8b92bd21..00000000
--- a/source/Ox.UI/themes/classic/svg/symbolDelete.svg
+++ /dev/null
@@ -1,6 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/classic/svg/symbolDirectory.svg b/source/Ox.UI/themes/classic/svg/symbolDirectory.svg
deleted file mode 100644
index ff4fecc3..00000000
--- a/source/Ox.UI/themes/classic/svg/symbolDirectory.svg
+++ /dev/null
@@ -1,6 +0,0 @@
-
diff --git a/source/Ox.UI/themes/classic/svg/symbolDown.svg b/source/Ox.UI/themes/classic/svg/symbolDown.svg
deleted file mode 100644
index c35c4ffc..00000000
--- a/source/Ox.UI/themes/classic/svg/symbolDown.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/classic/svg/symbolDownload.svg b/source/Ox.UI/themes/classic/svg/symbolDownload.svg
deleted file mode 100644
index 8ca75c28..00000000
--- a/source/Ox.UI/themes/classic/svg/symbolDownload.svg
+++ /dev/null
@@ -1,4 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/classic/svg/symbolEdit.svg b/source/Ox.UI/themes/classic/svg/symbolEdit.svg
deleted file mode 100644
index 23f88d26..00000000
--- a/source/Ox.UI/themes/classic/svg/symbolEdit.svg
+++ /dev/null
@@ -1,8 +0,0 @@
-
diff --git a/source/Ox.UI/themes/classic/svg/symbolEmbed.svg b/source/Ox.UI/themes/classic/svg/symbolEmbed.svg
deleted file mode 100644
index eae043aa..00000000
--- a/source/Ox.UI/themes/classic/svg/symbolEmbed.svg
+++ /dev/null
@@ -1,6 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/classic/svg/symbolFile.svg b/source/Ox.UI/themes/classic/svg/symbolFile.svg
deleted file mode 100644
index 2ad42e6d..00000000
--- a/source/Ox.UI/themes/classic/svg/symbolFile.svg
+++ /dev/null
@@ -1,7 +0,0 @@
-
diff --git a/source/Ox.UI/themes/classic/svg/symbolFiles.svg b/source/Ox.UI/themes/classic/svg/symbolFiles.svg
deleted file mode 100644
index de1532d0..00000000
--- a/source/Ox.UI/themes/classic/svg/symbolFiles.svg
+++ /dev/null
@@ -1,9 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/classic/svg/symbolFill.svg b/source/Ox.UI/themes/classic/svg/symbolFill.svg
deleted file mode 100644
index 72391c9f..00000000
--- a/source/Ox.UI/themes/classic/svg/symbolFill.svg
+++ /dev/null
@@ -1,5 +0,0 @@
-
diff --git a/source/Ox.UI/themes/classic/svg/symbolFind.svg b/source/Ox.UI/themes/classic/svg/symbolFind.svg
deleted file mode 100644
index 41d28b5f..00000000
--- a/source/Ox.UI/themes/classic/svg/symbolFind.svg
+++ /dev/null
@@ -1,6 +0,0 @@
-
diff --git a/source/Ox.UI/themes/classic/svg/symbolFit.svg b/source/Ox.UI/themes/classic/svg/symbolFit.svg
deleted file mode 100644
index 02669085..00000000
--- a/source/Ox.UI/themes/classic/svg/symbolFit.svg
+++ /dev/null
@@ -1,5 +0,0 @@
-
diff --git a/source/Ox.UI/themes/classic/svg/symbolFlag.svg b/source/Ox.UI/themes/classic/svg/symbolFlag.svg
deleted file mode 100644
index d73f4d77..00000000
--- a/source/Ox.UI/themes/classic/svg/symbolFlag.svg
+++ /dev/null
@@ -1,4 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/classic/svg/symbolFocus.svg b/source/Ox.UI/themes/classic/svg/symbolFocus.svg
deleted file mode 100644
index f6e2c8c0..00000000
--- a/source/Ox.UI/themes/classic/svg/symbolFocus.svg
+++ /dev/null
@@ -1,9 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/classic/svg/symbolGoToIn.svg b/source/Ox.UI/themes/classic/svg/symbolGoToIn.svg
deleted file mode 100644
index bc227b58..00000000
--- a/source/Ox.UI/themes/classic/svg/symbolGoToIn.svg
+++ /dev/null
@@ -1,4 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/classic/svg/symbolGoToOut.svg b/source/Ox.UI/themes/classic/svg/symbolGoToOut.svg
deleted file mode 100644
index fa61a0a4..00000000
--- a/source/Ox.UI/themes/classic/svg/symbolGoToOut.svg
+++ /dev/null
@@ -1,4 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/classic/svg/symbolGoToPoster.svg b/source/Ox.UI/themes/classic/svg/symbolGoToPoster.svg
deleted file mode 100644
index c4367542..00000000
--- a/source/Ox.UI/themes/classic/svg/symbolGoToPoster.svg
+++ /dev/null
@@ -1,6 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/classic/svg/symbolGrid.svg b/source/Ox.UI/themes/classic/svg/symbolGrid.svg
deleted file mode 100644
index 906bc7c6..00000000
--- a/source/Ox.UI/themes/classic/svg/symbolGrid.svg
+++ /dev/null
@@ -1,8 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/classic/svg/symbolGridLandscape.svg b/source/Ox.UI/themes/classic/svg/symbolGridLandscape.svg
deleted file mode 100644
index 314a6588..00000000
--- a/source/Ox.UI/themes/classic/svg/symbolGridLandscape.svg
+++ /dev/null
@@ -1,8 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/classic/svg/symbolGridLandscapePortrait.svg b/source/Ox.UI/themes/classic/svg/symbolGridLandscapePortrait.svg
deleted file mode 100644
index bec86856..00000000
--- a/source/Ox.UI/themes/classic/svg/symbolGridLandscapePortrait.svg
+++ /dev/null
@@ -1,8 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/classic/svg/symbolGridPortrait.svg b/source/Ox.UI/themes/classic/svg/symbolGridPortrait.svg
deleted file mode 100644
index 8f49f0ed..00000000
--- a/source/Ox.UI/themes/classic/svg/symbolGridPortrait.svg
+++ /dev/null
@@ -1,8 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/classic/svg/symbolGridPortraitLandscape.svg b/source/Ox.UI/themes/classic/svg/symbolGridPortraitLandscape.svg
deleted file mode 100644
index b0d83ffd..00000000
--- a/source/Ox.UI/themes/classic/svg/symbolGridPortraitLandscape.svg
+++ /dev/null
@@ -1,8 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/classic/svg/symbolGrow.svg b/source/Ox.UI/themes/classic/svg/symbolGrow.svg
deleted file mode 100644
index 316c1135..00000000
--- a/source/Ox.UI/themes/classic/svg/symbolGrow.svg
+++ /dev/null
@@ -1,6 +0,0 @@
-
diff --git a/source/Ox.UI/themes/classic/svg/symbolHelp.svg b/source/Ox.UI/themes/classic/svg/symbolHelp.svg
deleted file mode 100644
index 8342f2c4..00000000
--- a/source/Ox.UI/themes/classic/svg/symbolHelp.svg
+++ /dev/null
@@ -1,10 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/classic/svg/symbolHome.svg b/source/Ox.UI/themes/classic/svg/symbolHome.svg
deleted file mode 100644
index 9509cd8e..00000000
--- a/source/Ox.UI/themes/classic/svg/symbolHome.svg
+++ /dev/null
@@ -1,8 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/classic/svg/symbolIcon.svg b/source/Ox.UI/themes/classic/svg/symbolIcon.svg
deleted file mode 100644
index 636ee88c..00000000
--- a/source/Ox.UI/themes/classic/svg/symbolIcon.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/classic/svg/symbolIconlist.svg b/source/Ox.UI/themes/classic/svg/symbolIconlist.svg
deleted file mode 100644
index 28879166..00000000
--- a/source/Ox.UI/themes/classic/svg/symbolIconlist.svg
+++ /dev/null
@@ -1,10 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/classic/svg/symbolIconlistLandscape.svg b/source/Ox.UI/themes/classic/svg/symbolIconlistLandscape.svg
deleted file mode 100644
index fda59ab8..00000000
--- a/source/Ox.UI/themes/classic/svg/symbolIconlistLandscape.svg
+++ /dev/null
@@ -1,10 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/classic/svg/symbolIconlistPortrait.svg b/source/Ox.UI/themes/classic/svg/symbolIconlistPortrait.svg
deleted file mode 100644
index 3070d111..00000000
--- a/source/Ox.UI/themes/classic/svg/symbolIconlistPortrait.svg
+++ /dev/null
@@ -1,10 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/classic/svg/symbolInfo.svg b/source/Ox.UI/themes/classic/svg/symbolInfo.svg
deleted file mode 100644
index 1c7ca83b..00000000
--- a/source/Ox.UI/themes/classic/svg/symbolInfo.svg
+++ /dev/null
@@ -1,6 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/classic/svg/symbolLeft.svg b/source/Ox.UI/themes/classic/svg/symbolLeft.svg
deleted file mode 100644
index 90c5d8de..00000000
--- a/source/Ox.UI/themes/classic/svg/symbolLeft.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/classic/svg/symbolLike.svg b/source/Ox.UI/themes/classic/svg/symbolLike.svg
deleted file mode 100644
index e0643bb6..00000000
--- a/source/Ox.UI/themes/classic/svg/symbolLike.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/classic/svg/symbolList.svg b/source/Ox.UI/themes/classic/svg/symbolList.svg
deleted file mode 100644
index d23ba487..00000000
--- a/source/Ox.UI/themes/classic/svg/symbolList.svg
+++ /dev/null
@@ -1,8 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/classic/svg/symbolLoading.svg b/source/Ox.UI/themes/classic/svg/symbolLoading.svg
deleted file mode 100644
index c9cb836e..00000000
--- a/source/Ox.UI/themes/classic/svg/symbolLoading.svg
+++ /dev/null
@@ -1,16 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/classic/svg/symbolLoadingAnimated.svg b/source/Ox.UI/themes/classic/svg/symbolLoadingAnimated.svg
deleted file mode 100644
index e87df9ed..00000000
--- a/source/Ox.UI/themes/classic/svg/symbolLoadingAnimated.svg
+++ /dev/null
@@ -1,40 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/classic/svg/symbolLocate.svg b/source/Ox.UI/themes/classic/svg/symbolLocate.svg
deleted file mode 100644
index 1a5efe18..00000000
--- a/source/Ox.UI/themes/classic/svg/symbolLocate.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/source/Ox.UI/themes/classic/svg/symbolLock.svg b/source/Ox.UI/themes/classic/svg/symbolLock.svg
deleted file mode 100644
index c79c2fdc..00000000
--- a/source/Ox.UI/themes/classic/svg/symbolLock.svg
+++ /dev/null
@@ -1,4 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/classic/svg/symbolMail.svg b/source/Ox.UI/themes/classic/svg/symbolMail.svg
deleted file mode 100644
index bc5bdc46..00000000
--- a/source/Ox.UI/themes/classic/svg/symbolMail.svg
+++ /dev/null
@@ -1,8 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/classic/svg/symbolMap.svg b/source/Ox.UI/themes/classic/svg/symbolMap.svg
deleted file mode 100644
index 5ebe7377..00000000
--- a/source/Ox.UI/themes/classic/svg/symbolMap.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/classic/svg/symbolMount.svg b/source/Ox.UI/themes/classic/svg/symbolMount.svg
deleted file mode 100644
index df315b6e..00000000
--- a/source/Ox.UI/themes/classic/svg/symbolMount.svg
+++ /dev/null
@@ -1,5 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/classic/svg/symbolMute.svg b/source/Ox.UI/themes/classic/svg/symbolMute.svg
deleted file mode 100644
index d2e1017e..00000000
--- a/source/Ox.UI/themes/classic/svg/symbolMute.svg
+++ /dev/null
@@ -1,7 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/classic/svg/symbolNoCopyright.svg b/source/Ox.UI/themes/classic/svg/symbolNoCopyright.svg
deleted file mode 100644
index b8a868a4..00000000
--- a/source/Ox.UI/themes/classic/svg/symbolNoCopyright.svg
+++ /dev/null
@@ -1,7 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/classic/svg/symbolNone.svg b/source/Ox.UI/themes/classic/svg/symbolNone.svg
deleted file mode 100644
index b24ffbc9..00000000
--- a/source/Ox.UI/themes/classic/svg/symbolNone.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/classic/svg/symbolOpen.svg b/source/Ox.UI/themes/classic/svg/symbolOpen.svg
deleted file mode 100644
index 140acb95..00000000
--- a/source/Ox.UI/themes/classic/svg/symbolOpen.svg
+++ /dev/null
@@ -1,4 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/classic/svg/symbolPause.svg b/source/Ox.UI/themes/classic/svg/symbolPause.svg
deleted file mode 100644
index 0c7197c4..00000000
--- a/source/Ox.UI/themes/classic/svg/symbolPause.svg
+++ /dev/null
@@ -1,6 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/classic/svg/symbolPlayInToOut.svg b/source/Ox.UI/themes/classic/svg/symbolPlayInToOut.svg
deleted file mode 100644
index ed6c03f2..00000000
--- a/source/Ox.UI/themes/classic/svg/symbolPlayInToOut.svg
+++ /dev/null
@@ -1,4 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/classic/svg/symbolPlayNext.svg b/source/Ox.UI/themes/classic/svg/symbolPlayNext.svg
deleted file mode 100644
index 7bbd3f44..00000000
--- a/source/Ox.UI/themes/classic/svg/symbolPlayNext.svg
+++ /dev/null
@@ -1,4 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/classic/svg/symbolPlayPrevious.svg b/source/Ox.UI/themes/classic/svg/symbolPlayPrevious.svg
deleted file mode 100644
index fc9c261f..00000000
--- a/source/Ox.UI/themes/classic/svg/symbolPlayPrevious.svg
+++ /dev/null
@@ -1,4 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/classic/svg/symbolPlaylist.svg b/source/Ox.UI/themes/classic/svg/symbolPlaylist.svg
deleted file mode 100644
index ff72eb1b..00000000
--- a/source/Ox.UI/themes/classic/svg/symbolPlaylist.svg
+++ /dev/null
@@ -1,12 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/classic/svg/symbolPublish.svg b/source/Ox.UI/themes/classic/svg/symbolPublish.svg
deleted file mode 100644
index e5da511e..00000000
--- a/source/Ox.UI/themes/classic/svg/symbolPublish.svg
+++ /dev/null
@@ -1,5 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/classic/svg/symbolRecord.svg b/source/Ox.UI/themes/classic/svg/symbolRecord.svg
deleted file mode 100644
index 5eb22938..00000000
--- a/source/Ox.UI/themes/classic/svg/symbolRecord.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/classic/svg/symbolRedo.svg b/source/Ox.UI/themes/classic/svg/symbolRedo.svg
deleted file mode 100644
index bd4f14c6..00000000
--- a/source/Ox.UI/themes/classic/svg/symbolRedo.svg
+++ /dev/null
@@ -1,4 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/classic/svg/symbolRemove.svg b/source/Ox.UI/themes/classic/svg/symbolRemove.svg
deleted file mode 100644
index 9711ac5d..00000000
--- a/source/Ox.UI/themes/classic/svg/symbolRemove.svg
+++ /dev/null
@@ -1,5 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/classic/svg/symbolRepeatAll.svg b/source/Ox.UI/themes/classic/svg/symbolRepeatAll.svg
deleted file mode 100644
index a3e59204..00000000
--- a/source/Ox.UI/themes/classic/svg/symbolRepeatAll.svg
+++ /dev/null
@@ -1,6 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/classic/svg/symbolRepeatNone.svg b/source/Ox.UI/themes/classic/svg/symbolRepeatNone.svg
deleted file mode 100644
index 18d54b0c..00000000
--- a/source/Ox.UI/themes/classic/svg/symbolRepeatNone.svg
+++ /dev/null
@@ -1,4 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/classic/svg/symbolRepeatOne.svg b/source/Ox.UI/themes/classic/svg/symbolRepeatOne.svg
deleted file mode 100644
index cabf2683..00000000
--- a/source/Ox.UI/themes/classic/svg/symbolRepeatOne.svg
+++ /dev/null
@@ -1,6 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/classic/svg/symbolRight.svg b/source/Ox.UI/themes/classic/svg/symbolRight.svg
deleted file mode 100644
index 719fe6fb..00000000
--- a/source/Ox.UI/themes/classic/svg/symbolRight.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/source/Ox.UI/themes/classic/svg/symbolSelect.svg b/source/Ox.UI/themes/classic/svg/symbolSelect.svg
deleted file mode 100644
index 3c1ef3dd..00000000
--- a/source/Ox.UI/themes/classic/svg/symbolSelect.svg
+++ /dev/null
@@ -1,4 +0,0 @@
-
diff --git a/source/Ox.UI/themes/classic/svg/symbolSet.svg b/source/Ox.UI/themes/classic/svg/symbolSet.svg
deleted file mode 100644
index 6155f9f8..00000000
--- a/source/Ox.UI/themes/classic/svg/symbolSet.svg
+++ /dev/null
@@ -1,13 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/classic/svg/symbolSetIn.svg b/source/Ox.UI/themes/classic/svg/symbolSetIn.svg
deleted file mode 100644
index 38a339e4..00000000
--- a/source/Ox.UI/themes/classic/svg/symbolSetIn.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/classic/svg/symbolSetOut.svg b/source/Ox.UI/themes/classic/svg/symbolSetOut.svg
deleted file mode 100644
index 217a2c27..00000000
--- a/source/Ox.UI/themes/classic/svg/symbolSetOut.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/classic/svg/symbolSetPoster.svg b/source/Ox.UI/themes/classic/svg/symbolSetPoster.svg
deleted file mode 100644
index 2892c8c9..00000000
--- a/source/Ox.UI/themes/classic/svg/symbolSetPoster.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/classic/svg/symbolShrink.svg b/source/Ox.UI/themes/classic/svg/symbolShrink.svg
deleted file mode 100644
index 840b3864..00000000
--- a/source/Ox.UI/themes/classic/svg/symbolShrink.svg
+++ /dev/null
@@ -1,6 +0,0 @@
-
diff --git a/source/Ox.UI/themes/classic/svg/symbolShuffleAll.svg b/source/Ox.UI/themes/classic/svg/symbolShuffleAll.svg
deleted file mode 100644
index 33368dc9..00000000
--- a/source/Ox.UI/themes/classic/svg/symbolShuffleAll.svg
+++ /dev/null
@@ -1,10 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/classic/svg/symbolShuffleNone.svg b/source/Ox.UI/themes/classic/svg/symbolShuffleNone.svg
deleted file mode 100644
index 5f046b38..00000000
--- a/source/Ox.UI/themes/classic/svg/symbolShuffleNone.svg
+++ /dev/null
@@ -1,6 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/classic/svg/symbolSquare.svg b/source/Ox.UI/themes/classic/svg/symbolSquare.svg
deleted file mode 100644
index efe9361b..00000000
--- a/source/Ox.UI/themes/classic/svg/symbolSquare.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/classic/svg/symbolStar.svg b/source/Ox.UI/themes/classic/svg/symbolStar.svg
deleted file mode 100644
index 60f5386f..00000000
--- a/source/Ox.UI/themes/classic/svg/symbolStar.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/source/Ox.UI/themes/classic/svg/symbolSwitch.svg b/source/Ox.UI/themes/classic/svg/symbolSwitch.svg
deleted file mode 100644
index 6873d535..00000000
--- a/source/Ox.UI/themes/classic/svg/symbolSwitch.svg
+++ /dev/null
@@ -1,4 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/classic/svg/symbolSync.svg b/source/Ox.UI/themes/classic/svg/symbolSync.svg
deleted file mode 100644
index 2cd69eb0..00000000
--- a/source/Ox.UI/themes/classic/svg/symbolSync.svg
+++ /dev/null
@@ -1,6 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/classic/svg/symbolTag.svg b/source/Ox.UI/themes/classic/svg/symbolTag.svg
deleted file mode 100644
index aa3daebc..00000000
--- a/source/Ox.UI/themes/classic/svg/symbolTag.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/classic/svg/symbolUndo.svg b/source/Ox.UI/themes/classic/svg/symbolUndo.svg
deleted file mode 100644
index 6aba640c..00000000
--- a/source/Ox.UI/themes/classic/svg/symbolUndo.svg
+++ /dev/null
@@ -1,4 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/classic/svg/symbolUnlock.svg b/source/Ox.UI/themes/classic/svg/symbolUnlock.svg
deleted file mode 100644
index 12c9f787..00000000
--- a/source/Ox.UI/themes/classic/svg/symbolUnlock.svg
+++ /dev/null
@@ -1,4 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/classic/svg/symbolUnmount.svg b/source/Ox.UI/themes/classic/svg/symbolUnmount.svg
deleted file mode 100644
index 9377d024..00000000
--- a/source/Ox.UI/themes/classic/svg/symbolUnmount.svg
+++ /dev/null
@@ -1,4 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/classic/svg/symbolUnmute.svg b/source/Ox.UI/themes/classic/svg/symbolUnmute.svg
deleted file mode 100644
index 72f5e52e..00000000
--- a/source/Ox.UI/themes/classic/svg/symbolUnmute.svg
+++ /dev/null
@@ -1,4 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/classic/svg/symbolUp.svg b/source/Ox.UI/themes/classic/svg/symbolUp.svg
deleted file mode 100644
index c7547993..00000000
--- a/source/Ox.UI/themes/classic/svg/symbolUp.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/classic/svg/symbolUpload.svg b/source/Ox.UI/themes/classic/svg/symbolUpload.svg
deleted file mode 100644
index 6d1f0333..00000000
--- a/source/Ox.UI/themes/classic/svg/symbolUpload.svg
+++ /dev/null
@@ -1,4 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/classic/svg/symbolUser.svg b/source/Ox.UI/themes/classic/svg/symbolUser.svg
deleted file mode 100644
index db44b099..00000000
--- a/source/Ox.UI/themes/classic/svg/symbolUser.svg
+++ /dev/null
@@ -1,5 +0,0 @@
-
diff --git a/source/Ox.UI/themes/classic/svg/symbolVideo.svg b/source/Ox.UI/themes/classic/svg/symbolVideo.svg
deleted file mode 100644
index 8c7fc5ff..00000000
--- a/source/Ox.UI/themes/classic/svg/symbolVideo.svg
+++ /dev/null
@@ -1,4 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/classic/svg/symbolView.svg b/source/Ox.UI/themes/classic/svg/symbolView.svg
deleted file mode 100644
index c1034a79..00000000
--- a/source/Ox.UI/themes/classic/svg/symbolView.svg
+++ /dev/null
@@ -1,4 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/classic/svg/symbolVolume.svg b/source/Ox.UI/themes/classic/svg/symbolVolume.svg
deleted file mode 100644
index 535375c6..00000000
--- a/source/Ox.UI/themes/classic/svg/symbolVolume.svg
+++ /dev/null
@@ -1,6 +0,0 @@
-
diff --git a/source/Ox.UI/themes/classic/svg/symbolVolumeDown.svg b/source/Ox.UI/themes/classic/svg/symbolVolumeDown.svg
deleted file mode 100644
index a19c131f..00000000
--- a/source/Ox.UI/themes/classic/svg/symbolVolumeDown.svg
+++ /dev/null
@@ -1,6 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/classic/svg/symbolVolumeUp.svg b/source/Ox.UI/themes/classic/svg/symbolVolumeUp.svg
deleted file mode 100644
index c5cfaa20..00000000
--- a/source/Ox.UI/themes/classic/svg/symbolVolumeUp.svg
+++ /dev/null
@@ -1,5 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/classic/svg/symbolWarning.svg b/source/Ox.UI/themes/classic/svg/symbolWarning.svg
deleted file mode 100644
index 5f2b6c19..00000000
--- a/source/Ox.UI/themes/classic/svg/symbolWarning.svg
+++ /dev/null
@@ -1,4 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/modern/css/modern.css b/source/Ox.UI/themes/modern/css/modern.css
deleted file mode 100644
index 96b9b192..00000000
--- a/source/Ox.UI/themes/modern/css/modern.css
+++ /dev/null
@@ -1,959 +0,0 @@
-/* fixme: it wouldn't hurt if focus was blue */
-
-html:fullscreen {
- background: rgb(16, 16, 16);
-}
-html:-moz-full-screen {
- background: rgb(16, 16, 16);
-}
-html:-webkit-full-screen {
- background: rgb(16, 16, 16);
-}
-
-body.OxThemeModern {
- background: rgb(16, 16, 16);
-}
-.OxThemeModern a {
- color: rgb(128, 128, 255);
-}
-.OxThemeModern div {
- color: rgb(240, 240, 240);
-}
-.OxThemeModern .OxHighlight {
- //background: rgb(255, 255, 0);
- //font-weight: bold;
- //color: rgb(0, 0, 0);
- color: rgb(255, 255, 0);
-}
-.OxThemeModern .OxBright {
- color: rgb(255, 255, 255);
-}
-.OxThemeModern .OxLight {
- color: rgb(128, 128, 128);
-}
-.OxThemeModern .OxGrid {
- background-color: rgb(8, 8, 8);
- background-image:
- -moz-linear-gradient(45deg, rgb(24, 24, 24) 25%, transparent 25%, transparent 75%, rgb(24, 24, 24) 75%, rgb(24, 24, 24)),
- -moz-linear-gradient(45deg, rgb(24, 24, 24) 25%, transparent 25%, transparent 75%, rgb(24, 24, 24) 75%, rgb(24, 24, 24));
- background-image:
- -o-linear-gradient(45deg, rgb(24, 24, 24) 25%, transparent 25%, transparent 75%, rgb(24, 24, 24) 75%, rgb(24, 24, 24)),
- -o-linear-gradient(45deg, rgb(24, 24, 24) 25%, transparent 25%, transparent 75%, rgb(24, 24, 24) 75%, rgb(24, 24, 24));
- background-image:
- -webkit-linear-gradient(45deg, rgb(24, 24, 24) 25%, transparent 25%, transparent 75%, rgb(24, 24, 24) 75%, rgb(24, 24, 24)),
- -webkit-linear-gradient(45deg, rgb(24, 24, 24) 25%, transparent 25%, transparent 75%, rgb(24, 24, 24) 75%, rgb(24, 24, 24));
- background-size: 32px 32px;
- background-position: 0 0, 16px 16px
-}
-
-/*
-================================================================================
-Bars
-================================================================================
-*/
-
-.OxThemeModern .OxBar.OxHorizontal {
- //background: -moz-linear-gradient(left top, left bottom, from(rgb(96, 96, 96)), to(rgb(64, 64, 64)));
- //background: -webkit-gradient(linear, left top, left bottom, from(rgb(96, 96, 96)), to(rgb(64, 64, 64)));
- background-image: -moz-linear-gradient(top, rgb(64, 64, 64), rgb(32, 32, 32));
- background-image: -o-linear-gradient(top, rgb(64, 64, 64), rgb(32, 32, 32));
- background-image: -webkit-linear-gradient(top, rgb(64, 64, 64), rgb(32, 32, 32));
-}
-
-.OxThemeModern .OxProgressbar {
- border-color: rgb(48, 48, 48);
- background-image: -moz-linear-gradient(top, rgb(96, 96, 96), rgb(64, 64, 64));
- background-image: -o-linear-gradient(top, rgb(96, 96, 96), rgb(64, 64, 64));
- background-image: -webkit-linear-gradient(top, rgb(96, 96, 96), rgb(64, 64, 64));
-}
-.OxThemeModern .OxProgressbar .OxTrack {
- border-color: rgb(48, 48, 48);
- background-image: -moz-linear-gradient(top, rgb(0, 0, 0), rgb(32, 32, 32));
- background-image: -o-linear-gradient(top, rgb(0, 0, 0), rgb(32, 32, 32));
- background-image: -webkit-linear-gradient(top, rgb(0, 0, 0), rgb(32, 32, 32));
-}
-.OxThemeModern .OxProgressbar .OxProgress {
- border-color: rgb(48, 48, 48);
- background-image:
- -moz-repeating-linear-gradient(
- -45deg, transparent 0, transparent 25%,
- rgba(255, 255, 255, 0.05) 25%, rgba(255, 255, 255, 0.05) 50%,
- transparent 50%, transparent 75%,
- rgba(255, 255, 255, 0.05) 75%, rgba(255, 255, 255, 0.05) 100%
- ),
- -moz-linear-gradient(top, rgb(96, 96, 96), rgb(64, 64, 64));
- background-image:
- -o-repeating-linear-gradient(
- -45deg, transparent 0, transparent 25%,
- rgba(255, 255, 255, 0.05) 25%, rgba(255, 255, 255, 0.05) 50%,
- transparent 50%, transparent 75%,
- rgba(255, 255, 255, 0.05) 75%, rgba(255, 255, 255, 0.05) 100%
- ),
- -o-linear-gradient(top, rgb(96, 96, 96), rgb(64, 64, 64));
- background-image:
- -webkit-repeating-linear-gradient(
- -45deg, transparent 0, transparent 25%,
- rgba(255, 255, 255, 0.05) 25%, rgba(255, 255, 255, 0.05) 50%,
- transparent 50%, transparent 75%,
- rgba(255, 255, 255, 0.05) 75%, rgba(255, 255, 255, 0.05) 100%
- ),
- -webkit-linear-gradient(top, rgb(96, 96, 96), rgb(64, 64, 64));
- background-size: 32px 32px, 16px 16px;
-}
-.OxThemeModern .OxProgressbar .OxProgress.OxAnimate {
- background-image:
- -moz-repeating-linear-gradient(
- -45deg, transparent 0, transparent 25%,
- rgba(255, 255, 255, 0.1) 25%, rgba(255, 255, 255, 0.1) 50%,
- transparent 50%, transparent 75%,
- rgba(255, 255, 255, 0.1) 75%, rgba(255, 255, 255, 0.1) 100%
- ),
- -moz-linear-gradient(top, rgb(96, 96, 96), rgb(64, 64, 64));
- background-image:
- -o-repeating-linear-gradient(
- -45deg, transparent 0, transparent 25%,
- rgba(255, 255, 255, 0.1) 25%, rgba(255, 255, 255, 0.1) 50%,
- transparent 50%, transparent 75%,
- rgba(255, 255, 255, 0.1) 75%, rgba(255, 255, 255, 0.1) 100%
- ),
- -o-linear-gradient(top, rgb(96, 96, 96), rgb(64, 64, 64));
- background-image:
- -webkit-repeating-linear-gradient(
- -45deg, transparent 0, transparent 25%,
- rgba(255, 255, 255, 0.1) 25%, rgba(255, 255, 255, 0.1) 50%,
- transparent 50%, transparent 75%,
- rgba(255, 255, 255, 0.1) 75%, rgba(255, 255, 255, 0.1) 100%
- ),
- -webkit-linear-gradient(top, rgb(96, 96, 96), rgb(64, 64, 64));
-}
-
-.OxThemeModern .OxResizebar > .OxLine {
- background-color: rgb(48, 48, 48);
-}
-
-/*
-================================================================================
-Calendar
-================================================================================
-*/
-
-.OxThemeModern .OxCalendar .OxTimeline > div.odd {
- background-image: -moz-linear-gradient(top, rgb(64, 64, 64), rgb(32, 32, 32));
- background-image: -o-linear-gradient(top, rgb(64, 64, 64), rgb(32, 32, 32));
- background-image: -webkit-linear-gradient(top, rgb(64, 64, 64), rgb(32, 32, 32));
-}
-
-.OxThemeModern .OxCalendar .OxTimeline > div.even {
- background-image: -moz-linear-gradient(top, rgb(48, 48, 48), rgb(24, 24, 24));
- background-image: -o-linear-gradient(top, rgb(48, 48, 48), rgb(24, 24, 24));
- background-image: -webkit-linear-gradient(top, rgb(48, 48, 48), rgb(24, 24, 24));
-}
-
-.OxThemeModern .OxCalendar .OxBackground > div {
- //background: rgb(20, 20, 20);
- background: rgb(24, 24, 24);
-}
-.OxThemeModern .OxCalendar .OxBackground > div.line {
- background: rgb(32, 32, 32);
-}
-
-.OxThemeModern .OxCalendar .OxLine > .OxEvent {
- color: rgb(255, 255, 255);
-}
-.OxThemeModern .OxCalendar .OxLine > .OxEvent.OxSelected {
- box-shadow: inset 0 0 1px rgb(255, 255, 255),
- inset 0 0 1px rgb(255, 255, 255),
- inset 0 0 1px rgb(255, 255, 255),
- inset 0 0 1px rgb(255, 255, 255);
-}
-.OxThemeModern .OxEvent.OxDate {
- background: -moz-linear-gradient(top, rgba(96, 96, 192, 0.9), rgba(64, 64, 160, 0.9));
- background: -o-linear-gradient(top, rgba(96, 96, 192, 0.9), rgba(64, 64, 160, 0.9));
- background: -webkit-linear-gradient(top, rgba(96, 96, 255, 0.9), rgba(64, 64, 224, 0.9));
-}
-.OxThemeModern .OxEvent.OxPlace {
- background: -moz-linear-gradient(top, rgba(0, 128, 96, 0.9), rgba(0, 96, 64, 0.9));
- background: -o-linear-gradient(top, rgba(0, 128, 96, 0.9), rgba(0, 96, 64, 0.9));
- background: -webkit-linear-gradient(top, rgba(0, 128, 96, 0.9), rgba(0, 96, 64, 0.9));
-}
-.OxThemeModern .OxEvent.OxPerson {
- background: -moz-linear-gradient(top, rgba(255, 96, 0, 0.9), rgba(224, 64, 0, 0.9));
- background: -o-linear-gradient(top, rgba(255, 96, 0, 0.9), rgba(224, 64, 0, 0.9));
- background: -webkit-linear-gradient(top, rgba(255, 96, 0, 0.9), rgba(224, 64, 0, 0.9));
-}
-.OxThemeModern .OxEvent.OxOther {
- background: -moz-linear-gradient(top, rgba(192, 32, 32, 0.9), rgba(160, 0, 0, 0.9));
- background: -o-linear-gradient(top, rgba(192, 32, 32, 0.9), rgba(160, 0, 0, 0.9));
- background: -webkit-linear-gradient(top, rgba(192, 32, 32, 0.9), rgba(160, 0, 0, 0.9));
-}
-
-
-.OxThemeModern .OxCalendar .OxOverlay div:nth-child(even) {
- background-color: rgba(255, 255, 255, 0.25);
- box-shadow: inset 0 0 2px rgb(255, 255, 255);
-}
-.OxThemeModern .OxCalendar .OxOverlay div:nth-child(odd) {
- background-color: rgba(0, 0, 0, 0.25);
-}
-
-.OxThemeModern .OxCalendar .OxCalendarControl,
-.OxThemeModern .OxCalendar .OxEventControl {
- border-color: rgb(192, 192, 192);
- background: rgba(0, 0, 0, 0.75);
- color: rgb(192, 192, 192);
-}
-
-.OxThemeModern .OxCalendarEditor .OxWarning {
- border-bottom: 2px dotted rgb(192, 0, 0);
-}
-
-/*
-================================================================================
-Dialog
-================================================================================
-*/
-
-.OxThemeModern .OxDialog {
- -moz-box-shadow: 2px 2px 8px rgba(0, 0, 0, 1);
- -o-box-shadow: 2px 2px 8px rgba(0, 0, 0, 1);
- -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 1);
-}
-
-.OxThemeModern .OxDialog .OxBar {
- background: -moz-linear-gradient(top, rgba(64, 64, 64, 0.95), rgba(32, 32, 32, 0.95));
- background: -o-linear-gradient(top, rgba(64, 64, 64, 0.95), rgba(32, 32, 32, 0.95));
- background: -webkit-linear-gradient(top, rgba(64, 64, 64, 0.95), rgba(32, 32, 32, 0.95));
-}
-
-.OxThemeModern .OxDialog .OxContent {
- background: rgba(48, 48, 48, 0.95);
-}
-.OxThemeModern .OxDialog .OxIconList .OxContent {
- background: transparent;
-}
-
-.OxThemeModern .OxLayer {
- background: rgb(0, 0, 0);
-}
-
-/*
-================================================================================
-DocPage
-================================================================================
-*/
-
-.OxThemeModern .OxFailed {
- color: rgb(192, 0, 0);
-}
-
-/*
-================================================================================
-Document
-================================================================================
-*/
-
-.OxThemeModern .OxDocument code {
- color: rgb(192, 192, 255);
-}
-.OxThemeModern .OxDocument div {
- border-color: rgb(48, 48, 48);
-}
-
-/*
-================================================================================
-Forms
-================================================================================
-*/
-
-/*
-.OxThemeModern .OxInput::-selection {
- background: rgb(80, 80, 80);
-}
-*/
-
-.OxThemeModern input.OxCheckbox,
-.OxThemeModern input.OxInput,
-.OxThemeModern textarea,
-.OxThemeModern .OxButton,
-.OxThemeModern .OxLabel,
-.OxThemeModern .OxTrack {
- //border: 1px solid rgb(80, 80, 80);
- border-color: rgb(48, 48, 48);
- color: rgb(192, 192, 192);
-}
-.OxThemeModern .OxSelect {
- border-color: rgb(48, 48, 48);
-}
-.OxThemeModern .OxSelect > .OxTitle {
- color: rgb(192, 192, 192);
-}
-
-.OxThemeModern .OxInput {
- color: rgb(192, 192, 192);
-}
-.OxThemeModern .OxButton,
-.OxThemeModern div.OxInput,
-.OxThemeModern .OxSelect {
- background: -moz-linear-gradient(top, rgb(96, 96, 96), rgb(64, 64, 64));
- background: -o-linear-gradient(top, rgb(96, 96, 96), rgb(64, 64, 64));
- background: -webkit-linear-gradient(top, rgb(96, 96, 96), rgb(64, 64, 64));
- //background: -moz-linear-gradient(left top, left bottom, from(rgb(64, 64, 64)), to(rgb(32, 32, 32)));
- //background: -webkit-gradient(linear, left top, left bottom, from(rgb(64, 64, 64)), to(rgb(32, 32, 32)));
-}
-.OxThemeModern div.OxInput.OxTextarea {
- background: transparent;
-}
-.OxThemeModern .OxButton:active {
- background: rgb(80, 80, 80);
- color: rgb(208, 208, 208);
-}
-.OxThemeModern .OxCheckbox:active {
- background: -moz-linear-gradient(top, rgb(16, 16, 16), rgb(48, 48, 48));
- background: -o-linear-gradient(top, rgb(16, 16, 16), rgb(48, 48, 48));
- background: -webkit-linear-gradient(top, rgb(16, 16, 16), rgb(48, 48, 48));
-}
-
-.OxThemeModern .OxButton.OxDisabled {
- background: rgb(80, 80, 80);
- color: rgb(128, 128, 128);
-}
-.OxThemeModern .OxButton.OxSymbol.OxDisabled {
- background: rgba(0, 0, 0, 0);
- opacity: 0.5;
-}
-
-.OxThemeModern .OxButton.OxSelected,
-.OxThemeModern .OxSelect.OxSelected,
-.OxThemeModern .OxCollapsePanel > .OxBar > .OxExtras > .OxSelect.OxSelected {
- background: -moz-linear-gradient(top, rgb(32, 32, 32), rgb(64, 64, 64));
- background: -o-linear-gradient(top, rgb(32, 32, 32), rgb(64, 64, 64));
- background: -webkit-linear-gradient(top, rgb(32, 32, 32), rgb(64, 64, 64));
- color: rgb(224, 224, 224);
-}
-.OxThemeModern .OxButton.OxTab.OxSelected {
- border-bottom: 1px solid rgb(64, 64, 64);
-}
-
-.OxThemeModern .OxFileInput.OxDisabled > .OxBar {
- background: rgb(80, 80, 80);
-}
-.OxThemeModern .OxFileInput.OxDisabled > .OxBar > div {
- color: rgb(128, 128, 128);
-}
-
-.OxThemeModern .OxFormMessage {
- color: rgb(255, 64, 64);
-}
-
-.OxThemeModern .OxLabel.OxDisabled {
- color: rgb(128, 128, 128);
-}
-.OxThemeModern .OxDocPage .OxLabel.OxSquare,
-.OxThemeModern .OxExamplePage .OxLabel.OxSquare {
- background: rgb(16, 16, 16);
-}
-
-.OxThemeModern input.OxCheckbox,
-.OxThemeModern input.OxInput,
-.OxThemeModern textarea,
-.OxThemeModern .OxTrack {
- background: -moz-linear-gradient(top, rgb(0, 0, 0), rgb(32, 32, 32));
- background: -o-linear-gradient(top, rgb(0, 0, 0), rgb(32, 32, 32));
- background: -webkit-linear-gradient(top, rgb(0, 0, 0), rgb(32, 32, 32));
-}
-.OxThemeModern div.OxInput.OxError input {
- color: rgb(255, 64, 64);
-}
-.OxThemeModern div.OxInput.OxFocus,
-.OxThemeModern .OxSelect.OxFocus {
- //border: 1px solid rgb(80, 80, 80);
- -moz-box-shadow: 0 0 2px rgb(128, 128, 128);
- -o-box-shadow: 0 0 2px rgb(128, 128, 128);
- -webkit-box-shadow: 0 0 2px rgb(128, 128, 128);
-}
-.OxThemeModern div.OxInput.OxFocus > .OxInputLabel {
- border-color: rgb(80, 80, 80);
-}
-.OxThemeModern .OxInput.OxPlaceholder {
- color: rgb(96, 96, 96)
-}
-.OxThemeModern .OxLabel {
- border-color: rgb(48, 48, 48);
- background: rgb(80, 80, 80);
- color: rgb(192, 192, 192);
-}
-
-.OxThemeModern input.OxCheckbox.OxDisabled,
-.OxThemeModern input.OxInput:disabled {
- background: rgb(16, 16, 16);
-}
-
-.OxThemeModern .OxLabelSelect > .OxTitle {
- border-color: rgb(48, 48, 48);
- background: -moz-linear-gradient(top, rgb(96, 96, 96), rgb(64, 64, 64));
- background: -o-linear-gradient(top, rgb(96, 96, 96), rgb(64, 64, 64));
- background: -webkit-linear-gradient(top, rgb(96, 96, 96), rgb(64, 64, 64));
-}
-.OxThemeModern .OxLabelSelect.OxSelected > .OxTitle {
- background: -moz-linear-gradient(top, rgb(0, 0, 0), rgb(32, 32, 32) 10%, rgb(64, 64, 64));
- background: -o-linear-gradient(top, rgb(0, 0, 0), rgb(32, 32, 32) 10%, rgb(64, 64, 64));
- background: -webkit-linear-gradient(top, rgb(0, 0, 0), rgb(32, 32, 32) 10%, rgb(64, 64, 64));
-}
-
-.OxThemeModern .OxFileInput > .OxBar,
-.OxThemeModern .OxFileInput > .OxFiles {
- border-color: rgb(48, 48, 48);
-}
-
-.OxThemeModern .OxArrayEditable.OxArrayEditableTextarea .OxEditableElement {
- border-top-color: rgb(48, 48, 48);
-}
-.OxThemeModern .OxEditableElement.OxSelected {
- background: rgb(48, 48, 48);
-}
-
-/*
-================================================================================
-Images
-================================================================================
-*/
-
-.OxThemeModern .OxReflection > div {
- background: -moz-linear-gradient(top, rgba(16, 16, 16, 0.75), rgba(16, 16, 16, 1));
- background: -o-linear-gradient(top, rgba(16, 16, 16, 0.75), rgba(16, 16, 16, 1));
- background: -webkit-linear-gradient(top, rgba(16, 16, 16, 0.75), rgba(16, 16, 16, 1));
-}
-.OxThemeModern .OxDialog .OxReflection > div {
- background: -moz-linear-gradient(top, rgba(48, 48, 48, 0.75), rgba(48, 48, 48, 1));
- background: -o-linear-gradient(top, rgba(48, 48, 48, 0.75), rgba(48, 48, 48, 1));
- background: -webkit-linear-gradient(top, rgba(48, 48, 48, 0.75), rgba(48, 48, 48, 1));
-}
-
-/*
-================================================================================
-Lists
-================================================================================
-*/
-
-.OxThemeModern .OxIconList .OxItem > .OxIcon > img.OxLoading,
-.OxThemeModern .OxInfoList .OxItem .OxIcon > img.OxLoading {
- border-color: rgb(48, 48, 48);
- background: -moz-linear-gradient(top, rgb(32, 32, 32), rgb(0, 0, 0));
- background: -o-linear-gradient(top, rgb(32, 32, 32), rgb(0, 0, 0));
- background: -webkit-linear-gradient(top, rgb(32, 32, 32), rgb(0, 0, 0));
-}
-.OxThemeModern .OxIconList .OxItem.OxSelected > .OxIcon > img,
-.OxThemeModern .OxIconList .OxItem.OxSelected > .OxIcon > .OxVideoPlayer,
-.OxThemeModern .OxInfoList .OxItem.OxSelected .OxIcon > img,
-.OxThemeModern .OxInfoList .OxItem.OxSelected .OxIcon > .OxVideoPlayer {
- border-color: rgb(64, 64, 64);
- -moz-box-shadow: 0 0 4px rgba(64, 64, 64, 1);
- -o-box-shadow: 0 0 4px rgba(64, 64, 64, 1);
- -webkit-box-shadow: 0 0 4px rgba(64, 64, 64, 1);
-}
-.OxThemeModern .OxIconList.OxFocus .OxItem.OxSelected > .OxIcon > img,
-.OxThemeModern .OxIconList.OxFocus .OxItem.OxSelected > .OxIcon .OxVideoPlayer,
-.OxThemeModern .OxInfoList.OxFocus .OxItem.OxSelected .OxIcon > img,
-.OxThemeModern .OxInfoList.OxFocus .OxItem.OxSelected .OxIcon .OxVideoPlayer {
- border-color: rgb(128, 128, 128);
- -moz-box-shadow: 0 0 4px rgba(128, 128, 128, 1);
- -o-box-shadow: 0 0 4px rgba(128, 128, 128, 1);
- -webkit-box-shadow: 0 0 4px rgba(128, 128, 128, 1);
-}
-.OxThemeModern .OxInfoList .OxItem.OxSelected .OxIconList .OxIcon > img,
-.OxThemeModern .OxInfoList .OxItem.OxSelected .OxIconList .OxIcon .OxVideoPlayer {
- border-color: rgba(0, 0, 0, 0);
- -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
- -o-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
- -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
-}
-.OxThemeModern .OxIconList .OxItem > .OxText > div,
-.OxThemeModern .OxInfoList .OxItem .OxText > div {
- text-shadow: rgb(0, 0, 0) -1px -1px 0,
- rgb(0, 0, 0) -1px 1px 0,
- rgb(0, 0, 0) 1px -1px 0,
- rgb(0, 0, 0) 1px 1px 0;
-}
-.OxThemeModern .OxIconList .OxItem.OxSelected > .OxText > div,
-.OxThemeModern .OxInfoList .OxItem.OxSelected .OxText > div {
- border-color: rgb(92, 92, 92);
- background: rgba(92, 92, 92, 0.5);
- text-shadow: rgb(16, 16, 16) -1px -1px 0,
- rgb(16, 16, 16) -1px 1px 0,
- rgb(16, 16, 16) 1px -1px 0,
- rgb(16, 16, 16) 1px 1px 0;
- -moz-box-shadow: 0 0 4px rgba(64, 64, 64, 1);
- -o-box-shadow: 0 0 4px rgba(64, 64, 64, 1);
- -webkit-box-shadow: 0 0 4px rgba(64, 64, 64, 1);
-}
-.OxThemeModern .OxIconList.OxFocus .OxItem.OxSelected > .OxText > div,
-.OxThemeModern .OxInfoList.OxFocus .OxItem.OxSelected .OxText > div {
- border-color: rgb(128, 128, 128);
- background: rgba(128, 128, 128, 0.5);
- text-shadow: rgb(32, 32, 32) -1px -1px 0,
- rgb(32, 32, 32) -1px 1px 0,
- rgb(32, 32, 32) 1px -1px 0,
- rgb(32, 32, 32) 1px 1px 0;
- -moz-box-shadow: 0 0 4px rgba(128, 128, 128, 1);
- -o-box-shadow: 0 0 4px rgba(128, 128, 128, 1);
- -webkit-box-shadow: 0 0 4px rgba(128, 128, 128, 1);
-}
-.OxThemeModern .OxIconList .OxItem > .OxText > div > .OxInfo,
-.OxThemeModern .OxInfoList .OxItem .OxText > div > .OxInfo {
- color: rgb(128, 128, 128);
-}
-.OxThemeModern .OxInfoList .OxItem.OxSelected .OxInfoElement .OxIcon > img,
-.OxThemeModern .OxInfoList .OxItem.OxSelected .OxInfoElement .OxIcon .OxVideoPlayer,
-.OxThemeModern .OxInfoList .OxItem.OxSelected .OxInfoElement .OxText > div {
- border-color: rgba(0, 0, 0, 0);
- background: rgba(0, 0, 0, 0);
- -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
- -o-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
- -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
-}
-
-
-.OxThemeModern .OxTableList .OxContent {
- background: rgb(16, 16, 16);
-}
-.OxThemeModern .OxTableList .OxItem .OxCell {
- border-right-color: rgb(32, 32, 32);
-}
-.OxThemeModern .OxCustomList .OxItem:nth-child(odd),
-.OxThemeModern .OxTableList .OxItem:nth-child(odd) {
- background: rgb(14, 14, 14);
-}
-.OxThemeModern .OxCustomList .OxItem:nth-child(even),
-.OxThemeModern .OxTableList .OxItem:nth-child(even) {
- background: rgb(18, 18, 18);
-}
-.OxThemeModern .OxCustomList .OxItem.OxSelected:nth-child(odd),
-.OxThemeModern .OxTableList .OxItem.OxSelected:nth-child(odd) {
- background: rgb(46, 46, 46);
-}
-.OxThemeModern .OxCustomList .OxItem.OxSelected:nth-child(even),
-.OxThemeModern .OxTableList .OxItem.OxSelected:nth-child(even) {
- background: rgb(50, 50, 50);
-}
-.OxThemeModern .OxCustomList .OxFocus .OxItem.OxSelected:nth-child(odd),
-.OxThemeModern .OxTableList .OxFocus .OxItem.OxSelected:nth-child(odd) {
- background: rgb(62, 62, 62);
-}
-.OxThemeModern .OxCustomList .OxFocus .OxItem.OxSelected:nth-child(even),
-.OxThemeModern .OxTableList .OxFocus .OxItem.OxSelected:nth-child(even) {
- background: rgb(66, 66, 66);
-}
-.OxThemeModern .OxTableList .OxItem.OxDroppable.OxDrop:nth-child(odd) .OxCell {
- background: rgb(78, 78, 78);
-}
-.OxThemeModern .OxTableList .OxItem.OxDroppable.OxDrop:nth-child(even) .OxCell {
- background: rgb(82, 82, 82);
-}
-
-
-.OxThemeModern .OxTableList .OxHead .OxSelected {
- background: -moz-linear-gradient(top, rgb(80, 80, 80), rgb(48, 48, 48));
- background: -o-linear-gradient(top, rgb(80, 80, 80), rgb(48, 48, 48));
- background: -webkit-linear-gradient(top, rgb(80, 80, 80), rgb(48, 48, 48));
- color: rgb(255, 255, 255);
-}
-.OxThemeModern .OxTableList .OxHead .OxResize .OxCenter {
- background: rgb(24, 24, 24);
-}
-.OxThemeModern .OxTableList .OxBar .OxSelect:not(.OxSelected) {
- background: rgba(0, 0, 0, 0);
-}
-.OxThemeModern .OxTableList .OxHead .OxSelect,
-.OxThemeModern .OxTableList .OxBar .OxClear {
- border-color: rgb(24, 24, 24);
-}
-.OxThemeModern .OxTableList .OxBody .OxItem .OxCell {
- border-right-color: rgb(24, 24, 24);
-}
-.OxThemeModern .OxTableList .OxItem.OxSelected .OxCell {
- border-right-color: rgb(40, 40, 40);
-}
-.OxThemeModern .OxTableList .OxFocus .OxItem.OxSelected .OxCell {
- border-right-color: rgb(72, 72, 72);
- color: rgb(255, 255, 255);
-}
-.OxThemeModern .OxTableList .OxBody .OxItem .OxLine {
- background: rgb(24, 24, 24);
-}
-
-
-/*
-================================================================================
-Maps
-================================================================================
-*/
-
-.OxThemeModern .OxMap .OxMapControl,
-.OxThemeModern .OxMap .OxPlaceControl {
- border-color: rgb(192, 192, 192);
- background: rgba(0, 0, 0, 0.5);
- color: rgb(192, 192, 192);
-}
-.OxThemeModern .OxTypeIcon {
- border-color: rgb(255, 255, 255);
-}
-.OxThemeModern .OxMapEditor .OxWarning {
- border-bottom: 2px dotted rgb(192, 0, 0);
-}
-
-/*
-================================================================================
-Menus
-================================================================================
-*/
-
-.OxThemeModern .OxMainMenu > .OxTitle.OxSelected {
- background: -moz-linear-gradient(top, rgb(80, 80, 80), rgb(48, 48, 48));
- background: -o-linear-gradient(top, rgb(80, 80, 80), rgb(48, 48, 48));
- background: -webkit-linear-gradient(top, rgb(80, 80, 80), rgb(48, 48, 48));
-}
-
-.OxThemeModern .OxMenu {
- -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.75);
- -o-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.75);
- -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.75);
-}
-.OxThemeModern .OxMenu .OxBottom,
-.OxThemeModern .OxMenu .OxItem,
-.OxThemeModern .OxMenu .OxScrollbar,
-.OxThemeModern .OxMenu .OxSpace,
-.OxThemeModern .OxMenu .OxTop {
- background: rgba(48, 48, 48, 0.96);
-}
-.OxThemeModern .OxMenu .OxItem.OxSelected,
-.OxThemeModern .OxMenu .OxLine,
-.OxThemeModern .OxMenu .OxScrollbar.OxSelected {
- background: rgba(64, 64, 64, 0.96);
-}
-.OxThemeModern .OxMenu .OxItem.OxDisabled .OxCell {
- color: rgb(128, 128, 128);
-}
-
-/*
-================================================================================
-Scrollbars
-================================================================================
-*/
-
-.OxThemeModern ::-webkit-scrollbar:horizontal {
- border-top: 1px solid rgb(48, 48, 48);
- border-bottom: 1px solid rgb(48, 48, 48);
- background: -webkit-linear-gradient(top, rgb(96, 96, 96), rgb(64, 64, 64));
-}
-.OxThemeModern ::-webkit-scrollbar:vertical {
- border-left: 1px solid rgb(48, 48, 48);
- border-right: 1px solid rgb(48, 48, 48);
- background: -webkit-linear-gradient(left, rgb(96, 96, 96), rgb(64, 64, 64));
-}
-.OxThemeModern ::-webkit-scrollbar-button:horizontal:decrement {
- background: url(../png/scrollbarHorizontalDecrement.png);
-}
-.OxThemeModern ::-webkit-scrollbar-button:horizontal:increment {
- background: url(../png/scrollbarHorizontalIncrement.png);
-}
-.OxThemeModern ::-webkit-scrollbar-button:vertical:decrement {
- background: url(../png/scrollbarVerticalDecrement.png);
-}
-.OxThemeModern ::-webkit-scrollbar-button:vertical:increment {
- background: url(../png/scrollbarVerticalIncrement.png);
-}
-.OxThemeModern ::-webkit-scrollbar-corner {
- border-right: 1px solid rgb(48, 48, 48);
- border-bottom: 1px solid rgb(48, 48, 48);
- background: -webkit-linear-gradient(left top, rgb(96, 96, 96), rgb(32, 32, 32));
-}
-.OxThemeModern ::-webkit-scrollbar-thumb {
- border: 1px solid rgb(48, 48, 48);
-}
-.OxThemeModern ::-webkit-scrollbar-thumb:horizontal {
- background: -webkit-linear-gradient(top, rgb(96, 96, 96), rgb(64, 64, 64));
-}
-.OxThemeModern ::-webkit-scrollbar-thumb:vertical {
- background: -webkit-linear-gradient(left, rgb(96, 96, 96), rgb(64, 64, 64));
-}
-.OxThemeModern ::-webkit-scrollbar-track {
- border: 1px solid rgb(32, 32, 32);
-}
-.OxThemeModern ::-webkit-scrollbar-track:horizontal {
- background: -webkit-linear-gradient(top, rgb(0, 0, 0), rgb(32, 32, 32));
-}
-.OxThemeModern ::-webkit-scrollbar-track:vertical {
- background: -webkit-linear-gradient(left, rgb(0, 0, 0), rgb(32, 32, 32));
-}
-.OxThemeModern ::-webkit-scrollbar:active,
-.OxThemeModern ::-webkit-scrollbar-thumb:active {
- background: rgb(64, 64, 64);
-}
-
-/*
-================================================================================
-SourceViewer
-================================================================================
-*/
-
-.OxThemeModern .OxSourceViewer .OxComment {
- border-color: rgb(48, 48, 48);
-}
-.OxThemeModern .OxSourceViewer .OxComment code {
- background-color: rgb(0, 0, 0);
- box-shadow: 0 0 1px rgb(255, 255, 255);
-}
-.OxThemeModern .OxSourceViewer .OxComment pre > code {
- background-color: transparent;
- box-shadow: none;
-}
-.OxThemeModern .OxSourceViewer .OxCode {
- background-color: rgb(0, 0, 0);
-}
-
-/*
-================================================================================
-SyntaxHighlighter
-================================================================================
-*/
-
-.OxThemeModern .OxSyntaxHighlighter {
- background-color: rgb(0, 0, 0);
-}
-.OxThemeModern .OxSyntaxHighlighter .OxLineNumbers {
- background-color: rgb(32, 32, 32);
- color: rgb(128, 128, 128);
-}
-.OxThemeModern .OxSourceCode .OxComment {
- color: rgb(128, 128, 128);
- font-style: italic;
-}
-.OxThemeModern .OxSourceCode .OxConstant {
- color: rgb(192, 64, 64);
- font-weight: bold;
-}
-.OxThemeModern .OxSourceCode .OxError {
- color: rgb(255, 255, 255);
- background: rgb(255, 0, 0);
- font-weight: bold;
-}
-.OxThemeModern .OxSourceCode .OxIdentifier {
- color: rgb(192, 192, 192);
-}
-.OxThemeModern .OxSourceCode .OxKeyword {
- color: rgb(128, 128, 225);
- font-weight: bold;
-}
-.OxThemeModern .OxSourceCode .OxLinebreak {
- color: rgb(64, 64, 64);
-}
-.OxThemeModern .OxSourceCode .OxMethod {
- color: rgb(64, 192, 192);
-}
-.OxThemeModern .OxSourceCode .OxNumber {
- color: rgb(192, 64, 64);
-}
-.OxThemeModern .OxSourceCode .OxObject {
- color: rgb(64, 192, 192);
- font-weight: bold;
-}
-.OxThemeModern .OxSourceCode .OxOperator {
- color: rgb(128, 128, 255);
-}
-.OxThemeModern .OxSourceCode .OxProperty {
- color: rgb(64, 192, 64);
- font-weight: bold;
-}
-.OxThemeModern .OxSourceCode .OxRegexp {
- color: rgb(192, 192, 64);
-}
-.OxThemeModern .OxSourceCode .OxString {
- color: rgb(64, 192, 64);
-}
-.OxThemeModern .OxSourceCode .OxWhitespace {
- color: rgb(64, 64, 64);
-}
-.OxThemeModern .OxSourceCode .OxWhitespace.OxLeading,
-.OxThemeModern .OxSourceCode .OxWhitespace.OxTrailing {
- background: rgb(255, 255, 0);
-}
-
-/*
-================================================================================
-Video
-================================================================================
-*/
-
-.OxThemeModern .OxAnnotation {
- border-color: rgb(48, 48, 48);
-}
-.OxThemeModern .OxAnnotation.OxSelected {
- background: rgb(48, 48, 48);
-}
-
-
-.OxThemeModern .OxSmallVideoTimeline .OxMarkerPlay {
- border-color: rgba(0, 0, 0, 0.5);
-}
-.OxThemeModern .OxSmallVideoTimeline .OxMarkerPlay > div {
- border-color: rgba(255, 255, 255, 1);
-}
-.OxThemeModern .OxSmallVideoTimeline .OxMarkerPlay.OxPaused > div {
- border-color: rgba(255, 255, 255, 0.5);
-}
-.OxThemeModern .OxSmallVideoTimeline .OxMarkerPlay > div > div {
- border-color: rgba(0, 0, 0, 0.5);
-}
-
-
-.OxThemeModern .OxVideoPlayer .OxButton.OxDisabled {
- background: transparent;
- opacity: 0.25;
-}
-
-.OxThemeModern .OxVideoPlayer .OxControls.OxOnScreen {
- background-image: -moz-linear-gradient(top, rgba(64, 64, 64, 0.5), rgba(0, 0, 0, 0.5));
- background-image: -o-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));
-}
-.OxThemeModern .OxVideoPlayer .OxFind {
- background-image: -moz-linear-gradient(top, rgba(64, 64, 64, 0.5), rgba(0, 0, 0, 0.5));
- background-image: -o-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));
-}
-.OxThemeModern .OxVideoPlayer div.OxInput {
- background: transparent;
-}
-.OxThemeModern .OxVideoPlayer input.OxInput {
- background-image: -moz-linear-gradient(top, rgba(32, 32, 32, 0.75), rgba(64, 64, 64, 0.75));
- background-image: -o-linear-gradient(top, rgba(32, 32, 32, 0.75), rgba(64, 64, 64, 0.75));
- background-image: -webkit-linear-gradient(top, rgba(32, 32, 32, 0.75), rgba(64, 64, 64, 0.75));
-}
-.OxThemeModern .OxVideoPlayer .OxFind input.OxInput {
- background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.75), rgba(64, 64, 64, 0.75));
- background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.75), rgba(64, 64, 64, 0.75));
- background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.75), rgba(64, 64, 64, 0.75));
-}
-.OxThemeModern .OxVideoPlayer .OxSettings > div {
- background-color: rgba(32, 32, 32, 0.5);
-}
-.OxThemeModern .OxVideoPlayer .OxSettings > div.OxSelected {
- background-image: -moz-linear-gradient(top, rgba(48, 48, 48, 0.5), rgba(16, 16, 16, 0.5));
- background-image: -o-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));
-}
-.OxThemeModern .OxVideoPlayer .OxSettings > div.OxLine {
- background-color: rgba(64, 64, 64, 0.5);
-}
-.OxThemeModern .OxVideoPlayer .OxVolume {
- background-image: -moz-linear-gradient(top, rgba(64, 64, 64, 0.5), rgba(0, 0, 0, 0.5));
- background-image: -o-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));
-}
-.OxThemeModern .OxVideoPlayer .OxVolume .OxRange .OxTrack {
- background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(64, 64, 64, 0.5));
- background-image: -o-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.75), rgba(64, 64, 64, 0.75));
-}
-.OxThemeModern .OxVideoPlayer .OxVolume .OxRange .OxThumb {
- background-image: -moz-linear-gradient(top, rgba(64, 64, 64, 0.5), rgba(0, 0, 0, 0.5));
- background-image: -o-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.75), rgba(0, 0, 0, 0.75));
-}
-.OxThemeModern .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: -o-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, 1), rgba(0, 0, 0, 1));
-}
-
-
-// fixme: used?
-.OxThemeModern .OxVideoPlayer .OxSelect {
- border-color: transparent;
- //margin-left: 0px;
- //margin-right: -18px;
- background: transparent;
- //font-size: 9px;
-}
-.OxThemeModern .OxVideoPlayer .OxSelect.OxFocus {
- -moz-box-shadow: 0 0 0;
- -o-box-shadow: 0 0 0;
- -webkit-box-shadow: 0 0 0;
-}
-.OxThemeModern .OxVideoPlayer .OxSelect div {
- //padding: 0 0 0 2px;
- //font-size: 9px;
-}
-
-.OxThemeModern .OxVideoPlayer .OxSelect input {
- //display: none;
-}
-
-/* FIXME: the first three should apply for every ArrayEditable */
-.OxThemeModern .OxAnnotationFolder .OxArrayEditable .OxSeparator {
- color: rgb(160, 160, 160);
-}
-.OxThemeModern .OxAnnotationFolder .OxEditableElement.OxPlaceholder .OxValue {
- color: rgb(96, 96, 96);
-}
-.OxThemeModern .OxAnnotationFolder .OxEditableElement.OxWarning .OxValue {
- border-bottom: 2px dotted rgb(192, 0, 0);
-}
-.OxThemeModern .OxAnnotationFolder .OxArrayEditable .OxEditableElement.OxEditable.OxSelected {
- background: rgb(64, 64, 192);
-}
-.OxThemeModern .OxAnnotationFolder .OxArrayEditableInput .OxEditableElement.OxSelected {
- box-shadow: 0 0 1px rgb(255, 255, 255);
-}
-.OxThemeModern .OxAnnotationFolder .OxArrayEditableTextarea .OxEditableElement.OxEditable.OxEditing {
- background: rgb(64, 128, 64);
-}
-.OxThemeModern .OxAnnotationFolder .OxArrayEditable .OxInput.OxFocus {
- box-shadow: none;
-}
-.OxThemeModern .OxAnnotationFolder .OxEditableElement input {
- background: rgb(64, 128, 64);
- color: rgb(255, 255, 255);
-}
-.OxThemeModern .OxAnnotationFolder .OxEditableElement textarea {
- background: rgb(64, 128, 64);
- color: rgb(255, 255, 255);
-}
-
-
-/*
-================================================================================
-Miscellaneous
-================================================================================
-*/
-
-.OxThemeModern .OxSelectableElement.OxSelected {
- background: rgb(48, 48, 48);
-}
-.OxThemeModern .OxSelectableElement.OxSelected.OxFocus {
- background: rgb(64, 64, 64);
-}
-
-.OxThemeModern .OxScreen {
- background: rgb(32, 32, 32);
- color: rgb(224, 224, 224);
-}
-.OxThemeModern .OxScreen .OxReflection {
- background-image: -moz-linear-gradient(top, rgba(32, 32, 32, 0.75), rgba(32, 32, 32, 1), rgba(32, 32, 32, 1));
- background-image: -o-linear-gradient(top, rgba(32, 32, 32, 0.75), rgba(32, 32, 32, 1), rgba(32, 32, 32, 1));
- background-image: -webkit-linear-gradient(top, rgba(32, 32, 32, 0.75), rgba(32, 32, 32, 1), rgba(32, 32, 32, 1));
-}
-
-.OxThemeModern .OxTooltip {
- border: 1px solid rgba(128, 128, 128, 0.96);
- background: rgba(0, 0, 0, 0.96);
- color: rgba(128, 128, 128, 1);
- -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
- -o-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
- -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
-}
-
-.OxThemeModern ::selection {
- background: rgb(192, 192, 192);
- //color: rgb(255, 255, 255);
-}
diff --git a/source/Ox.UI/themes/modern/json/modern.json b/source/Ox.UI/themes/modern/json/modern.json
deleted file mode 100644
index 6bc28faf..00000000
--- a/source/Ox.UI/themes/modern/json/modern.json
+++ /dev/null
@@ -1,16 +0,0 @@
-{
- "color": {
- "failed": [192, 0, 0],
- "passed": [0, 192, 0]
- },
- "lightness": {
- "background": 0.25,
- "color": 0.75
- },
- "timeline": {
- "default": [255, 255, 255],
- "editing": [128, 128, 255],
- "result": [255, 255, 128],
- "selected": [128, 255, 128]
- }
-}
\ No newline at end of file
diff --git a/source/Ox.UI/themes/modern/json/theme.jsonc b/source/Ox.UI/themes/modern/json/theme.jsonc
new file mode 100644
index 00000000..3fff48a6
--- /dev/null
+++ b/source/Ox.UI/themes/modern/json/theme.jsonc
@@ -0,0 +1,203 @@
+{
+
+ "themeName": "Dark",
+ "themeLightnessBackground": 0.25,
+ "themeLightnessColor": 0.75,
+
+ "barGradient": [[64, 64, 64], [32, 32, 32]],
+ "barSelectedColor": [255, 255, 255],
+ "barSelectedGradient": [[80, 80, 80], [48, 48, 48]],
+
+ "bodyBackground": [16, 16, 16],
+ "bodyBorder": [48, 48, 48],
+ "bodyColor": [240, 240, 240],
+ "bodyBrightColor": [255, 255, 255],
+ "bodyHighlightBackground": [16, 16, 16],
+ "bodyHighlightColor": [255, 255, 0],
+ "bodyLightColor": [128, 128, 128],
+ "bodyWarningBorder": [192, 0, 0],
+
+ "buttonGradient": [[96, 96, 96], [64, 64, 64]],
+ "buttonActiveColor": [208, 208, 208],
+ "buttonActiveGradient": [[80, 80, 80], [80, 80, 80]],
+ "buttonDisabledColor": [128, 128, 128],
+ "buttonDisabledGradient": [[80, 80, 80], [80, 80, 80]],
+ "buttonSelectedColor": [224, 224, 224],
+ "buttonSelectedGradient": [[32, 32, 32], [64, 64, 64]],
+
+ "calendarBackground": [24, 24, 24],
+ "calendarControlBackground": [0, 0, 0, 0.75],
+ "calendarControlBorder": [192, 192, 192],
+ "calendarControlColor": [192, 192, 192],
+ "calendarEventColor": [255, 255, 255],
+ "calendarEventShadow": [255, 255, 255],
+ "calendarEventDateGradient": [[96, 96, 192, 0.9], [64, 64, 160, 0.9]],
+ "calendarEventOtherGradient": [[192, 32, 32, 0.9], [160, 0, 0, 0.9]],
+ "calendarEventPersonGradient": [[255, 96, 0, 0.9], [224, 64, 0, 0.9]],
+ "calendarEventPlaceGradient": [[0, 128, 96, 0.9], [0, 96, 64, 0.9]],
+ "calendarLineBackground": [32, 32, 32],
+ "calendarOverlayOddBackground": [0, 0, 0, 0.25],
+ "calendarOverlayEvenBackground": [255, 255, 255, 0.25],
+ "calendarOverlayEvenShadow": [255, 255, 255],
+ "calendarTimelineOddGradient": [[64, 64, 64], [32, 32, 32]],
+ "calendarTimelineEvenGradient": [[48, 48, 48], [24, 24, 24]], // wrong?
+
+ "dialogBackground": [48, 48, 48, 0.95],
+ "dialogShadow": [0, 0, 0],
+ "dialogBarGradient": [[64, 64, 64, 0.95], [32, 32, 32, 0.95]],
+ "dialogLayerBackground": [0, 0, 0],
+ "dialogReflectionGradient": [[48, 48, 48, 0.75], [48, 48, 48, 1]],
+
+ "documentBorder": [48, 48, 48],
+ "documentLabelBackground": [16, 16, 16],
+ "documentCodeColor": [192, 192, 255],
+ "documentWarningColor": [192, 0, 0],
+
+ "formelementBorder": [48, 48, 48],
+ "formelementColor": [192, 192, 192],
+ "formelementFocusShadow": [128, 128, 128], // used to be for inputs only, not buttons
+
+ "gridGradient": [[8, 8, 8], [24, 24, 24]],
+
+ "inputGradient": [[0, 0, 0], [32, 32, 32]],
+ "inputActiveGradient": [[16, 16, 16], [48, 48, 48]],
+ "inputDisabledGradient": [[16, 16, 16], [16, 16, 16]],
+ "inputErrorColor": [255, 64, 64],
+ "inputPlaceholderColor": [96, 96, 96],
+
+ "labelBackground": [80, 80, 80],
+ "labelDisabledColor": [128, 128, 128],
+
+ "linkColor": [128, 128, 255],
+
+ "listCellBorder": [24, 24, 24],
+ "listCellFocusSelectedBorder": [72, 72, 72],
+ "listCellFocusSelectedColor": [255, 255, 255],
+ "listCellSelectedBorder": [40, 40, 40],
+ "listCellSelectedColor": [240, 240, 240],
+
+ "listHeadBorder": [24, 24, 24],
+
+ "listIconLoadingBorder": [48, 48, 48],
+ "listIconLoadingGradient": [[32, 32, 32], [0, 0, 0]],
+ "listIconFocusSelectedBorder": [128, 128, 128],
+ "listIconFocusSelectedShadow": [128, 128, 128],
+ "listIconSelectedBorder": [64, 64, 64],
+ "listIconSelectedShadow": [64, 64, 64],
+ "listIconLabelFocusSelectedBackground": [128, 128, 128, 0.5],
+ "listIconLabelFocusSelectedBorder": [128, 128, 128],
+ "listIconLabelFocusSelectedShadow": [128, 128, 128],
+ "listIconLabelSelectedBackground": [92, 92, 92], // wrong?
+ "listIconLabelSelectedBorder": [92, 92, 92], // wrong?
+ "listIconLabelSelectedShadow": [64, 64, 64], // wrong?
+ "listIconTextShadow": [0, 0, 0],
+ "listIconTextFocusSelectedShadow": [32, 32, 32],
+ "listIconTextSelectedShadow": [16, 16, 16],
+
+ "listItemBorder": [32, 32, 32],
+ "listItemOddBackground": [14, 14, 14],
+ "listItemEvenBackground": [18, 18, 18],
+ "listItemDropOddBackground": [78, 78, 78],
+ "listItemDropEvenBackground": [82, 82, 82],
+ "listItemFocusSelectedBackground": [64, 64, 64],
+ "listItemFocusSelectedOddBackground": [62, 62, 62],
+ "listItemFocusSelectedEvenBackground": [68, 68, 68],
+ "listItemSelectedBackground": [48, 48, 48],
+ "listItemSelectedOddBackground": [46, 46, 46],
+ "listItemSelectedEvenBackground": [50, 50, 50],
+
+ "mapControlBackground": [0, 0, 0, 0.5],
+ "mapControlBorder": [192, 192, 192],
+ "mapControlColor": [192, 192, 192],
+ "mapPlaceBorder": [0, 0, 0],
+ "mapPlaceEditingBorder": [128, 128, 255],
+ "mapPlaceSelectedBorder": [255, 255, 255],
+ "mapPlaceBoroughColor": [255, 128, 0],
+ "mapPlaceBuildingColor": [255, 64, 128],
+ "mapPlaceCityColor": [255, 0, 0],
+ "mapPlaceCountryColor": [64, 64, 255],
+ "mapPlaceFeatureColor": [0, 192, 0],
+ "mapPlaceRegionColor": [0, 192, 192],
+ "mapPlaceStreetColor": [255, 255, 0],
+
+ "menuShadow": [0, 0, 0, 0.75],
+ "menuBackground": [48, 48, 48, 0.96],
+ "menuDisabledColor": [128, 128, 128],
+ "menuSelectedBackground": [64, 64, 64, 0.96],
+
+ "progressbarBackground": [255, 255, 255, 0.05],
+ "progressbarAnimateBackground": [255, 255, 255, 0.1],
+
+ "reflectionGradient": [[16, 16, 16, 0.75], [16, 16, 16, 1]],
+
+ "screenBackground": [32, 32, 32],
+ "screenColor": [224, 224, 224],
+ "screenReflectionGradient": [[32, 32, 32, 0.75], [32, 32, 32, 1], [32, 32, 32, 1]],
+
+ "scrollbarCornerGradient": [[96, 96, 96], [32, 32, 32]],
+
+ "selectionBackground": [192, 192, 192],
+
+ "sourcecodeBackground": [0, 0, 0],
+ "sourcecodeCommentColor": [128, 128, 128],
+ "sourcecodeConstantColor": [192, 64, 64],
+ "sourcecodeErrorBackground": [255, 0, 0],
+ "sourcecodeErrorColor": [255, 255, 255],
+ "sourcecodeIdentifierColor": [192, 192, 192],
+ "sourcecodeKeywordColor": [128, 128, 255],
+ "sourcecodeLinenumbersBackground": [32, 32, 32],
+ "sourcecodeLinenumbersColor": [128, 128, 128],
+ "sourcecodeMethodColor": [64, 192, 192],
+ "sourcecodeNumberColor": [192, 64, 64],
+ "sourcecodeObjectColor": [64, 192, 192],
+ "sourcecodeOperatorColor": [128, 128, 255],
+ "sourcecodePropertyColor": [64, 192, 64],
+ "sourcecodeRegexpColor": [192, 192, 64],
+ "sourcecodeSpecialColor": [64, 64, 64],
+ "sourcecodeStringColor": [64, 192, 64],
+ "sourcecodeWhitespaceBackground": [255, 255, 0],
+
+ "sourceviewerCodeBackground": [0, 0, 0],
+ "sourceviewerCodeShadow": [255, 255, 255], // wrong?
+
+ "symbolDefaultColor": [192, 192, 192],
+ "symbolDisabledColor": [128, 128, 128],
+ "symbolFailedColor": [192, 0, 0],
+ "symbolPassedColor": [0, 192, 0],
+ "symbolSelectedColor": [255, 255, 255],
+ "symbolVideoColor": [255, 255, 255],
+ "symbolWarningColor": [255, 0, 0],
+
+ "tooltipBackground": [0, 0, 0, 0.96],
+ "tooltipBorder": [128, 128, 128, 0.96],
+ "tooltipColor": [128, 128, 128],
+ "tooltipShadow": [0, 0, 0, 0.5],
+
+ "videoBarGradient": [[64, 64, 64, 0.5], [0, 0, 0, 0.5]],
+ "videoButtonGradient": [[64, 64, 64, 0.75], [0, 0, 0, 0.75]],
+ "videoButtonActiveGradient": [[64, 64, 64], [0, 0, 0]],
+ "videoInputGradient": [[32, 32, 32, 0.75], [64, 64, 64, 0.75]],
+ "videoMenuBackground": [32, 32, 32, 0.5],
+ "videoMenuBorder": [64, 64, 64, 0.5],
+ "videoMenuSelectedGradient": [[48, 48, 48, 0.5], [16, 16, 16, 0.5]],
+
+ "videoAnnotationEditableEditingBackground": [64, 128, 64],
+ "videoAnnotationEditableEditingColor": [255, 255, 255],
+ "videoAnnotationEditableSelectedBackground": [64, 64, 192],
+ "videoAnnotationEditableSelectedShadow": [255, 255, 255],
+ "videoAnnotationSelectedBackground": [48, 48, 48],
+ "videoAnnotationSeparatorColor": [160, 160, 160],
+
+ "videoMarkerBackground": [0, 0, 0],
+ "videoMarkerBorder": [255, 255, 255],
+
+ "videoTimelineDefaultGradient": [[32, 32, 32], [244, 244, 244]],
+ "videoTimelineEditableGradient": [[0, 0, 128], [128, 128, 255]],
+ "videoTimelineEditingGradient": [[0, 128, 0], [128, 255, 128]],
+ "videoTimelineResultGradient": [[0, 0, 0], [255, 255, 0]],
+ "videoTimelineSelectedGradient": [[0, 0, 0], [255, 255, 255]],
+ "videoTimelineMarkerShadow": [0, 0, 0, 0.5],
+ "videoTimelineMarkerPausedBorder": [255, 255, 255, 0.5],
+ "videoTimelineMarkerPlayingBorder": [255, 255, 255]
+
+}
\ No newline at end of file
diff --git a/source/Ox.UI/themes/modern/svg/__check.svg b/source/Ox.UI/themes/modern/svg/__check.svg
deleted file mode 100644
index 93f6a2e9..00000000
--- a/source/Ox.UI/themes/modern/svg/__check.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/modern/svg/_check.svg b/source/Ox.UI/themes/modern/svg/_check.svg
deleted file mode 100644
index 9e22b971..00000000
--- a/source/Ox.UI/themes/modern/svg/_check.svg
+++ /dev/null
@@ -1,5 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/modern/svg/_mute.svg b/source/Ox.UI/themes/modern/svg/_mute.svg
deleted file mode 100644
index 415dccec..00000000
--- a/source/Ox.UI/themes/modern/svg/_mute.svg
+++ /dev/null
@@ -1,6 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/modern/svg/_viewColumns.svg b/source/Ox.UI/themes/modern/svg/_viewColumns.svg
deleted file mode 100644
index 95c7e3d3..00000000
--- a/source/Ox.UI/themes/modern/svg/_viewColumns.svg
+++ /dev/null
@@ -1,5 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/modern/svg/_viewIconList.svg b/source/Ox.UI/themes/modern/svg/_viewIconList.svg
deleted file mode 100644
index 11e8e2ae..00000000
--- a/source/Ox.UI/themes/modern/svg/_viewIconList.svg
+++ /dev/null
@@ -1,10 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/modern/svg/_viewIcons.svg b/source/Ox.UI/themes/modern/svg/_viewIcons.svg
deleted file mode 100644
index a3e15849..00000000
--- a/source/Ox.UI/themes/modern/svg/_viewIcons.svg
+++ /dev/null
@@ -1,6 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/modern/svg/_viewList.svg b/source/Ox.UI/themes/modern/svg/_viewList.svg
deleted file mode 100644
index ef8b8903..00000000
--- a/source/Ox.UI/themes/modern/svg/_viewList.svg
+++ /dev/null
@@ -1,8 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/modern/svg/symbolAdd.svg b/source/Ox.UI/themes/modern/svg/symbolAdd.svg
deleted file mode 100644
index c3ed5ec5..00000000
--- a/source/Ox.UI/themes/modern/svg/symbolAdd.svg
+++ /dev/null
@@ -1,6 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/modern/svg/symbolArrowDown.svg b/source/Ox.UI/themes/modern/svg/symbolArrowDown.svg
deleted file mode 100644
index 5c0987cf..00000000
--- a/source/Ox.UI/themes/modern/svg/symbolArrowDown.svg
+++ /dev/null
@@ -1,4 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/modern/svg/symbolArrowLeft.svg b/source/Ox.UI/themes/modern/svg/symbolArrowLeft.svg
deleted file mode 100644
index 770a6116..00000000
--- a/source/Ox.UI/themes/modern/svg/symbolArrowLeft.svg
+++ /dev/null
@@ -1,4 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/modern/svg/symbolArrowRight.svg b/source/Ox.UI/themes/modern/svg/symbolArrowRight.svg
deleted file mode 100644
index a744fd85..00000000
--- a/source/Ox.UI/themes/modern/svg/symbolArrowRight.svg
+++ /dev/null
@@ -1,4 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/modern/svg/symbolArrowUp.svg b/source/Ox.UI/themes/modern/svg/symbolArrowUp.svg
deleted file mode 100644
index 7f7c1c2d..00000000
--- a/source/Ox.UI/themes/modern/svg/symbolArrowUp.svg
+++ /dev/null
@@ -1,4 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/modern/svg/symbolBracket.svg b/source/Ox.UI/themes/modern/svg/symbolBracket.svg
deleted file mode 100644
index 5d94e9ab..00000000
--- a/source/Ox.UI/themes/modern/svg/symbolBracket.svg
+++ /dev/null
@@ -1,8 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/modern/svg/symbolCenter.svg b/source/Ox.UI/themes/modern/svg/symbolCenter.svg
deleted file mode 100644
index 451bccfa..00000000
--- a/source/Ox.UI/themes/modern/svg/symbolCenter.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/modern/svg/symbolCheck.svg b/source/Ox.UI/themes/modern/svg/symbolCheck.svg
deleted file mode 100644
index 4c3e7404..00000000
--- a/source/Ox.UI/themes/modern/svg/symbolCheck.svg
+++ /dev/null
@@ -1,8 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/modern/svg/symbolClose.svg b/source/Ox.UI/themes/modern/svg/symbolClose.svg
deleted file mode 100644
index fd3d6b76..00000000
--- a/source/Ox.UI/themes/modern/svg/symbolClose.svg
+++ /dev/null
@@ -1,6 +0,0 @@
-
diff --git a/source/Ox.UI/themes/modern/svg/symbolDelete.svg b/source/Ox.UI/themes/modern/svg/symbolDelete.svg
deleted file mode 100644
index 0a49cebd..00000000
--- a/source/Ox.UI/themes/modern/svg/symbolDelete.svg
+++ /dev/null
@@ -1,6 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/modern/svg/symbolDown.svg b/source/Ox.UI/themes/modern/svg/symbolDown.svg
deleted file mode 100644
index 6e4af663..00000000
--- a/source/Ox.UI/themes/modern/svg/symbolDown.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/modern/svg/symbolDownload.svg b/source/Ox.UI/themes/modern/svg/symbolDownload.svg
deleted file mode 100644
index 00383d95..00000000
--- a/source/Ox.UI/themes/modern/svg/symbolDownload.svg
+++ /dev/null
@@ -1,4 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/modern/svg/symbolEdit.svg b/source/Ox.UI/themes/modern/svg/symbolEdit.svg
deleted file mode 100644
index d2feecb9..00000000
--- a/source/Ox.UI/themes/modern/svg/symbolEdit.svg
+++ /dev/null
@@ -1,8 +0,0 @@
-
diff --git a/source/Ox.UI/themes/modern/svg/symbolEmbed.svg b/source/Ox.UI/themes/modern/svg/symbolEmbed.svg
deleted file mode 100644
index 4f98207d..00000000
--- a/source/Ox.UI/themes/modern/svg/symbolEmbed.svg
+++ /dev/null
@@ -1,6 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/modern/svg/symbolFill.svg b/source/Ox.UI/themes/modern/svg/symbolFill.svg
deleted file mode 100644
index 64b57085..00000000
--- a/source/Ox.UI/themes/modern/svg/symbolFill.svg
+++ /dev/null
@@ -1,5 +0,0 @@
-
diff --git a/source/Ox.UI/themes/modern/svg/symbolFind.svg b/source/Ox.UI/themes/modern/svg/symbolFind.svg
deleted file mode 100644
index 9a7ba14c..00000000
--- a/source/Ox.UI/themes/modern/svg/symbolFind.svg
+++ /dev/null
@@ -1,6 +0,0 @@
-
diff --git a/source/Ox.UI/themes/modern/svg/symbolFit.svg b/source/Ox.UI/themes/modern/svg/symbolFit.svg
deleted file mode 100644
index 61876c8f..00000000
--- a/source/Ox.UI/themes/modern/svg/symbolFit.svg
+++ /dev/null
@@ -1,5 +0,0 @@
-
diff --git a/source/Ox.UI/themes/modern/svg/symbolFlag.svg b/source/Ox.UI/themes/modern/svg/symbolFlag.svg
deleted file mode 100644
index abbf26fb..00000000
--- a/source/Ox.UI/themes/modern/svg/symbolFlag.svg
+++ /dev/null
@@ -1,4 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/modern/svg/symbolGoToIn.svg b/source/Ox.UI/themes/modern/svg/symbolGoToIn.svg
deleted file mode 100644
index d405092a..00000000
--- a/source/Ox.UI/themes/modern/svg/symbolGoToIn.svg
+++ /dev/null
@@ -1,4 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/modern/svg/symbolGoToOut.svg b/source/Ox.UI/themes/modern/svg/symbolGoToOut.svg
deleted file mode 100644
index a2761b7c..00000000
--- a/source/Ox.UI/themes/modern/svg/symbolGoToOut.svg
+++ /dev/null
@@ -1,4 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/modern/svg/symbolGoToPoster.svg b/source/Ox.UI/themes/modern/svg/symbolGoToPoster.svg
deleted file mode 100644
index c404fd46..00000000
--- a/source/Ox.UI/themes/modern/svg/symbolGoToPoster.svg
+++ /dev/null
@@ -1,6 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/modern/svg/symbolGrow.svg b/source/Ox.UI/themes/modern/svg/symbolGrow.svg
deleted file mode 100644
index ad95644d..00000000
--- a/source/Ox.UI/themes/modern/svg/symbolGrow.svg
+++ /dev/null
@@ -1,6 +0,0 @@
-
diff --git a/source/Ox.UI/themes/modern/svg/symbolHelp.svg b/source/Ox.UI/themes/modern/svg/symbolHelp.svg
deleted file mode 100644
index b93f335b..00000000
--- a/source/Ox.UI/themes/modern/svg/symbolHelp.svg
+++ /dev/null
@@ -1,10 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/modern/svg/symbolInfo.svg b/source/Ox.UI/themes/modern/svg/symbolInfo.svg
deleted file mode 100644
index a79271dd..00000000
--- a/source/Ox.UI/themes/modern/svg/symbolInfo.svg
+++ /dev/null
@@ -1,6 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/modern/svg/symbolLeft.svg b/source/Ox.UI/themes/modern/svg/symbolLeft.svg
deleted file mode 100644
index 38ff2397..00000000
--- a/source/Ox.UI/themes/modern/svg/symbolLeft.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/modern/svg/symbolLike.svg b/source/Ox.UI/themes/modern/svg/symbolLike.svg
deleted file mode 100644
index d44188ea..00000000
--- a/source/Ox.UI/themes/modern/svg/symbolLike.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/modern/svg/symbolLoading.svg b/source/Ox.UI/themes/modern/svg/symbolLoading.svg
deleted file mode 100644
index 0c02c518..00000000
--- a/source/Ox.UI/themes/modern/svg/symbolLoading.svg
+++ /dev/null
@@ -1,16 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/modern/svg/symbolLoadingAnimated.svg b/source/Ox.UI/themes/modern/svg/symbolLoadingAnimated.svg
deleted file mode 100644
index 05e721ca..00000000
--- a/source/Ox.UI/themes/modern/svg/symbolLoadingAnimated.svg
+++ /dev/null
@@ -1,40 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/modern/svg/symbolLock.svg b/source/Ox.UI/themes/modern/svg/symbolLock.svg
deleted file mode 100644
index 479dd81a..00000000
--- a/source/Ox.UI/themes/modern/svg/symbolLock.svg
+++ /dev/null
@@ -1,4 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/modern/svg/symbolMount.svg b/source/Ox.UI/themes/modern/svg/symbolMount.svg
deleted file mode 100644
index e051df10..00000000
--- a/source/Ox.UI/themes/modern/svg/symbolMount.svg
+++ /dev/null
@@ -1,5 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/modern/svg/symbolMute.svg b/source/Ox.UI/themes/modern/svg/symbolMute.svg
deleted file mode 100644
index cdf7b723..00000000
--- a/source/Ox.UI/themes/modern/svg/symbolMute.svg
+++ /dev/null
@@ -1,7 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/modern/svg/symbolNone.svg b/source/Ox.UI/themes/modern/svg/symbolNone.svg
deleted file mode 100644
index b24ffbc9..00000000
--- a/source/Ox.UI/themes/modern/svg/symbolNone.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/modern/svg/symbolPause.svg b/source/Ox.UI/themes/modern/svg/symbolPause.svg
deleted file mode 100644
index 3c99adf1..00000000
--- a/source/Ox.UI/themes/modern/svg/symbolPause.svg
+++ /dev/null
@@ -1,6 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/modern/svg/symbolPlayInToOut.svg b/source/Ox.UI/themes/modern/svg/symbolPlayInToOut.svg
deleted file mode 100644
index f4f1f903..00000000
--- a/source/Ox.UI/themes/modern/svg/symbolPlayInToOut.svg
+++ /dev/null
@@ -1,4 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/modern/svg/symbolPublish.svg b/source/Ox.UI/themes/modern/svg/symbolPublish.svg
deleted file mode 100644
index 579cd5e8..00000000
--- a/source/Ox.UI/themes/modern/svg/symbolPublish.svg
+++ /dev/null
@@ -1,5 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/modern/svg/symbolRedo.svg b/source/Ox.UI/themes/modern/svg/symbolRedo.svg
deleted file mode 100644
index 397fcf79..00000000
--- a/source/Ox.UI/themes/modern/svg/symbolRedo.svg
+++ /dev/null
@@ -1,4 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/modern/svg/symbolRemove.svg b/source/Ox.UI/themes/modern/svg/symbolRemove.svg
deleted file mode 100644
index 06e9a807..00000000
--- a/source/Ox.UI/themes/modern/svg/symbolRemove.svg
+++ /dev/null
@@ -1,5 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/modern/svg/symbolRight.svg b/source/Ox.UI/themes/modern/svg/symbolRight.svg
deleted file mode 100644
index c438513e..00000000
--- a/source/Ox.UI/themes/modern/svg/symbolRight.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/source/Ox.UI/themes/modern/svg/symbolSelect.svg b/source/Ox.UI/themes/modern/svg/symbolSelect.svg
deleted file mode 100644
index 88700584..00000000
--- a/source/Ox.UI/themes/modern/svg/symbolSelect.svg
+++ /dev/null
@@ -1,4 +0,0 @@
-
diff --git a/source/Ox.UI/themes/modern/svg/symbolSet.svg b/source/Ox.UI/themes/modern/svg/symbolSet.svg
deleted file mode 100644
index 96febf1c..00000000
--- a/source/Ox.UI/themes/modern/svg/symbolSet.svg
+++ /dev/null
@@ -1,13 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/modern/svg/symbolSetIn.svg b/source/Ox.UI/themes/modern/svg/symbolSetIn.svg
deleted file mode 100644
index 2de77eb3..00000000
--- a/source/Ox.UI/themes/modern/svg/symbolSetIn.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/modern/svg/symbolSetOut.svg b/source/Ox.UI/themes/modern/svg/symbolSetOut.svg
deleted file mode 100644
index f1f318c6..00000000
--- a/source/Ox.UI/themes/modern/svg/symbolSetOut.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/modern/svg/symbolSetPoster.svg b/source/Ox.UI/themes/modern/svg/symbolSetPoster.svg
deleted file mode 100644
index 16a764a3..00000000
--- a/source/Ox.UI/themes/modern/svg/symbolSetPoster.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/modern/svg/symbolShrink.svg b/source/Ox.UI/themes/modern/svg/symbolShrink.svg
deleted file mode 100644
index 15a74d47..00000000
--- a/source/Ox.UI/themes/modern/svg/symbolShrink.svg
+++ /dev/null
@@ -1,6 +0,0 @@
-
diff --git a/source/Ox.UI/themes/modern/svg/symbolStar.svg b/source/Ox.UI/themes/modern/svg/symbolStar.svg
deleted file mode 100644
index 20ae792a..00000000
--- a/source/Ox.UI/themes/modern/svg/symbolStar.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
diff --git a/source/Ox.UI/themes/modern/svg/symbolSync.svg b/source/Ox.UI/themes/modern/svg/symbolSync.svg
deleted file mode 100644
index 79d3d007..00000000
--- a/source/Ox.UI/themes/modern/svg/symbolSync.svg
+++ /dev/null
@@ -1,6 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/modern/svg/symbolUndo.svg b/source/Ox.UI/themes/modern/svg/symbolUndo.svg
deleted file mode 100644
index c54aa9af..00000000
--- a/source/Ox.UI/themes/modern/svg/symbolUndo.svg
+++ /dev/null
@@ -1,4 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/modern/svg/symbolUnlock.svg b/source/Ox.UI/themes/modern/svg/symbolUnlock.svg
deleted file mode 100644
index a2a4709b..00000000
--- a/source/Ox.UI/themes/modern/svg/symbolUnlock.svg
+++ /dev/null
@@ -1,4 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/modern/svg/symbolUnmount.svg b/source/Ox.UI/themes/modern/svg/symbolUnmount.svg
deleted file mode 100644
index 303fb55e..00000000
--- a/source/Ox.UI/themes/modern/svg/symbolUnmount.svg
+++ /dev/null
@@ -1,4 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/modern/svg/symbolUnmute.svg b/source/Ox.UI/themes/modern/svg/symbolUnmute.svg
deleted file mode 100644
index 3726cbd5..00000000
--- a/source/Ox.UI/themes/modern/svg/symbolUnmute.svg
+++ /dev/null
@@ -1,4 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/modern/svg/symbolUp.svg b/source/Ox.UI/themes/modern/svg/symbolUp.svg
deleted file mode 100644
index a860276b..00000000
--- a/source/Ox.UI/themes/modern/svg/symbolUp.svg
+++ /dev/null
@@ -1,3 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/modern/svg/symbolUser.svg b/source/Ox.UI/themes/modern/svg/symbolUser.svg
deleted file mode 100644
index 04a44024..00000000
--- a/source/Ox.UI/themes/modern/svg/symbolUser.svg
+++ /dev/null
@@ -1,5 +0,0 @@
-
diff --git a/source/Ox.UI/themes/modern/svg/symbolView.svg b/source/Ox.UI/themes/modern/svg/symbolView.svg
deleted file mode 100644
index c4f941c0..00000000
--- a/source/Ox.UI/themes/modern/svg/symbolView.svg
+++ /dev/null
@@ -1,4 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/modern/svg/symbolVolumeDown.svg b/source/Ox.UI/themes/modern/svg/symbolVolumeDown.svg
deleted file mode 100644
index dbd39cf3..00000000
--- a/source/Ox.UI/themes/modern/svg/symbolVolumeDown.svg
+++ /dev/null
@@ -1,6 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/modern/svg/symbolVolumeUp.svg b/source/Ox.UI/themes/modern/svg/symbolVolumeUp.svg
deleted file mode 100644
index 93921fe0..00000000
--- a/source/Ox.UI/themes/modern/svg/symbolVolumeUp.svg
+++ /dev/null
@@ -1,5 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/modern/svg/symbolWarning.svg b/source/Ox.UI/themes/modern/svg/symbolWarning.svg
deleted file mode 100644
index 10e797c8..00000000
--- a/source/Ox.UI/themes/modern/svg/symbolWarning.svg
+++ /dev/null
@@ -1,4 +0,0 @@
-
\ No newline at end of file
diff --git a/source/Ox.UI/themes/modern/svg/symbolZoom.svg b/source/Ox.UI/themes/modern/svg/symbolZoom.svg
deleted file mode 100644
index d7efaa01..00000000
--- a/source/Ox.UI/themes/modern/svg/symbolZoom.svg
+++ /dev/null
@@ -1,10 +0,0 @@
-