mirror of
https://github.com/cnodejs/nodeclub.git
synced 2025-12-08 19:55:55 +00:00
优化 style
This commit is contained in:
parent
99804c09a6
commit
da6d43177f
@ -389,6 +389,7 @@ a.user_avatar:hover {
|
||||
white-space: nowrap;
|
||||
line-height: 48px;
|
||||
width: 500px;
|
||||
font-size: 18px;
|
||||
}
|
||||
a.topic_title {
|
||||
font-size: 16px;
|
||||
@ -471,12 +472,12 @@ img.unread {
|
||||
display: inline-block;
|
||||
}
|
||||
.wmd-spacer {
|
||||
width: 1px;
|
||||
height: 20px;
|
||||
width: 1px;
|
||||
height: 20px;
|
||||
margin-left: 14px;
|
||||
position: absolute;
|
||||
background-color: Silver;
|
||||
display: inline-block;
|
||||
display: inline-block;
|
||||
list-style: none;
|
||||
}
|
||||
.wmd-spacer1 {
|
||||
@ -579,7 +580,7 @@ textarea[id^=wmd-input] {
|
||||
}
|
||||
.navbar .nav .divider-vertical {
|
||||
background-color:#2b3741;
|
||||
border-right: 1px solid #2f3b46;
|
||||
border-right: 1px solid #2f3b46;
|
||||
}
|
||||
.navbar .nav > li > a {
|
||||
text-shadow: none;
|
||||
@ -607,7 +608,7 @@ textarea[id^=wmd-input] {
|
||||
.nav-pills>li>a {
|
||||
padding: 2px 10px;
|
||||
line-height: 22px;
|
||||
}
|
||||
}
|
||||
.pagination {
|
||||
height: 40px;
|
||||
margin: 10px 0px 10px 10px;
|
||||
@ -664,7 +665,7 @@ div[class$=content] > blockquote > p {
|
||||
/* about score on sidebar */
|
||||
.top_score {
|
||||
color: gray;
|
||||
padding: 2px;
|
||||
padding: 2px;
|
||||
}
|
||||
.inner ol {
|
||||
margin: 4px 0px;
|
||||
|
||||
@ -65,9 +65,6 @@
|
||||
<li><a href="<%- nav[0] %>" target="<%- nav[2] %>"><%- nav[1] %></a></li>
|
||||
<% } %>
|
||||
<% if (locals.current_user) { %>
|
||||
<li>
|
||||
<a href="/user/<%= current_user.name %>" title="查看我的主页"> Me </a>
|
||||
</li>
|
||||
<li><a href='/setting'>设置</a></li>
|
||||
<li>
|
||||
<a href='/signout' data-method="post" rel="nofollow">退出</a>
|
||||
|
||||
@ -25,7 +25,7 @@
|
||||
</div>
|
||||
<div class='inner'>
|
||||
<% if (no_reply_topics.length > 0) { %>
|
||||
<ul class='unstyled'>
|
||||
<ul>
|
||||
<%- partial('topic/small', { collection: no_reply_topics, as: 'topic' }) %>
|
||||
</ul>
|
||||
<% } else { %>
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
<li>
|
||||
<div>
|
||||
<img class='user_icon' src='<%- config.site_static_host %>/public/images/star_fav_empty_icon&16.png' />
|
||||
<img class='user_icon' src='<%- config.site_static_host %>/public/images/star_fav_icon&16.png' />
|
||||
<a class='dark star_name' href="/user/<%= user.name %>"><%= user.name %></a>
|
||||
</div>
|
||||
<span class='col_fade'><%= user.follower_count %> 粉丝</span>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user