This commit is contained in:
lealife
2016-05-21 23:05:50 +08:00
parent 5c9e95ed60
commit 5db724e80b
46 changed files with 396 additions and 270 deletions

View File

@ -13,6 +13,8 @@
@containerWidth: 945px;
@titleColor: #5AD4A0;
@import "../../css/theme/includes/icon.less";
// font
@font-face {
font-family: 'Open Sans';
@ -38,17 +40,7 @@
font-weight: 400;
src: local('Open Sans Italic'), local('OpenSans-Italic'), url('../../fonts/open-sans2/xjAJXh38I15wypJXxuGMBobN6UDyHWBl620a-IRfuBk.woff') format('woff');
}
/* leanote */
@font-face {
font-family: 'leanoteregular';
src: url('../../fonts/leanote/leanote-regular-webfont.eot');
src: url('../../fonts/leanote/leanote-regular-webfont.eot?#iefix') format('embedded-opentype'),
url('../../fonts/leanote/leanote-regular-webfont.woff') format('woff'),
url('../../fonts/leanote/leanote-regular-webfont.ttf') format('truetype'),
url('../../fonts/leanote/leanote-regular-webfont.svg#leanoteregular') format('svg');
font-weight: normal;
font-style: normal;
}
@selectionBg: @aBlackColor;
@selectionColor: #fff;
@ -65,24 +57,22 @@ h1, h2, h3 {
font-family: @fontFamily;
}
#logo {
a {
font-family: "leanoteregular";
font-size: 32px;
display: block;
.logo-ctn {
display: block;
#logo {
float: left;
margin-top: -5px;
padding-right: 3px;
&:before {
line-height: 38px;
font-size: 28px;
}
}
div {
.logo-title {
float: left;
line-height: 50px;
}
a:before {
content: "a";
}
}
//
//------------
.animated {