!I integrate from //ce/main...
[CRYENGINE.git] / Editor / Styles / stylesheet.qss
blob18e70e504d509c82a9e1b6e2682c97a8e3cf98a4
1 /*****************************RULES*******************************
2 background color                        rgb(35,35,35)
3 icons, text color                       rgb(166,166,166)
5 hover backgroun color           rgb(255,255,255,70)
6 hover color                                     rgb(200,200,200)
8 main body color                         rgb(66,66,66)
10 selection color                         rgb(97,172,236)
11 red color                                       rgb(193,70,70)
12 green color                                     rgb(125,198,83)
13 yellow                                          rgb(233,233,117)
14 *******************************************************************/
16 QWidget 
18         background-color: rgb(51,51,51);
19         font-family:"Arial";
20         font-size: 12px;
21         color:rgb(166,166,166);
22         
25 QWidget::disabled 
27         color:rgb(120,120,120);
30 QFrame 
32         background-color:transparent;
33         color:rgb(200,200,200);
34         border: none;
35         margin:0;
36         padding:0;
39 QSeparators 
41         background-color:transparent;
42         color:transparent;
43         border: none;
46 QComboBox 
48         background-color: rgb(102,102,102);
49         color: rgb(242,242,242);
50         margin: 0px;
51         padding: 0px;
52         border-radius: 3px;
53         height: 24px;
56 QComboBox:disabled 
58         color:rgb(120,120,120);
59         background-color:rgb(58,58,58);
62 QComboBox::drop-down 
64         background-color: transparent;
65         margin: 0px;
66         padding: 0px;
69 QComboBox::drop-down:disabled 
71         background-color: rgb(58,58,58);
74 QComboBox::item {
75         color:rgb(166,166,166);
76         background-color:rgb(50,50,50);
79 QComboBox::item:selected 
81         color:black;
82         background-color:rgb(97,172,236);
85 QComboBox::down-arrow {
86         margin: 0px 6px 0px 0px;
87         padding: 0px;
89         width: 14;
90         height: 14;
91         image: url(icons:General/Pointer_Down_Tinted.ico);
94 QComboBox::down-arrow::disabled
95
96         width: 14;
97         height: 14;
98         image: url(icons:General/Pointer_Down_Tinted_disabled.ico);
101 QToolButton 
103         border-radius: 0px;
104         background-color: transparent;
105         margin:0;
106         padding:0;
107         icon-size:24px;
108         max-height:24px;
111 QToolButton::hover 
113         background-color: rgb(35,35,35);
114         border-radius: 2px;
117 QToolButton::checked 
119         background-color: rgb(14,14,14);
120         border-radius:2px;
121         color:rgb(97,172,236);
124 QToolButton::pressed 
126         background-color: rgb(20,20,20);
129 QViewportHeader 
131         min-height: 26;
132         padding:0;
133         padding-top:2px;
134         padding-bottom:2px;
137 QViewportHeader > QToolButton::menu-indicator 
139         image: url("icons:common/general_dropdown_triangle.ico");
140         subcontrol-position: right bottom;
143 QViewportHeader > QToolButton[popupMode="InstantPopup"] 
145         padding-right: 13px;
148 QViewportHeader > QToolButton[popupMode="InstantPopup"]::menu-indicator  
150         image: url("icons:common/general_dropdown_arrow.ico");
151         subcontrol-position: right center;
152         right: 3px;
155 QViewportHeader > QToolButton 
157         min-height: 24px;
158         min-width: 24px;
159         color:rgb(166,166,166);
160         border-radius:0px;
161         max-height:24px;
162         margin:0;
163         margin-left:4px;
164         margin-bottom:4px;
165     icon-size:16px;
168 QViewportHeader > QToolButton::checked
170         background-color: rgb(35,35,35);
173 QViewportHeader > QToolButton::pressed 
175     color:rgb(97,172,236);
176     background: qlineargradient(y1:1,
177                 stop:0.3 rgba(0,0,0,20),
178                 stop:0 rgba(0,0,0,0));
179     border-radius:0px;
182 QCustomWindowFrame#mainWindow > QCustomTitleBar 
184         background: center bottom url(icons:Logo/Cryengine_Logo_Top.png) no-repeat rgb(14,14,14);
187 QCustomWindowFrame#mainWindow > QMainWindow > QMainFrameMenuBar 
189         background: center top url(icons:Logo/Cryengine_Logo_Bottom.png) no-repeat rgb(14,14,14);
192 QCustomWindowFrame#mainWindow > QMainWindow > QMainFrameMenuBar > QMenuBar 
194         background-color: rgba(14,14,14,0); /*Make this transparent and add the logo to the MenuBar container*/
195         margin:0;
196         padding:0;
199 QMainFrameMenuBar > CTrayArea > QSearchBox 
201         max-width: 200px;
202         margin-right: 6px;
203         margin-top: 0px;
204         margin-bottom:2;
205         color:white;
206         background-color:rgb(35,35,35);
209 QMainFrameMenuBar > CTrayArea > QToolButton 
211         margin-top: 0px;
212         margin-bottom:2;
213         max-width:24px;
214         max-height:24px;
215         margin-right:4px;
216         icon-size:24px;
219 QMainFrameMenuBar > CTrayArea > QToolButton:hover 
221         background:rgb(128,128,128);
224 QPopupWidget
226         border: 1px solid rgb(97,172,236);
229 QPopupWidget > QWidget#InsetBorder 
231         background-color: rgb(35,35,35);
234 QPopupWidget > QWidget#InsetBorder > QWidget
236         margin: 4px;
239 QPopupWidget > QWidget#InsetBorder QTreeView QScrollBar:vertical 
241         background-color: rgb(35,35,35);
242         margin-left:0px;
243         margin-right:0px;
246 QPopupWidget > QWidget#InsetBorder QTreeView::item
248         height: 24px;
251 CNotificationCenterTrayWidget
253         icon-size: 24px;
254         qproperty-animationDuration: 250;
255         qproperty-animationDistance: 25;
256         qproperty-notificationMaxCount: 20;
257         qproperty-notificationDistance: 10;
260 CNotificationWidget
262         qproperty-notificationDuration: 2250;
265 /* Only put a border on NotificationWidgets that are spawned on top of the main window*/
266 QCustomWindowFrame > CNotificationWidget > QWidget
268         border: 1px solid rgb(97,172,236);
271 CNotificationWidget QLabel#title
273         font-weight: bold;
274         color: rgb(97,172,236);
277 QTabWidget#notificationTabs::pane
279         background-color: rgb(51, 51, 51);
280         border: none;
283 QTabWidget#notificationTabs::pane QToolButton,QTabWidget#notificationTabs::pane QPushButton 
285         margin:4;
288 QTabWidget#notificationTabs::pane QLineEdit 
290         color: rgb(166,166,166);
293 QTabWidget > QTabBar > QToolButton 
295         background-color: rgb(51,51,51);
296         border: 0px;
297         border-radius: 0px;
300 QTabWidget > QTabBar > QToolButton:hover 
302         background-color:rgb(106,106,106);
303         color: rgb(255,255,255);
306 QTabWidget > QTabBar > QToolButton:pressed 
308         background-color: rgb(86,86,86);
311 CNotificationList 
313         background-color: rgb(35, 35, 35);
316 CNotificationList CNotificationWidget
318         background-color: rgb(35,35,35);
319         max-height: 512px;
322 CNotificationList CNotificationWidget > QWidget 
324         margin: 2 0 0 0;
327 QProgressBar 
329         background-color: rgb(35,35,35);
330         border: 0.5px solid rgb(35,35,35);
331         border-radius: 0px;
332         text-align: center;
333         color: rgb(78,78,78, 0);
334         max-height: 6px;
337 QProgressBar::chunk 
339         background-color: rgb(97,172,236);
340         border-radius: 0px;
342 QMenuBar
344         padding:0;
345         margin:0;
348 QMenuBar::item 
350         padding:3 8 2 8;
351         margin:0;
352         margin-top:4;
353         background: transparent;
354         border-radius: 0px;
355         color: white;
356         border-radius:2px;
359 QMenuBar::item:selected 
361         background: rgb(78,78,78);
364 QMenuBar::item:pressed 
366         background: rgb(97,172,236);
369 QMenu::item:disabled 
371         color:rgb(120,120,120);
374 /* next five items are for the speed control in the camera menu - should be same style as QMenu */
375 QWidget#cameraSpeedViewportMenu 
377         background-color: rgb(77,77,77);
378         color: white;
379         margin:0px;
382 QLabel#cameraSpeedViewportMenuLabel 
384         background-color: rgb(77,77,77);
385         color: white;
386         margin:0px;
389 QPrecisionSlider 
391         background-color: rgb(77,77,77);
392         color: white;
393         margin:0px;
396 QPrecisionSlider#cameraSpeedPopupSlider 
398         background-color: rgb(77,77,77);
399         color: white;
400         margin:0px;
403 QMenu 
405         background-color: rgb(50,50,50);
406         color: rgb(255,255,255);
407         border:0px solid;
408         border-color:rgb(102,102,102);
411 QMenu::item:selected 
413         background-color:rgb(86,86,86);
416 QMenu:separator 
418         background-color:rgb(64,64,64);
419         height:1px;
422 QLabelSeparatorWidget 
424         qproperty-lineColor: rgb(66,66,66);
427 QLabelSeparatorWidget QLabel
429         color: rgb(166,166,166);
430         margin:2px;
433 /* BEGIN: TrackView - Batch RenderOutput */
434 QTextEdit#CVarsField 
436         background-color: rgb(50,50,50);
437         border-color:rgb(97,172,236);
439 /* END: TrackView - Batch RenderOutput */
441 /* BEGIN: TrackView - Sequences Dialog */
442 QListWidget#SequencesField 
444         background-color: rgb(35,35,35);
445         border-color:rgb(97,172,236);
447 /* END: TrackView - Sequences Dialog */
449 QTabWidget 
451         color:rgb(167,167,167);
452         border-bottom:0px solid rgb(97,172,236);
455 QTabWidget::tab-bar
457         margin:0;
458         padding:0;
461 QTabBar 
463         border-bottom:0px solid rgb(97,172,236);
466 QTabBar::tab 
467 {                              /* generic tabs */
468         min-height:28px;
469         margin:4;
470         padding:0;
471         padding-left:8;
472         padding-right:8;
473         color:white;
474         background: rgb(128,128,128);
475         border-radius:0px;
476         border-radius:2px;
479 QTabBar::tab::disabled 
481         color:rgb(200,200,200);
482         background-color:rgb(120,120,120);
485 QTabBar::tab:selected::disabled 
487         color:white;
488         background-color:rgb(140,140,140);
489         border-top: 0px;
492 QTabBar::close-button 
494         image: url(icons:Window/Window_Close_Dark.ico);
495         margin-top:-4px;
498 QTabBar::tab:first 
500         border-top-left-radius: 2px;
501         border-top-right-radius: 0px;
502         border-bottom-left-radius: 2px;
503         border-bottom-right-radius: 0px;
504         margin-right:1px;
507 QTabBar::tab:last 
509         border-top-left-radius: 0px;
510         border-top-right-radius: 2px;
511         border-bottom-left-radius: 0px;
512         border-bottom-right-radius: 2px;
513         margin-left:0px;
516 QTabBar::tab:middle 
518         margin-left:0px;
519         border-top-left-radius: 0px;
520         border-top-right-radius: 0px;
521         border-bottom-left-radius: 0px;
522         border-bottom-right-radius: 0px;
523         margin-right:1px;
526 QTabBar::tab:hover 
528         background:rgb(102,102,102);
531 QTabBar::tab:selected 
533         color:white;
534         background-color:rgb(97,172,236);
537 QTabBar::tab:only-one 
539         border-radius:2px;
542 QToolWindowArea > QTabBar, CVersionControlMainWindow > QTabBar 
544         background-color:rgb(35,35,35);
547 QToolWindowArea > QTabBar::tab, CVersionControlMainWindow > QTabBar::tab 
549         background-color: transparent;               /*inactive tabs*/
550         color:rgb(166,166,166);
551         margin:0px;
552         border:0px;
553         padding-left:6px;
554         min-height:24px;
555         border-radius:0px;
556         padding-bottom:0px;
557         border-radius:0px;
560 QToolWindowArea > QTabBar::tab:first, QToolWindowArea > QTabBar::tab:middle, QToolWindowArea > QTabBar::tab:last, CVersionControlMainWindow > QTabBar::tab:first, CVersionControlMainWindow > QTabBar::tab:middle, CVersionControlMainWindow > QTabBar::tab:last
562         border-radius:0px;
563         margin:0px;
564         padding-bottom:0px;
567 QToolWindowArea > QTabBar::tab:selected, CVersionControlMainWindow > QTabBar::tab:selected 
569         background-color: rgb(51,51,51);
570         color: rgb(97,172,236);
571         border: none;
574 QTabWidget QMenuBar, CDockableDialog QMenuBar 
576         background-color:rgb(51,51,51);
577         padding-bottom:0px;
578         margin-bottom:0px;
581 QTabWidget QMenuBar:item, CDockableDialog QMenuBar:item 
583         color:rgb(140,140,140);
584         margin-bottom:0px;
587 QTabWidget QMenuBar:item:selected, CDockableDialog QMenuBar:item:selected 
589         color:rgb(200,200,200);
590         background-color:rgb(109,109,109);
591         margin-bottom:0px;
594 QTabWidget QMenuBar:item:pressed, CDockableDialog QMenuBar:item:pressed 
596         background: rgb(97,172,236);
597         color:black;
598         margin-bottom:0px;
601 QTabBar QToolButton::right-arrow, QToolButton::left-arrow
603         image: none;
606 QToolWindowArea > QTabBar > QToolButton, CVersionControlMainWindow > QTabBar > QToolButton 
608         background-color: rgb(35,35,35);
609         padding: 0px 0px 7px 0px;
610         margin: 0px 0px 0px 0px;
613 QToolWindowTabBar > QToolButton::menu-indicator
615         image: none;
618 QToolWindowTabBar > QToolButton::checked
620         background-color: rgb(35,35,35);
623 QToolWindowTabBar > QToolButton::pressed 
625     color:rgb(97,172,236);
626     background: qlineargradient(y1:1,
627                 stop:0.3 rgba(0,0,0,20),
628                 stop:0 rgba(0,0,0,0));
629     border-radius:0px;
632 QScrollBar:vertical 
634         background-color:rgb(77,77,77);
635         width: 10px;
636         margin: 0;
637         padding:2;
640 QScrollBar:horizontal 
642         background-color:rgb(77,77,77);
643         height: 10px;
644         margin: 0;
645         padding:2;
648 QScrollBar::add-line:horizontal, QScrollBar::add-line:vertical 
650         border: 0px;
651         width: 0px;
652         height: 0px;
655 QScrollBar::sub-line:horizontal, QScrollBar::sub-line:vertical 
657         border: 0px;
658         width: 0px;
659         height: 0px;
662 QScrollBar::down-arrow, QScrollBar::up-arrow 
664         border: 0px;
665         width: 0px;
666         height: 0px;
669 QScrollBar::handle:vertical 
671         background-color:rgb(128,128,128);
672         border-radius:3px;
673         margin:0;
674         min-height:20px;
677 QScrollBar::handle:horizontal 
679         background-color:rgb(128,128,128);
680         border-radius:3px;
681         margin:0;
682         min-width:20px;
685 QScrollBar::handle:hover, QScrollBar::handle:horizontal:hover 
687         background-color:rgb(140,140,140);
690 QScrollBar::handle:pressed, QScrollBar::handle:horizontal:pressed 
692         background-color:rgb(97,172,236);
695 QScrollBar::handle:disabled, QScrollBar::handle:horizontal:disabled 
697         background-color: rgb(80,80,80);
700 QPropertyTreeLegacy 
702     color: white;
703     selection-background-color: rgb(95,185,237);
705     border: none;
707     padding: 0px;
708     margin: 0px;
710     font-size: 12px;
711         qproperty-branchClosed: url(icons:Window/Collapse_Arrow_Right_Shifted_Tinted.ico);
712         qproperty-branchOpened: url(icons:Window/Collapse_Arrow_Down_Shifted_Tinted.ico);
713         qproperty-editsScale: 1.4;
714         qproperty-rowSpacing: 1.2;
717 QPropertyGroupHeader 
719         background: transparent;
720         margin: 0px;
721         padding: 0px;
724 QPropertyGroupBox 
726         background: rgb(77,77,77);
727         width: 100%;
728         margin: 0px;
729         padding: 0px;
732 QPropertySplitter 
734         background-color:rgb(77,77,77);
735         margin: -1px -3px -1px 7px;
738 /* Top widget of the property tree */
739 QPropertyTree
741         qproperty-collapsedIcon: url(icons:General/Pointer_Right.ico);
742         qproperty-expandedIcon: url(icons:General/Pointer_Down_Expanded.ico);
743         qproperty-dragHandleIcon: url(icons:General/Drag_Handle.ico);
746 /* Inner widget of the property tree. Contains rows and possibly other FormWidgets inside.
747 Use the nesting property value to style differently for different nesting levels.*/
748 PropertyTree2--CFormWidget 
750         qproperty-margins: rect(0 0 0 0);
751         alternate-background-color: rgb(77,77,77);
752         font-size: 12px;
753         qproperty-spacing: 0;
754         qproperty-iconSize: 16;
755         qproperty-minRowHeight: 24;
756         qproperty-nestingIndent: 24;
759 PropertyTree2--CFormWidget[nesting="1"] 
761         qproperty-margins: rect(0 2 0 1);
764 PropertyTree2--CFormWidget[nesting="0"] 
766         color:white;
767         qproperty-groupBorderColor: rgb(128,128,128);
768         qproperty-groupBorderWidth: 1;
769         qproperty-margins: rect(0 0 4 0);
772 /* For e.g. array "add" button to have the same height as regular rows */
773 PropertyTree2--CFormWidget QToolButton 
775         max-width: 20;
776         max-height: 20;
777         icon-size: 20px;
780 QPushButton 
782         background-color: rgb(102,102,102);
783         color: rgb(242,242,242);
784         border: none;
785         border-radius: 3px;
786         margin: 0px;
787         padding: 0px;
788         height: 22px;
789         width: 100px;
792 QPushButton::default 
794         /*background-color: rgb(97,172,236);*/
795         color: rgb(97,172,236);
798 QPushButton::hover 
800         background-color: rgb(128,128,128);
801         /*color: rgb(242,242,242);*/
804 QPushButton::selected 
806         /*border:0px solid rgb(97,172,236);*/
807         background-color: rgb(97,172,236);
808         color: black;
811 QPushButton::checked 
813         /*border:0px solid rgb(97,172,236);*/
814         background-color: rgb(97,172,236);
815         color: purple;
818 QPushButton::pressed 
820         /*border:0px solid rgb(97,172,236);*/
821         background-color: rgb(97,172,236);
822         /*color: rgb(242,242,242);*/
825 QPushButton::disabled 
827         background-color: rgb(45,45,45);
828         color: rgb(120,120,120);
831 CColorButton 
833         border: none;
834         border-radius: 3px;
837 QSeparators 
839         color:transparent; background-color:transparent;
842 QViewportHeader 
844         border: none;
847 QAbstractScrollArea 
849         background-color: transparent;
850         border: none;
851         color: rgb(220,220,220);
852         border: none;
855 QHeaderView 
856 {       /*layers panel mostly*/
857         border:0px;
858         color:rgb(195,195,195);
859         background-color:rgb(66,66,66);
860         border-radius:0px;
863 QToolWindowArea > QFrame, CVersionControlMainWindow > QFrame 
865         background-color:rgb(51,51,51);          /*its the panels color*/
866         padding:0px; 
867         margin:0px;
868         border:none;
871 QTabWidget QToolBar, CDockableDialog QToolbar 
873         background-color:transparent;        /*layer toolbar secondary*/
874         border:0px solid rgb(78,78,78);
875         margin-left:0px;
876         margin-right:0px;
877         margin-top:0px;
878         padding-left:0px;
879         padding-right:0px;
880         padding-top:0px;
881         padding-bottom:0px;
884 QTabWidget QSearchBox, CDockableDialog QSearchBox 
886         margin-left:4px;
887         margin-right:4px;
888         margin-top:0px;
889         margin-bottom:0px;
890         /*padding-top:4px;*/
893 QSplitter 
895         border: none;
896         padding:0px;
897         margin:0px;
898         width:4px;
899         height:4px;
902 QSplitter::handle 
904         background-color: rgb(14,14,14); /*dividing lines*/
905         border: none;
908 QSplitter::handle:hover 
910         background-color: rgba(255,255,255,80); /*dividing lines*/
911         border: none;
914 QSplitter::handle:pressed 
916         background-color: rgb(97,172,236); /*dividing lines*/
917         border: none;
920 QTabWidget QSplitter::handle, CDockableDialog QSplitter::handle 
922         background-color: transparent; /*dividing lines secondary*/
925 QCustomWindowFrame > CEditorMainFrame 
927         background-color: rgb(14,14,14);
930 QCustomWindowFrame > CEditorMainFrame >QToolWindowManager >QToolWindowWrapper>QNotifierSplitter 
932         background-color: rgb(35,35,35);
935 QToolWindowCustomWrapper QSplitter
937         background-color: rgb(77,77,77);
940 QCustomWindowFrame > QFrame, QToolWindowCustomWrapper > QFrame 
942         background-color: rgb(14,14,14);
943         margin:0;
944         padding:0;
948 QLineEdit 
950         min-height:20px; 
951         color:white;
952         padding: 0px;
953         margin: 0px;
954         border:0px solid rgb(51,51,51);
955         border-radius: 2px;
956         selection-color: rgb(255,255,255);
957         selection-background-color: rgb(97,172,236);
958         background:rgb(35,35,35);
961 QLineEdit:focus 
963         padding: 0px;
964         border: 1px solid rgb(97,172,236) inside;
967 QLineEdit:disabled 
969         color:rgb(51,51,51);
970         background-color:rgb(58,58,58);
973 QSizeGrip 
975         background-color:transparent;
978 QDoubleSpinBox 
980         background: rgb(50,50,50);
981         border-color: rgb(50,50,50);
982         padding: 2px;
983         margin: 0px;
984         border-radius: 2px;
987 QDoubleSpinBox:focus 
989         color:rgb(97,172,236);
992 QDoubleSpinBox::down-button 
994         image: url(icons:General/Pointer_Down_Numeric_Tinted.ico);
997 QDoubleSpinBox::up-button 
999         image: url(icons:General/Pointer_Up_Numeric_Tinted.ico);
1002 QCheckBox::indicator 
1004         background: rgb(35,35,35);
1005         border-radius: 2px;
1006         height: 20px;
1007         width: 20px; 
1010 QCheckBox::indicator::disabled 
1012         background: rgb(60,60,60);
1013         border-radius: 2px;
1014         height: 20px;
1015         width: 20px; 
1018 QCheckBox::indicator:checked::disabled 
1020         image: url(icons:General/Tick_Tinted_Disabled.ico);
1023 QCheckBox::indicator:checked 
1025         image: url(icons:General/Tick_Tinted.ico);
1028 QCheckBox::indicator:indeterminate 
1030         image: url(icons:General/Tick_Box_On.ico);
1033 QCheckBox::indicator:indeterminate::disabled 
1035         image: url(icons:General/Tick_Box_On_disabled.ico);
1038 QTreeView 
1039 {       /* tree body*/
1040         color:white;
1041         background-color: rgb(77,77,77);
1042         margin:0;
1043         selection-background-color:rgb(51,51,51);
1044         border:0px solid rgb(102,102,102);
1045         border-radius:3px;
1046         outline: none;
1049 QTreeView::item
1051         min-height:24px;
1052         padding:0;
1053         margin:0;
1054         icon-size:24px;
1057 QTreeView::branch 
1059         color: rgb(229,229,229);
1060         image:none;
1063 QTreeView::item:hover, QTreeView::branch:hover 
1065         padding-top: 0px;
1066         color: rgb(255,255,255);
1067         background-color: rgb(86,86,86);
1070 QTreeView::item:selected, QTreeView::branch:selected 
1072         padding-top: 0px;
1073         color: rgb(255,255,255);
1074         background-color: rgb(102,102,102);
1077 QTreeView QHeaderView 
1079         color:rgb(166,166,166);
1080         background-color:rgb(35,35,35);
1081         image: none;
1082         min-height: 28 px;
1085 QTreeView QHeaderView::section 
1086 {                /* the tree view header */
1087         background-color: rgb(128,128,128);
1088         color:rgb(190,190,190);
1089         border: 0px;
1090         border-right: 1px solid rgb(153,153,153);
1091         border-left: 0px solid rgb(153,153,153);
1092         font-size:12px;
1093         font:bold;
1094         padding-left:4px;
1097 QTreeView QHeaderView::section:first
1099         border-top-left-radius:3px;
1102 QTreeView QHeaderView::section:last
1104         border-top-right-radius:3px;
1105         border-right: 0px;
1108 QTreeView QHeaderView::down-arrow 
1110         image:  url(icons:common/general_sorting_descending.ico);
1111         subcontrol-position: center top;
1112         margin:4;
1115 QTreeView QHeaderView::up-arrow 
1117         image:  url(icons:common/general_sorting_ascending.ico);
1118         subcontrol-position: center top;
1119         margin:4
1122 QTreeView QScrollBar:vertical 
1124         background-color:rgb(77,77,77);
1125         border-top-right-radius:3px;
1126         border-bottom-right-radius:3px;
1127         margin:0;
1129 QTreeView QScrollBar::handle:vertical 
1131                 background:rgb(128,128,128);
1134 QTreeView QScrollBar:horizontal 
1136         background-color:rgb(77,77,77);
1137         border-bottom-right-radius:3px;
1138         border-bottom-left-radius:3px;
1139         margin:0;
1142 QTreeView QScrollBar::handle:horizontal 
1144         background:rgb(128,128,128);
1147 QViewportHeader 
1149         background-color:rgb(58,58,58);
1150         border:0px solid rgb(78,78,78);
1153 QSearchBox 
1155         height:24px;
1156         border-radius:2px;
1157         padding:0;
1158         padding-left:3;
1159         margin:0;
1160         background-color:rgb(35,35,35);
1161         color:rgb(180,180,180);
1164 QSearchBox:focus
1166         padding-left:2;
1169 QCustomTitleBar > QLabel 
1170 {                                  /*mainframe label*/
1171         background-color: transparent;
1172         font-size:14px;
1173         font:bold;
1174         padding-left:2px;
1175         padding-bottom:2px;
1178 QCustomTitleBar > QLabel#inactive
1180         color: rgb(166,166,166);
1183 QCustomTitleBar > QLabel#active
1185         color: rgb(200,200,200);
1188 QCustomTitleBar 
1190         border-style:solid;
1191         border:0px;
1194 QCustomWindowFrame, QToolWindowCustomWrapper 
1195 {           /*CEditorDialog*/
1196         background-color: rgb(14,14,14);
1197         margin:0px;
1198         border:0px;
1199         padding:0;
1202 CEditorDialog QPushButton::pressed 
1204         border:0px solid rgb(97,172,236);
1205         background: rgb(97,172,236);
1206         color:white;
1209 CEditorDialog, CDockableDialog 
1211         background-color: rgb(14,14,14);
1214 QCustomWindowFrame 
1216         qproperty-resizeMargin: 4;
1217         margin: 0 4 4 4;
1218         border:0px;
1219         padding:0;
1222 QCustomWindowFrame > QToolWindowCustomWrapper 
1224         background-color:rgb(14,14,14);                         /* this is the wierd line that goes long the toolbar */
1225         /*padding:-10px;*/
1226         margin:0px;
1227         border:0px;
1228         padding:0;
1231 QCustomTitleBar #minimizeButton 
1233         margin:0 2 0 2;
1234         max-width:24px;
1235         max-height:24px;
1236         background-color: rgb(14,14,14);
1237         color:rgb(50,50,50);
1238         qproperty-iconSize: 24px;
1241 QCustomTitleBar #maximizeButton 
1243         margin:0 2 0 2;
1244         max-width:24px;
1245         max-height:24px;
1246         background-color: rgb(14,14,14);
1247         color:rgb(50,50,50);
1248         qproperty-iconSize: 24px;
1251 QCustomTitleBar #restoreButton 
1253         margin:0 2 0 2;
1254         max-width:24px;
1255         max-height:24px;
1256         background-color: rgb(14,14,14);
1257         color:rgb(50,50,50);
1258         qproperty-iconSize: 24px;
1261 QCustomTitleBar #closeButton 
1263         margin:0 4 0 2;
1264         max-width:24px;
1265         max-height:24px;
1266         background-color: rgb(14,14,14);
1267         color:rgb(50,50,50);
1268         qproperty-iconSize: 24px;
1269         image: url(icons:Window/Window_Close.ico);
1272 QCustomTitleBar #minimizeButton::hover, QCustomTitleBar #maximizeButton::hover, QCustomTitleBar #restoreButton::hover, QCustomTitleBar #closeButton::hover 
1274         background: qlineargradient(y1:1,
1275                                 stop:1 rgba(255,255,255,20),
1276                                 stop:0.7 rgba(255,255,255,15));
1279 QCustomTitleBar #sysMenu 
1281         background-color: rgb(14,14,14);
1282         color:rgb(50,50,50);
1283         padding:0px;
1284         margin:0;
1285         qproperty-iconSize: 24px;
1289 QWidget QCustomTitleBar #sysMenu 
1291         padding:0px;
1292         min-width:16px;
1293         min-height:16px;
1294         max-width:24;
1297 QWidget[maximized] QCustomTitleBar #sysMenu 
1299         padding:0px;
1301 QWidget[maximized] QCustomTitleBar 
1303         min-height:24px;
1306 QToolWindowSingleTabAreaFrame > QLabel 
1308         background-color: transparent;     /*viewport label */
1309         margin-left:0px;
1310         padding-left:2px;
1311         color: rgb(97,172,236);
1312         margin-top:0px;
1313         margin-bottom:0px;
1316 QToolButton#QuickAccessButton 
1318         background:transparent;
1319         max-width: 24;
1320         max-height: 24;
1321         margin:2;
1322         qproperty-iconSize: 16px;
1325 QToolButton#QuickAccessButton:hover 
1327         background-color:rgb(102,102,102);
1330 /*Hide the ugly menu indicator as the button image already has a menu' arrow*/
1331 QToolButton#QuickAccessButton::menu-indicator 
1333     image: url(none.png);
1336 QToolWindowSingleTabAreaFrame > #closeButton 
1338         border: 0;
1339         background-color: transparent;
1340         qproperty-iconSize: 16px;
1341         width:16px;
1342         height:24px;
1343         padding-right:2px;
1346 QToolWindowSingleTabAreaFrame 
1348         background-color:rgb(51,51,51);    /* the filling space but not header */
1349         margin-bottom:0px;
1350         padding-bottom:0px;
1351         border-bottom:0px;
1354 QToolWindowCustomWrapper > QToolsMenuToolWindowArea > QStackedWidget > QToolWindowSingleTabAreaFrame 
1356         background-color:rgb(14,14,14);    /* the filling space but not header */
1357         margin:0;
1358         padding:0;
1361 QToolWindowSingleTabAreaFrame > * 
1363         background-color:rgb(51,51,51);
1366 QToolWindowSingleTabAreaFrame QToolBar
1367 {                 /*secondary tool bar*/
1368         color:rgb(166,166,166);
1369         background-color:transparent;
1370         border:0px solid rgb(78,78,78);
1371         padding-top:0px;
1372         margin-top:0px;
1375 QStatusBar, QStatusBar * 
1377         color:rgb(166,166,166);
1378         background-color:rgb(35,35,35);
1379         max-height:16px;
1380         padding-top:-1px;
1381         font-size: 11px;
1382         color:rgb(100,100,100);
1383         padding-bottom:1px;
1386 QToolTip 
1388         border-radius:3;
1389         color:rgb(166,166,166);
1390         background-color:rgb(35,35,35);
1393 CTimeline QScrollBar:vertical
1395         background-color:rgb(66,66,66);
1396         padding-right:2px;
1399 QTableView 
1401         selection-background-color: qlineargradient(x1: 0, y1: 0, x2: 0.5, y2: 0.5,
1402                                                                 stop: 0 #FF92BB, stop: 1 white);
1405 QAbstractScrollArea::corner 
1407         background-color: rgb(66,66,66);
1410 CConsoleWindow QTextEdit  
1412         margin:0;
1413         border-radius:3;
1414         background-color: rgb(14,14,14);
1415         border-radius:0px;
1419 CConsoleWindow QMenuBar
1421         margin-bottom:0px;
1424 CConsoleWindow QMenuBar:item 
1426         color:rgb(140,140,140);
1429 EditorStyleHelper 
1431         qproperty-errorColor: rgb(193,70,70);
1432         qproperty-warningColor: rgb(233,233,117);
1433         qproperty-viewportHeaderBackground: rgb(53, 53, 53);
1434         qproperty-propertyRowCurveFill: rgb(223, 223, 223);
1436         /* Icon tinting */
1437         qproperty-iconTint: rgb(209,209,209); /* normal */
1438         qproperty-disabledIconTint: rgb(105, 105, 105);
1439         qproperty-activeIconTint: rgb(209,209,209);/* hover */
1440         qproperty-selectedIconTint: rgb(97, 172, 236);
1441         qproperty-alternateSelectedIconTint: rgb(0,0,0);
1442         qproperty-alternateHoverIconTint: rgb(46,46,46); /* added to normal tint for QTreeView */
1443         qproperty-contrastingIconTint: rgb(35, 35, 35);
1445         /* QtreeView */
1446         qproperty-treeViewItemMarginTop: 0;
1448         /* Timeline colors */
1449         qproperty-timelineTrackColor: rgb(68, 68, 68);
1450         qproperty-timelineDetachedColor: rgb(105, 57, 57);      
1451         qproperty-timelineCamTrackColor: rgb(105, 57, 57);
1452         qproperty-timelineNodeTrackColor: rgb(77, 77, 77);
1453         qproperty-timelineSubtrackColor: rgb(77, 77, 77);
1454         qproperty-timelineXSubtrackColor: rgb(51, 51, 51);
1455         qproperty-timelineYSubtrackColor: rgb(51, 51, 51);
1456         qproperty-timelineZSubtrackColor: rgb(51, 51, 51);      
1457         qproperty-timelineFolderTrackColor: rgb(102, 102, 102); 
1458         qproperty-timelineOutsideTrackColor: rgba(60, 60, 60,120);
1459         qproperty-timelineDescriptionTrackColor: rgb(91, 91, 91);
1460         qproperty-timelineCompositeTrackColor: rgb(77, 77, 77);
1461         qproperty-timelineSelectionColor: rgb(97, 172, 236);
1462         qproperty-timelineDescriptionTextColor: rgb(149, 149, 149);
1463         qproperty-timelineInnerTickLines: rgb(50, 50, 50);
1464         qproperty-timelineOuterTickLines: rgb(55, 55, 55);
1465         qproperty-timelineBottomLines: rgb(50, 50, 50);
1466         qproperty-timelineToggleColor: rgb(152, 152, 152);
1467         qproperty-timelineClipPen: rgb(200, 200, 200);
1468         qproperty-timelineUnclipPen: rgb(200, 200, 200, 110);
1469         qproperty-timelineClipBrush: rgba(220, 220, 220, 64);
1470         qproperty-timelineSelectedClip: rgb(0, 0, 0);
1471         qproperty-timelineSelectedClipFocused: rgb(0, 161, 222);
1472         qproperty-timelineTreeLines: rgb(33, 33, 33);
1473         qproperty-timelineTreeText: rgb(255, 255, 255); 
1474         qproperty-timelineTreeXSubtrackText: rgb(226, 79, 67);
1475         qproperty-timelineTreeYSubtrackText: rgb(126, 211, 33);
1476         qproperty-timelineTreeZSubtrackText: rgb(95, 185, 237);
1477         qproperty-timelineTreeNodeTrackText: rgb(255, 0, 0);    
1478         qproperty-timelineTreeFolderTrackText: rgb(255, 255, 255);
1479         qproperty-timelineTreeCompoundTrackText: rgb(255, 255, 255);
1480         qproperty-timelineSplitterNormal: rgb(55, 55, 55);
1481         qproperty-timelineSplitterSelected: rgb(55, 55, 55);
1482         qproperty-timelineSplitterMoving: rgb(0, 161, 222);
1483         qproperty-timelineSelectionLines: rgb(0, 0, 0);
1484         qproperty-timelineSelectionLinesFocused: rgb(0, 161, 222);
1485         qproperty-timelineDisabledColor: rgba(65, 65, 65, 200);
1487         /* Curve editor */
1488         qproperty-curveRangeHighlight: rgb(72, 72, 72);
1489         qproperty-curveExtrapolated: rgb(0, 161, 222);
1490         qproperty-curveGrid: rgb(97, 97, 97);
1491         qproperty-curveText: rgb(0, 0, 0);
1492         qproperty-curveTangent: rgb(223, 223, 223);
1493         qproperty-curvePoint: rgb(128, 128, 128);
1494         qproperty-curveSelectedPoint: rgb(0, 161, 222);
1496         /* Particle editor */
1497         qproperty-particleEdge: rgb(58, 58, 58);
1498         qproperty-particleEdgeDisabled: rgb(255, 0, 0);
1499         qproperty-particleText: rgb(58, 58, 58);
1500         qproperty-particleTextDisabled: rgb(255, 0, 0);
1502         /* Drawing primitives */
1503         qproperty-rulerBackground: rgb(105, 105, 105);
1504         qproperty-rulerInnerTicks: rgb(33, 33, 33);
1505         qproperty-rulerOuterTicks: rgb(97, 97, 97);
1506         qproperty-rulerInnerTickText: rgb(192, 192, 192);
1507         qproperty-rulerOuterTickText: rgb(131, 131, 131);
1508         qproperty-timeSliderBackground: rgb(0, 0, 0);
1509         qproperty-timeSliderBackgroundFocused: rgb(0, 161, 222);
1510         qproperty-timeSliderText: rgb(255, 255, 255);
1511         qproperty-timeSliderLine: rgb(192, 192, 192);
1512         qproperty-timeSliderLineBase: rgb(60, 60, 60);
1514         /* QPalette color roles */
1515         qproperty-windowTextColor: rgb(192, 192, 192);
1516         qproperty-buttonColor: rgb(66, 66, 66);
1517         qproperty-lightColor: rgb(0, 0, 0);
1518         qproperty-midlightColor: rgb(223, 223, 223);
1519         qproperty-darkColor: rgb(128, 128, 128);
1520         qproperty-midColor: rgb(48, 48, 48);
1521         qproperty-textColor: rgb(192, 192, 192);
1522         qproperty-brightTextColor: rgb(255, 255, 255);
1523         qproperty-buttonTextColor: rgb(231, 231, 231);
1524         qproperty-baseColor: rgb(60, 60, 60);
1525         qproperty-windowColor: rgb(66, 66, 66);
1526         qproperty-shadowColor: rgb(0, 0, 0);
1527         qproperty-highlightColor: rgb(0, 161, 222);
1528         qproperty-highlightedTextColor: rgb(255, 255, 255);
1529         qproperty-linkColor: rgb(0, 0, 255);
1530         qproperty-linkVisitedColor: rgb(255, 0, 255);
1531         qproperty-toolTipBaseColor: rgb(35, 35, 35);
1532         qproperty-toolTipTextColor: rgb(192, 192, 192);
1533         qproperty-toolTipIconMargin: 2;
1534         qproperty-alternateBaseColor: rgb(128, 128, 128);
1535         qproperty-disabledWindowTextColor: rgb(192, 192, 192);
1536         qproperty-disabledButtonColor: rgb(66, 66, 66);
1537         qproperty-disabledLightColor: rgb(0, 0, 0);
1538         qproperty-disabledMidlightColor: rgb(223, 223, 223);
1539         qproperty-disabledDarkColor: rgb(128, 128, 128);
1540         qproperty-disabledMidColor: rgb(48, 48, 48);
1541         qproperty-disabledTextColor: rgb(131, 131, 131);
1542         qproperty-disabledBrightTextColor: rgb(255, 255, 255);
1543         qproperty-disabledButtonTextColor: rgb(192, 192, 192);
1544         qproperty-disabledBaseColor: rgb(60, 60, 60);
1545         qproperty-disabledWindowColor: rgb(66, 66, 66);
1546         qproperty-disabledShadowColor: rgb(0, 0, 0);
1547         qproperty-disabledHighlightColor: rgb(0, 161, 222);
1548         qproperty-disabledHighlightedTextColor: rgb(255, 255, 255);
1549         qproperty-disabledLinkColor: rgb(0, 0, 255);
1550         qproperty-disabledLinkVisitedColor: rgb(255, 0, 255);
1551         qproperty-disabledAlternateBaseColor: rgb(128, 128, 128);
1552         qproperty-disabledToolTipBaseColor: rgb(255, 255, 200);
1553         qproperty-disabledToolTipTextColor: rgb(0, 0, 0);
1556 QToolWindowSingleTabAreaFrame > QPushButton 
1558         border-top:2px solid rgb(50,50,50);
1561 QToolWindowCustomWrapper QTabWidget QSplitter
1562 {              /*vegetation inner frame*/
1563         background-color:rgb(35,35,35);
1564         padding:0px;
1565         margin-right:0px;
1568 QAbstractSpinBox
1570         height:24px;
1571         border-radius:2px;
1572         margin:0px;
1573         padding:0px;
1574         background-color:rgb(50,50,50);
1577 QAbstractSpinBox::down-button
1579         image: url(icons:General/Pointer_Down_Numeric_Tinted.ico);
1582 QAbstractSpinBox::up-button
1584         image: url(icons:General/Pointer_Up_Numeric_Tinted.ico);
1587 QAspectRatioWidget{
1588         color:black;
1589         background-color:black;
1592 CObjectCreateToolPanel QPushButton#back_btn
1594         margin:0;
1595         margin-right:2px;
1596         max-width: 24px;
1597         min-height:24px;
1598         icon-size: 24px;
1601 QMenuComboBox > QLineEdit 
1603         background-color: rgb(102,102,102);
1604         color: rgb(242,242,242);
1607 QMenuComboBox > QLineEdit::hover 
1609         background-color: rgb(128,128,128);
1612 QMenuComboBox > QLineEdit::disabled 
1614         background: qlineargradient(x2:1, y2:2, x2:0, y2:2,
1615                                 stop:0 rgb(80,80,80), stop: 0.5 rgb(75,75,75), stop:1 rgb(75,75,75));
1616         color:rgb(120,120,120);
1619 CObjectCreateToolPanel QMenuComboBox > QLineEdit 
1621         margin:0;
1622         margin-left:2px;
1623         min-height:24px;
1626 CObjectCreateToolPanel QTreeView
1628         margin:0;
1631 CAutoCompletePopup QListView
1633         background: rgb(50,50,50);
1636 CAutoCompletePopup QLabel
1638         background: rgb(50,50,50);
1641 QTabWidget QSplitter, CDockableDialog QSplitter 
1643         height:4px;
1644         width:4px;
1647 QTabWidget QCheckBox, CDockableDialog QCheckBox 
1649         margin-left:10px;
1650         margin-right:-6px;
1653 CEditorDialog QHeaderView::section 
1655         border: 0px;
1658 CEditorDialog QSplitter::handle, CEditorDialog QSplitter::handle:hover 
1660         background:rgb(51,51,51);
1663 ACE--CAudioControlsEditorWindow 
1667 ACE--CATLControlsPanel 
1669         padding: 5px;
1670         background-color: rgb(66,66,66);
1671         font-family:"Arial";
1672         font-size: 12px;
1675 ACE--CInspectorPanel 
1677         padding: 5px;
1678         background-color: rgb(66,66,66);
1679         font-family:"Arial";
1680         font-size: 12px;
1683 ACE--CAudioSystemPanel 
1685         padding: 5px;
1686         background-color: rgb(66,66,66);
1687         font-family:"Arial";
1688         font-size: 12px;
1691 ACE--CAudioSystemPanel QLabel#ImplementationTitle 
1693         font-size: 14px;
1694         font: bold;
1695         padding-left: 2px;
1698 ACE--CAudioSystemPanel QCheckBox 
1700         width: 90px;
1703 ACE--CInspectorPanel QLabel#ConnectionsTitle 
1705         font: bold;
1708 CCollapsibleFrameHeader 
1710         background-color: rgb(102,102,102);
1711         margin-top:1px;
1712         margin-bottom:1px;
1713         qproperty-iconSize:16px;
1716 CCollapsibleFrameHeader::hover 
1718     background-color: rgb(128,128,128);
1721 CCollapsibleFrameHeader QLabel 
1723         font:bold;
1726 CInspector QLabel {
1727         color: rgb(242,242,242);
1728         font-size: 12px;
1729         margin: 0px;
1730         padding: 0px;
1733 CKeybindEditor QTreeView QToolButton 
1735         background-color:rgb(50, 50, 50);
1736         margin-right:0px;
1737         margin-left:0px;
1740 QObjectTreeWidget QLineEdit 
1742         margin-top: 5px;
1743         margin-bottom: 5px;
1746 CMaterialPickerDialog QSplitter::handle 
1748         background-color: rgb(51,51,51); /*dividing lines*/
1749         border: none;
1752 CMaterialPickerDialog QSplitter::handle:hover 
1754         background-color: rgba(255,255,255,80); /*dividing lines*/
1755         border: none;
1758 CMaterialPickerDialog QSplitter::handle:pressed 
1760         background-color: rgb(97,172,236); /*dividing lines*/
1761         border: none;
1764 /* ----------------------------------------------------------------------- */
1765 /* System File Dialogs --------------------------------------------------- */
1767 CSystemFileDialog QSplitter::handle
1769         background-color:rgb(58,58,58);
1772 CSystemFileDialog QTabWidget
1774         background-color:rgb(35,35,35);
1775         margin:0px;
1776         padding:0px;
1777         border:0px;
1780 CSystemFileDialog QTabWidget QWidget
1782         background-color:rgb(35,35,35);
1783         padding:0px;
1784         margin:0px;
1787 CSystemFileDialog QTabWidget > QTabBar
1789         background-color:rgb(66,66,66);
1790         padding:0px;
1791         margin:0px;
1794 CSystemFileDialog QTabWidget QTreeView QScrollBar:vertical
1796         color:pink;
1797         background-color:rgb(66,66,66);
1800 CSystemFileDialog QSplitter
1802         background-color:rgb(66,66,66);
1803         /*padding:-4px;*/
1804         margin-bottom:0px;
1805         margin-right:0px;
1808 CSystemFileDialog QTreeView
1810         margin-bottom:0px;
1811         margin-left:0px;
1812         margin-top:0px;
1815 CSystemFileDialog QTreeView QHeaderView
1817         border-top:0px;
1820 CSystemFileDialog QTreeView QHeaderView::section
1822         border-right:2px solid rgb(66,66,66);
1825 CSystemFileDialog QTabBar::tab:first
1827         margin-left:0px;
1830 CSystemFileDialog QTabBar::tab
1832         height:18px;
1833         padding-top:2px;
1834         margin-bottom:4px;
1835         padding-right:-4px;
1836         padding-left:12px;
1839 CSystemFileDialog QMenuComboBox
1841         padding-right:0px;
1844 CSystemFileDialog QMenuComboBox > QLineEdit
1846         padding-left:4px;
1849 /* ----------------------------------------------------------------------- */
1850 /* Engine File Dialog ---------------------------------------------------- */
1852 CEngineFileDialog QSplitter::handle
1854         background-color:rgb(58,58,58);
1857 CEngineFileDialog QTabWidget
1859         background-color:rgb(35,35,35);
1860         margin:0px;
1861         padding:0px;
1862         border:0px;
1865 CEngineFileDialog QTabWidget QWidget
1867         background-color:rgb(35,35,35);
1868         padding:0px;
1869         margin:0px;
1872 CEngineFileDialog QTabWidget > QTabBar
1874         background-color:rgb(66,66,66);
1875         padding:0px;
1876         margin:0px;
1879 CEngineFileDialog QTabWidget QTreeView QScrollBar:vertical
1881         color:pink;
1882         background-color:rgb(66,66,66);
1885 CEngineFileDialog QSplitter     {
1886         background-color:rgb(66,66,66);
1887         /*padding:-4px;*/
1888         margin-bottom:0px;
1889         margin-right:0px;
1892 CEngineFileDialog QTreeView
1894         margin:0px;
1897 CEngineFileDialog QTreeView QHeaderView
1899         border-top:0px;
1902 CEngineFileDialog QTreeView QHeaderView::section
1904         border-right:2px solid rgb(66,66,66);
1907 CEngineFileDialog QTabBar::tab:first
1909         margin-left:0px;
1912 CEngineFileDialog QTabBar::tab
1914         height:18px;
1915         padding-top:2px;
1916         margin-bottom:4px;
1917         padding-right:-4px;
1918         padding-left:12px;
1921 CEngineFileDialog QMenuComboBox
1923         padding-right:0px;
1926 CEngineFileDialog QMenuComboBox > QLineEdit
1928         padding-left:4px;
1931 QNumericBox 
1933         qproperty-sliderColor: rgb(95,95,95);
1936 /* ----------------------------------------------------------------------- */
1937 /* CryGraphEditor -------------------------------------------------------- */
1939 CryGraphEditor--CGlobalStyle 
1941         /* Selection color */
1942         qproperty-selectionColor: rgb(97, 172, 237);
1943         qproperty-highlightColor: rgb(140, 140, 140);
1945         /* Background */
1946         qproperty-gridBackgroundColor: rgb(75, 75, 75);
1948         /* Background: Lines */
1949         qproperty-girdLineColor: rgb(70,70,70);
1950         qproperty-gridLineWidth: 1.0;
1952         /* Background: Segmentation */
1953         qproperty-girdSegmentSize: 400.0;
1954         qproperty-gridNumSubSegment: 5;
1956         /* Background: Sub-lines */
1957         qproperty-gridSubLineColor:     rgb(70,70,70);
1958         qproperty-gridSubLineThickness: 1.0;
1961 CryGraphEditor--CConnectionStyle 
1963         qproperty-lineWidth: 2;
1964         qproperty-lineDefaultColor: rgb(110, 110, 110);
1965         qproperty-bezierSize: 120.0;
1966         qproperty-usePinColor: 1;
1969 CryGraphEditor--CPinWidget QLabel 
1971         color: rgb(94, 94, 94);
1972         font: bold;
1975 CryGraphEditor--CNodeNameWidget 
1977         color: rgb(32, 32, 32);
1978         font: bold;
1981 CryGraphEditor--CNodeStyle 
1983         /* Content: Background */
1984         qproperty-backgroundColor: rgba(35, 35, 35, 200);
1986         /* Content: Margins */
1987         qproperty-contentMarginTop: 3;
1988         qproperty-contentMarginLeft: 7;
1989         qproperty-contentMarginBottom: 6;
1990         qproperty-contentMarginRight: 6;
1992         /* Content: Rect adjustment for drawing */
1993         qproperty-contentRectAdjustmentTop: 0;
1994         qproperty-contentRectAdjustmentLeft: 0;
1995         qproperty-contentRectAdjustmentBottom: 0;
1996         qproperty-contentRectAdjustmentRight: 0;
1998         /* Icon */
1999         qproperty-pinIconSize: 9px 9px;
2000         qproperty-pinIconOffsetX: 0;
2001         qproperty-pinIconOffsetY: 0;
2002         qproperty-pinDefaultColor: rgb(110, 110, 110);
2004         /* Border */
2005         qproperty-borderColor: rgb(84, 84, 84);
2006         qproperty-borderWidth: 1;
2008         /* Border: Rect adjustment for drawing */
2009         qproperty-borderRectAdjustmentTop: 0;
2010         qproperty-borderRectAdjustmentLeft: 0;
2011         qproperty-borderRectAdjustmentBottom: 0;
2012         qproperty-borderRectAdjustmentRight: 0;
2014         /* Header */
2015         qproperty-headerHeight: 24.0;
2016         qproperty-headerIconSize: 24px 24px;
2017         qproperty-headerDefaultColorLeft: rgb(26, 26, 26);
2018         qproperty-headerDefaultColorRight: rgb(26, 26, 26);
2020         /* Header: Content margins */
2021         qproperty-headerContentMarginTop: 1;
2022         qproperty-headerContentMarginLeft: 7;
2023         qproperty-headerContentMarginBottom: 0;
2024         qproperty-headerContentMarginRight: -6;
2026         /* Header: Rect adjustment for drawing */
2027         qproperty-headerRectAdjustmentTop: 0;
2028         qproperty-headerRectAdjustmentLeft: 0;
2029         qproperty-headerRectAdjustmentBottom: 0;
2030         qproperty-headerRectAdjustmentRight: 0;
2033 /* CryGraphEditor -------------------------------------------------------- */
2034 /* ----------------------------------------------------------------------- */
2036 /* ----------------------------------------------------------------------- */
2037 /* CryParticleEditor ----------------------------------------------------- */
2039 CryParticleEditor--CFeatureStyle 
2041         qproperty-backgroundColor: rgb(255, 255, 255);
2042         qproperty-roundingRadius: 4.0;
2044         qproperty-contentMarginTop: 5;
2045         qproperty-contentMarginleft: 5;
2046         qproperty-contentMarginBottom: 5;
2047         qproperty-contentMarginRight: 5;
2049         qproperty-rectAdjustmentTop: 0;
2050         qproperty-rectAdjustmentLeft: 0;
2051         qproperty-rectAdjustmentBottom: 0;
2052         qproperty-rectAdjustmentRight: 0;
2055 CryParticleEditor--CFeatureGridStyle 
2057         qproperty-parentSpacing: 3;
2058         qproperty-featureSpacing: 3;
2061 /* CryParticleEditor ----------------------------------------------------- */
2062 /* ----------------------------------------------------------------------- */
2064 /* ----------------------------------------------------------------------- */
2065 /* CrySchematycEditor ---------------------------------------------------- */
2067 CrySchematycEditor--CComponentsWidget QLabel 
2069         /*width: 16px;
2070         height: 16px;*/
2071         /*margin-bottom:0px;*/
2072         font-size:14px;
2073         color:rgb(166,166,166);
2076 CrySchematycEditor--CObjectStructureWidget QLabel 
2078         /*width: 16px;
2079         height: 16px;*/
2080         /*margin-bottom:0px;*/
2081         font-size:14px;
2082         color:rgb(166,166,166);
2085 CrySchematycEditor--CVariablesWidget QLabel 
2087         /*width: 16px;
2088         height: 16px;*/
2089         /*margin-bottom:0px;*/
2090         font-size:14px;
2091         color:rgb(166,166,166);
2094 /* CrySchematycEditor ---------------------------------------------------- */
2095 /* ----------------------------------------------------------------------- */
2097 /* ----------------------------------------------------------------------- */
2098 /* CEditorEnvironmentWindow----------------------------------------------- */
2100 CEditorEnvironmentWindow QPropertyTreeLegacy 
2102         min-width: 310px;
2105 /* ----------------------------------------------------------------------- */
2106 /* ----------------------------------------------------------------------- */
2108 QTabPane 
2110         padding:0;
2111         margin:2;
2112         background-color:rgb(51,51,51);
2115 QToolsMenuWindowSingleTabAreaFrame  QTabPane {
2116         margin:0;
2119 QFilteringPanel
2121         background-color:rgb(51,51,51);
2122         margin:0;
2123         padding:0;
2126 /*Filtering Panel: Add Criterion - Clear Criteria - Save/Load Filter Buttons*/
2127 QFilteringPanel > QWidget > QWidget > QWidget > QWidget > QToolButton 
2129         padding:0;
2130         margin:4;
2131         max-height:24px;
2132         min-height:24px; 
2133         min-width:24px;
2136 /*Filtering Panel: Expandable Filter Area*/
2137 QFilteringPanel > QSplitter > QScrollArea > QWidget > QWidget 
2139         background-color:rgb(77,77,77);
2140         margin:0;
2141         padding:0;
2142         border-radius:3px;
2145 /*Filtering Panel: Filter Rows*/
2146 QFilteringPanel > QSplitter > QScrollArea > QWidget > QWidget > QWidget
2148         background-color:rgb(77,77,77);
2151 /*Filter Row Buttons*/
2152 QFilteringPanel > QWidget > QWidget > QWidget > QWidget > QWidget > QToolButton 
2154         max-height:24px;
2155         max-width:24px;
2156         margin:0;
2157         padding:0;
2158         margin-right:4px;
2161 /*Should apply to all search box containers*/
2162 #SearchBoxContainer 
2164         min-height:32px;
2165         background-color:rgb(77,77,77);
2166         border-radius:3px;
2167         margin:0;
2168         margin-bottom:4;
2169         padding:0; 
2172 #SearchBoxContainer > QToolButton
2174         margin:4;
2175         max-height:24px;
2176         max-width:24px;
2179 #SearchBoxContainer > QSearchBox
2181         margin:4;
2182         max-height:24px;
2185 CAssetBrowser > QWidget
2187         margin:0;
2188         padding:0;
2191 CAssetBrowser QTreeView
2193         margin:0;
2194         padding:0;
2197 CAssetBrowser > QWidget > QSplitter 
2199 margin:0;
2200 padding:0;
2203 CAssetBrowser > QWidget > QSplitter > QWidget > QSplitter
2205 margin:0;
2206 padding:0;
2209 CAssetBrowser > QWidget > QSplitter > QWidget > QSplitter > QWidget > QToolButton
2211         max-height:24px;
2212         max-width:24px;
2213         margin:4;
2216 /* Asset Browser Navigation Arrows */ 
2217 CAssetBrowser > QWidget > QWidget > QToolButton 
2219         background:rgb(128,128,128);
2220         border-radius:3px;
2221         max-width:24px;
2222         max-height:24px;
2223         margin:0;
2224         margin-right:4;
2225         padding:0;
2228 CAssetBrowser CBreadcrumbsBar QLineEdit[error=true]
2230         border: 1px solid rgb(193,70,70) outset;
2233 CAssetBrowser QToolButton::menu-indicator
2235         image: url("icons:common/general_dropdown_triangle.ico");
2236         subcontrol-position: right bottom;
2238 /* #Hover Widget = CBreadcrumbsBar Address Bar*/
2239 QWidget#HoverWidget
2241         margin:0;
2242         padding:0;
2243     border-radius: 3px;
2246 QWidget#HoverWidget:hover
2248         background-color: rgb(86,86,86);
2251 CBreadcrumbsBar
2253         margin: 4;
2254         border:0;
2255         padding:0;
2256         min-height:24px;
2259 CBreadcrumbsBar > QWidget
2261         min-height:24px;
2262         max-height:24px;
2263         height:24px;
2264         border-radius:3px;
2265         padding:0;
2266         margin:0;
2269 CBreadcrumbsBar > QToolButton 
2271         color:white;
2272         border-radius:3px;
2273         padding:0px;
2274         margin:0;
2275         margin-right:4;
2276         min-height:24px;
2277         background: rgb(128,128,128);
2280 CBreadcrumbsBar > QLineEdit 
2282         margin:0;
2285 CBreadcrumbsBar > QToolButton::hover 
2287 color: white;
2288 background: rgb(150,150,150);
2291 CBreadcrumbsBar > QToolButton::pressed 
2293         border:0px solid rgb(97,172,236);
2294         background: rgb( 102,102,102);
2297 CPreviewToolTip{
2298         margin: 0px;
2299         padding: 0px;
2302 CPreviewToolTip QWidget
2304         max-width: 400px;
2305         max-height: 400px;
2308 CDockableDialog > QFrame 
2310         background-color: rgb(14,14,14);
2313 CDockableDialog > QCustomTitleBar 
2315         background-color: transparent;
2318 /*property groups in properties panel*/
2319 QCollapsibleFrame 
2321     margin: 0px;
2322     padding: 0px;
2324     border: 0px solid rgb(102,102,102);
2325     border-radius: 3px;
2328 QCollapsibleFrame:hover 
2330     /*add state in code for when the title is hovered instead of regular hover*/
2332     border-color: rgb(140,140,140);
2335 CEntityComponentCollapsibleFrameHeader 
2337     margin: 0px;
2338     padding: 0px;
2341 CEntityComponentCollapsibleFrameHeader QToolButton 
2343     icon-size:16px;
2346 QCollapsibleFrame QPushButton 
2348     border-radius: 0px;
2351 QThumbnailsView > QToolButton
2353         icon-size: 17px;
2356 QThumbnailsView > QListView
2358         selection-background-color:rgb(51,51,51);
2361 QThumbnailsView > QListView::item:selected
2363         background-color: rgb(35,35,35);
2366 QThumbnailsView > QListView::item:hover
2368         background-color: rgb(51,51,51);
2371 QToolButton#Filter::menu-indicator
2373         image: url("icons:common/general_dropdown_triangle.ico");
2374         subcontrol-position: right bottom;
2377 QPlainTextEdit
2379         margin-top: 0px;
2380         margin-left: 2px;
2381         border-radius: 3px;
2382         background-color: rgb(50,50,50);
2385 CVersionControlWorkspaceOverviewTab QPushButton#revert
2387         min-width: 70px;
2388         max-width: 120px;
2389         width: -1px;
2392 CVersionControlWorkspaceOverviewTab QPushButton#submit
2394         min-width: 70px;
2395         max-width: 190px;
2396         width: -1px;
2399 /*======================*/
2400 /* Project Management Dialog */
2401 /*======================*/
2402 CSelectProjectDialog {
2403         margin:0;
2404         padding:0;
2405         border:none;
2406         min-width: 920px;
2407         min-height: 550px;
2408         
2411 CSelectProjectDialog QListView
2413         background:rgb(77,77,77);
2414         border-radius:3;
2417 CSelectProjectDialog QTabWidget > QStackedWidget{
2418         background:rgb(51,51,51);
2419         padding:4;
2420         padding-top:0;
2423 CSelectProjectDialog QLabel{
2424         margin:4;
2427 CSelectProjectDialog QLineEdit{
2428         margin-top:4;
2431 CSelectProjectDialog QToolButton{
2432         margin-left:4;
2433         margin-top:4;
2434         max-width:24;
2435         max-height:24;
2438 CSelectProjectDialog QPushButton
2440         margin:0;
2441         margin-left:4;
2442         margin-top:4;
2445 QToolWindowCustomWrapper, QCustomWindowFrame
2447     /*Do not modify: proper minimize/maximize windows*/
2448     border: 0px;
2451 QTrackingTooltip
2453         border: 1px solid rgb(97,172,236);
2454         background-color:transparent;
2455         margin: 0;
2456         padding: 2;
2459 QTrackingTooltip QLabel
2461         background-color:transparent;
2462         color:white;
2463         margin: 0;
2464         padding:4;
2467 /*================*/
2468 /* Global Toolbars */
2469 /*================*/
2470 QToolBar 
2472         border-radius:3;
2473         background:rgb(77,77,77);
2474         padding:2;
2475         min-width:24;
2476         min-height:24;
2477         border:none;
2478         margin:2; 
2481 QToolBar > QToolButton 
2483         
2484         margin:2;
2485         padding:0;
2486         padding-left:-1;
2487         padding-right:-2;
2490 QToolButton#qt_toolbar_ext_button
2492         width:24;
2493         height:24;
2494         padding:0;
2495         margin:0;
2496         qproperty-icon:none;
2497         border-radius:3;
2498         background:rgb(102,102,102) url("icons:common/general_dropdown_arrow.ico") center no-repeat;
2501 QToolButton#qt_toolbar_ext_button:hover
2503         background:rgb(128,128,128) url("icons:common/general_dropdown_arrow.ico") center no-repeat;
2506 /*================*/
2507 /* Panel Toolbars */
2508 /*================*/
2510 CToolBarItem
2512         background:transparent;
2513         margin:0;
2514         padding:0;
2515         border-radius:3;
2516         min-height:32;
2517         min-width:32;
2520 CToolBarItem > QToolBar
2522         border-radius:3;
2523         background:rgb(77,77,77);
2524         padding:2;
2525         min-width:24;
2526         min-height:24;
2527         border:none;
2528         margin:2 ;
2531 CToolBarItem > QToolBar > QToolButton, CToolBarItem > QToolBar:vertical > QToolButton
2533         border-radius:3;
2534         margin:2;
2535         padding:0;
2536         height:24;
2537         padding-left:-1;
2538         padding-right:-2;
2541 QToolBar::handle, CToolBarItem > QToolBar::handle 
2543         background-color: transparent;
2544         width:12px;
2545         height:12px;
2546         padding-left:0px;
2547         image: url(icons:General/Drag_Handle_Horizontal.ico);
2550 QToolBar::handle:vertical, CToolBarItem > QToolBar::handle:vertical 
2552         image: url(icons:General/Drag_Handle_Vertical.ico);
2555 CToolBarArea
2557         background-color: rgb(51, 51, 51);
2558         border-radius:3px;
2561 CToolBarArea[dragHover=true]
2563         background-color: rgb(97, 172, 236, 128);
2564         border: 1px solid rgb(97, 172, 236, 192);
2565         border-radius:3;
2568 CToolBarArea[dragHover=false]
2570         background-color: rgb(97, 172, 236, 64);
2571         border: 1px solid rgb(97, 172, 236, 128);
2572         border-radius:3;
2575 CToolBarArea[dragAndDropMode=true]
2577         background-color: rgb(97, 172, 236, 64);
2578         border: 1px solid rgb(97, 172, 236, 128);
2579         min-height: 38;
2580         min-width: 38;
2581         border-radius:3;
2584 CToolBarArea[dragAndDropMode=false]
2586         border: 0px;
2587         background-color: rgb(51, 51, 51);
2590 CSpacerItem[locked=false]
2592         background:rgb(51,51,51);
2593         padding:0;
2594         margin:4;
2595         border: 2px dotted rgb(102,102,102);
2596         border-radius: 3px;
2597         min-width:28;
2598         min-height:28;
2601 CSpacerItem[locked=true]
2603         background:rgb(51,51,51);
2604         padding:0;
2605         margin:4;
2606         border: 2px dashed transparent;
2607         border: 0px;
2608         min-width:28;
2609         min-height:28;
2612 /*=====================*/
2613 /*Toolbar Customization*/
2614 /*=====================*/
2615 /* CToolBarCustomizeDialog Window Background */
2616 CToolBarCustomizeDialog > QWidget
2618         background-color: rgb(14, 14, 14);
2621 CToolBarCustomizeDialog > QWidget > QWidget > QSearchBox:focus 
2623         padding:0;
2624         padding-left:2px;
2625         border: 1px solid rgb(97,172,236) outset;
2628 /* CToolBarCustomizeDialog Action Library */
2629 CToolBarCustomizeDialog > QWidget > QTreeView
2631         border-radius:3 3 3 3;
2632         padding:0;
2633         margin:0 0 4 0;
2634         border:0;
2637 CToolBarCustomizeDialog > QWidget > QTreeView QHeaderView::section:first
2639         border-top-left-radius:3;
2642 CToolBarCustomizeDialog > QWidget > QTreeView QHeaderView::section:last
2644         border-top-right-radius:3;
2647 /* CToolBarCustomizeDialog Toolbar Selection Dropdown */
2648 CToolBarCustomizeDialog QWidget#ToolbarComboBoxContainer 
2650         border-radius:3 3 3 3;
2651         background-color: rgb(89, 89, 89);
2652         min-height:32px;
2653         margin:0 0 0 0;
2656 CToolBarCustomizeDialog QEditableComboBox QMenuComboBox
2658         min-height:24px;
2659         margin:0;
2660         padding:0;
2661         margin-left:4px;
2662         margin-right:4px;
2663         padding-left:4px;
2666 CToolBarCustomizeDialog QEditableComboBox QLineEdit
2668         color:white;
2669         padding-left:4px;
2670         min-height:24px;
2671         margin-left:4px;
2672         margin-right:4px;
2673         background-color:rgb(128,128,128);
2676 /* CToolBarCustomizeDialog Toolbar Preview */
2677 CToolBarCustomizeDialog #DropContainer 
2679         margin: 2 0 2 0; 
2680         background:rgb(14,14,14);
2681         min-height:36;
2682         min-width:200;
2685 CToolBarCustomizeDialog #DropContainer QToolBar
2687         margin-left:0;
2688         margin-right:0;
2689         min-height:40;
2692 CToolBarCustomizeDialog QToolBar QToolButton::hover
2694         background-color: rgb(51,51,51);
2697 CToolBarCustomizeDialog QToolBar QToolButton::checked
2699         background-color: rgb(35,35,35);
2702 CToolBarCustomizeDialog QToolButton#open-icon
2704         width: 16px;
2705         height: 16px;
2706         margin-right:8px;
2709 /* Toolbar Properties */
2710 CToolBarCustomizeDialog QWidget#ToolbarPropertiesContainer
2712         border-radius:3 3 3 3;
2713         background-color:rgb(89,89,89);
2714         min-height:80px;
2715         padding:0px;
2716         margin:0;
2719 #ToolbarPropertiesContainer > QLabel
2721         min-width:70px;
2722         padding-left:4px;
2725 #ToolbarPropertiesContainer  > QLineEdit
2727         margin-right:4px;
2728         padding:0;
2729         background-color: rgb(35, 35, 35);
2730         color:white;
2733 #ToolbarPropertiesContainer  > QLineEdit:disabled
2735         background-color: rgb(66, 66, 66);
2736         color:rgb(153,153,153);
2739 /*======================*/
2740 /* CAssetPickerLineEdit */
2741 /*======================*//*
2742         CAssetPickerLineEdit has two properties:
2743         
2744         - dragState of type string
2745            - "none" No drag is in progress
2746            - "valid" Drag is in progress and the asset being dragged can be accepted by this line edit
2747            - "invalid" Drag is in progress and the asset being dragged can NOT be accepted by this line edit
2748         
2749         - isInDragArea of type boolean
2750            - false dragging is outside the widget area
2751            - true dragging is inside the widget area
2752            
2755 CAssetDragDropLineEdit[dragState="valid"]
2757         border: 1px solid rgb(126,211,33) outset;
2758         background: rgb(30,51,8);
2761 CAssetDragDropLineEdit[dragState="none"]
2763         border: 1px solid rgb(50,50,50) outset;
2766 CAssetDragDropLineEdit[dragState="invalid"][isInDragArea=true] 
2768         border: 1px solid rgb(194,70,70);
2769         background-color: rgb(51,18,18);
2772 CAssetDragDropLineEdit[dragState="invalid"][isInDragArea=false] 
2774         border: 1px solid rgb(50,50,50) outset;
2777 CAssetDragDropLineEdit[dragState="valid"][isInDragArea=true] 
2779         border: 1px solid rgb(213,255,167) outset;
2780         background: rgb(51,85,14);
2783 CAssetDragDropLineEdit[dragEnter="none"] 
2785         border: 1px solid rgb(97,172,236) outset;
2788 CAssetDragDropLineEdit:focus 
2790         border: 1px solid rgb(97,172,236) outset;
2793 /*assets*/
2794 CAssetBrowser QListView
2796         background-color:rgb(77,77,77);
2797         margin:0;
2798         padding:0;
2799         border-radius:3px;
2802 CEditor QSplitter::handle
2804         background-color: rgb(51,51,51);
2807 CEditor CDockableContainer QSplitter::handle
2809         background-color: rgb(14,14,14);
2812 CDockableContainer QSplitter::handle
2814         background-color: rgb(14,14,14);