1QMainWindow {
2  background-image:url(LittleFingerpattern.png);
3}
4
5*[doomed="true"] {
6  background-color: #e1cea1;
7  border: none;
8}
9
10*[city_name_button="true"] {
11  font-weight: bold italic;
12  border: 0px;
13  background: transparent;
14  text-align: right;
15}
16
17*[doomchat="true"] {
18  background-color: white;
19  color: black;
20  border: 1px solid #c3b48e;
21}
22
23*[themed_choice="true"] {
24  color: #000000;
25  background-color: #e7d6b0;
26  border: 2px solid #c3b48e;
27}
28
29qfc_dialog::title {
30  font-weight: bold;
31  background-color: #a1936e;
32}
33
34close_widget
35{
36  background: #ddca97;
37}
38
39resize_widget
40{
41  background: #ddca97;
42}
43
44QPushButton {
45  color: black;
46  border-image: url(LittleFingerbutton-default.png) 3 3 3 3;
47  border-top: 3px transparent;
48  border-bottom: 3px transparent;
49  border-right: 3px transparent;
50  border-left: 3px transparent;
51  border-radius: 2px;
52  padding: 2px;
53}
54
55QPushButton:hover {
56  border-image: url(LittleFingerbutton-prelight.png) 3 3 3 3;
57}
58
59QPushButton:pressed {
60  border-image: url(LittleFingerbutton-pressed.png) 3 3 3 3;
61}
62
63QPushButton:disabled {
64  border-image: url(LittleFingerbutton-insensitive.png) 3 3 3 3;
65}
66
67QLabel {
68 color: black;
69}
70
71QTableWidget {
72  alternate-background-color: #e0d2b2;
73  background-color: #e7d6b0;
74  border-top: 1px solid #c3b48e;
75  border-left: 1px solid #c3b48e;
76  border-bottom: 1px solid #c3b48e;
77  border-right: 1px solid #c3b48e;
78  border-radius: 1px;
79  padding: 2 3px;
80  color: black;
81  selection-color: white;
82  selection-background-color:  #c3b48e;
83}
84
85QTableWidget::item:selected {
86  border: none;
87  padding: 0 0;
88  background: #c3b48e;
89}
90
91
92QHeaderView::section {
93  background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #efddb5, stop: 1 #e7d6b0);
94  color: black;
95  border: 1px solid #c3b48e;
96}
97
98QLineEdit {
99  background-color: #e7ddba;
100  border: 1px solid #c3b48e;
101  border-radius: 2px;
102  color: black;
103}
104
105QTabWidget {
106  background: #efddb5;
107}
108
109QSpinBox {
110  color: black;
111  background-color: #e0cfaa;
112  selection-background-color: none;
113}
114
115QLineEdit:disabled, QComboBox:disabled, QSpinBox:disabled , QComboBox:disabled{
116  color: #7b7b7b;
117}
118
119QComboBox {
120  color: black;
121  border-image: url(LittleFingercombo-normal.png) 3 3 3 3;
122  background-color: #e5d7a1;
123  text-align: left;
124  padding-left: 10px;
125  padding-top: 0px;
126  padding-bottom: 2px;
127  border: 1px solid #c3b48e;
128  border-radius: 2px;
129  margin-top: .1em;
130  margin-bottom: 0em;
131}
132
133QComboBox::drop-down {
134  subcontrol-origin: padding;
135  subcontrol-position: top right;
136  width: 15px;
137  border-left-width: 0px;
138  border-left-color: #c3b48e;
139  border-left-style: solid;
140  border-top-right-radius: 3px;
141  border-bottom-right-radius: 3px;
142}
143
144QComboBox::down-arrow {
145  image: url(LittleFingercombo-arrow.png);
146}
147
148
149QSlider::groove:horizontal {
150  background: transparent;
151  height: 16px;
152  position: absolute;
153  left: 4px; right: 4px;
154}
155
156QSlider::handle:horizontal {
157  height: 17px;
158  width: 10px;
159  background:url(LittleFingerwheel.png);
160  margin: 0 0px;
161}
162
163QSlider::add-page:horizontal {
164  background: qlineargradient(x1:0, y1:0, x2:0, y2:1,stop:0 rgba(0,0,0,0) ,stop:0.3 rgba(0,0,0,0), stop:0.4 rgba(181,181,181,255) stop: 0.6 rgba(181,181,181,255), stop:0.7 rgba(0,0,0,0), stop: 1 rgba(0,0,0,0));
165}
166
167QSlider::sub-page:horizontal {
168  background: qlineargradient(x1:0, y1:0, x2:0, y2:1,stop:0 rgba(0,0,0,0) ,stop:0.3 rgba(0,0,0,0), stop:0.4 rgba(181,181,181,255) stop: 0.6 rgba(181,181,181,255) , stop:0.7 rgba(0,0,0,0), stop: 1 rgba(0,0,0,0));
169}
170
171
172QSplitter::handle {
173  background: #efddb5;
174}
175
176QSplitter::handle:vertical {
177  image: url(LittleFingersplitter-horizontal.png);
178  height: 8px;
179}
180
181QSplitter::handle:horizontal {
182  image: url(LittleFingersplitter-vertical.png);
183  width: 8px;
184}
185
186QMenuBar {
187  background-image:url(LittleFingerpattern.png);
188}
189
190QMenuBar::item {
191  spacing: 3px;
192  padding: 1px 4px;
193  color: black;
194  background: transparent;
195  border-radius: none
196}
197
198QMenuBar::item:selected {
199  color: black;
200  background: #b6a785;
201}
202
203QMenuBar::item:pressed {
204  background: #b6a785;
205}
206
207QMenu {
208  background-image:url(LittleFingermenu-overlay.png);
209  border:none;
210}
211QMenu::item {
212  color: black;
213  background: rgba(222,203,152, 100);
214  padding: 3px 20px 3px 25px;
215  border: 1px solid transparent;
216}
217
218QMenu::item:disabled {
219  color: #999999;
220}
221
222QMenu::item:selected {
223  color: black;
224  background-color: #b6a785;
225  border: 1px solid grey;
226  border-radius: 3px;
227}
228
229minimap_view
230{
231  selection-background-color: #ddca97;
232}
233
234QComboBox:editable {
235  background-color: #ddca97;
236}
237
238QComboBox:!editable, QComboBox::drop-down:editable {
239  background-color: #ddca97;
240  selection-background-color: #f5dfa7;
241}
242
243QComboBox QAbstractItemView{
244  color: #f5dfa7;
245  background-color: #ddca97;
246  border: 1px outset #f5dfa7;
247  border-radius: 3px;
248  selection-background-color: white;
249}
250
251QRadioButton {
252  color: black;
253}
254
255QRadioButton::indicator {
256  width: 16px;
257  height: 16px;
258}
259
260QRadioButton::indicator::unchecked {
261  image: url(LittleFingerradio-unchecked.png);
262}
263
264QRadioButton::indicator:unchecked:hover {
265  image: url(LittleFingerradio-unchecked.png);
266}
267
268QRadioButton::indicator:unchecked:pressed {
269  image: url(LittleFingerradio-unchecked.png);
270}
271
272QRadioButton::indicator::checked {
273  image: url(LittleFingerradio-checked.png);
274}
275
276QRadioButton::indicator:checked:hover {
277  image: url(LittleFingerradio-checked.png);
278}
279
280QRadioButton::indicator:checked:pressed {
281  image: url(LittleFingerradio-checked.png);
282}
283
284QDialog {
285  color: #000000;
286  background-image:url(LittleFingerpattern.png);
287  border: 2px solid #c3b48e;
288}
289
290QTabWidget::pane {
291  margin: 1px, 1px, 1px, 1px;
292  border-left: 1px solid #c3b48e;
293  border-top: 1px solid #c3b48e;
294  border-bottom: 2px solid #c3b48e;
295  border-right: 2px solid #c3b48e;
296  border-radius: 8px;
297  border-top-left-radius: 0px;
298  padding: 0px;
299}
300
301QTabBar::tab {
302  background-color: #ddca97;
303  border-left: 1px solid #c3b48e;
304  border-top: 1px solid #c3b48e;
305  border-bottom: 1px solid #c3b48e;
306  border-right: 1px solid #c3b48e;
307  border-top-right-radius: 15;
308  border-top-left-radius: 5;
309  color: black;
310  padding: 5px;
311  min-width: 80px;
312}
313
314
315QTabBar::tab:!selected {
316  margin-top: 3px;
317}
318
319QTabBar::tab:first {
320  border-left: 1px solid #c3b48e;
321  border-top: 1px solid #c3b48e;
322  border-bottom: 1px solid #c3b48e;
323  border-right: 1px solid #c3b48e;
324  border-top-right-radius: 15;
325  border-top-left-radius: 5;
326  color:black;
327  padding:5px;
328}
329
330QTabBar::tab::selected {
331  border-left: 1px solid #c3b48e;
332  border-top: 1px solid #c3b48e;
333  border-bottom: 1px solid #c3b48e;
334  border-right: 2px solid #c3b48e;
335  border-top-right-radius: 15;
336  border-top-left-radius: 5;
337  color: black;
338  padding:5px;
339}
340
341QTabWidget::tab-bar {
342  left: 0px;
343}
344
345QTabBar::tab:hover {
346/*  background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0  #474747, stop: 0.4 #323232, stop: 0.4 #323232, stop: 1.0 #474747); */
347}
348
349QTabBar QToolButton {
350  background: #ddca97;
351}
352
353QTabBar QToolButton::left-arrow {
354  image: url(LittleFingerarrow-left);
355}
356
357QTabBar QToolButton::right-arrow {
358  image: url(LittleFingerarrow-right);
359}
360
361
362QTreeView {
363  alternate-background-color: #e0d2b2;
364  background-color: #e7d6b0;
365  border-top: 1px solid #c3b48e;
366  border-left: 1px solid #c3b48e;
367  border-bottom: 1px solid #c3b48e;
368  border-right: 1px solid #c3b48e;
369  border-radius: 1px;
370  padding: 2 3px;
371  color: black;
372  selection-color: white;
373  selection-background-color:  #c3b48e;
374}
375
376QTreeView::item:selected {
377  border: none;
378  padding: 0 0;
379  background: #c3b48e;
380}
381
382QItemDelegate:selected {
383  border: none;
384  padding: 0 0;
385  background-color: #c3b48e;
386}
387
388QToolTip {
389  border: 1px solid #c3b48e;
390  padding: 1px;
391  border-radius: 3px;
392  background: black;
393  color: white;
394  opacity: 200;
395}
396
397QCheckBox {
398  color: black;
399  background: #e1cea1;
400  spacing: 5px;
401}
402
403QCheckBox::indicator {
404  width: 14px;
405  height: 14px;
406}
407
408QCheckBox::indicator:unchecked {
409  image: url(LittleFingercheckbox-unchecked.png);
410}
411
412
413QCheckBox::indicator:unchecked:pressed {
414  image: url(LittleFingercheckbox-unchecked_pressed.png);
415}
416
417QCheckBox::indicator:checked {
418  image: url(LittleFingercheckbox-checked.png);
419}
420
421QCheckBox::indicator:checked:pressed {
422  image: url(LittleFingercheckbox-checked-pressed.png);
423}
424
425QCheckBox::indicator:unchecked:hover {
426  image: url(LittleFingercheckbox-unchecked.png);
427}
428
429QCheckBox::indicator:checked:hover {
430  image: url(LittleFingercheckbox-checked.png);
431}
432
433QGroupBox {
434  color: black;
435  background-color: #e1cea1;
436  border: 1px solid #c3b48e;
437  border-radius: 5px;
438  margin-top: 2ex;
439}
440
441QComboBox:hover {
442  color: black;
443}
444
445city_dialog QScrollArea QWidget {
446 background: #e1cea1;
447}
448
449city_dialog QScrollArea QFrame {
450 background: #e1cea1;
451}
452
453city_dialog QScrollArea {
454  background: #e1cea1;
455}
456
457city_dialog QFrame {
458  border: none
459}
460
461city_dialog QGroupBox {
462  border-radius: 5px;
463  margin-top: 2.5ex;
464  border: 1px solid #a5a5a5;
465}
466
467QCheckBox:disabled, QRadioButton:disabled {
468  background-color: transparent;
469  color: #7b7b7b;
470}
471
472QTextEdit {
473  background-color: #efddb5;
474  color: black;
475}
476
477QScrollBar:vertical {
478  border: 1px solid #ffecc1;
479  width: 16px;
480  margin: 18px 0 18px 0;
481}
482
483QScrollBar:horizontal {
484  border: 1px solid #ffecc1;
485  height: 16px;
486 margin: 0px 18px 0 18px;
487}
488
489QScrollBar::add-line:vertical {
490  background: #ffecc1;
491  height: 15px;
492  subcontrol-position: bottom;
493  subcontrol-origin: margin;
494  border: 1px solid #c3b48e;
495}
496
497QScrollBar::sub-line:vertical {
498  background: #ffecc1;
499  height: 16px;
500  subcontrol-position: top;
501  subcontrol-origin: margin;
502  border: 1px solid #c3b48e;
503}
504
505QScrollBar::add-page:vertical, QScrollBar::sub-page:vertical {
506  background: #ffecc1;
507}
508
509QScrollBar::left-arrow:horizontal{
510  background-image:url(LittleFingerarrow-left.png);
511}
512
513QScrollBar::right-arrow:horizontal {
514  background-image:url(LittleFingerarrow-right.png);
515}
516
517QScrollBar::up-arrow:vertical
518{
519   image:url(LittleFingerarrow-up.png);
520}
521
522QScrollBar::down-arrow:vertical
523{
524   background-image:url(LittleFingerarrow-down.png);
525}
526
527QScrollBar::add-line:horizontal {
528  background: #ffecc1;
529  width: 16px;
530  subcontrol-position: right;
531  subcontrol-origin: margin;
532  border: 1px solid #c3b48e;
533}
534
535QScrollBar::sub-line:horizontal {
536  background: #ffecc1;
537  width: 16px;
538  subcontrol-position: left;
539  subcontrol-origin: margin;
540  border: 1px solid #c3b48e;
541  position: absolute;
542  right: 20px;
543}
544
545QScrollBar::add-page:horizontal, QScrollBar::sub-page:horizontal {
546    background: #ffecc1;
547}
548
549QScrollBar::handle:horizontal {
550  background: #c3b48e; min-width: 20px
551}
552
553QScrollBar::handle:vertical {
554  background: #c3b48e; min-height: 20px
555}
556
557QTreeWidget {
558  color: black;
559  background-color: #efddb5;
560  border: none;
561}
562
563QTreeWidget::item:selected {
564  border: none;
565  background: #c3b48e;
566}
567
568QFontListView {
569  color: black;
570  background-color: #e7ddba;
571}
572
573fc_game_tab_widget {
574   background-image:url(LittleFingerpattern-game.jpg);
575}
576
577info_tab {
578  background-color: rgba(30,20,10,175);
579  border: 1px solid #685f47;
580}
581
582units_reports QScrollArea {
583  background: rgba(0,0,0,45);
584}
585
586units_reports QScrollArea QWidget{
587  background: rgba(0,0,0,45);
588}
589
590unittype_item {
591  border: none;
592  background-color: rgba(0,0,0,95);
593  selection-background-color: rgba(231, 214, 176, 220);
594}
595
596units_reports {
597  border: 1px solid #ffecba;
598  background-color: rgba(85, 25, 25, 95);
599}
600
601unittype_item QLabel {
602  color: white;
603  background-color: none;
604}
605
606unittype_item QPushButton {
607  color: white;
608  border: none;
609}
610
611
612help_widget QTextBrowser
613{
614  background-image:url(LittleFingerpattern.png);
615  color: black;
616}
617
618help_widget QWidget
619{
620  background: transparent;
621  color: black;
622}
623
624help_widget QScrollArea QFrame {
625  background: transparent;
626  color: black;
627}
628
629help_widget QScrollArea {
630  background-image:url(LittleFingerpattern.png);
631  color: black;
632}
633
634units_select {
635  background-color: rgba(0, 0, 0,175);
636  color: #e8ff00;
637  selection-color: rgba(221, 204, 161, 140);
638  border: 1px solid black;
639}
640
641chatwdg QTextBrowser
642{
643  background-color: transparent;
644  border: none;
645  color: rgb( 240, 240, 240);
646}
647
648chatwdg QLineEdit
649{
650  background-color: black;
651  border: 1px solid #c3b48e;
652  color: rgb( 240, 240, 240);
653}
654
655
656chatwdg QScrollBar:vertical
657{
658  background: transparent;
659  margin: 0px 0 0px 0;
660}
661
662messagewdg QTableWidget
663{
664  border: none;
665  color: white;
666  background-color: transparent;
667}
668
669messagewdg QTableWidget::item:hover {
670  color: black;
671  background-color: rgba(180, 160, 120, 225);
672  border-radius: 9px;
673}
674
675xvote QPushButton {
676  background-color: white;
677  color: #038713;
678  min-width: 80px;
679  border: none;
680}
681
682xvote QPushButton:enabled {
683  color: #038713;
684}
685
686xvote QPushButton:hover {
687  background-color: blue;
688}
689
690QProgressBar {
691  color: white;
692  background: #c3b48e;
693  selection-background-color: #c3b48e;
694}
695
696info_tile {
697color: #ffecba;
698  border: 1px solid black;
699  background-color: rgba(0, 0, 0,195);
700}
701
702notify_dialog {
703  color: #ffecba;
704  border: 1px solid #ffecba;
705  background-color: rgba(0, 0, 0,175);
706}
707
708unit_item, impr_item {
709  selection-background-color: #c3b48e;
710}
711
712chatwdg QScrollBar:vertical {
713  background: transparent;
714  border: 1px solid #c3b48e;
715}
716
717chatwdg QScrollBar::add-page:vertical {
718  background: transparent;
719  width: 0px;height: 0px;
720}
721
722chatwdg QScrollBar::sub-page:vertical {
723  background: transparent;
724  width: 0px;height: 0px;
725}
726
727chatwdg QScrollBar::add-line:vertical {
728  width: 0px;height: 0px;
729}
730
731chatwdg QScrollBar::sub-line:vertical {
732  width: 0px;height: 0px;
733}
734
735
736messagewdg QScrollBar:vertical {
737  background: transparent;
738  border: 1px solid #c3b48e;
739  margin: 0 0 0 0;
740}
741
742messagewdg QScrollBar::add-page:vertical {
743  background: transparent;
744  width: 0px;height: 0px;
745}
746
747messagewdg QScrollBar::sub-page:vertical {
748  background: transparent;
749  width: 0px;height: 0px;
750}
751
752messagewdg QScrollBar::add-line:vertical {
753  width: 0px;height: 0px;
754}
755
756messagewdg QScrollBar::sub-line:vertical {
757  width: 0px;height: 0px;
758}
759
760chatwdg QPushButton {
761  background: transparent;
762  border: none;
763}
764
765chatwdg QCheckBox {
766  background: transparent;
767}
768
769chatwdg QCheckBox::indicator:checked {
770  image: url(LittleFingercheckbox-checked-pressed.png);
771}
772
773chatwdg QCheckBox::indicator:checked:hover {
774  image: url(LittleFingercheckbox-checked-pressed.png);
775}
776
777hud_message_box, hud_input_box {
778  background-color: transparent;
779  color: black;
780  selection-background-color: rgba(231, 214, 176, 220);
781  alternate-background-color: rgba(131, 114, 76 ,220);
782  border: 2px solid black;
783}
784
785hud_message_box QPushButton {
786  color: black;
787  background: rgb(231, 214, 176);
788  border-top: 3px solid #c3b48e;
789  border-bottom: 3px solid #c3b48e;
790  border-right: 3px solid #c3b48e;
791  border-left: 3px solid #c3b48e;
792  border-radius: 8px;
793  padding: 2px;
794}
795
796hud_input_box QPushButton {
797  color: black;
798  background: rgb(231, 214, 176);
799  border-top: 3px solid #c3b48e;
800  border-bottom: 3px solid #c3b48e;
801  border-right: 3px solid #c3b48e;
802  border-left: 3px solid #c3b48e;
803  border-radius: 8px;
804  padding: 2px;
805}
806
807fc_sidewidget {
808  color: white;
809  selection-background-color: rgb(34, 150, 4);
810  alternate-background-color: rgba(125, 25, 125, 125);
811  selection-color: rgba(85, 25, 25, 185);
812}
813
814unit_hud_selector {
815  color: white;
816  background-image:url(LittleFingerpattern.png);
817  border: 2px solid #a5a5a5;
818}
819
820
821hud_action {
822  selection-background-color:  rgba(221, 204, 161, 220);
823  color: rgb(5,5,185);
824}
825
826hud_units {
827  background: rgba(40, 10, 30, 200);
828}
829
830hud_units QLabel {
831  color: white;
832}
833
834hud_unit_combat {
835  selection-background-color: rgba(0, 0, 75,165);
836  alternate-background-color: #ffecba;
837}
838