1
1
html , body { background : # e2e2e2 ; font-family : "Helvetica Neue" , "Luxi Sans" , "DejaVu Sans" , Tahoma, "Hiragino Sans GB" , "Microsoft Yahei" , sans-serif;}
2
2
3
- a : link , a : visited , a : active {color : # 666 ; text-decoration : none; word-break : break-all; }
4
- a : hover {color : # 474747 ; text-decoration : underline; }
3
+ a : link , a : visited , a : active {color : # 333 ; text-decoration : none; word-break : break-all; }
4
+ a : hover {color : # 000 ; text-decoration : underline; }
5
5
6
6
a .btn : link , a .btn : visited , a .btn : active { color : # fff ; }
7
7
@@ -19,21 +19,26 @@ a.count_livid:hover {line-height: 12px; font-weight: bold; color: white; backgro
19
19
20
20
a .count_blue : visited , a .count_green : visited , a .count_orange : visited , a .count_livid : visited {line-height : 12px ; font-weight : bold; color : white; background-color : # e5e5e5 ; display : inline-block; padding : 2px 10px 2px 10px ; -moz-border-radius : 12px ; -webkit-border-radius : 12px ; border-radius : 12px ; text-decoration : none; margin-right : 5px ; }
21
21
22
+ a .author : link , a .author : visited , a .author : active { font-size : 10px ; line-height : 10px ; display : inline-block; padding : 4px 4px 4px 4px ; -moz-border-radius : 2px ; -webkit-border-radius : 2px ; border-radius : 2px ; text-decoration : none; color : # 666 ; }
23
+ a .author : hover {text-decoration : none; color : # 444 ; }
24
+
22
25
a .node : link , a .node : visited , a .node : active {background-color : # f5f5f5 ; font-size : 10px ; line-height : 10px ; display : inline-block; padding : 4px 4px 4px 4px ; -moz-border-radius : 2px ; -webkit-border-radius : 2px ; border-radius : 2px ; text-decoration : none; color : # 999 ; }
23
26
a .node : hover {text-decoration : none; background-color : # e2e2e2 ; color : # 777 ; }
24
27
25
28
a .tab : link , a .tab : visited , a .tab : active {display : inline-block; font-size : 13px ; line-height : 13px ; padding : 5px 8px 5px 8px ; margin-right : 5px ; border-radius : 3px ; color : # 555 ; }
26
29
a .tab : hover {background-color : # f5f5f5 ; color : # 000 ; text-decoration : none; }
27
30
28
- a .tab_current : link , a .tab_current : visited , a .tab_current : active {display : inline-block; font-size : 13px ; line-height : 13px ; padding : 5px 8px 5px 8px ; margin-right : 5px ; border-radius : 3px ; background-color : # 334 ; color : # fff ; }
29
- a .tab_current : hover {background-color : # 445 ; color : # fff ; text-decoration : none; }
31
+ a .tab_current : link , a .tab_current : visited , a .tab_current : active {display : inline-block; font-size : 13px ; line-height : 13px ; padding : 5px 8px 5px 8px ; margin-right : 5px ; border-radius : 3px ; background-color : # 59BF74 ; color : # fff ; }
32
+ a .tab_current : hover {background-color : rgb ( 84 , 199 , 115 ) ; color : # fff ; text-decoration : none; }
30
33
31
34
.clr : after {clear : both;content : '\0020' ;display : block;visibility : hidden;height : 0 ;}
32
35
33
36
/* nav */
34
37
.navbar-default { position : relative; z-index : 1000 ; }
35
- .navbar-default .navbar-nav > li > a { color : # bbbbbb ; }
36
- .navbar-default .navbar-nav > .active > a { color : # ffffff ; }
38
+ .navbar-default .navbar-nav > li > a { color : # ddd ; }
39
+ .navbar-default .navbar-nav > .active > a { color : # fff ; }
40
+
41
+ .dropdown-menu > li > a : hover , .dropdown-menu > li > a : focus { background-color : # 59BF74 ; }
37
42
38
43
.search-query {padding-left : 8px ;padding-right : 8px ;margin-bottom : 0 ;-webkit-border-radius : 8px ;-moz-border-radius : 8px ;border-radius : 8px ; height : 30px ; margin-top : 6px ;}
39
44
@@ -53,8 +58,8 @@ a.tab_current:hover {background-color: #445; color: #fff; text-decoration: none;
53
58
.container .form-horizontal {padding-top : 15px ; padding-bottom : 15px ;}
54
59
55
60
.article { overflow : hidden; border-top : solid 2px # fff ; margin-bottom : 11px ; }
56
- .article : hover {border-top : solid 2px # DB6D4C ;}
57
- .article : hover h2 a { color : # DB6D4C }
61
+ .article : hover {border-top : solid 2px # 59BF74 ;}
62
+ .article : hover h2 a { color : # 000 }
58
63
.article : hover p .text { color : # 343434 ; }
59
64
.article .row { border-bottom : 1px solid # e5e5e5 ; padding : 10px 20px 10px 12px ; margin-left : 0px ; margin-right : 0px ; }
60
65
.article .row div { padding : 0px ; }
@@ -72,7 +77,7 @@ a.tab_current:hover {background-color: #445; color: #fff; text-decoration: none;
72
77
.article .metatag .author {height : 20px ; margin-right : 20px ;}
73
78
.article .metatag .cmt , .article .metatag .like , .article .metatag .view , .article .metatag .collect { margin : 0 5px ; color : # 979797 ; }
74
79
.article .metatag .hadlike i { color : # ff0000 ; }
75
- .article .metatag a : hover { text-decoration : none; color : # DB6D4C ; }
80
+ .article .metatag a : hover { text-decoration : none; color : # 59BF74 ; }
76
81
77
82
.sidebar {margin-bottom : 12px ; border-bottom : 1px solid # e2e2e2 ;}
78
83
.sidebar .top { height : 38px ; line-height : 38px ; border-bottom : solid 1px # EAEAEA ; position : relative; margin-bottom : 15px ; }
@@ -94,13 +99,13 @@ a.tab_current:hover {background-color: #445; color: #fff; text-decoration: none;
94
99
.sidebar .sb-content .topic-list ul { margin-left : 12px ; }
95
100
.sidebar .sb-content .topic-list ul li i { float : left;width : 4px ;height : 4px ;background : # 858585 ;margin-top : 13px ;margin-right : 7px ; }
96
101
.sidebar .sb-content .topic-list ul li a { text-decoration : none; line-height : 30px ;height : 30px ;padding-bottom : 18px ;width : 180px ;font-size : 12px ;color : # 666666 ; white-space : nowrap; }
97
- .sidebar .sb-content .topic-list ul li a : hover { color : # d54f4b ; }
102
+ .sidebar .sb-content .topic-list ul li a : hover { color : # 59BF74 ; }
98
103
99
104
.sidebar .sb-content .article-list { margin : 15px 5px 10px 0px ; }
100
105
.sidebar .sb-content .article-list ul { margin-left : 12px ; }
101
106
.sidebar .sb-content .article-list ul li i { float : left;width : 4px ;height : 4px ;background : # 858585 ;margin-top : 13px ;margin-right : 7px ; }
102
107
.sidebar .sb-content .article-list ul li a { text-decoration : none; line-height : 30px ;height : 30px ;padding-bottom : 18px ;width : 180px ;font-size : 12px ;color : # 666666 ; white-space : nowrap; }
103
- .sidebar .sb-content .article-list ul li a : hover { color : # d54f4b ; }
108
+ .sidebar .sb-content .article-list ul li a : hover { color : # 59BF74 ; }
104
109
105
110
.sidebar .sb-content .project-list { margin : 15px 5px 10px 0px ; }
106
111
.sidebar .sb-content .project-list ul { margin-left : 12px ; }
@@ -110,13 +115,13 @@ a.tab_current:hover {background-color: #445; color: #fff; text-decoration: none;
110
115
.sidebar .sb-content .project-list ul li .title { width : 145px ;height : 54px ;float : left;margin-left : 18px ; }
111
116
.sidebar .sb-content .project-list ul li .title h4 { height : 30px ;padding : 7px 0 ;overflow : hidden; }
112
117
.sidebar .sb-content .project-list ul li .title a { font-size : 12px ;font-size : 1.2rem ;font-family : "NSimSun" ;color : # 858585 ;line-height : 18px ; text-decoration : none; color : # 666666 ; white-space : nowrap; }
113
- .sidebar .sb-content .project-list ul li .title a : hover { color : # d54f4b ; }
118
+ .sidebar .sb-content .project-list ul li .title a : hover { color : # 59BF74 ; }
114
119
115
120
.sidebar .sb-content .resource-list { margin : 15px 5px 10px 0px ; }
116
121
.sidebar .sb-content .resource-list ul { margin-left : 12px ; }
117
122
.sidebar .sb-content .resource-list ul li i { float : left;width : 4px ;height : 4px ;background : # 858585 ;margin-top : 13px ;margin-right : 7px ; }
118
123
.sidebar .sb-content .resource-list ul li a { text-decoration : none; line-height : 30px ;height : 30px ;padding-bottom : 18px ;width : 180px ;font-size : 12px ;color : # 666666 ; white-space : nowrap; }
119
- .sidebar .sb-content .resource-list ul li a : hover { color : # d54f4b ; }
124
+ .sidebar .sb-content .resource-list ul li a : hover { color : # 59BF74 ; }
120
125
121
126
.sidebar .sb-content .cmt-list {}
122
127
.sidebar .sb-content .cmt-list ul { margin : 2px 15px ; position : relative; }
@@ -128,7 +133,7 @@ a.tab_current:hover {background-color: #445; color: #fff; text-decoration: none;
128
133
.sidebar .sb-content .cmt-list ul li .word .w-name { color : # 949494 ;font-size : 12px ;font-size : 1.2rem ;font-family : "simsun" ;height : 20px ;line-height : 20px ; }
129
134
.sidebar .sb-content .cmt-list ul li .word .w-name a { font-weight : bold;max-width : 80px ;overflow : hidden;height : 20px ; padding-right : 5px ; }
130
135
.sidebar .sb-content .cmt-list ul li .word .w-page { padding-top : 2px ;font-family : "simsun" ;font-size : 12px ;font-size : 1.2rem ;color : # c1c1c1 ; }
131
- .sidebar .sb-content .cmt-list ul li .word .w-comment { line-height : 18px ;max-height : 54px ;_height : 54px ;color : # db6d4c ;font-family : "simsun" ;font-size : 12px ;font-size : 1.2rem ;overflow : hidden;padding-top : 2px ; }
136
+ .sidebar .sb-content .cmt-list ul li .word .w-comment { line-height : 18px ;max-height : 54px ;_height : 54px ;color : # 59BF74 ;font-family : "simsun" ;font-size : 12px ;font-size : 1.2rem ;overflow : hidden;padding-top : 2px ; }
132
137
.sidebar .sb-content .user-list ul li {width : 90px ;text-align : center;margin-bottom : 8px ;}
133
138
.sidebar .sb-content .user-list ul li .name {text-overflow : clip;}
134
139
@@ -148,7 +153,7 @@ a.tab_current:hover {background-color: #445; color: #fff; text-decoration: none;
148
153
.sidebar .sb-content .rank-list ul { margin-left : 10px ; }
149
154
.sidebar .sb-content .rank-list ul li { font-size : 12px ; color : # c1c1c1 ; position : relative; padding-left : 20px ; }
150
155
.sidebar .sb-content .rank-list ul li a { text-decoration : none; line-height : 30px ;height : 30px ;padding-bottom : 18px ;width : 180px ;font-size : 1.2rem ;color : # 666666 ; }
151
- .sidebar .sb-content .rank-list ul li a : hover { color : # d54f4b ; }
156
+ .sidebar .sb-content .rank-list ul li a : hover { color : # 59BF74 ; }
152
157
.sidebar .sb-content .rank-list ul li em { position : absolute; top : 5px ; left : -5px ; display : inline-block; border-radius : 50% ; width : 20px ; height : 20px ; font-size : 1.2rem ; background-color : # ccd0d3 ; color : # fff ; text-align : center; line-height : 20px ; vertical-align : middle;}
153
158
.sidebar .sb-content .rank-list ul li img { position : absolute; top : 0px ; left : -5px ; }
154
159
@@ -277,7 +282,7 @@ label.error {color:red;}
277
282
278
283
.dn {display : none;}
279
284
280
- .nav-tabs {background : # fff ; margin-top : 10 px ; }
285
+ .nav-tabs {background : # fff ; }
281
286
282
287
.no-record {padding : 10px 0 ; background : # D9EDF7 ;}
283
288
@@ -500,3 +505,7 @@ img.avatar { -moz-border-radius: 4px; border-radius: 4px; }
500
505
color : # 999 ;
501
506
font-weight : normal;
502
507
}
508
+
509
+ # user_message_count .badge { background-color : # 59BF74 ; }
510
+
511
+ .btn-success { color : # fff ; background-color : # 59BF74 ; border-color : # 59BF74 ; }
0 commit comments