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