Skip to content

Commit bb0c11d

Browse files
committed
some css
1 parent f1611a2 commit bb0c11d

File tree

1 file changed

+24
-18
lines changed

1 file changed

+24
-18
lines changed

public/stylesheets/style.css

Lines changed: 24 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ body,p {
6464
display: inline-block;
6565
}
6666
.col_fade {
67-
color: #999;
67+
color: #ccc;
6868
}
6969
.bold {
7070
font-weight: bold;
@@ -132,7 +132,7 @@ a.light:hover {
132132
background: hsl(0,0%,96%);
133133
}
134134
.board .floor {
135-
line-height: 30px;
135+
line-height: 24px;
136136
}
137137
.board a {
138138
color: #404040;
@@ -142,7 +142,7 @@ a.light:hover {
142142
text-decoration: none;
143143
}
144144
.big {
145-
font-size: 18px;
145+
font-size: 16px;
146146
}
147147
.messages_count {
148148
-webkit-border-radius: 8px;
@@ -168,16 +168,15 @@ a.tag_big {
168168
-o-border-radius: 3px;
169169
border-radius: 3px;
170170

171-
color: #333;
172-
padding: 5px 7px;
171+
color: white;
172+
padding: 2px 5px;
173173
margin: 0px 8px 5px 0px;
174-
background: #d0d6db;
174+
background: hsl(221,28%,83%);
175175
display: inline-block;
176176
text-decoration: none;
177177
}
178178
a.tag_big:hover {
179-
color: #fff;
180-
background-color: #657ba9;
179+
background-color: hsl(221,28%,73%);
181180
}
182181
.tag_selectable {
183182
-webkit-border-radius: 3px;
@@ -224,7 +223,7 @@ a.tag_big:hover {
224223
}
225224
.tag_in_abstract a:hover {
226225
color: #fff;
227-
background: #657ba9;
226+
background: hsl(221,28%,73%);
228227
-webkit-border-radius: 3px;
229228
-moz-border-radius: 3px;
230229
-o-border-radius: 3px;
@@ -314,6 +313,10 @@ a.tag_big:hover {
314313
}
315314
.reply2_btn {
316315
display: none;
316+
padding: 2px 4px;
317+
border-radius: 2px;
318+
background: hsl(240,90%,94%);
319+
margin-right: 10px;
317320
}
318321
.reply2_area {
319322
margin-left: 50px;
@@ -347,32 +350,35 @@ a.tag_big:hover {
347350
a.topic_title {
348351
font-size: 14px;
349352
white-space: nowrap;
350-
color: hsl(221, 28%, 53%);
353+
color: hsl(241, 28%, 53%);
351354
}
352355
a.topic_title:hover {
353356
color: hsl(220, 29%, 50%);
354357
}
355358
a.topic_title:visited {
356-
color: hsl(183, 8%, 51%);
359+
color: hsl(183, 8%, 61%);
357360
}
358361
a.count {
359-
-webkit-border-radius: 8px;
360-
-moz-border-radius: 8px;
361-
border-radius: 8px;
362+
-webkit-border-radius: 6px;
363+
-moz-border-radius: 6px;
364+
border-radius: 6px;
362365

363366
font-family: Arial;
364367
font-size: 12px;
365368
font-weight: bold;
366-
background: #d0d6db;
367-
padding: 1px 4px 0px 4px;
368-
color: #fff;
369+
background: hsl(240,70%,80%);
370+
padding: 1px 2px 0px 2px;
371+
color: white;
369372
min-width: 20px;
370373
text-align: center;
371374
}
372375
a.count:hover {
373-
color: #00483a;
376+
color: white;
374377
text-decoration: none;
375378
}
379+
a.count:visited {
380+
background: hsl(207,13%,90%)
381+
}
376382
.star_name {
377383
font-size: 14px;
378384
}

0 commit comments

Comments
 (0)