123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415 |
- .container
- {
- margin: 0px;
- flex: 1;
- flex-direction: row;
- }
- /* ///// */
- /* VIEWS */
- /* ///// */
- /* override as later in document */
- .verticalSplit
- {
- flex-direction: column;
- }
- #viewContainer
- {
- min-width: 50px;
- flex-shrink: 0;
- }
- #firstView,
- #secondView
- {
- flex: 0;
- }
- /* override as later in document */
- .firstView > #firstView,
- .secondView > #secondView
- {
- flex: 1;
- }
- /* /////////// */
- /* ENVIRONMENT */
- /* /////////// */
- #environmentContainer
- {
- width: 0px;
- visibility: hidden;
- flex-direction: column-reverse;
- border-color: #232323;
- border-left-width: 1px;
- }
- #debugContainer
- {
- width: 0px;
- visibility: hidden;
- border-color: #232323;
- border-left-width: 1px;
- }
- #environmentContainer > EnvironmentElement
- {
- border-color: #232323;
- flex-shrink: 0;
- }
- .showEnvironmentPanel > #environmentContainer
- {
- width: 255px;
- visibility: visible;
- }
- .showDebugPanel > #debugContainer
- {
- width: 256px; /*219px;*/
- visibility: visible;
- }
- .unity-label
- {
- min-width: 100px;
- }
- .unity-composite-field__field > .unity-base-field__label
- {
- padding-left: 0px;
- min-width: 10px;
- max-width: 10px;
- }
- .unity-composite-field__field > .unity-base-field__input
- {
- margin-left: 0px;
- min-width: 38px;
- max-width: 38px;
- }
- #unity-text-input
- {
- min-width: 40px;
- }
- .list-environment
- {
- flex: 1;
- }
- .list-environment-overlay
- {
- position: absolute;
- bottom: 0px;
- padding-left: 1px;
- border-bottom-width: 0px;
- background-color: rgba(0,0,0,0);
- }
- #environmentListCreationToolbar
- {
- padding-left: 1px;
- }
- #environmentListCreationToolbar > *
- {
- flex: 1;
- -unity-text-align: middle-center;
- }
- #environmentListCreationToolbar > ObjectField > Label
- {
- min-width: 60px;
- width: 60px;
- }
- #environmentListCreationToolbar > ToolbarButton
- {
- min-width: 40px;
- width: 40px;
- flex: 0;
- border-left-width: 1px;
- border-right-width: 0px;
- margin-right: -1px;
- }
- ObjectFieldDisplay > Label
- {
- -unity-text-align: middle-left;
- }
- ObjectFieldDisplay > Image
- {
- min-width: 12px;
- }
- ToolbarButton
- {
- border-left-width: 0px;
- }
- .list-environment-overlay > ToolbarButton
- {
- border-width: 0px;
- border-right-width: 1px;
- width: 20px;
- min-width: 20px;
- -unity-text-align: middle-center;
- background-color: #3c3c3c;
- padding-left: 2px;
- padding-right: 2px;
- }
- .list-environment-overlay > ToolbarButton:hover
- {
- background-color: #585858;
- }
- .list-environment-overlay > #duplicate
- {
- border-right-width: 0px;
- }
- Image.unity-list-view__item
- {
- width: 210px;
- margin: 15px;
- padding: 5px;
- }
- Image.unity-list-view__item:selected
- {
- border-width: 2px;
- padding: 3px;
- border-color: #3d6091;
- background-color: rgba(0,0,0,0);
- }
- .sun-to-brightest-button
- {
- padding-left: 4px;
- }
- #inspector-header
- {
- flex-direction: row;
- border-bottom-width: 1px;
- border-color: #232323;
- padding-top: 5px;
- padding-bottom: 5px;
- padding-left: 3px;
- background-color: #3C3C3C;
- }
- #inspector-header > Image
- {
- margin-top: 2px;
- margin-bottom: 2px;
- }
- #inspector-header > TextField
- {
- flex: 1;
- }
- #inspector
- {
- padding-bottom: 5px;
- }
- #separator-line
- {
- background-color: #3C3C3C;
- }
- #separator
- {
- flex: 1;
- width: 188px;
- border-bottom-width: 1px;
- border-color: #232323;
- height: 0;
- align-self: flex-end;
- }
- #sunToBrightestButton
- {
- background-color: rgba(0,0,0,0);
- border-radius: 0px;
- border-width: 0px;
- padding: 0px;
- margin-right: 1px;
- }
- #sunToBrightestButton:hover
- {
- background-color: #585858;
- }
- /* /////// */
- /* /DEBUG/ */
- /* /////// */
- MultipleDifferentValue
- {
- -unity-font-style: bold;
- font-size: 15px;
- -unity-text-align: middle-center;
- margin-bottom: 2px;
- height: 15px;
- }
- MultipleSourcePopupField > MultipleDifferentValue
- {
- -unity-text-align: middle-left;
- width: 120px;
- background-color: #515151;
- position: absolute;
- left: 103px;
- bottom: 1px;
- }
- MultipleSourcePopupField > MultipleDifferentValue:hover
- {
- background-color: #585858;
- }
- #debugToolbar
- {
- margin-top: 16px;
- margin-bottom: 16px;
- flex-direction: row;
- align-self: center;
- border-bottom-width: 1px;
- border-top-width: 1px;
- border-color: #232323;
- }
- #debugToolbar > ToolbarToggle
- {
- width: 40px;
- left: 0px;
- }
- #debugToolbar > ToolbarToggle > *
- {
- justify-content: center;
- }
- /* /////// */
- /* TOOLBAR */
- /* /////// */
- #toolbar
- {
- flex-direction: row;
- }
- #toolbarRadio
- {
- flex-direction: row;
- }
- .unity-toggle__input > .unity-image
- {
- padding: 2px;
- }
- #tabsRadio
- {
- width: 256px;
- min-width: 256px;
- max-width: 256px;
- flex: 1;
- flex-direction: row;
- -unity-text-align: middle-center;
- }
- #tabsRadio > ToolbarToggle
- {
- flex: 1;
- left: 0px;
- }
- #tabsRadio > ToolbarToggle > * > Label
- {
- flex: 1;
- }
- .unity-toolbar-toggle
- {
- padding-top: 0px;
- padding-right: 0px;
- padding-bottom: 0px;
- padding-left: 0px;
- margin-left: 0px;
- margin-right: 0px;
- border-left-width: 0px;
- }
- #renderdoc-content
- {
- flex: 1;
- flex-direction: row;
- max-width: 80px;
- flex-shrink: 0;
- min-width: 24px;
- border-left-width: 1px;
- }
- #renderdoc-content > Label
- {
- -unity-text-align: middle-left;
- min-width: 0px;
- padding-top: 0px;
- }
- #renderdoc-content > Image
- {
- flex-shrink: 0;
- min-width: 16px;
- min-height: 16px;
- }
- #cameraMenu
- {
- flex-direction: row-reverse;
- padding: 0px;
- }
- #cameraButton
- {
- border-radius: 0px;
- border-width: 0px;
- border-left-width: 1px;
- padding: 0px;
- padding-right: 4px;
- margin: 0px;
- }
- #cameraSeparator
- {
- margin-top: 4px;
- margin-bottom: 4px;
- border-right-width: 1px;
- }
- #cameraButton > *
- {
- margin: 2px;
- }
- /* /////////// */
- /* DRAG'N'DROP */
- /* /////////// */
- #cursorFollower
- {
- position: absolute;
- }
|