theme; split by files

This commit is contained in:
lealife
2015-11-28 15:36:12 +08:00
parent 86ca1efd11
commit cb433d9392
19 changed files with 655 additions and 1129 deletions

View File

@ -136,7 +136,7 @@ a:hover {
#header {
height: @headerHeight;
background-color: @headerBgColor;
border-bottom: 1px solid @borderColor;
border-bottom: 1px solid @headerBottomBorderColor;
color: @headerTextColor;
a {
@ -175,7 +175,7 @@ a:hover {
}
span {
border-radius: 5px;
background-color: @switcherBgColor;
// background-color: @switcherBgColor;
cursor: pointer;
font-size: 18px;
line-height: 34px;
@ -263,3 +263,11 @@ a:hover {
background-color: @borderColor;
}
#loading {
display: inline-block;
width: 20px;
height: 20px;
content: @loadingUrl;
vertical-align: middle;
visibility: hidden;
}