forked from swsoyee/psnine-enhanced-version
-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.css
233 lines (200 loc) · 4.05 KB
/
main.css
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
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
@-moz-document domain("psnine.com"), domain("d7vg.com") {
/*主页*/
li[style="background:#f5faec"] {
background: #344836 !important;
}
li[style="background:#fdf7f7"] {
background: #4f3945 !important;
}
li[style="background:#faf8f0"] {
background: #4e4c39 !important;
}
li[style="background:#f4f8fa"] {
background: #505050 !important;
}
span[style="color:blue;"] {
color: #64a5ff !important;
}
span[style="color:red;"],
span[style="color:#a10000"]
{
color: #ff6464 !important;
}
span[style="color:brown;"] {
color: #ff8864 !important;
}
.tit3 {
color: white !important;
}
/*mark黑条鼠标放置反白*/
.mark {
background: #bbb !important;
color: #bbb;
}
/*.mark:hover {*/
/* color: #2b2b2b !important;*/
/*}*/
/*[[mask]]*/
/*背景底色*/
body.bg {
background: #2b2b2b !important;
}
/*回帖背景色*/
.list li,.box .post,td, th {
border-bottom: 1px solid #555;
}
.list li:nth-last-child(1),th:nth-last-child(1){
border-bottom: none;
}
/*回帖用户名底色*/
.psnnode {
background: #656565;
}
/*奖杯帖子标题头底色*/
.box {
background: #3d3d3d !important;
}
/*游戏列表标题*/
.title a {
color: #bbb;
}
/*个别短标签颜色*/
.text-strong,
strong,
.storeinfo, /*store*/
.content /*回帖字体颜色*/
{
color: #bbb !important;
}
/* alert */
.alert-warning,
.alert-error,
.alert-success,
.alert-info
{
background: #4b4b4b !important;
}
.alert-error{
color: #ec6666;
}
.text-error{
color: #ec6666 !important;
}
h1,
.title2
{
color: #ffffff !important;
}
.twoge /*排名字体*/
{
color: #ffffff !important;
}
/* 个人主页导航 - 未选定 */
.inav {
background: #3d3d3d !important;
}
.inav li.current {
background: #4b4b4b !important;
}
/*tip背景色*/
/*类型奖杯底色*/
.ml100 p {
color: #ffffff !important;
}
.t1 {
background: #657caf !important;
}
.t2 {
background: #845e2f !important;
}
.t3 {
background: #707070 !important;
}
.t4 {
background: #8b4d2d !important;
}
blockquote {
background: #bababa !important;
}
/* Tips 文字色*/
.text-gray {
color: #bbb !important;
}
/*交易页面*/
.tradelist li {
color: white !important;
border-bottom: 1px solid #666;
}
/*主题贴中的表格底色*/
.tbl {
background: #3c3c3c !important;
}
/*悬浮选中帖子高亮*/
.genelist li:hover, .touchclick:hover {
background: #333 !important;
}
/* 首页相关 */
.showbar{
background: radial-gradient(at center top,#7B8492,#3c3c3c);
}
.darklist, /* 首页侧边栏 */
.cloud /* 首页顶部标签框背景 */
{
background-color: #3c3c3c;
}
.side .hd3,
.header, /* 顶部导航栏 */
.dropdown ul /* 顶部导航栏下拉菜单 */
{
background-color: #222;
}
/* 交易问答等页面中楼中楼的颜色 */
.list li .sonlist li {
background-color: #333;
border-color: #555;
}
/* tags底色 */
.node {
background-color: #3b4861;
}
/* 首页右侧的评论条数tags底色 */
.rep {
background-color: #3b4861;
}
/* 查看更早评论按键底色 */
.btn-gray {
background-color: #666;
}
.btn-white {
background-color: #444;
color: #999 !important;
}
/* 奖杯列表比天梯的排序栏 */
.dropmenu .o_btn{
margin-right: 0;
color: #bbb;
border-color: #bbb;
}
.dropmenu .o_btn.select{
margin-right: 0;
color: #fff;
border-color: #3498db;
background-color: #3498db;
}
/* 奖杯列表展开后的阴影颜色 */
.tipContainer > .list{
box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 100px inset !important;
}
/* 回溯回复内容的背景色 */
.replyTraceback{
background: rgba(0, 0, 0, 0.2) !important;
}
/* 侧边的小标签 */
.sidetitle{
background: #222;
}
/* 输入框 */
form[method="POST"]{
color: #999;
}
}