mirror of
https://github.com/leanote/desktop-app.git
synced 2025-10-14 15:11:24 +00:00
主题美化
This commit is contained in:
@@ -972,6 +972,9 @@ h1, h2, h3 {
|
||||
}
|
||||
.preview-container {
|
||||
overflow: auto;
|
||||
a {
|
||||
text-decoration: underline !important;
|
||||
}
|
||||
}
|
||||
|
||||
.wmd-preview {
|
||||
|
@@ -890,6 +890,9 @@ h3 {
|
||||
.preview-container {
|
||||
overflow: auto;
|
||||
}
|
||||
.preview-container a {
|
||||
text-decoration: underline !important;
|
||||
}
|
||||
.wmd-preview {
|
||||
width: 100%;
|
||||
font-size: 14px;
|
||||
|
@@ -222,6 +222,7 @@ i.mce-i-backcolor {
|
||||
}
|
||||
#mdEditor .navbar-default {
|
||||
border: none !important;
|
||||
background-color: #272626;
|
||||
}
|
||||
.btn-success:hover,
|
||||
.btn-success:focus,
|
||||
@@ -258,6 +259,13 @@ pre.prettyprint .atv {
|
||||
background: #353538;
|
||||
color: #a4b3ae;
|
||||
}
|
||||
.preview-container a {
|
||||
color: #ccc;
|
||||
text-decoration: underline !important;
|
||||
}
|
||||
.preview-container hr {
|
||||
border-top: 1px solid #504E4E;
|
||||
}
|
||||
#leanoteNav,
|
||||
#leanoteNavMd {
|
||||
background-color: #2A2828;
|
||||
@@ -314,3 +322,10 @@ body.writting #note #mdEditor .navbar-default,
|
||||
body.writting #note #wmd-button-bar {
|
||||
box-shadow: none;
|
||||
}
|
||||
body.writting .info-toolbar {
|
||||
line-height: 40px;
|
||||
}
|
||||
.batch-ctn {
|
||||
background-color: #000;
|
||||
color: #000;
|
||||
}
|
||||
|
@@ -251,6 +251,7 @@ i.mce-i-backcolor {
|
||||
}
|
||||
#mdEditor .navbar-default {
|
||||
border: none !important;
|
||||
background-color: #272626;
|
||||
}
|
||||
.btn-success:hover, .btn-success:focus, .btn-success:active {
|
||||
background-color: rgba(128, 128, 128, 0.5) !important;
|
||||
@@ -274,9 +275,19 @@ code.prettyprint, pre.prettyprint {
|
||||
}
|
||||
|
||||
}
|
||||
.preview-container code {
|
||||
background: rgb(53, 53, 56);
|
||||
color: rgb(164, 179, 174);
|
||||
.preview-container {
|
||||
code {
|
||||
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;
|
||||
}
|
||||
|
@@ -222,6 +222,7 @@ i.mce-i-backcolor {
|
||||
}
|
||||
#mdEditor .navbar-default {
|
||||
border: none !important;
|
||||
background-color: #272626;
|
||||
}
|
||||
.btn-success:hover,
|
||||
.btn-success:focus,
|
||||
@@ -258,6 +259,13 @@ pre.prettyprint .atv {
|
||||
background: #353538;
|
||||
color: #a4b3ae;
|
||||
}
|
||||
.preview-container a {
|
||||
color: #ccc;
|
||||
text-decoration: underline !important;
|
||||
}
|
||||
.preview-container hr {
|
||||
border-top: 1px solid #504E4E;
|
||||
}
|
||||
#leanoteNav,
|
||||
#leanoteNavMd {
|
||||
background-color: #2A2828;
|
||||
@@ -314,6 +322,13 @@ body.writting #note #mdEditor .navbar-default,
|
||||
body.writting #note #wmd-button-bar {
|
||||
box-shadow: none;
|
||||
}
|
||||
body.writting .info-toolbar {
|
||||
line-height: 40px;
|
||||
}
|
||||
.batch-ctn {
|
||||
background-color: #000;
|
||||
color: #000;
|
||||
}
|
||||
#leftNotebook {
|
||||
background: url(images/left_bg.jpg) no-repeat !important;
|
||||
background-size: 100% auto !important;
|
||||
|
@@ -222,6 +222,7 @@ i.mce-i-backcolor {
|
||||
}
|
||||
#mdEditor .navbar-default {
|
||||
border: none !important;
|
||||
background-color: #272626;
|
||||
}
|
||||
.btn-success:hover,
|
||||
.btn-success:focus,
|
||||
@@ -258,6 +259,13 @@ pre.prettyprint .atv {
|
||||
background: #353538;
|
||||
color: #a4b3ae;
|
||||
}
|
||||
.preview-container a {
|
||||
color: #ccc;
|
||||
text-decoration: underline !important;
|
||||
}
|
||||
.preview-container hr {
|
||||
border-top: 1px solid #504E4E;
|
||||
}
|
||||
#leanoteNav,
|
||||
#leanoteNavMd {
|
||||
background-color: #2A2828;
|
||||
@@ -314,6 +322,13 @@ body.writting #note #mdEditor .navbar-default,
|
||||
body.writting #note #wmd-button-bar {
|
||||
box-shadow: none;
|
||||
}
|
||||
body.writting .info-toolbar {
|
||||
line-height: 40px;
|
||||
}
|
||||
.batch-ctn {
|
||||
background-color: #000;
|
||||
color: #000;
|
||||
}
|
||||
.folderHeader .fa-left,
|
||||
.folderHeader span {
|
||||
color: #3c3c3c;
|
||||
|
@@ -222,6 +222,7 @@ i.mce-i-backcolor {
|
||||
}
|
||||
#mdEditor .navbar-default {
|
||||
border: none !important;
|
||||
background-color: #272626;
|
||||
}
|
||||
.btn-success:hover,
|
||||
.btn-success:focus,
|
||||
@@ -258,6 +259,13 @@ pre.prettyprint .atv {
|
||||
background: #353538;
|
||||
color: #a4b3ae;
|
||||
}
|
||||
.preview-container a {
|
||||
color: #ccc;
|
||||
text-decoration: underline !important;
|
||||
}
|
||||
.preview-container hr {
|
||||
border-top: 1px solid #504E4E;
|
||||
}
|
||||
#leanoteNav,
|
||||
#leanoteNavMd {
|
||||
background-color: #2A2828;
|
||||
@@ -314,6 +322,13 @@ body.writting #note #mdEditor .navbar-default,
|
||||
body.writting #note #wmd-button-bar {
|
||||
box-shadow: none;
|
||||
}
|
||||
body.writting .info-toolbar {
|
||||
line-height: 40px;
|
||||
}
|
||||
.batch-ctn {
|
||||
background-color: #000;
|
||||
color: #000;
|
||||
}
|
||||
#leftNotebook {
|
||||
background: url(images/water@2x.jpg) no-repeat !important;
|
||||
background-size: 100% auto !important;
|
||||
|
Reference in New Issue
Block a user