add vditor

This commit is contained in:
Van 2019-02-21 23:02:06 +08:00
parent fbba7dd293
commit 34635fd9f5
No known key found for this signature in database
GPG Key ID: 7059B8783A78F16C
41 changed files with 88 additions and 19 deletions

File diff suppressed because one or more lines are too long

View File

@ -25,6 +25,7 @@
@import "../../../scss/reset";
@import "../../../scss/reset-content";
@import "../../../scss/tooltipped";
@import "vditor/src/assets/scss/classic";
a {
outline: 0;
text-decoration: none;

File diff suppressed because one or more lines are too long

View File

@ -22,6 +22,7 @@
* @version 2.0.0.0, Feb 21, 2019
*/
@import "../../../scss/reset-content";
@import "vditor/src/assets/scss/classic";
.left {
float: left;
}

File diff suppressed because one or more lines are too long

View File

@ -25,6 +25,8 @@
*/
@import "../../../scss/reset-content";
@import "vditor/src/assets/scss/classic";
body, button, input, select, textarea {
font: 400 1em/1.8 Avenir,Microsoft Yahei,Hiragino Sans GB,Microsoft Sans Serif,WenQuanYi Micro Hei,sans-serif;
letter-spacing: 0.01rem;

File diff suppressed because one or more lines are too long

View File

@ -25,6 +25,7 @@
@import "../../../scss/reset-content";
@import "../../../scss/reset";
@import "vditor/src/assets/scss/classic";
.left {
float: left;
}

File diff suppressed because one or more lines are too long

View File

@ -25,6 +25,7 @@
*/
@import "../../../scss/reset-content";
@import "vditor/src/assets/scss/classic";
/* start reset */
html {
height: 100%;

File diff suppressed because one or more lines are too long

View File

@ -28,6 +28,7 @@
@import "../../../scss/comment";
@import "../../../scss/nprogress";
@import "icon";
@import "vditor/src/assets/scss/classic";
$red: #991a1a !default;
$gray: #999 !default;

File diff suppressed because one or more lines are too long

View File

@ -25,6 +25,7 @@
@import "../../../scss/reset-content";
@import "../../../scss/reset";
@import "../../../scss/nprogress";
@import "vditor/src/assets/scss/classic";
.fn-flex {
display: flex

File diff suppressed because one or more lines are too long

View File

@ -23,6 +23,7 @@
*/
@import "../../../scss/reset-content";
@import "vditor/src/assets/scss/classic";
/* start base */
html, body, div, ul, li, h1, h2, h3, h4, h5, h6 {
margin: 0;

File diff suppressed because one or more lines are too long

View File

@ -24,6 +24,7 @@
* @version 2.0.0.0, Feb 21, 2019
*/
@import "../../../scss/reset-content";
@import "vditor/src/assets/scss/classic";
.left {
float: left;
}

File diff suppressed because one or more lines are too long

View File

@ -23,6 +23,7 @@
*/
@import "../../../scss/reset-content";
@import "vditor/src/assets/scss/classic";
/* start base */
html, body, div, ul, li {
margin: 0;

File diff suppressed because one or more lines are too long

View File

@ -24,6 +24,7 @@
*/
@import "../../../scss/reset-content";
@import "vditor/src/assets/scss/classic";
.left {
float: left;

File diff suppressed because one or more lines are too long

View File

@ -25,6 +25,7 @@
@import "../../../scss/reset-content";
@import "../../../scss/reset";
@import "vditor/src/assets/scss/classic";
.left {
float: left;
}

File diff suppressed because one or more lines are too long

View File

@ -24,6 +24,7 @@
*/
@import "../../../scss/reset-content";
@import "vditor/src/assets/scss/classic";
/* start base */
@font-face {
font-family: 'IcoMoon';

18
mobile/css/base.css Normal file

File diff suppressed because one or more lines are too long

26
mobile/css/base.scss Normal file
View File

@ -0,0 +1,26 @@
/**
* Solo - A small and beautiful blogging system written in Java.
* Copyright (c) 2010-2019, b3log.org & hacpai.com
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
/*
* skin style
*
* @author <a href="http://vanessa.b3log.org">Liyuan Li</a>
* @version 1.0.0.0, Feb 21, 2019
*/
@import "../../../scss/reset-content";
@import "vditor/src/assets/scss/classic";

View File

@ -28,6 +28,7 @@
<meta name="revised" content="${blogTitle?html}, ${year}" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=2.0, user-scalable=yes" />
<meta http-equiv="Window-target" content="_top" />
<link type="text/css" rel="stylesheet" href="${staticServePath}/skins/${skinDirName}/css/base.css?${staticResourceVersion}" charset="utf-8" />
<link type="text/css" rel="stylesheet" href="${staticServePath}/skins/${skinDirName}/themes/default/style.css?${staticResourceVersion}" charset="utf-8" />
<link rel="manifest" href="${servePath}/manifest.json">
<link rel="search" type="application/opensearchdescription+xml" title="${title}" href="/opensearch.xml">

File diff suppressed because one or more lines are too long

View File

@ -24,6 +24,11 @@
*/
@import "../../../scss/reset-content";
@import "vditor/src/assets/scss/classic";
#soloEditor {
z-index: 1041 !important;
}
/* start reset */
html {
background-color: #f5f5f5;

File diff suppressed because one or more lines are too long

View File

@ -28,6 +28,7 @@
@import "../../../scss/comment";
@import "../../../scss/nprogress";
@import "icon";
@import "vditor/src/assets/scss/classic";
$purple: #7266BA !default;
$purple-dark: #6658b8 !default;

File diff suppressed because one or more lines are too long

View File

@ -33,6 +33,7 @@ Update: Dongxu Wang 2011-02-24
*/
@import "../../../scss/reset-content";
@import "vditor/src/assets/scss/classic";
.left {
float: left;
}

File diff suppressed because one or more lines are too long

View File

@ -23,6 +23,7 @@
*/
@import "../../../scss/reset-content";
@import "vditor/src/assets/scss/classic";
/* start reset */
html, body {
-webkit-text-size-adjust: 100%;

File diff suppressed because one or more lines are too long

View File

@ -24,6 +24,7 @@
*/
@import "../../../scss/reset-content";
@import "vditor/src/assets/scss/classic";
.left {
float: left;
}

File diff suppressed because one or more lines are too long

View File

@ -25,6 +25,7 @@
*/
@import "../../../scss/reset-content";
@import "vditor/src/assets/scss/classic";
/* start reset */
html {
height: 100%;