author | Wuzzy <Wuzzy2@mail.ru> |
Sun, 15 Sep 2019 15:54:43 +0200 | |
changeset 15403 | e347c3508f95 |
parent 15257 | 752b44ffa707 |
child 15415 | 78607b894e59 |
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 |
||
13631
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
113 |
QLineEdit, QListWidget, QListView, QTableView, QTableWidget, QTextBrowser, |
9665 | 114 |
QSpinBox, QToolBox, QPlainTextEdit, QToolButton, #mapPreview, #labelLikeLineEdit { |
6579 | 115 |
border-radius: 10px; |
116 |
} |
|
117 |
||
9665 | 118 |
#mapPreview { |
119 |
background-color: #0d0544; |
|
120 |
} |
|
13631
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
121 |
#mapPreview:disabled{ |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
122 |
border-color: #a0a0a0; |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
123 |
background-color: #0d0544; |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
124 |
color: #ffffff; |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
125 |
} |
9665 | 126 |
|
7900
e5e7678e4b2f
Fix white background in players list on halloween, christmas and easter
unc0rr
parents:
7447
diff
changeset
|
127 |
QLineEdit, QLabel, QHeaderView, QListWidget, QListView, QTableView, |
13631
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
128 |
QTableWidget, QSpinBox, QToolBox::tab, QComboBox, QComboBox QAbstractItemView, |
9665 | 129 |
IconedGroupBox, .QGroupBox, #gameStackContainer, TeamSelWidget, |
13631
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
130 |
SelWeaponWidget, QCheckBox, QRadioButton, QPushButton, QPlainTextEdit, |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
131 |
#mapName { |
6579 | 132 |
font: bold 13px; |
133 |
} |
|
13631
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
134 |
.QLabel{ |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
135 |
background-color: transparent; |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
136 |
} |
6579 | 137 |
SelWeaponWidget QTabWidget::pane, SelWeaponWidget QTabBar::tab:selected { |
138 |
background-position: bottom center; |
|
139 |
background-repeat: repeat-x; |
|
140 |
background-color: #000000; |
|
141 |
} |
|
9665 | 142 |
.QGroupBox, #gameStackContainer, TeamSelWidget, SelWeaponWidget { |
6579 | 143 |
background-position: bottom center; |
144 |
background-repeat: repeat-x; |
|
145 |
border-radius: 16px; |
|
146 |
background-color: rgba(13, 5, 68, 70%); |
|
147 |
padding: 6px; |
|
13631
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
148 |
margin-top: 4px; |
6579 | 149 |
} |
150 |
/* Experimenting with PaintOnScreen and border-radius on IconedGroupBox children didn't work out well |
|
151 |
IconedGroupBox QComboBox, IconedGroupBox QPushButton, IconedGroupBox QLineEdit, |
|
152 |
IconedGroupBox QSpinBox { |
|
153 |
border-radius: 0; |
|
154 |
} |
|
155 |
IconedGroupBox, IconedGroupBox *, QTabWidget::pane, QTabBar::tab:selected, QToolBox::tab QWidget{" */ |
|
156 |
IconedGroupBox, QTabWidget::pane, QTabBar::tab:selected, QToolBox::tab QWidget{ |
|
157 |
background-color: #130f2c; |
|
158 |
} |
|
159 |
||
9665 | 160 |
QTabWidget::pane { |
161 |
border-radius: 8px; |
|
162 |
border-top-left-radius: 0px; |
|
163 |
} |
|
164 |
||
165 |
GameCFGWidget { |
|
166 |
border: none; |
|
167 |
} |
|
6579 | 168 |
|
169 |
QPushButton { |
|
170 |
border-radius: 8px; |
|
171 |
background-origin: margin; |
|
172 |
background-position: top left; |
|
173 |
background-color: rgba(18, 42, 5, 70%); |
|
174 |
} |
|
175 |
||
9665 | 176 |
QPushButton:pressed, QToolButton:pressed { |
6579 | 177 |
border-color: white; |
15000
d597a851f5d8
Frontend: Highlight button when pressed
Wuzzy <Wuzzy2@mail.ru>
parents:
14884
diff
changeset
|
178 |
background-color: #344b1e; |
d597a851f5d8
Frontend: Highlight button when pressed
Wuzzy <Wuzzy2@mail.ru>
parents:
14884
diff
changeset
|
179 |
color: white; |
d597a851f5d8
Frontend: Highlight button when pressed
Wuzzy <Wuzzy2@mail.ru>
parents:
14884
diff
changeset
|
180 |
} |
d597a851f5d8
Frontend: Highlight button when pressed
Wuzzy <Wuzzy2@mail.ru>
parents:
14884
diff
changeset
|
181 |
TeamShowWidget QPushButton:pressed { |
d597a851f5d8
Frontend: Highlight button when pressed
Wuzzy <Wuzzy2@mail.ru>
parents:
14884
diff
changeset
|
182 |
background-color: #362c7a; |
6579 | 183 |
} |
184 |
||
185 |
QPushButton:focus { |
|
186 |
outline: none; |
|
187 |
} |
|
188 |
||
189 |
QHeaderView { |
|
13631
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
190 |
background-color: #00351d; |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
191 |
border: solid; |
6579 | 192 |
border-bottom-width: 3px; |
13631
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
193 |
border-top-width: 0px; |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
194 |
border-left-width: 0px; |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
195 |
border-right-width: 0px; |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
196 |
border-color: #ffcc00; |
6579 | 197 |
} |
13631
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
198 |
QHeaderView::section { |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
199 |
border-left-width: 1px; |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
200 |
border-right-width: 1px; |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
201 |
border-top-width: 0; |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
202 |
border-bottom-width: 0px; |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
203 |
border-color: #001d10; |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
204 |
border-style: solid; |
14884 | 205 |
background-color: #005F35; |
13631
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
206 |
padding: 4px; |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
207 |
} |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
208 |
QHeaderView::section:pressed { |
14884 | 209 |
background-color: #005A33; |
210 |
border-color: #FFFFFF; |
|
13631
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::up-arrow { |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
213 |
image: url(":/res/sort_up.png"); |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
214 |
} |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
215 |
QHeaderView::down-arrow{ |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
216 |
image: url(":/res/sort_down.png"); |
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 |
|
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
219 |
QTableView, QTableWidget { |
6579 | 220 |
alternate-background-color: #2f213a; |
221 |
gridline-color: transparent; |
|
222 |
} |
|
9665 | 223 |
QTabWidget::pane { top: -2px; } |
6579 | 224 |
QTabBar::tab { |
225 |
border-radius: 0; |
|
226 |
border-top-left-radius: 6px; |
|
227 |
border-top-right-radius: 6px; |
|
228 |
padding: 3px; |
|
9665 | 229 |
background-color: #00351d; |
230 |
color: #ffcc00; |
|
6579 | 231 |
} |
9665 | 232 |
QTabBar::tab:selected { |
233 |
border-bottom-color: #0d0544; |
|
234 |
border-bottom-width: 0; |
|
6579 | 235 |
} |
236 |
QSpinBox::up-button{ |
|
237 |
background: transparent; |
|
238 |
width: 16px; |
|
239 |
height: 10px; |
|
14857
38eadfc525ce
Frontend: Slightly increase size+padding for QLineEdit, QSpinBox
Wuzzy <Wuzzy2@mail.ru>
parents:
14855
diff
changeset
|
240 |
padding-top: 1px; |
6579 | 241 |
} |
242 |
||
243 |
QSpinBox::up-arrow { |
|
244 |
image: url(":/res/spin_up.png"); |
|
245 |
} |
|
13631
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
246 |
QSpinBox::up-arrow:disabled { |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
247 |
image: url(":/res/spin_up_disabled.png"); |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
248 |
} |
6579 | 249 |
|
250 |
QSpinBox::down-arrow { |
|
251 |
image: url(":/res/spin_down.png"); |
|
252 |
} |
|
13631
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
253 |
QSpinBox::down-arrow:disabled { |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
254 |
image: url(":/res/spin_down_disabled.png"); |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
255 |
} |
6579 | 256 |
|
257 |
QSpinBox::down-button { |
|
258 |
background: transparent; |
|
259 |
width: 16px; |
|
260 |
height: 10px; |
|
14857
38eadfc525ce
Frontend: Slightly increase size+padding for QLineEdit, QSpinBox
Wuzzy <Wuzzy2@mail.ru>
parents:
14855
diff
changeset
|
261 |
padding-top: 1px; |
6579 | 262 |
} |
263 |
||
14857
38eadfc525ce
Frontend: Slightly increase size+padding for QLineEdit, QSpinBox
Wuzzy <Wuzzy2@mail.ru>
parents:
14855
diff
changeset
|
264 |
QSpinBox, QLineEdit { |
38eadfc525ce
Frontend: Slightly increase size+padding for QLineEdit, QSpinBox
Wuzzy <Wuzzy2@mail.ru>
parents:
14855
diff
changeset
|
265 |
padding: 3px; |
38eadfc525ce
Frontend: Slightly increase size+padding for QLineEdit, QSpinBox
Wuzzy <Wuzzy2@mail.ru>
parents:
14855
diff
changeset
|
266 |
min-height: 18px; |
38eadfc525ce
Frontend: Slightly increase size+padding for QLineEdit, QSpinBox
Wuzzy <Wuzzy2@mail.ru>
parents:
14855
diff
changeset
|
267 |
} |
6579 | 268 |
QComboBox { |
269 |
border-radius: 10px; |
|
270 |
padding: 3px; |
|
9665 | 271 |
height: 18px; |
6579 | 272 |
} |
273 |
QComboBox:pressed{ |
|
274 |
border-color: white; |
|
275 |
} |
|
276 |
QComboBox::drop-down{ |
|
277 |
border: transparent; |
|
278 |
width: 25px; |
|
279 |
} |
|
280 |
QComboBox::down-arrow { |
|
281 |
image: url(":/res/dropdown.png"); |
|
282 |
} |
|
13631
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
283 |
QComboBox::down-arrow:disabled { |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
284 |
image: url(":/res/dropdown_disabled.png"); |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
285 |
} |
6579 | 286 |
|
287 |
VertScrArea { |
|
288 |
background-position: bottom center; |
|
289 |
background-repeat: repeat-x; |
|
290 |
} |
|
291 |
||
292 |
IconedGroupBox { |
|
293 |
border-radius: 16px; |
|
294 |
padding: 2px; |
|
295 |
} |
|
296 |
||
297 |
QGroupBox::title{ |
|
298 |
subcontrol-origin: margin; |
|
299 |
subcontrol-position: top left; |
|
300 |
text-align: left; |
|
301 |
left: 15px; |
|
302 |
} |
|
303 |
||
304 |
QCheckBox::indicator:checked{ |
|
305 |
image: url(":/res/checked.png"); |
|
306 |
} |
|
13631
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
307 |
QCheckBox::indicator:checked:hover{ |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
308 |
image: url(":/res/checkedHover.png"); |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
309 |
} |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
310 |
QCheckBox::indicator:checked:pressed{ |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
311 |
image: url(":/res/checkedPressed.png"); |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
312 |
} |
6579 | 313 |
QCheckBox::indicator:unchecked{ |
314 |
image: url(":/res/unchecked.png"); |
|
315 |
} |
|
13631
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
316 |
QCheckBox::indicator:unchecked:hover{ |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
317 |
image: url(":/res/uncheckedHover.png"); |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
318 |
} |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
319 |
QCheckBox::indicator:unchecked:pressed{ |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
320 |
image: url(":/res/uncheckedPressed.png"); |
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 |
|
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
323 |
QRadioButton::indicator:checked{ |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
324 |
image: url(":/res/radioButtonChecked.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 |
QRadioButton::indicator:checked:hover{ |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
327 |
image: url(":/res/radioButtonCheckedHover.png"); |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
328 |
} |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
329 |
QRadioButton::indicator:checked:pressed{ |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
330 |
image: url(":/res/radioButtonCheckedPressed.png"); |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
331 |
} |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
332 |
QRadioButton::indicator:unchecked{ |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
333 |
image: url(":/res/radioButtonUnchecked.png"); |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
334 |
} |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
335 |
QRadioButton::indicator:unchecked:hover{ |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
336 |
image: url(":/res/radioButtonUncheckedHover.png"); |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
337 |
} |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
338 |
QRadioButton::indicator:unchecked:pressed{ |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
339 |
image: url(":/res/radioButtonUncheckedPressed.png"); |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
340 |
} |
6579 | 341 |
|
342 |
.QWidget{ |
|
343 |
background: transparent; |
|
344 |
} |
|
345 |
||
346 |
QTabWidget::pane { |
|
347 |
border-top-width: 2px; |
|
348 |
} |
|
349 |
||
350 |
QMenu{ |
|
351 |
background-color: #ffcc00; |
|
352 |
margin: 3px; |
|
353 |
} |
|
354 |
QMenu::item { |
|
355 |
background-color: #0d0544; |
|
356 |
border: 1px solid transparent; |
|
357 |
font: bold; |
|
358 |
padding: 2px 25px 2px 20px; |
|
359 |
} |
|
360 |
QMenu::item:selected { |
|
361 |
background-color: #2d2564; |
|
362 |
} |
|
363 |
QMenu::indicator { |
|
364 |
width: 16px; |
|
365 |
height: 16px; |
|
366 |
} |
|
367 |
QMenu::indicator:non-exclusive:checked{ |
|
368 |
image: url(":/res/checked.png"); |
|
369 |
} |
|
370 |
QMenu::indicator:non-exclusive:unchecked{ |
|
371 |
image: url(":/res/unchecked.png"); |
|
372 |
} |
|
373 |
||
374 |
QToolTip{ |
|
375 |
background-color: #0d0544; |
|
376 |
border: 1px solid #ffcc00; |
|
377 |
} |
|
378 |
||
379 |
:disabled{ |
|
380 |
color: #a0a0a0; |
|
13631
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
381 |
border-color: #a0a0a0; |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
382 |
} |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
383 |
QListWidget:item:selected:disabled, QListView:item:selected:disabled{ |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
384 |
color: rgba(13, 5, 68, 70%); |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
385 |
background-color: #a0a0a0; |
6579 | 386 |
} |
387 |
SquareLabel, ItemNum { |
|
388 |
background-color: #000000; |
|
389 |
} |
|
390 |
||
391 |
QSlider::groove::horizontal { |
|
392 |
height: 2px; |
|
393 |
margin: 2px 0px; |
|
394 |
background-color: #ffcc00; |
|
395 |
} |
|
13631
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
396 |
QSlider::groove::horizontal:disabled { |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
397 |
background-color: #a0a0a0; |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
398 |
} |
6579 | 399 |
|
400 |
QSlider::handle::horizontal { |
|
401 |
border: 0px; |
|
9665 | 402 |
margin: -8px 0px; |
403 |
background-color: #ffcc00; |
|
404 |
width: 12px; |
|
405 |
height: 6px; |
|
6579 | 406 |
border-radius: 3px; |
9665 | 407 |
} |
13631
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
408 |
QSlider::handle::horizontal:disabled { |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
409 |
background-color: #a0a0a0; |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
410 |
} |
9665 | 411 |
|
412 |
HatButton, ThemeButton { |
|
413 |
text-align: left; |
|
414 |
} |
|
415 |
||
416 |
#hatList, #hatList:hover, #themeList, #themeList:hover { |
|
417 |
border-color: #F6CB1C; |
|
418 |
} |
|
419 |
||
14855
6d95d314ae8b
Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents:
14562
diff
changeset
|
420 |
QScrollBar:vertical { |
14882
d99ad8ac75d6
Frontend style: Improve scroll bar coloring
Wuzzy <Wuzzy2@mail.ru>
parents:
14881
diff
changeset
|
421 |
border: none; |
14855
6d95d314ae8b
Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents:
14562
diff
changeset
|
422 |
color: #FFD902; |
6d95d314ae8b
Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents:
14562
diff
changeset
|
423 |
background: #00321c; |
6d95d314ae8b
Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents:
14562
diff
changeset
|
424 |
width: 15px; |
14882
d99ad8ac75d6
Frontend style: Improve scroll bar coloring
Wuzzy <Wuzzy2@mail.ru>
parents:
14881
diff
changeset
|
425 |
margin: 17px 0 17px 0; |
14855
6d95d314ae8b
Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents:
14562
diff
changeset
|
426 |
} |
6d95d314ae8b
Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents:
14562
diff
changeset
|
427 |
QScrollBar:horizontal { |
14882
d99ad8ac75d6
Frontend style: Improve scroll bar coloring
Wuzzy <Wuzzy2@mail.ru>
parents:
14881
diff
changeset
|
428 |
border: none; |
14855
6d95d314ae8b
Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents:
14562
diff
changeset
|
429 |
color: #FFD902; |
6d95d314ae8b
Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents:
14562
diff
changeset
|
430 |
background: #00321c; |
6d95d314ae8b
Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents:
14562
diff
changeset
|
431 |
height: 15px; |
14882
d99ad8ac75d6
Frontend style: Improve scroll bar coloring
Wuzzy <Wuzzy2@mail.ru>
parents:
14881
diff
changeset
|
432 |
margin: 0 17px 0 17px; |
14855
6d95d314ae8b
Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents:
14562
diff
changeset
|
433 |
} |
6d95d314ae8b
Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents:
14562
diff
changeset
|
434 |
QScrollBar::handle:vertical { |
6d95d314ae8b
Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents:
14562
diff
changeset
|
435 |
background: #00321c; |
14882
d99ad8ac75d6
Frontend style: Improve scroll bar coloring
Wuzzy <Wuzzy2@mail.ru>
parents:
14881
diff
changeset
|
436 |
border: 1px solid #005F35; |
14881
272cd0142a90
Frontend: Rounded scroll bar corners
Wuzzy <Wuzzy2@mail.ru>
parents:
14880
diff
changeset
|
437 |
border-radius: 2px; |
14855
6d95d314ae8b
Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents:
14562
diff
changeset
|
438 |
min-height: 20px; |
6d95d314ae8b
Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents:
14562
diff
changeset
|
439 |
} |
6d95d314ae8b
Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents:
14562
diff
changeset
|
440 |
QScrollBar::handle:horizontal { |
6d95d314ae8b
Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents:
14562
diff
changeset
|
441 |
background: #00321c; |
14882
d99ad8ac75d6
Frontend style: Improve scroll bar coloring
Wuzzy <Wuzzy2@mail.ru>
parents:
14881
diff
changeset
|
442 |
border: 1px solid #005F35; |
14881
272cd0142a90
Frontend: Rounded scroll bar corners
Wuzzy <Wuzzy2@mail.ru>
parents:
14880
diff
changeset
|
443 |
border-radius: 2px; |
14855
6d95d314ae8b
Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents:
14562
diff
changeset
|
444 |
min-width: 20px; |
6d95d314ae8b
Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents:
14562
diff
changeset
|
445 |
} |
6d95d314ae8b
Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents:
14562
diff
changeset
|
446 |
QScrollBar::handle:pressed { |
6d95d314ae8b
Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents:
14562
diff
changeset
|
447 |
background: #005a33; |
14882
d99ad8ac75d6
Frontend style: Improve scroll bar coloring
Wuzzy <Wuzzy2@mail.ru>
parents:
14881
diff
changeset
|
448 |
border-color: #FFFFFF; |
14855
6d95d314ae8b
Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents:
14562
diff
changeset
|
449 |
} |
6d95d314ae8b
Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents:
14562
diff
changeset
|
450 |
QScrollBar::add-line, QScrollBar::sub-line { |
14882
d99ad8ac75d6
Frontend style: Improve scroll bar coloring
Wuzzy <Wuzzy2@mail.ru>
parents:
14881
diff
changeset
|
451 |
border: 1px solid #005F35; |
14881
272cd0142a90
Frontend: Rounded scroll bar corners
Wuzzy <Wuzzy2@mail.ru>
parents:
14880
diff
changeset
|
452 |
border-radius: 2px; |
14855
6d95d314ae8b
Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents:
14562
diff
changeset
|
453 |
background: #00321c; |
6d95d314ae8b
Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents:
14562
diff
changeset
|
454 |
subcontrol-origin: margin; |
6d95d314ae8b
Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents:
14562
diff
changeset
|
455 |
} |
6d95d314ae8b
Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents:
14562
diff
changeset
|
456 |
QScrollBar::add-line:vertical { |
6d95d314ae8b
Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents:
14562
diff
changeset
|
457 |
height: 15px; |
6d95d314ae8b
Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents:
14562
diff
changeset
|
458 |
subcontrol-position: bottom; |
6d95d314ae8b
Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents:
14562
diff
changeset
|
459 |
} |
6d95d314ae8b
Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents:
14562
diff
changeset
|
460 |
QScrollBar::sub-line:vertical { |
6d95d314ae8b
Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents:
14562
diff
changeset
|
461 |
height: 15px; |
6d95d314ae8b
Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents:
14562
diff
changeset
|
462 |
subcontrol-position: top; |
6d95d314ae8b
Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents:
14562
diff
changeset
|
463 |
} |
6d95d314ae8b
Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents:
14562
diff
changeset
|
464 |
QScrollBar::add-line:horizontal { |
6d95d314ae8b
Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents:
14562
diff
changeset
|
465 |
width: 15px; |
6d95d314ae8b
Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents:
14562
diff
changeset
|
466 |
subcontrol-position: right; |
6d95d314ae8b
Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents:
14562
diff
changeset
|
467 |
} |
6d95d314ae8b
Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents:
14562
diff
changeset
|
468 |
QScrollBar::sub-line:horizontal { |
6d95d314ae8b
Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents:
14562
diff
changeset
|
469 |
width: 15px; |
6d95d314ae8b
Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents:
14562
diff
changeset
|
470 |
subcontrol-position: left; |
6d95d314ae8b
Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents:
14562
diff
changeset
|
471 |
} |
6d95d314ae8b
Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents:
14562
diff
changeset
|
472 |
QScrollBar::add-line:pressed, QScrollBar::sub-line:pressed { |
6d95d314ae8b
Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents:
14562
diff
changeset
|
473 |
background: #005a33; |
14882
d99ad8ac75d6
Frontend style: Improve scroll bar coloring
Wuzzy <Wuzzy2@mail.ru>
parents:
14881
diff
changeset
|
474 |
border-color: #FFFFFF; |
14855
6d95d314ae8b
Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents:
14562
diff
changeset
|
475 |
} |
6d95d314ae8b
Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents:
14562
diff
changeset
|
476 |
|
6d95d314ae8b
Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents:
14562
diff
changeset
|
477 |
QScrollBar::up-arrow { |
6d95d314ae8b
Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents:
14562
diff
changeset
|
478 |
background-image: url(":/res/scroll_up.png"); |
6d95d314ae8b
Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents:
14562
diff
changeset
|
479 |
} |
6d95d314ae8b
Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents:
14562
diff
changeset
|
480 |
QScrollBar::down-arrow { |
6d95d314ae8b
Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents:
14562
diff
changeset
|
481 |
background-image: url(":/res/scroll_down.png"); |
6d95d314ae8b
Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents:
14562
diff
changeset
|
482 |
} |
6d95d314ae8b
Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents:
14562
diff
changeset
|
483 |
QScrollBar::left-arrow { |
6d95d314ae8b
Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents:
14562
diff
changeset
|
484 |
background-image: url(":/res/scroll_left.png"); |
6d95d314ae8b
Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents:
14562
diff
changeset
|
485 |
} |
6d95d314ae8b
Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents:
14562
diff
changeset
|
486 |
QScrollBar::right-arrow { |
6d95d314ae8b
Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents:
14562
diff
changeset
|
487 |
background-image: url(":/res/scroll_right.png"); |
6d95d314ae8b
Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents:
14562
diff
changeset
|
488 |
} |
6d95d314ae8b
Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents:
14562
diff
changeset
|
489 |
QScrollBar::add-page, QScrollBar::sub-page { |
6d95d314ae8b
Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents:
14562
diff
changeset
|
490 |
background: #00190F; |
6d95d314ae8b
Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents:
14562
diff
changeset
|
491 |
} |
6d95d314ae8b
Add explicit custom scroll bar style
Wuzzy <Wuzzy2@mail.ru>
parents:
14562
diff
changeset
|
492 |
QScrollBar::add-page:pressed, QScrollBar::sub-page:pressed { |
14882
d99ad8ac75d6
Frontend style: Improve scroll bar coloring
Wuzzy <Wuzzy2@mail.ru>
parents:
14881
diff
changeset
|
493 |
background: #008751; |
9665 | 494 |
} |
495 |
||
496 |
#hatList, #themeList { |
|
497 |
border-color: #F6CB1C; |
|
498 |
border-width: 3px; |
|
499 |
border-style: solid; |
|
500 |
border-radius: 10px; |
|
501 |
border-top-left-radius: 0px; |
|
502 |
} |
|
503 |
||
504 |
#hatList::item, #themeList::item { |
|
505 |
background-color: #11084A; |
|
506 |
padding: 4px; |
|
507 |
border-radius: 10px; |
|
508 |
color: #ffcc00 !important; |
|
509 |
font: 8px; |
|
510 |
border-width: 2px; |
|
511 |
border-color: #11084A; |
|
512 |
} |
|
513 |
||
514 |
#hatList::item:hover, #themeList::item:hover { |
|
515 |
background-color: #150A61; |
|
516 |
} |
|
517 |
||
518 |
#hatList::item:selected, #themeList::item:selected { |
|
519 |
background-color: #150A61; |
|
520 |
} |
|
521 |
||
14562
af22a14c6a23
Frontend: Tweak button padding once more
Wuzzy <Wuzzy2@mail.ru>
parents:
14559
diff
changeset
|
522 |
.QPushButton, .QPushButtonWithSound { |
9665 | 523 |
padding: 3px 5px; |
524 |
} |
|
525 |
||
526 |
#gameCfgWidgetTabs { |
|
527 |
border-radius: 16px; |
|
528 |
border-top-left-radius: 0px; |
|
529 |
} |
|
530 |
||
531 |
TeamSelWidget, #gameStackContainer, #GBoxOptions { |
|
532 |
border-radius: 10px; |
|
6579 | 533 |
} |
534 |
||
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
|
535 |
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
|
536 |
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
|
537 |
} |
14880
175c96e60279
Frontend: Add explicit style for QProgressBar
Wuzzy <Wuzzy2@mail.ru>
parents:
14857
diff
changeset
|
538 |
|
175c96e60279
Frontend: Add explicit style for QProgressBar
Wuzzy <Wuzzy2@mail.ru>
parents:
14857
diff
changeset
|
539 |
QProgressBar { |
175c96e60279
Frontend: Add explicit style for QProgressBar
Wuzzy <Wuzzy2@mail.ru>
parents:
14857
diff
changeset
|
540 |
border: 3px solid #FFCC00; |
175c96e60279
Frontend: Add explicit style for QProgressBar
Wuzzy <Wuzzy2@mail.ru>
parents:
14857
diff
changeset
|
541 |
background-color: #150A61; |
175c96e60279
Frontend: Add explicit style for QProgressBar
Wuzzy <Wuzzy2@mail.ru>
parents:
14857
diff
changeset
|
542 |
border-radius: 5px; |
175c96e60279
Frontend: Add explicit style for QProgressBar
Wuzzy <Wuzzy2@mail.ru>
parents:
14857
diff
changeset
|
543 |
text-align: center; |
175c96e60279
Frontend: Add explicit style for QProgressBar
Wuzzy <Wuzzy2@mail.ru>
parents:
14857
diff
changeset
|
544 |
color: #FFFFFF; |
175c96e60279
Frontend: Add explicit style for QProgressBar
Wuzzy <Wuzzy2@mail.ru>
parents:
14857
diff
changeset
|
545 |
} |
175c96e60279
Frontend: Add explicit style for QProgressBar
Wuzzy <Wuzzy2@mail.ru>
parents:
14857
diff
changeset
|
546 |
QProgressBar::chunk { |
175c96e60279
Frontend: Add explicit style for QProgressBar
Wuzzy <Wuzzy2@mail.ru>
parents:
14857
diff
changeset
|
547 |
background-color: #FF9B00; |
175c96e60279
Frontend: Add explicit style for QProgressBar
Wuzzy <Wuzzy2@mail.ru>
parents:
14857
diff
changeset
|
548 |
margin: 2px; |
175c96e60279
Frontend: Add explicit style for QProgressBar
Wuzzy <Wuzzy2@mail.ru>
parents:
14857
diff
changeset
|
549 |
} |
15249
441bdf1e6026
Fix broken stylesheet in keybinder widget
Wuzzy <Wuzzy2@mail.ru>
parents:
15000
diff
changeset
|
550 |
#keyBinderScrollArea { |
441bdf1e6026
Fix broken stylesheet in keybinder widget
Wuzzy <Wuzzy2@mail.ru>
parents:
15000
diff
changeset
|
551 |
background: #130F2A; |
441bdf1e6026
Fix broken stylesheet in keybinder widget
Wuzzy <Wuzzy2@mail.ru>
parents:
15000
diff
changeset
|
552 |
} |
15254
ebb86ed1b785
Move chat box stylesheets to CSS files
Wuzzy <Wuzzy2@mail.ru>
parents:
15249
diff
changeset
|
553 |
#chatContainer { |
ebb86ed1b785
Move chat box stylesheets to CSS files
Wuzzy <Wuzzy2@mail.ru>
parents:
15249
diff
changeset
|
554 |
border-width: 0px; |
ebb86ed1b785
Move chat box stylesheets to CSS files
Wuzzy <Wuzzy2@mail.ru>
parents:
15249
diff
changeset
|
555 |
background-color: #ffcc00; |
ebb86ed1b785
Move chat box stylesheets to CSS files
Wuzzy <Wuzzy2@mail.ru>
parents:
15249
diff
changeset
|
556 |
border-radius: 10px; |
ebb86ed1b785
Move chat box stylesheets to CSS files
Wuzzy <Wuzzy2@mail.ru>
parents:
15249
diff
changeset
|
557 |
} |
ebb86ed1b785
Move chat box stylesheets to CSS files
Wuzzy <Wuzzy2@mail.ru>
parents:
15249
diff
changeset
|
558 |
#chatText { |
ebb86ed1b785
Move chat box stylesheets to CSS files
Wuzzy <Wuzzy2@mail.ru>
parents:
15249
diff
changeset
|
559 |
background-color: rgb(23, 11, 54); |
ebb86ed1b785
Move chat box stylesheets to CSS files
Wuzzy <Wuzzy2@mail.ru>
parents:
15249
diff
changeset
|
560 |
border-width: 0px; |
ebb86ed1b785
Move chat box stylesheets to CSS files
Wuzzy <Wuzzy2@mail.ru>
parents:
15249
diff
changeset
|
561 |
} |
15257
752b44ffa707
Pagetraining: Move style sheet to CSS files
Wuzzy <Wuzzy2@mail.ru>
parents:
15254
diff
changeset
|
562 |
#trainingList { |
752b44ffa707
Pagetraining: Move style sheet to CSS files
Wuzzy <Wuzzy2@mail.ru>
parents:
15254
diff
changeset
|
563 |
border-style: none; |
752b44ffa707
Pagetraining: Move style sheet to CSS files
Wuzzy <Wuzzy2@mail.ru>
parents:
15254
diff
changeset
|
564 |
padding-top: 6px; |
752b44ffa707
Pagetraining: Move style sheet to CSS files
Wuzzy <Wuzzy2@mail.ru>
parents:
15254
diff
changeset
|
565 |
} |
752b44ffa707
Pagetraining: Move style sheet to CSS files
Wuzzy <Wuzzy2@mail.ru>
parents:
15254
diff
changeset
|
566 |
#trainingList::item |
752b44ffa707
Pagetraining: Move style sheet to CSS files
Wuzzy <Wuzzy2@mail.ru>
parents:
15254
diff
changeset
|
567 |
{ |
752b44ffa707
Pagetraining: Move style sheet to CSS files
Wuzzy <Wuzzy2@mail.ru>
parents:
15254
diff
changeset
|
568 |
padding-top: 2px; |
752b44ffa707
Pagetraining: Move style sheet to CSS files
Wuzzy <Wuzzy2@mail.ru>
parents:
15254
diff
changeset
|
569 |
padding-bottom: 2px; |
752b44ffa707
Pagetraining: Move style sheet to CSS files
Wuzzy <Wuzzy2@mail.ru>
parents:
15254
diff
changeset
|
570 |
} |