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