author | Wuzzy <Wuzzy2@mail.ru> |
Sat, 11 May 2019 04:58:11 +0200 | |
changeset 14917 | 3a53309e684b |
parent 14889 | 1f0e8a144bad |
child 15005 | d597a851f5d8 |
permissions | -rw-r--r-- |
6579 | 1 |
/****************************************************************************** |
2 |
* |
|
13636
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
3 |
* CSS-like definition of Qt frontend appearance: Hedgewars' Birthday. |
6579 | 4 |
* |
5 |
****************************************************************************** |
|
6 |
* |
|
13636
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
7 |
* see https://doc.qt.io/qt-5/style-reference.html |
6579 | 8 |
* |
9 |
****************************************************************************** |
|
10 |
* |
|
11 |
* This file can be stored at different locations, but it will be read only |
|
12 |
* once, based on first file found in this order: |
|
13 |
* |
|
14 |
* <userdir>/Data/css/birthday.css |
|
13636
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
15 |
* <datadir>/css/brithday.css |
6579 | 16 |
* <internal default style-sheet> (:/res/css/birthday.css) |
17 |
* |
|
13636
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
18 |
***************************************************************************** |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
19 |
* |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
20 |
* This file is based off qt.css with changes. The altered parts are |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
21 |
* marked with “CUSTOM”. |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
22 |
* |
6579 | 23 |
*****************************************************************************/ |
24 |
||
13636
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
25 |
#infoButton |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
26 |
{ |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
27 |
border: transparent; |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
28 |
background: transparent; |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
29 |
} |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
30 |
HWForm { |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
31 |
background-image: url(":/res/BackgroundBirthday.png"); /* CUSTOM */ |
6579 | 32 |
background-position: bottom center; |
33 |
background-repeat: repeat-x; |
|
13636
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
34 |
background-color: #100308; /* CUSTOM */ |
6579 | 35 |
} |
13636
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
36 |
QDialog{ /* CUSTOM */ |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
37 |
background-color: #100308; /* CUSTOM */ |
13637
4c49a4944884
Fix hard-to-read text on campaign and training page in frontend at October 31
Wuzzy <Wuzzy2@mail.ru>
parents:
13636
diff
changeset
|
38 |
} /* CUSTOM: This makes yellow text readable (because yellow text vs white moon) */ |
4c49a4944884
Fix hard-to-read text on campaign and training page in frontend at October 31
Wuzzy <Wuzzy2@mail.ru>
parents:
13636
diff
changeset
|
39 |
#campaignInfo, #trainingInfo{ /* CUSTOM */ |
4c49a4944884
Fix hard-to-read text on campaign and training page in frontend at October 31
Wuzzy <Wuzzy2@mail.ru>
parents:
13636
diff
changeset
|
40 |
background-color: rgba(20, 20, 20, 70%); /* CUSTOM */ |
4c49a4944884
Fix hard-to-read text on campaign and training page in frontend at October 31
Wuzzy <Wuzzy2@mail.ru>
parents:
13636
diff
changeset
|
41 |
border-radius: 16px; |
4c49a4944884
Fix hard-to-read text on campaign and training page in frontend at October 31
Wuzzy <Wuzzy2@mail.ru>
parents:
13636
diff
changeset
|
42 |
padding: 6px; |
13636
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
43 |
} /* CUSTOM */ |
6579 | 44 |
|
45 |
* { |
|
46 |
color: #ffcc00; |
|
47 |
selection-background-color: #ffcc00; |
|
48 |
selection-color: #00351d; |
|
49 |
} |
|
50 |
||
51 |
a { color:#c8c8ff; } |
|
52 |
||
13636
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
53 |
QLineEdit, QListWidget, QListView, QTableView, QTableWidget, QTextBrowser, QSpinBox, QComboBox, |
9665 | 54 |
QComboBox QAbstractItemView, QPlainTextEdit, QMenu::item, #labelLikeLineEdit { |
13636
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
55 |
background-color: rgba(20, 20, 20, 70%); /* CUSTOM */ |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
56 |
} |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
57 |
|
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
58 |
VertScrArea, QGraphicsView { |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
59 |
border-style: solid; border-width: 2px; border-color: #cca300; border-radius: 3px; |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
60 |
} |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
61 |
#gameStatsView { |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
62 |
border-color: #332816; |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
63 |
} |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
64 |
|
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
65 |
QSplitter::handle { |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
66 |
background-image: url(":/res/splitter.png"); |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
67 |
background-clip: content; |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
68 |
} |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
69 |
QSplitter::handle:horizontal { |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
70 |
width: 7px; |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
71 |
background-repeat: repeat-y; |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
72 |
} |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
73 |
QSplitter::handle:vertical { |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
74 |
height: 7px; |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
75 |
background-repeat: repeat-x; |
6579 | 76 |
} |
77 |
||
78 |
QComboBox::separator { |
|
79 |
border: solid; border-width: 3px; border-color: #ffcc00; |
|
80 |
} |
|
81 |
||
13636
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
82 |
QPushButton, QListWidget, QListView, QTableView, QTableWidget, QLineEdit, |
7447
01111960a48d
uploading to youtube, it works, but user interface is still incomplete
Stepan777 <stepik-777@mail.ru>
parents:
6579
diff
changeset
|
83 |
QTextBrowser, QSpinBox, QToolBox, QComboBox, QPlainTextEdit, |
6579 | 84 |
QComboBox QAbstractItemView, IconedGroupBox, |
9665 | 85 |
.QGroupBox, #gameStackContainer, TeamSelWidget, SelWeaponWidget, |
86 |
QTabWidget::pane, QTabBar::tab, #mapPreview, #labelLikeLineEdit { |
|
6579 | 87 |
border: solid; |
88 |
border-width: 3px; |
|
89 |
border-color: #ffcc00; |
|
90 |
} |
|
91 |
||
7900
e5e7678e4b2f
Fix white background in players list on halloween, christmas and easter
unc0rr
parents:
7447
diff
changeset
|
92 |
QPushButton:hover, QLineEdit:hover, QListWidget:hover, QListView:hover, |
6579 | 93 |
QSpinBox:hover, QToolBox:hover, QComboBox:hover { |
94 |
border-color: yellow; |
|
95 |
} |
|
96 |
||
13636
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
97 |
TeamShowWidget QPushButton { |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
98 |
icon-size: 48px; |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
99 |
text-align: left; |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
100 |
background-color: #0d0d0d; /* CUSTOM */ |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
101 |
color: orange; |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
102 |
font: bold; |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
103 |
border-width: 2px; |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
104 |
margin: 6px 0px 6px 0px; |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
105 |
} |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
106 |
TeamShowWidget QPushButton:disabled { |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
107 |
color: #a0a0a0; |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
108 |
} |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
109 |
|
9665 | 110 |
QToolButton { |
13636
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
111 |
background-color: #080808; /* CUSTOM */ |
9665 | 112 |
} |
113 |
||
114 |
QToolButton:hover { |
|
115 |
background-color: #150A61; |
|
116 |
} |
|
117 |
||
118 |
QToolButton:pressed { |
|
119 |
background-color: #100744; |
|
120 |
} |
|
121 |
||
13636
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
122 |
QLineEdit, QListWidget, QListView, QTableView, QTableWidget, QTextBrowser, |
9665 | 123 |
QSpinBox, QToolBox, QPlainTextEdit, QToolButton, #mapPreview, #labelLikeLineEdit { |
6579 | 124 |
border-radius: 10px; |
125 |
} |
|
126 |
||
9665 | 127 |
#mapPreview { |
13636
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
128 |
background-color: #0d0d0d; /* CUSTOM */ |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
129 |
} |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
130 |
#mapPreview:disabled{ |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
131 |
border-color: #a0a0a0; |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
132 |
background-color: #0d0d0d; /* CUSTOM */ |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
133 |
color: #ffffff; |
9665 | 134 |
} |
135 |
||
7900
e5e7678e4b2f
Fix white background in players list on halloween, christmas and easter
unc0rr
parents:
7447
diff
changeset
|
136 |
QLineEdit, QLabel, QHeaderView, QListWidget, QListView, QTableView, |
13636
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
137 |
QTableWidget, QSpinBox, QToolBox::tab, QComboBox, QComboBox QAbstractItemView, |
9665 | 138 |
IconedGroupBox, .QGroupBox, #gameStackContainer, TeamSelWidget, |
13636
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
139 |
SelWeaponWidget, QCheckBox, QRadioButton, QPushButton, QPlainTextEdit, |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
140 |
#mapName { |
6579 | 141 |
font: bold 13px; |
142 |
} |
|
13636
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
143 |
.QLabel{ |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
144 |
background-color: transparent; |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
145 |
} |
6579 | 146 |
SelWeaponWidget QTabWidget::pane, SelWeaponWidget QTabBar::tab:selected { |
147 |
background-position: bottom center; |
|
148 |
background-repeat: repeat-x; |
|
149 |
background-color: #000000; |
|
150 |
} |
|
9665 | 151 |
.QGroupBox, #gameStackContainer, TeamSelWidget, SelWeaponWidget { |
6579 | 152 |
background-position: bottom center; |
153 |
background-repeat: repeat-x; |
|
154 |
border-radius: 16px; |
|
7903 | 155 |
background-color: rgba(20, 20, 20, 70%); |
6579 | 156 |
padding: 6px; |
13636
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
157 |
margin-top: 4px; |
6579 | 158 |
} |
159 |
/* Experimenting with PaintOnScreen and border-radius on IconedGroupBox children didn't work out well |
|
160 |
IconedGroupBox QComboBox, IconedGroupBox QPushButton, IconedGroupBox QLineEdit, |
|
161 |
IconedGroupBox QSpinBox { |
|
162 |
border-radius: 0; |
|
163 |
} |
|
164 |
IconedGroupBox, IconedGroupBox *, QTabWidget::pane, QTabBar::tab:selected, QToolBox::tab QWidget{" */ |
|
165 |
IconedGroupBox, QTabWidget::pane, QTabBar::tab:selected, QToolBox::tab QWidget{ |
|
166 |
background-color: #130f2c; |
|
167 |
} |
|
168 |
||
9665 | 169 |
QTabWidget::pane { |
170 |
border-radius: 8px; |
|
171 |
border-top-left-radius: 0px; |
|
172 |
} |
|
173 |
||
174 |
GameCFGWidget { |
|
175 |
border: none; |
|
176 |
} |
|
6579 | 177 |
|
178 |
QPushButton { |
|
179 |
border-radius: 8px; |
|
180 |
background-origin: margin; |
|
181 |
background-position: top left; |
|
13636
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
182 |
background-color: rgba(20, 20, 20, 70%); /* CUSTOM */ |
6579 | 183 |
} |
184 |
||
9665 | 185 |
QPushButton:pressed, QToolButton:pressed { |
6579 | 186 |
border-color: white; |
187 |
} |
|
188 |
||
189 |
QPushButton:focus { |
|
190 |
outline: none; |
|
191 |
} |
|
192 |
||
193 |
QHeaderView { |
|
14889 | 194 |
background-color: #000000; |
13636
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
195 |
border: solid; |
6579 | 196 |
border-bottom-width: 3px; |
13636
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
197 |
border-top-width: 0px; |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
198 |
border-left-width: 0px; |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
199 |
border-right-width: 0px; |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
200 |
border-color: #ffcc00; |
6579 | 201 |
} |
13636
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
202 |
QHeaderView::section { |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
203 |
border-left-width: 1px; |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
204 |
border-right-width: 1px; |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
205 |
border-top-width: 0; |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
206 |
border-bottom-width: 0px; |
14889 | 207 |
border-color: #5A5A5A; |
13636
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
208 |
border-style: solid; |
14889 | 209 |
background-color: #000000; |
13636
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
210 |
padding: 4px; |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
211 |
} |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
212 |
QHeaderView::section:pressed { |
14889 | 213 |
background-color: #333333; |
214 |
border-color: #FFFFFF; |
|
13636
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
215 |
} |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
216 |
QHeaderView::up-arrow { |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
217 |
image: url(":/res/sort_up.png"); |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
218 |
} |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
219 |
QHeaderView::down-arrow{ |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
220 |
image: url(":/res/sort_down.png"); |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
221 |
} |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
222 |
|
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
223 |
QTableView, QTableWidget { |
6579 | 224 |
alternate-background-color: #2f213a; |
225 |
gridline-color: transparent; |
|
226 |
} |
|
9665 | 227 |
QTabWidget::pane { top: -2px; } |
6579 | 228 |
QTabBar::tab { |
229 |
border-radius: 0; |
|
230 |
border-top-left-radius: 6px; |
|
231 |
border-top-right-radius: 6px; |
|
232 |
padding: 3px; |
|
13636
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
233 |
background-color: #000000; /* CUSTOM */ |
9665 | 234 |
color: #ffcc00; |
6579 | 235 |
} |
9665 | 236 |
QTabBar::tab:selected { |
237 |
border-bottom-color: #0d0544; |
|
238 |
border-bottom-width: 0; |
|
6579 | 239 |
} |
240 |
QSpinBox::up-button{ |
|
241 |
background: transparent; |
|
242 |
width: 16px; |
|
243 |
height: 10px; |
|
14862
38eadfc525ce
Frontend: Slightly increase size+padding for QLineEdit, QSpinBox
Wuzzy <Wuzzy2@mail.ru>
parents:
14860
diff
changeset
|
244 |
padding-top: 1px; |
6579 | 245 |
} |
246 |
||
247 |
QSpinBox::up-arrow { |
|
248 |
image: url(":/res/spin_up.png"); |
|
249 |
} |
|
13636
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
250 |
QSpinBox::up-arrow:disabled { |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
251 |
image: url(":/res/spin_up_disabled.png"); |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
252 |
} |
6579 | 253 |
|
254 |
QSpinBox::down-arrow { |
|
255 |
image: url(":/res/spin_down.png"); |
|
256 |
} |
|
13636
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
257 |
QSpinBox::down-arrow:disabled { |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
258 |
image: url(":/res/spin_down_disabled.png"); |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
259 |
} |
6579 | 260 |
|
261 |
QSpinBox::down-button { |
|
262 |
background: transparent; |
|
263 |
width: 16px; |
|
264 |
height: 10px; |
|
14862
38eadfc525ce
Frontend: Slightly increase size+padding for QLineEdit, QSpinBox
Wuzzy <Wuzzy2@mail.ru>
parents:
14860
diff
changeset
|
265 |
padding-top: 1px; |
6579 | 266 |
} |
267 |
||
14862
38eadfc525ce
Frontend: Slightly increase size+padding for QLineEdit, QSpinBox
Wuzzy <Wuzzy2@mail.ru>
parents:
14860
diff
changeset
|
268 |
QSpinBox, QLineEdit { |
38eadfc525ce
Frontend: Slightly increase size+padding for QLineEdit, QSpinBox
Wuzzy <Wuzzy2@mail.ru>
parents:
14860
diff
changeset
|
269 |
padding: 3px; |
38eadfc525ce
Frontend: Slightly increase size+padding for QLineEdit, QSpinBox
Wuzzy <Wuzzy2@mail.ru>
parents:
14860
diff
changeset
|
270 |
min-height: 18px; |
38eadfc525ce
Frontend: Slightly increase size+padding for QLineEdit, QSpinBox
Wuzzy <Wuzzy2@mail.ru>
parents:
14860
diff
changeset
|
271 |
} |
6579 | 272 |
QComboBox { |
273 |
border-radius: 10px; |
|
274 |
padding: 3px; |
|
9665 | 275 |
height: 18px; |
6579 | 276 |
} |
277 |
QComboBox:pressed{ |
|
278 |
border-color: white; |
|
279 |
} |
|
280 |
QComboBox::drop-down{ |
|
281 |
border: transparent; |
|
282 |
width: 25px; |
|
283 |
} |
|
284 |
QComboBox::down-arrow { |
|
285 |
image: url(":/res/dropdown.png"); |
|
286 |
} |
|
13636
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
287 |
QComboBox::down-arrow:disabled { |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
288 |
image: url(":/res/dropdown_disabled.png"); |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
289 |
} |
6579 | 290 |
|
291 |
VertScrArea { |
|
292 |
background-position: bottom center; |
|
293 |
background-repeat: repeat-x; |
|
294 |
} |
|
295 |
||
296 |
IconedGroupBox { |
|
297 |
border-radius: 16px; |
|
298 |
padding: 2px; |
|
299 |
} |
|
300 |
||
301 |
QGroupBox::title{ |
|
302 |
subcontrol-origin: margin; |
|
303 |
subcontrol-position: top left; |
|
304 |
text-align: left; |
|
305 |
left: 15px; |
|
306 |
} |
|
307 |
||
308 |
QCheckBox::indicator:checked{ |
|
309 |
image: url(":/res/checked.png"); |
|
310 |
} |
|
13636
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
311 |
QCheckBox::indicator:checked:hover{ |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
312 |
image: url(":/res/checkedHover.png"); |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
313 |
} |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
314 |
QCheckBox::indicator:checked:pressed{ |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
315 |
image: url(":/res/checkedPressed.png"); |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
316 |
} |
6579 | 317 |
QCheckBox::indicator:unchecked{ |
318 |
image: url(":/res/unchecked.png"); |
|
319 |
} |
|
13636
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
320 |
QCheckBox::indicator:unchecked:hover{ |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
321 |
image: url(":/res/uncheckedHover.png"); |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
322 |
} |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
323 |
QCheckBox::indicator:unchecked:pressed{ |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
324 |
image: url(":/res/uncheckedPressed.png"); |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
325 |
} |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
326 |
|
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
327 |
QRadioButton::indicator:checked{ |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
328 |
image: url(":/res/radioButtonChecked.png"); |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
329 |
} |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
330 |
QRadioButton::indicator:checked:hover{ |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
331 |
image: url(":/res/radioButtonCheckedHover.png"); |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
332 |
} |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
333 |
QRadioButton::indicator:checked:pressed{ |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
334 |
image: url(":/res/radioButtonCheckedPressed.png"); |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
335 |
} |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
336 |
QRadioButton::indicator:unchecked{ |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
337 |
image: url(":/res/radioButtonUnchecked.png"); |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
338 |
} |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
339 |
QRadioButton::indicator:unchecked:hover{ |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
340 |
image: url(":/res/radioButtonUncheckedHover.png"); |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
341 |
} |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
342 |
QRadioButton::indicator:unchecked:pressed{ |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
343 |
image: url(":/res/radioButtonUncheckedPressed.png"); |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
344 |
} |
6579 | 345 |
|
346 |
.QWidget{ |
|
347 |
background: transparent; |
|
348 |
} |
|
349 |
||
350 |
QTabWidget::pane { |
|
351 |
border-top-width: 2px; |
|
352 |
} |
|
353 |
||
354 |
QMenu{ |
|
355 |
background-color: #ffcc00; |
|
356 |
margin: 3px; |
|
357 |
} |
|
358 |
QMenu::item { |
|
359 |
background-color: #0d0544; |
|
360 |
border: 1px solid transparent; |
|
361 |
font: bold; |
|
362 |
padding: 2px 25px 2px 20px; |
|
363 |
} |
|
364 |
QMenu::item:selected { |
|
365 |
background-color: #2d2564; |
|
366 |
} |
|
367 |
QMenu::indicator { |
|
368 |
width: 16px; |
|
369 |
height: 16px; |
|
370 |
} |
|
371 |
QMenu::indicator:non-exclusive:checked{ |
|
372 |
image: url(":/res/checked.png"); |
|
373 |
} |
|
374 |
QMenu::indicator:non-exclusive:unchecked{ |
|
375 |
image: url(":/res/unchecked.png"); |
|
376 |
} |
|
377 |
||
378 |
QToolTip{ |
|
13636
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
379 |
background-color: #0d0d0d; /* CUSTOM */ |
6579 | 380 |
border: 1px solid #ffcc00; |
381 |
} |
|
382 |
||
383 |
:disabled{ |
|
384 |
color: #a0a0a0; |
|
13636
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
385 |
border-color: #a0a0a0; |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
386 |
} |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
387 |
QListWidget:item:selected:disabled, QListView:item:selected:disabled{ |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
388 |
color: rgba(13, 5, 68, 70%); |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
389 |
background-color: #a0a0a0; |
6579 | 390 |
} |
391 |
SquareLabel, ItemNum { |
|
392 |
background-color: #000000; |
|
393 |
} |
|
394 |
||
395 |
QSlider::groove::horizontal { |
|
396 |
height: 2px; |
|
397 |
margin: 2px 0px; |
|
398 |
background-color: #ffcc00; |
|
399 |
} |
|
13636
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
400 |
QSlider::groove::horizontal:disabled { |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
401 |
background-color: #a0a0a0; |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
402 |
} |
6579 | 403 |
|
404 |
QSlider::handle::horizontal { |
|
405 |
border: 0px; |
|
9665 | 406 |
margin: -8px 0px; |
407 |
background-color: #ffcc00; |
|
408 |
width: 12px; |
|
409 |
height: 6px; |
|
6579 | 410 |
border-radius: 3px; |
9665 | 411 |
} |
13636
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
412 |
QSlider::handle::horizontal:disabled { |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
413 |
background-color: #a0a0a0; |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
414 |
} |
9665 | 415 |
|
416 |
HatButton, ThemeButton { |
|
417 |
text-align: left; |
|
418 |
} |
|
419 |
||
420 |
#hatList, #hatList:hover, #themeList, #themeList:hover { |
|
421 |
border-color: #F6CB1C; |
|
422 |
} |
|
423 |
||
14860
6d95d314ae8b
Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents:
14567
diff
changeset
|
424 |
QScrollBar:vertical { |
14887
d99ad8ac75d6
Frontend style: Improve scroll bar coloring
Wuzzy <Wuzzy2@mail.ru>
parents:
14886
diff
changeset
|
425 |
border: none; |
14860
6d95d314ae8b
Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents:
14567
diff
changeset
|
426 |
color: #FFD902; |
6d95d314ae8b
Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents:
14567
diff
changeset
|
427 |
background: #00321c; |
6d95d314ae8b
Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents:
14567
diff
changeset
|
428 |
width: 15px; |
14887
d99ad8ac75d6
Frontend style: Improve scroll bar coloring
Wuzzy <Wuzzy2@mail.ru>
parents:
14886
diff
changeset
|
429 |
margin: 17px 0 17px 0; |
14860
6d95d314ae8b
Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents:
14567
diff
changeset
|
430 |
} |
6d95d314ae8b
Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents:
14567
diff
changeset
|
431 |
QScrollBar:horizontal { |
14887
d99ad8ac75d6
Frontend style: Improve scroll bar coloring
Wuzzy <Wuzzy2@mail.ru>
parents:
14886
diff
changeset
|
432 |
border: none; |
14860
6d95d314ae8b
Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents:
14567
diff
changeset
|
433 |
color: #FFD902; |
6d95d314ae8b
Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents:
14567
diff
changeset
|
434 |
background: #00321c; |
6d95d314ae8b
Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents:
14567
diff
changeset
|
435 |
height: 15px; |
14887
d99ad8ac75d6
Frontend style: Improve scroll bar coloring
Wuzzy <Wuzzy2@mail.ru>
parents:
14886
diff
changeset
|
436 |
margin: 0 17px 0 17px; |
14860
6d95d314ae8b
Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents:
14567
diff
changeset
|
437 |
} |
6d95d314ae8b
Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents:
14567
diff
changeset
|
438 |
QScrollBar::handle:vertical { |
6d95d314ae8b
Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents:
14567
diff
changeset
|
439 |
background: #00321c; |
14887
d99ad8ac75d6
Frontend style: Improve scroll bar coloring
Wuzzy <Wuzzy2@mail.ru>
parents:
14886
diff
changeset
|
440 |
border: 1px solid #005F35; |
14886
272cd0142a90
Frontend: Rounded scroll bar corners
Wuzzy <Wuzzy2@mail.ru>
parents:
14885
diff
changeset
|
441 |
border-radius: 2px; |
14860
6d95d314ae8b
Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents:
14567
diff
changeset
|
442 |
min-height: 20px; |
6d95d314ae8b
Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents:
14567
diff
changeset
|
443 |
} |
6d95d314ae8b
Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents:
14567
diff
changeset
|
444 |
QScrollBar::handle:horizontal { |
6d95d314ae8b
Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents:
14567
diff
changeset
|
445 |
background: #00321c; |
14887
d99ad8ac75d6
Frontend style: Improve scroll bar coloring
Wuzzy <Wuzzy2@mail.ru>
parents:
14886
diff
changeset
|
446 |
border: 1px solid #005F35; |
14886
272cd0142a90
Frontend: Rounded scroll bar corners
Wuzzy <Wuzzy2@mail.ru>
parents:
14885
diff
changeset
|
447 |
border-radius: 2px; |
14860
6d95d314ae8b
Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents:
14567
diff
changeset
|
448 |
min-width: 20px; |
6d95d314ae8b
Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents:
14567
diff
changeset
|
449 |
} |
6d95d314ae8b
Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents:
14567
diff
changeset
|
450 |
QScrollBar::handle:pressed { |
6d95d314ae8b
Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents:
14567
diff
changeset
|
451 |
background: #005a33; |
14887
d99ad8ac75d6
Frontend style: Improve scroll bar coloring
Wuzzy <Wuzzy2@mail.ru>
parents:
14886
diff
changeset
|
452 |
border-color: #FFFFFF; |
14860
6d95d314ae8b
Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents:
14567
diff
changeset
|
453 |
} |
6d95d314ae8b
Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents:
14567
diff
changeset
|
454 |
QScrollBar::add-line, QScrollBar::sub-line { |
14887
d99ad8ac75d6
Frontend style: Improve scroll bar coloring
Wuzzy <Wuzzy2@mail.ru>
parents:
14886
diff
changeset
|
455 |
border: 1px solid #005F35; |
14886
272cd0142a90
Frontend: Rounded scroll bar corners
Wuzzy <Wuzzy2@mail.ru>
parents:
14885
diff
changeset
|
456 |
border-radius: 2px; |
14860
6d95d314ae8b
Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents:
14567
diff
changeset
|
457 |
background: #00321c; |
6d95d314ae8b
Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents:
14567
diff
changeset
|
458 |
subcontrol-origin: margin; |
6d95d314ae8b
Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents:
14567
diff
changeset
|
459 |
} |
6d95d314ae8b
Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents:
14567
diff
changeset
|
460 |
QScrollBar::add-line:vertical { |
6d95d314ae8b
Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents:
14567
diff
changeset
|
461 |
height: 15px; |
6d95d314ae8b
Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents:
14567
diff
changeset
|
462 |
subcontrol-position: bottom; |
6d95d314ae8b
Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents:
14567
diff
changeset
|
463 |
} |
6d95d314ae8b
Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents:
14567
diff
changeset
|
464 |
QScrollBar::sub-line:vertical { |
6d95d314ae8b
Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents:
14567
diff
changeset
|
465 |
height: 15px; |
6d95d314ae8b
Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents:
14567
diff
changeset
|
466 |
subcontrol-position: top; |
6d95d314ae8b
Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents:
14567
diff
changeset
|
467 |
} |
6d95d314ae8b
Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents:
14567
diff
changeset
|
468 |
QScrollBar::add-line:horizontal { |
6d95d314ae8b
Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents:
14567
diff
changeset
|
469 |
width: 15px; |
6d95d314ae8b
Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents:
14567
diff
changeset
|
470 |
subcontrol-position: right; |
6d95d314ae8b
Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents:
14567
diff
changeset
|
471 |
} |
6d95d314ae8b
Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents:
14567
diff
changeset
|
472 |
QScrollBar::sub-line:horizontal { |
6d95d314ae8b
Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents:
14567
diff
changeset
|
473 |
width: 15px; |
6d95d314ae8b
Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents:
14567
diff
changeset
|
474 |
subcontrol-position: left; |
6d95d314ae8b
Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents:
14567
diff
changeset
|
475 |
} |
6d95d314ae8b
Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents:
14567
diff
changeset
|
476 |
QScrollBar::add-line:pressed, QScrollBar::sub-line:pressed { |
6d95d314ae8b
Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents:
14567
diff
changeset
|
477 |
background: #005a33; |
14887
d99ad8ac75d6
Frontend style: Improve scroll bar coloring
Wuzzy <Wuzzy2@mail.ru>
parents:
14886
diff
changeset
|
478 |
border-color: #FFFFFF; |
14860
6d95d314ae8b
Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents:
14567
diff
changeset
|
479 |
} |
6d95d314ae8b
Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents:
14567
diff
changeset
|
480 |
|
6d95d314ae8b
Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents:
14567
diff
changeset
|
481 |
QScrollBar::up-arrow { |
6d95d314ae8b
Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents:
14567
diff
changeset
|
482 |
background-image: url(":/res/scroll_up.png"); |
6d95d314ae8b
Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents:
14567
diff
changeset
|
483 |
} |
6d95d314ae8b
Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents:
14567
diff
changeset
|
484 |
QScrollBar::down-arrow { |
6d95d314ae8b
Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents:
14567
diff
changeset
|
485 |
background-image: url(":/res/scroll_down.png"); |
6d95d314ae8b
Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents:
14567
diff
changeset
|
486 |
} |
6d95d314ae8b
Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents:
14567
diff
changeset
|
487 |
QScrollBar::left-arrow { |
6d95d314ae8b
Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents:
14567
diff
changeset
|
488 |
background-image: url(":/res/scroll_left.png"); |
6d95d314ae8b
Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents:
14567
diff
changeset
|
489 |
} |
6d95d314ae8b
Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents:
14567
diff
changeset
|
490 |
QScrollBar::right-arrow { |
6d95d314ae8b
Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents:
14567
diff
changeset
|
491 |
background-image: url(":/res/scroll_right.png"); |
6d95d314ae8b
Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents:
14567
diff
changeset
|
492 |
} |
6d95d314ae8b
Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents:
14567
diff
changeset
|
493 |
QScrollBar::add-page, QScrollBar::sub-page { |
6d95d314ae8b
Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents:
14567
diff
changeset
|
494 |
background: #00190F; |
6d95d314ae8b
Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents:
14567
diff
changeset
|
495 |
} |
6d95d314ae8b
Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents:
14567
diff
changeset
|
496 |
QScrollBar::add-page:pressed, QScrollBar::sub-page:pressed { |
14887
d99ad8ac75d6
Frontend style: Improve scroll bar coloring
Wuzzy <Wuzzy2@mail.ru>
parents:
14886
diff
changeset
|
497 |
background: #008751; |
9665 | 498 |
} |
499 |
||
500 |
#hatList, #themeList { |
|
501 |
border-color: #F6CB1C; |
|
502 |
border-width: 3px; |
|
503 |
border-style: solid; |
|
504 |
border-radius: 10px; |
|
505 |
border-top-left-radius: 0px; |
|
506 |
} |
|
507 |
||
508 |
#hatList::item, #themeList::item { |
|
509 |
background-color: #11084A; |
|
510 |
padding: 4px; |
|
511 |
border-radius: 10px; |
|
512 |
color: #ffcc00 !important; |
|
513 |
font: 8px; |
|
514 |
border-width: 2px; |
|
515 |
border-color: #11084A; |
|
516 |
} |
|
517 |
||
518 |
#hatList::item:hover, #themeList::item:hover { |
|
519 |
background-color: #150A61; |
|
520 |
} |
|
521 |
||
522 |
#hatList::item:selected, #themeList::item:selected { |
|
523 |
background-color: #150A61; |
|
524 |
} |
|
525 |
||
14567
af22a14c6a23
Frontend: Tweak button padding once more
Wuzzy <Wuzzy2@mail.ru>
parents:
14564
diff
changeset
|
526 |
.QPushButton, .QPushButtonWithSound { |
9665 | 527 |
padding: 3px 5px; |
528 |
} |
|
529 |
||
530 |
#gameCfgWidgetTabs { |
|
531 |
border-radius: 16px; |
|
532 |
border-top-left-radius: 0px; |
|
533 |
} |
|
534 |
||
535 |
TeamSelWidget, #gameStackContainer, #GBoxOptions { |
|
536 |
border-radius: 10px; |
|
6579 | 537 |
} |
538 |
||
9663
1fa74f92555d
so, lack of this was causing the team area to be too squat. at this point tho, I get the impression qt.css is outright replaced by birthday/christmas. This seems inconvenient, and if so, we should merge in changes to qt.css which has quite a bit more stuff in it
nemo
parents:
7919
diff
changeset
|
539 |
PageMultiplayer TeamSelWidget { |
1fa74f92555d
so, lack of this was causing the team area to be too squat. at this point tho, I get the impression qt.css is outright replaced by birthday/christmas. This seems inconvenient, and if so, we should merge in changes to qt.css which has quite a bit more stuff in it
nemo
parents:
7919
diff
changeset
|
540 |
min-height: 500px; |
1fa74f92555d
so, lack of this was causing the team area to be too squat. at this point tho, I get the impression qt.css is outright replaced by birthday/christmas. This seems inconvenient, and if so, we should merge in changes to qt.css which has quite a bit more stuff in it
nemo
parents:
7919
diff
changeset
|
541 |
} |
14885
175c96e60279
Frontend: Add explicit style for QProgressBar
Wuzzy <Wuzzy2@mail.ru>
parents:
14862
diff
changeset
|
542 |
|
175c96e60279
Frontend: Add explicit style for QProgressBar
Wuzzy <Wuzzy2@mail.ru>
parents:
14862
diff
changeset
|
543 |
QProgressBar { |
175c96e60279
Frontend: Add explicit style for QProgressBar
Wuzzy <Wuzzy2@mail.ru>
parents:
14862
diff
changeset
|
544 |
border: 3px solid #FFCC00; |
175c96e60279
Frontend: Add explicit style for QProgressBar
Wuzzy <Wuzzy2@mail.ru>
parents:
14862
diff
changeset
|
545 |
background-color: #150A61; |
175c96e60279
Frontend: Add explicit style for QProgressBar
Wuzzy <Wuzzy2@mail.ru>
parents:
14862
diff
changeset
|
546 |
border-radius: 5px; |
175c96e60279
Frontend: Add explicit style for QProgressBar
Wuzzy <Wuzzy2@mail.ru>
parents:
14862
diff
changeset
|
547 |
text-align: center; |
175c96e60279
Frontend: Add explicit style for QProgressBar
Wuzzy <Wuzzy2@mail.ru>
parents:
14862
diff
changeset
|
548 |
color: #FFFFFF; |
175c96e60279
Frontend: Add explicit style for QProgressBar
Wuzzy <Wuzzy2@mail.ru>
parents:
14862
diff
changeset
|
549 |
} |
175c96e60279
Frontend: Add explicit style for QProgressBar
Wuzzy <Wuzzy2@mail.ru>
parents:
14862
diff
changeset
|
550 |
QProgressBar::chunk { |
175c96e60279
Frontend: Add explicit style for QProgressBar
Wuzzy <Wuzzy2@mail.ru>
parents:
14862
diff
changeset
|
551 |
background-color: #FF9B00; |
175c96e60279
Frontend: Add explicit style for QProgressBar
Wuzzy <Wuzzy2@mail.ru>
parents:
14862
diff
changeset
|
552 |
margin: 2px; |
175c96e60279
Frontend: Add explicit style for QProgressBar
Wuzzy <Wuzzy2@mail.ru>
parents:
14862
diff
changeset
|
553 |
} |