主题美化

This commit is contained in:
life
2015-11-01 15:40:57 +08:00
parent 41ba8fcd69
commit 8198d4495d
7 changed files with 90 additions and 3 deletions

View File

@@ -972,6 +972,9 @@ h1, h2, h3 {
} }
.preview-container { .preview-container {
overflow: auto; overflow: auto;
a {
text-decoration: underline !important;
}
} }
.wmd-preview { .wmd-preview {

View File

@@ -890,6 +890,9 @@ h3 {
.preview-container { .preview-container {
overflow: auto; overflow: auto;
} }
.preview-container a {
text-decoration: underline !important;
}
.wmd-preview { .wmd-preview {
width: 100%; width: 100%;
font-size: 14px; font-size: 14px;

View File

@@ -222,6 +222,7 @@ i.mce-i-backcolor {
} }
#mdEditor .navbar-default { #mdEditor .navbar-default {
border: none !important; border: none !important;
background-color: #272626;
} }
.btn-success:hover, .btn-success:hover,
.btn-success:focus, .btn-success:focus,
@@ -258,6 +259,13 @@ pre.prettyprint .atv {
background: #353538; background: #353538;
color: #a4b3ae; color: #a4b3ae;
} }
.preview-container a {
color: #ccc;
text-decoration: underline !important;
}
.preview-container hr {
border-top: 1px solid #504E4E;
}
#leanoteNav, #leanoteNav,
#leanoteNavMd { #leanoteNavMd {
background-color: #2A2828; background-color: #2A2828;
@@ -314,3 +322,10 @@ body.writting #note #mdEditor .navbar-default,
body.writting #note #wmd-button-bar { body.writting #note #wmd-button-bar {
box-shadow: none; box-shadow: none;
} }
body.writting .info-toolbar {
line-height: 40px;
}
.batch-ctn {
background-color: #000;
color: #000;
}

View File

@@ -251,6 +251,7 @@ i.mce-i-backcolor {
} }
#mdEditor .navbar-default { #mdEditor .navbar-default {
border: none !important; border: none !important;
background-color: #272626;
} }
.btn-success:hover, .btn-success:focus, .btn-success:active { .btn-success:hover, .btn-success:focus, .btn-success:active {
background-color: rgba(128, 128, 128, 0.5) !important; background-color: rgba(128, 128, 128, 0.5) !important;
@@ -274,9 +275,19 @@ code.prettyprint, pre.prettyprint {
} }
} }
.preview-container code { .preview-container {
background: rgb(53, 53, 56); code {
color: rgb(164, 179, 174); background: rgb(53, 53, 56);
color: rgb(164, 179, 174);
}
a {
color: #ccc;
text-decoration: underline !important;
}
hr {
border-top: 1px solid #504E4E;
}
} }
// 文档导航 // 文档导航
@@ -339,3 +350,13 @@ body.writting #note {
} }
} }
body.writting {
.info-toolbar {
line-height: 40px;
}
}
.batch-ctn {
background-color: #000;
color: #000;
}

View File

@@ -222,6 +222,7 @@ i.mce-i-backcolor {
} }
#mdEditor .navbar-default { #mdEditor .navbar-default {
border: none !important; border: none !important;
background-color: #272626;
} }
.btn-success:hover, .btn-success:hover,
.btn-success:focus, .btn-success:focus,
@@ -258,6 +259,13 @@ pre.prettyprint .atv {
background: #353538; background: #353538;
color: #a4b3ae; color: #a4b3ae;
} }
.preview-container a {
color: #ccc;
text-decoration: underline !important;
}
.preview-container hr {
border-top: 1px solid #504E4E;
}
#leanoteNav, #leanoteNav,
#leanoteNavMd { #leanoteNavMd {
background-color: #2A2828; background-color: #2A2828;
@@ -314,6 +322,13 @@ body.writting #note #mdEditor .navbar-default,
body.writting #note #wmd-button-bar { body.writting #note #wmd-button-bar {
box-shadow: none; box-shadow: none;
} }
body.writting .info-toolbar {
line-height: 40px;
}
.batch-ctn {
background-color: #000;
color: #000;
}
#leftNotebook { #leftNotebook {
background: url(images/left_bg.jpg) no-repeat !important; background: url(images/left_bg.jpg) no-repeat !important;
background-size: 100% auto !important; background-size: 100% auto !important;

View File

@@ -222,6 +222,7 @@ i.mce-i-backcolor {
} }
#mdEditor .navbar-default { #mdEditor .navbar-default {
border: none !important; border: none !important;
background-color: #272626;
} }
.btn-success:hover, .btn-success:hover,
.btn-success:focus, .btn-success:focus,
@@ -258,6 +259,13 @@ pre.prettyprint .atv {
background: #353538; background: #353538;
color: #a4b3ae; color: #a4b3ae;
} }
.preview-container a {
color: #ccc;
text-decoration: underline !important;
}
.preview-container hr {
border-top: 1px solid #504E4E;
}
#leanoteNav, #leanoteNav,
#leanoteNavMd { #leanoteNavMd {
background-color: #2A2828; background-color: #2A2828;
@@ -314,6 +322,13 @@ body.writting #note #mdEditor .navbar-default,
body.writting #note #wmd-button-bar { body.writting #note #wmd-button-bar {
box-shadow: none; box-shadow: none;
} }
body.writting .info-toolbar {
line-height: 40px;
}
.batch-ctn {
background-color: #000;
color: #000;
}
.folderHeader .fa-left, .folderHeader .fa-left,
.folderHeader span { .folderHeader span {
color: #3c3c3c; color: #3c3c3c;

View File

@@ -222,6 +222,7 @@ i.mce-i-backcolor {
} }
#mdEditor .navbar-default { #mdEditor .navbar-default {
border: none !important; border: none !important;
background-color: #272626;
} }
.btn-success:hover, .btn-success:hover,
.btn-success:focus, .btn-success:focus,
@@ -258,6 +259,13 @@ pre.prettyprint .atv {
background: #353538; background: #353538;
color: #a4b3ae; color: #a4b3ae;
} }
.preview-container a {
color: #ccc;
text-decoration: underline !important;
}
.preview-container hr {
border-top: 1px solid #504E4E;
}
#leanoteNav, #leanoteNav,
#leanoteNavMd { #leanoteNavMd {
background-color: #2A2828; background-color: #2A2828;
@@ -314,6 +322,13 @@ body.writting #note #mdEditor .navbar-default,
body.writting #note #wmd-button-bar { body.writting #note #wmd-button-bar {
box-shadow: none; box-shadow: none;
} }
body.writting .info-toolbar {
line-height: 40px;
}
.batch-ctn {
background-color: #000;
color: #000;
}
#leftNotebook { #leftNotebook {
background: url(images/water@2x.jpg) no-repeat !important; background: url(images/water@2x.jpg) no-repeat !important;
background-size: 100% auto !important; background-size: 100% auto !important;