forked from Mogara/QSanguosha
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sanguosha.qss
212 lines (184 loc) · 4.75 KB
/
sanguosha.qss
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
QProgressBar{
color : solid gray;
border: 2px solid gray;
border-radius: 5px;
background: transparent;
padding: 0px;
text-align : center ;
}
QProgressBar::chunk{
background: #B22222;
}
QTextEdit[type="border"]{
border: 10px;
border-image: url(image/system/border.png)10 10 10 10 ;
background-color: rgba(43,45,31,120);
}
QTextEdit[type="description"]{
border: 10px;
border-image: none;
background-color: rgba(255,255,255,255);
}
QScrollBar:add-page
{
background-color: rgba(0,0,0,200);
}
QScrollBar:sub-page
{
background-color: rgba(0,0,0,200);
}
QScrollBar::add-line:vertical {
background-color: rgba(43,45,31,200);
height: 15px;
subcontrol-position: bottom;
subcontrol-origin: margin;
}
QScrollBar::sub-line:vertical {
background-color: rgba(43,45,31,200);
height: 15px;
subcontrol-position: top;
subcontrol-origin: margin;
}
QScrollBar::handle:vertical {
border : 2px solid gray;
border-radius: 6px;
background-color: solid gray;
min-height : 12px;
}
QScrollBar::up-arrow:vertical
{
border-image: url(image/system/button/scroll-up-arrow.png);
}
QScrollBar::handle:vertical
{
border-image: url(image/system/button/scroll-handle.png);
}
QScrollBar::down-arrow:vertical
{
border-image: url(image/system/button/scroll-down-arrow.png);
}
QLineEdit#chat_edit{
background-color: rgba(20,20,20,200);
color: white;
border: 10px transparent;
height: 20px;
border-image: url(image/system/border.png)10 10 10 10 ;
}
QStatusBar::item {
border: 0px solid grey;
}
QStatusBar{
background-image: url(image/system/skill-dock.png);
color:white;
}
QMenu[private_pile="true"]{
background-color: rgba(43,63,53,100);
border-radius: 5px;
color: white;
}
QPushButton[private_pile="true"]{
background-color: rgba(43,63,53,100);
border-radius: 5px;
color: white;
}
QPushButton[game_control="true"]{
border: 0px solid gray;
font: 12px;
border-radius: 5px;
padding: 6px 12px 6px 12px;
}
QPushButton#free-discard{
background-image: url(image/system/button/free-discard.png);
}
QPushButton#free-discard:disabled{
background-image: url(image/system/button/free-discard-disabled.png);
}
QPushButton#reverse-select{
background-image: url(image/system/button/reverse-select.png);
}
QPushButton#reverse-select:disabled{
background-image: url(image/system/button/reverse-select-disabled.png);
}
QPushButton#pause{
background-image: url(image/system/button/pause.png);
}
QPushButton#play{
background-image: url(image/system/button/play.png);
}
QPushButton#slow-down{
background-image: url(image/system/button/slow-down.png);
}
QPushButton#speed-up{
background-image: url(image/system/button/speed-up.png);
}
QPushButton#uniform{
background-image: url(image/system/button/uniform.png);
}
#skill_bar_container QPushButton{
background-image: url(image/system/button/back.png);
border: 1px solid gray;
border-radius: 4px;
color: yellow;
font: 12px;
padding: 6px 12px 6px 12px;
}
#skill_bar_container QPushButton:disabled{
background-image: url(image/system/button/back_shade.png);
border-radius: 4px;
color: white;
font: 12px;
}
#skill_bar_container QCheckBox{
border: 1px solid gray;
border-radius: 4px;
color: yellow;
font: 12px;
padding: 1px 12px 1px 8px;
}
#skill_bar_container QCheckBox::indicator{
height: 0px;
width: 0px;
}
#skill_bar_container QCheckBox:unchecked{
background-image: url(image/system/button/frequent_checkbox/unchecked.png);
}
#skill_bar_container QCheckBox:unchecked:hover{
background-image: url(image/system/button/frequent_checkbox/unchecked_hover.png);
}
#skill_bar_container QCheckBox:unchecked:pressed{
background-image: url(image/system/button/frequent_checkbox/unchecked_press.png);
}
#skill_bar_container QCheckBox:checked{
background-image: url(image/system/button/frequent_checkbox/checked.png);
}
#skill_bar_container QCheckBox:checked:hover{
background-image: url(image/system/button/frequent_checkbox/checked_hover.png);
}
#skill_bar_container QCheckBox:checked:pressed{
background-image: url(image/system/button/frequent_checkbox/checked_press.png);
}
#skill_bar_container QComboBox{
background-image: url(image/system/button/back2.png);
border: 1px solid gray;
border-radius: 3px;
color: white;
padding: 1px 18px 1px 3px;
}
#skill_bar_container QComboBox:on{
padding-left: 4px;
padding-top: 3px;
}
#skill_bar_container QComboBox::drop-down{
border-bottom-right-radius: 3px;
border-left-color: darkgray;
border-left-style: solid;
border-left-width: 1px;
border-top-right-radius: 3px;
subcontrol-origin: padding;
subcontrol-position: top right;
width: 15px;
}
#skill_bar_container QComboBox::down-arrow:on{
left: 1px;
top: 1px;
}