author | Wuzzy <Wuzzy2@mail.ru> |
Tue, 21 Aug 2018 18:31:00 +0200 | |
changeset 13681 | 05fde8e30041 |
parent 13636 | 946b21a1fbf6 |
child 14556 | 1c623169a44d |
permissions | -rw-r--r-- |
6579 | 1 |
/****************************************************************************** |
2 |
* |
|
13636
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
3 |
* CSS definition of Qt frontend appearance: Christmas style. |
6579 | 4 |
* |
5 |
****************************************************************************** |
|
6 |
* |
|
13636
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
7 |
* see https://doc.qt.io/qt-5/style-reference.html |
6579 | 8 |
* |
9 |
****************************************************************************** |
|
10 |
* |
|
11 |
* This file can be stored at different locations, but it will be read only |
|
12 |
* once, based on first file found in this order: |
|
13 |
* |
|
14 |
* <userdir>/Data/css/christmas.css |
|
15 |
* <datadir>/css/christmas.css |
|
16 |
* <internal default style-sheet> (:/res/css/christmas.css) |
|
17 |
* |
|
13636
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
18 |
***************************************************************************** |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
19 |
* |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
20 |
* This file is based off qt.css with 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 |
||
13636
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
25 |
#infoButton |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
26 |
{ |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
27 |
border: transparent; |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
28 |
background: transparent; |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
29 |
} |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
30 |
HWForm { |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
31 |
background-image: url(":/res/BackgroundChristmas.png"); /* CUSTOM */ |
6579 | 32 |
background-position: bottom center; |
33 |
background-repeat: repeat-x; |
|
13636
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
34 |
background-color: #0c0f28; /* CUSTOM */ |
6579 | 35 |
} |
13636
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
36 |
QDialog{ /* CUSTOM */ |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
37 |
background-color: #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 |
||
13636
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 |
||
13636
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 |
||
13636
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 |
||
13636
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 |
||
13636
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 |
} |
|
13636
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, |
13636
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, |
13636
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 |
} |
|
13636
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; |
|
13636
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 { |
|
13636
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; |
13636
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 |
} |
13636
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; |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
204 |
background-color: #00351d; |
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 { |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
208 |
background-color: #00250d; |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
209 |
} |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
210 |
QHeaderView::up-arrow { |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
211 |
image: url(":/res/sort_up.png"); |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
212 |
} |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
213 |
QHeaderView::down-arrow{ |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
214 |
image: url(":/res/sort_down.png"); |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
215 |
} |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
216 |
|
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
217 |
QTableView, QTableWidget { |
6579 | 218 |
alternate-background-color: #2f213a; |
219 |
gridline-color: transparent; |
|
220 |
} |
|
9665 | 221 |
QTabWidget::pane { top: -2px; } |
6579 | 222 |
QTabBar::tab { |
223 |
border-radius: 0; |
|
224 |
border-top-left-radius: 6px; |
|
225 |
border-top-right-radius: 6px; |
|
226 |
padding: 3px; |
|
9665 | 227 |
background-color: #00351d; |
228 |
color: #ffcc00; |
|
6579 | 229 |
} |
9665 | 230 |
QTabBar::tab:selected { |
231 |
border-bottom-color: #0d0544; |
|
232 |
border-bottom-width: 0; |
|
6579 | 233 |
} |
234 |
QSpinBox::up-button{ |
|
235 |
background: transparent; |
|
236 |
width: 16px; |
|
237 |
height: 10px; |
|
238 |
} |
|
239 |
||
240 |
QSpinBox::up-arrow { |
|
241 |
image: url(":/res/spin_up.png"); |
|
242 |
} |
|
13636
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
243 |
QSpinBox::up-arrow:disabled { |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
244 |
image: url(":/res/spin_up_disabled.png"); |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
245 |
} |
6579 | 246 |
|
247 |
QSpinBox::down-arrow { |
|
248 |
image: url(":/res/spin_down.png"); |
|
249 |
} |
|
13636
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
250 |
QSpinBox::down-arrow:disabled { |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
251 |
image: url(":/res/spin_down_disabled.png"); |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
252 |
} |
6579 | 253 |
|
254 |
QSpinBox::down-button { |
|
255 |
background: transparent; |
|
256 |
width: 16px; |
|
257 |
height: 10px; |
|
258 |
} |
|
259 |
||
260 |
QComboBox { |
|
261 |
border-radius: 10px; |
|
262 |
padding: 3px; |
|
9665 | 263 |
height: 18px; |
6579 | 264 |
} |
265 |
QComboBox:pressed{ |
|
266 |
border-color: white; |
|
267 |
} |
|
268 |
QComboBox::drop-down{ |
|
269 |
border: transparent; |
|
270 |
width: 25px; |
|
271 |
} |
|
272 |
QComboBox::down-arrow { |
|
273 |
image: url(":/res/dropdown.png"); |
|
274 |
} |
|
13636
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
275 |
QComboBox::down-arrow:disabled { |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
276 |
image: url(":/res/dropdown_disabled.png"); |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
277 |
} |
6579 | 278 |
|
279 |
VertScrArea { |
|
280 |
background-position: bottom center; |
|
281 |
background-repeat: repeat-x; |
|
282 |
} |
|
283 |
||
284 |
IconedGroupBox { |
|
285 |
border-radius: 16px; |
|
286 |
padding: 2px; |
|
287 |
} |
|
288 |
||
289 |
QGroupBox::title{ |
|
290 |
subcontrol-origin: margin; |
|
291 |
subcontrol-position: top left; |
|
292 |
text-align: left; |
|
293 |
left: 15px; |
|
294 |
} |
|
295 |
||
296 |
QCheckBox::indicator:checked{ |
|
297 |
image: url(":/res/checked.png"); |
|
298 |
} |
|
13636
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
299 |
QCheckBox::indicator:checked:hover{ |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
300 |
image: url(":/res/checkedHover.png"); |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
301 |
} |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
302 |
QCheckBox::indicator:checked:pressed{ |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
303 |
image: url(":/res/checkedPressed.png"); |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
304 |
} |
6579 | 305 |
QCheckBox::indicator:unchecked{ |
306 |
image: url(":/res/unchecked.png"); |
|
307 |
} |
|
13636
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
308 |
QCheckBox::indicator:unchecked:hover{ |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
309 |
image: url(":/res/uncheckedHover.png"); |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
310 |
} |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
311 |
QCheckBox::indicator:unchecked:pressed{ |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
312 |
image: url(":/res/uncheckedPressed.png"); |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
313 |
} |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
314 |
|
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
315 |
QRadioButton::indicator:checked{ |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
316 |
image: url(":/res/radioButtonChecked.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 |
QRadioButton::indicator:checked:hover{ |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
319 |
image: url(":/res/radioButtonCheckedHover.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 |
QRadioButton::indicator:checked:pressed{ |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
322 |
image: url(":/res/radioButtonCheckedPressed.png"); |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
323 |
} |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
324 |
QRadioButton::indicator:unchecked{ |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
325 |
image: url(":/res/radioButtonUnchecked.png"); |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
326 |
} |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
327 |
QRadioButton::indicator:unchecked:hover{ |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
328 |
image: url(":/res/radioButtonUncheckedHover.png"); |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
329 |
} |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
330 |
QRadioButton::indicator:unchecked:pressed{ |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
331 |
image: url(":/res/radioButtonUncheckedPressed.png"); |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
332 |
} |
6579 | 333 |
|
334 |
.QWidget{ |
|
335 |
background: transparent; |
|
336 |
} |
|
337 |
||
338 |
QTabWidget::pane { |
|
339 |
border-top-width: 2px; |
|
340 |
} |
|
341 |
||
342 |
QMenu{ |
|
343 |
background-color: #ffcc00; |
|
344 |
margin: 3px; |
|
345 |
} |
|
346 |
QMenu::item { |
|
347 |
background-color: #0d0544; |
|
348 |
border: 1px solid transparent; |
|
349 |
font: bold; |
|
350 |
padding: 2px 25px 2px 20px; |
|
351 |
} |
|
352 |
QMenu::item:selected { |
|
353 |
background-color: #2d2564; |
|
354 |
} |
|
355 |
QMenu::indicator { |
|
356 |
width: 16px; |
|
357 |
height: 16px; |
|
358 |
} |
|
359 |
QMenu::indicator:non-exclusive:checked{ |
|
360 |
image: url(":/res/checked.png"); |
|
361 |
} |
|
362 |
QMenu::indicator:non-exclusive:unchecked{ |
|
363 |
image: url(":/res/unchecked.png"); |
|
364 |
} |
|
365 |
||
366 |
QToolTip{ |
|
367 |
background-color: #0d0544; |
|
368 |
border: 1px solid #ffcc00; |
|
369 |
} |
|
370 |
||
371 |
:disabled{ |
|
372 |
color: #a0a0a0; |
|
13636
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
373 |
border-color: #a0a0a0; |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
374 |
} |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
375 |
QListWidget:item:selected:disabled, QListView:item:selected:disabled{ |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
376 |
color: rgba(13, 5, 68, 70%); |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
377 |
background-color: #a0a0a0; |
6579 | 378 |
} |
379 |
SquareLabel, ItemNum { |
|
380 |
background-color: #000000; |
|
381 |
} |
|
382 |
||
383 |
QSlider::groove::horizontal { |
|
384 |
height: 2px; |
|
385 |
margin: 2px 0px; |
|
386 |
background-color: #ffcc00; |
|
387 |
} |
|
13636
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
388 |
QSlider::groove::horizontal:disabled { |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
389 |
background-color: #a0a0a0; |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
390 |
} |
6579 | 391 |
|
392 |
QSlider::handle::horizontal { |
|
393 |
border: 0px; |
|
9665 | 394 |
margin: -8px 0px; |
395 |
background-color: #ffcc00; |
|
396 |
width: 12px; |
|
397 |
height: 6px; |
|
6579 | 398 |
border-radius: 3px; |
9665 | 399 |
} |
13636
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
400 |
QSlider::handle::horizontal:disabled { |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
401 |
background-color: #a0a0a0; |
946b21a1fbf6
Update outdated and broken holiday stylesheets
Wuzzy <Wuzzy2@mail.ru>
parents:
9665
diff
changeset
|
402 |
} |
9665 | 403 |
|
404 |
HatButton, ThemeButton { |
|
405 |
text-align: left; |
|
406 |
} |
|
407 |
||
408 |
#hatList, #hatList:hover, #themeList, #themeList:hover { |
|
409 |
border-color: #F6CB1C; |
|
410 |
} |
|
411 |
||
412 |
#hatList QScrollBar, #themeList QScrollBar { |
|
413 |
background-color: #130F2A; |
|
414 |
border-top-right-radius: 10px; |
|
415 |
border-bottom-right-radius: 10px; |
|
416 |
} |
|
417 |
||
418 |
#hatList, #themeList { |
|
419 |
border-color: #F6CB1C; |
|
420 |
border-width: 3px; |
|
421 |
border-style: solid; |
|
422 |
border-radius: 10px; |
|
423 |
border-top-left-radius: 0px; |
|
424 |
} |
|
425 |
||
426 |
#hatList::item, #themeList::item { |
|
427 |
background-color: #11084A; |
|
428 |
padding: 4px; |
|
429 |
border-radius: 10px; |
|
430 |
color: #ffcc00 !important; |
|
431 |
font: 8px; |
|
432 |
border-width: 2px; |
|
433 |
border-color: #11084A; |
|
434 |
} |
|
435 |
||
436 |
#hatList::item:hover, #themeList::item:hover { |
|
437 |
background-color: #150A61; |
|
438 |
} |
|
439 |
||
440 |
#hatList::item:selected, #themeList::item:selected { |
|
441 |
background-color: #150A61; |
|
442 |
} |
|
443 |
||
444 |
QDialogButtonBox QPushButton { |
|
445 |
padding: 3px 5px; |
|
446 |
} |
|
447 |
||
448 |
#gameCfgWidgetTabs { |
|
449 |
border-radius: 16px; |
|
450 |
border-top-left-radius: 0px; |
|
451 |
} |
|
452 |
||
453 |
TeamSelWidget, #gameStackContainer, #GBoxOptions { |
|
454 |
border-radius: 10px; |
|
6579 | 455 |
} |
456 |
||
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
|
457 |
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
|
458 |
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
|
459 |
} |