@@ -64,7 +64,7 @@ body,p {
64
64
display : inline-block;
65
65
}
66
66
.col_fade {
67
- color : # 999 ;
67
+ color : # ccc ;
68
68
}
69
69
.bold {
70
70
font-weight : bold;
@@ -132,7 +132,7 @@ a.light:hover {
132
132
background : hsl (0 , 0% , 96% );
133
133
}
134
134
.board .floor {
135
- line-height : 30 px ;
135
+ line-height : 24 px ;
136
136
}
137
137
.board a {
138
138
color : # 404040 ;
@@ -142,7 +142,7 @@ a.light:hover {
142
142
text-decoration : none;
143
143
}
144
144
.big {
145
- font-size : 18 px ;
145
+ font-size : 16 px ;
146
146
}
147
147
.messages_count {
148
148
-webkit-border-radius : 8px ;
@@ -168,16 +168,15 @@ a.tag_big {
168
168
-o-border-radius : 3px ;
169
169
border-radius : 3px ;
170
170
171
- color : # 333 ;
172
- padding : 5 px 7 px ;
171
+ color : white ;
172
+ padding : 2 px 5 px ;
173
173
margin : 0px 8px 5px 0px ;
174
- background : # d0d6db ;
174
+ background : hsl ( 221 , 28 % , 83 % ) ;
175
175
display : inline-block;
176
176
text-decoration : none;
177
177
}
178
178
a .tag_big : hover {
179
- color : # fff ;
180
- background-color : # 657ba9 ;
179
+ background-color : hsl (221 , 28% , 73% );
181
180
}
182
181
.tag_selectable {
183
182
-webkit-border-radius : 3px ;
@@ -224,7 +223,7 @@ a.tag_big:hover {
224
223
}
225
224
.tag_in_abstract a : hover {
226
225
color : # fff ;
227
- background : # 657ba9 ;
226
+ background : hsl ( 221 , 28 % , 73 % ) ;
228
227
-webkit-border-radius : 3px ;
229
228
-moz-border-radius : 3px ;
230
229
-o-border-radius : 3px ;
@@ -314,6 +313,10 @@ a.tag_big:hover {
314
313
}
315
314
.reply2_btn {
316
315
display : none;
316
+ padding : 2px 4px ;
317
+ border-radius : 2px ;
318
+ background : hsl (240 , 90% , 94% );
319
+ margin-right : 10px ;
317
320
}
318
321
.reply2_area {
319
322
margin-left : 50px ;
@@ -347,32 +350,35 @@ a.tag_big:hover {
347
350
a .topic_title {
348
351
font-size : 14px ;
349
352
white-space : nowrap;
350
- color : hsl (221 , 28% , 53% );
353
+ color : hsl (241 , 28% , 53% );
351
354
}
352
355
a .topic_title : hover {
353
356
color : hsl (220 , 29% , 50% );
354
357
}
355
358
a .topic_title : visited {
356
- color : hsl (183 , 8% , 51 % );
359
+ color : hsl (183 , 8% , 61 % );
357
360
}
358
361
a .count {
359
- -webkit-border-radius : 8 px ;
360
- -moz-border-radius : 8 px ;
361
- border-radius : 8 px ;
362
+ -webkit-border-radius : 6 px ;
363
+ -moz-border-radius : 6 px ;
364
+ border-radius : 6 px ;
362
365
363
366
font-family : Arial;
364
367
font-size : 12px ;
365
368
font-weight : bold;
366
- background : # d0d6db ;
367
- padding : 1px 4 px 0px 4 px ;
368
- color : # fff ;
369
+ background : hsl ( 240 , 70 % , 80 % ) ;
370
+ padding : 1px 2 px 0px 2 px ;
371
+ color : white ;
369
372
min-width : 20px ;
370
373
text-align : center;
371
374
}
372
375
a .count : hover {
373
- color : # 00483a ;
376
+ color : white ;
374
377
text-decoration : none;
375
378
}
379
+ a .count : visited {
380
+ background : hsl (207 , 13% , 90% )
381
+ }
376
382
.star_name {
377
383
font-size : 14px ;
378
384
}
0 commit comments