主题美化

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 {
overflow: auto;
a {
text-decoration: underline !important;
}
}
.wmd-preview {

View File

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

View File

@@ -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;
}

View File

@@ -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;
}

View File

@@ -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;

View File

@@ -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;

View File

@@ -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;