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