Commit 075f5723 authored by Van's avatar Van

#12150

parent 28f56c2c
...@@ -21,7 +21,6 @@ ...@@ -21,7 +21,6 @@
<span class="right"> <span class="right">
<span>${userName}</span><a href="${servePath}" title='${indexLabel}'>${indexLabel}</a><a href='javascript:admin.logout();' title='${logoutLabel}'>${logoutLabel}</a> <span>${userName}</span><a href="${servePath}" title='${indexLabel}'>${indexLabel}</a><a href='javascript:admin.logout();' title='${logoutLabel}'>${logoutLabel}</a>
</span> </span>
<div class="clear"></div>
</div> </div>
<div id="tabs"> <div id="tabs">
<ul> <ul>
...@@ -125,6 +124,7 @@ ...@@ -125,6 +124,7 @@
<div id="tabsPanel_plugin-list" class="none"></div> <div id="tabsPanel_plugin-list" class="none"></div>
<div id="tabsPanel_about" class="none"></div> <div id="tabsPanel_about" class="none"></div>
</div> </div>
<div class="clear"></div>
<div class="footer"> <div class="footer">
Powered by <a href="http://b3log.org" target="_blank">B3log 开源</a><a href="http://b3log.org/services/#solo" target="_blank">Solo</a> ${version} Powered by <a href="http://b3log.org" target="_blank">B3log 开源</a><a href="http://b3log.org/services/#solo" target="_blank">Solo</a> ${version}
</div> </div>
......
...@@ -22,12 +22,14 @@ ...@@ -22,12 +22,14 @@
/* start resset */ /* start resset */
body, input, textarea { body, input, textarea {
font-family: 'sans-serif','\5fae\8f6f\96c5\9ed1'; font-family: "Helvetica Neue","Luxi Sans","DejaVu Sans",Tahoma,"Hiragino Sans GB","Microsoft Yahei",sans-serif;;
} }
html, body { html, body {
height: 100%; height: 100%;
min-width: 1024px; min-width: 1024px;
background-color: #FAFAFA; color: #767676;
background: #f1f2f7;
font-size: 13px;
} }
a:link { a:link {
color: #21759B; color: #21759B;
...@@ -71,8 +73,9 @@ button.selected { ...@@ -71,8 +73,9 @@ button.selected {
position: relative; position: relative;
} }
#tabsPanel { #tabsPanel {
margin: 30px 0 0 162px; margin: 80px 0 0 0;
padding: 0 12px; padding: 15px;
float: left;
} }
#tabsPanel>div { #tabsPanel>div {
...@@ -111,52 +114,51 @@ button.selected { ...@@ -111,52 +114,51 @@ button.selected {
/* start top-nav */ /* start top-nav */
#top { #top {
background-color: #666; height: 80px;
background-image: linear-gradient(#666666,#7F7F7F); position: fixed;
background-image: -ms-linear-gradient(#666666,#7F7F7F); box-shadow: 1px 0 3px rgba(0,0,0,.15);
background-image: -o-linear-gradient(#666666,#7F7F7F); width: 100%;
background-image: -webkit-linear-gradient(#666666,#7F7F7F); top: 0;
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#666666', endColorstr='#7F7F7F'); background-color: #fff;
} }
#top a, #top span span { #top>a {
background: #1fb5ad;
float: left; float: left;
line-height: 18px; width: 240px;
margin: 6px 0; height: 80px;
padding: 0 6px; position: relative;
color: #F7F7F7;
text-align: center;
text-decoration: none;
font-size: 20px;
line-height: 80px;
}
#top > .right a,
#top > .right span {
color: #555;
line-height: 80px;
margin: 0 10px;
border: 1px solid #f6f6f6;
background-color: #f6f6f6;
border-radius: 100px;
padding: 10px;
text-decoration: none; text-decoration: none;
text-shadow: 0 -1px 0 #FFFFFF;
font-weight: normal;
border-right: 1px solid #686868;
color: #CCCCCC;
text-shadow: 0 -1px 0 #555555;
}
#top>a {
color: #FFFFFF;
} }
#top a:hover, #top a.hover { #top > .right a:hover {
border-radius: 0 13px 13px 0; color: #333;
margin: 0px;
line-height: 30px;
background-color: #4C4C4C;
border-left-color: #707070;
} }
/* end top-nav */ /* end top-nav */
/* start first tab */ /* start first tab */
#tabs { #tabs {
background-color: #ECECEC; height: 100%;
border-radius: 0 5px 5px 0;
border-right: 1px solid #CCC;
border-top: 1px solid #DDD;
bottom: 0;
box-shadow: 6px 0 6px #ECECEC;
min-height: 468px; min-height: 468px;
padding: 15px 0; width: 240px;
position: absolute; margin-top: 80px;
top: 58px; float: left;
width: 145px;
} }
#tabs ul { #tabs ul {
......
...@@ -138,6 +138,16 @@ button:hover,.button:hover { ...@@ -138,6 +138,16 @@ button:hover,.button:hover {
overflow: hidden; overflow: hidden;
} }
.fn-clear:before,
.fn-clear:after {
display: table;
content: "";
}
.fn-clear:after {
clear: both;
}
.none { .none {
display: none; display: none;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment