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

@ -29,17 +29,6 @@
src: local('Open Sans Italic'), local('OpenSans-Italic'), url('../../fonts/open-sans2/xjAJXh38I15wypJXxuGMBobN6UDyHWBl620a-IRfuBk.woff') format('woff');
}
@font-face {
font-family: 'leanote';
src:url('../../fonts/leanote-font2/leanote.eot?-vcf23i');
src:url('../../fonts/leanote-font2/leanote.eot?#iefix-vcf23i') format('embedded-opentype'),
url('../../fonts/leanote-font2/leanote.ttf?-vcf23i') format('truetype'),
url('../../fonts/leanote-font2/leanote.woff?-vcf23i') format('woff'),
url('../../fonts/leanote-font2/leanote.svg?-vcf23i#leanote') format('svg');
font-weight: normal;
font-style: normal;
}
.close:focus {
outline: none;
}
@ -48,6 +37,9 @@
visibility: hidden;
}
.mobile-show {
display: none;
}
.btn {
border-radius: 2px;

View File

@ -18,9 +18,6 @@
padding: 2px;
}
#logo {
font-size: 36px;
}
#avatar {
height: 60px; max-width: 200px; display: inline-block; margin: 10px;
@ -157,7 +154,8 @@ a:hover {
width: 140px;
height: @headerHeight;
padding-left: 10px;
padding-top: 0px;
padding-top: 9px;
font-size: 32px;
}
#switcher {
@ -173,11 +171,9 @@ a:hover {
color: @hColor;
}
}
span {
border-radius: 5px;
// background-color: @switcherBgColor;
#leftSwitcher2 {
cursor: pointer;
font-size: 18px;
font-size: 16px;
line-height: 34px;
margin-top: 8px;
padding: 0 5px;
@ -292,3 +288,10 @@ a:hover {
border-radius: 3px;
border: 1px solid #eee;
}
#myProfile {
margin: 0 10px;
}
.profile-img {
line-height: 60px;
}

View File

@ -0,0 +1,51 @@
@font-face {
font-family: 'leanote';
src:url('../../fonts/leanote-font3/leanote.eot?-vcf23i');
src:url('../../fonts/leanote-font3/leanote.eot?#iefix-vcf23i') format('embedded-opentype'),
url('../../fonts/leanote-font3/leanote.ttf?-vcf23i') format('truetype'),
url('../../fonts/leanote-font3/leanote.woff?-vcf23i') format('woff'),
url('../../fonts/leanote-font3/leanote.svg?-vcf23i#leanote') format('svg');
font-weight: normal;
font-style: normal;
}
#logo,
.mce-i-mind,
.mce-i-ace-pre,
.lea-icon
{
font-family: 'leanote' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-markdown:before {
content: "\e604";
}
.mce-i-mind:before {
content: "\e602";
}
.mce-i-ace-pre:before {
content: "\e603";
}
#logo:before {
content: "\e901";
line-height: 1;
margin-top: 5px;
display: inline-block;
vertical-align: top;
}
#logo.icon-only:before {
content: "\e902";
}
.lang-zh-cn {
#logo:before {
content: "\e900";
}
}

View File

@ -41,6 +41,7 @@
padding: 8px;
line-height: 20px;
vertical-align: top;
word-break: break-all;
}
td {
max-width: 280px;