From 8198d4495d62139f2d5a6fb97cfb8a1ba153b44a Mon Sep 17 00:00:00 2001 From: life Date: Sun, 1 Nov 2015 15:40:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=BB=E9=A2=98=E7=BE=8E=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/themes/basic.less | 3 +++ public/themes/default.css | 3 +++ public/themes/themes/night/theme.css | 15 +++++++++++ public/themes/themes/night/theme.less | 27 +++++++++++++++++--- public/themes/themes/pebbles_night/theme.css | 15 +++++++++++ public/themes/themes/volumn/theme.css | 15 +++++++++++ public/themes/themes/water_night/theme.css | 15 +++++++++++ 7 files changed, 90 insertions(+), 3 deletions(-) diff --git a/public/themes/basic.less b/public/themes/basic.less index 887c8f20..7d6d8773 100644 --- a/public/themes/basic.less +++ b/public/themes/basic.less @@ -972,6 +972,9 @@ h1, h2, h3 { } .preview-container { overflow: auto; + a { + text-decoration: underline !important; + } } .wmd-preview { diff --git a/public/themes/default.css b/public/themes/default.css index 5461a2a2..1d686af5 100644 --- a/public/themes/default.css +++ b/public/themes/default.css @@ -890,6 +890,9 @@ h3 { .preview-container { overflow: auto; } +.preview-container a { + text-decoration: underline !important; +} .wmd-preview { width: 100%; font-size: 14px; diff --git a/public/themes/themes/night/theme.css b/public/themes/themes/night/theme.css index a94c26d7..2633d17c 100644 --- a/public/themes/themes/night/theme.css +++ b/public/themes/themes/night/theme.css @@ -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; +} diff --git a/public/themes/themes/night/theme.less b/public/themes/themes/night/theme.less index 2b5835df..e82ea7a2 100644 --- a/public/themes/themes/night/theme.less +++ b/public/themes/themes/night/theme.less @@ -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; +} diff --git a/public/themes/themes/pebbles_night/theme.css b/public/themes/themes/pebbles_night/theme.css index 71d56f62..37dea29f 100644 --- a/public/themes/themes/pebbles_night/theme.css +++ b/public/themes/themes/pebbles_night/theme.css @@ -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; diff --git a/public/themes/themes/volumn/theme.css b/public/themes/themes/volumn/theme.css index ee2c1ebc..ccffa7b1 100644 --- a/public/themes/themes/volumn/theme.css +++ b/public/themes/themes/volumn/theme.css @@ -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; diff --git a/public/themes/themes/water_night/theme.css b/public/themes/themes/water_night/theme.css index f65cfe6a..99a34ac5 100644 --- a/public/themes/themes/water_night/theme.css +++ b/public/themes/themes/water_night/theme.css @@ -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;