leanote logo font

This commit is contained in:
life
2014-09-04 12:53:04 +08:00
parent 7cbd38e8bf
commit 468ad4dec7
17 changed files with 121 additions and 78 deletions

View File

@ -1,3 +1,4 @@
@import "basic.less";
@bgColor: #fff;
@headerBgColor: #fff;
@ -13,34 +14,6 @@
@noteListWidth: 250px;
@noteActiveBg: #65bd77;
// font
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
src: local('Open Sans Light'), local('OpenSans-Light'), url('../../fonts/open-sans2/DXI1ORHCpsQm3Vp6mXoaTXhCUOGz7vYGh680lGh-uXM.woff') format('woff');
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans'), local('OpenSans'), url('../../fonts/open-sans2/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff') format('woff');
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
src: local('Open Sans Bold'), local('OpenSans-Bold'), url('../../fonts/open-sans2/k3k702ZOKiLJc3WVjuplzHhCUOGz7vYGh680lGh-uXM.woff') format('woff');
}
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 400;
src: local('Open Sans Italic'), local('OpenSans-Italic'), url('../../fonts/open-sans2/xjAJXh38I15wypJXxuGMBobN6UDyHWBl620a-IRfuBk.woff') format('woff');
}
/*"HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue", Helvetica, "Microsoft Yahei", Verdana, Simsun, "Segoe UI", "Segoe UI Web Regular", "Segoe UI Symbol", "BBAlpha Sans", "S60 Sans", Arial, sans-serif;*/
@selectionBg: @aBlackColor;
@selectionColor: #fff;
::selection { background:@selectionBg; color:@selectionColor; }
@ -94,7 +67,6 @@ a.raw:hover {
#logo, #logo span {
line-height: 50px;// @headerHeight;
font-size: 28px;
}
#logo {
width: 140px;
@ -106,7 +78,7 @@ a.raw:hover {
border-color: rgba(255, 255, 255, 0.1);
//color: #ccc;
}
#logo span, #switcher span {
#logo span {
background-color: #000;
color: #fff;
border-radius: 10px;
@ -129,8 +101,9 @@ a.raw:hover {
}
}
span {
background-color: #000;
color: #fff;
border-radius: 5px;
padding: 6px 4px;
cursor: pointer;
font-size: 14px;
&:hover {