mirror of
https://github.com/leanote/desktop-app.git
synced 2025-10-15 23:55:50 +00:00
主题美化
This commit is contained in:
@@ -972,6 +972,9 @@ h1, h2, h3 {
|
|||||||
}
|
}
|
||||||
.preview-container {
|
.preview-container {
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
a {
|
||||||
|
text-decoration: underline !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.wmd-preview {
|
.wmd-preview {
|
||||||
|
@@ -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;
|
||||||
|
@@ -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;
|
||||||
|
}
|
||||||
|
@@ -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;
|
||||||
|
}
|
||||||
|
@@ -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;
|
||||||
|
@@ -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;
|
||||||
|
@@ -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;
|
||||||
|
Reference in New Issue
Block a user