/** * 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 . */ @charset "utf-8"; /* * Skin Bruce style. * * @author Liang Ding * @author Liyuan Li * @version 2.1.0.0, Mar 21, 2019 */ @import "bootstrap"; @import "../../../scss/usite"; @import "../../../scss/toc"; @import "../../../scss/function"; @import "vditor/src/assets/scss/classic"; .article__toc { position: fixed; top: 90px; bottom: 198px; padding-left: 0; left: 100%; } #comments { position: relative; } .comment-body-ref { position: absolute; background-color: #fff; width: 100%; left: 64px; border: 1px solid #ccc; box-shadow: inset 0 1px 1px rgba(0,0,0,0.075); border-radius: 5px; padding: 10px 0; } .user__site { display: inline-block; height: 20px; width: 20px; margin: 0 5px 15px 0; svg { height: 20px; width: 20px; fill: currentColor; } } 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; } .site { padding: 0 2em 0; margin: 0 auto; font-size: 16px; } h4, h5, h6 { font-weight: bold; } .article { margin-bottom: 90px; } .article-title { text-align: center; } .article-tags { text-align: center; font-size: 14px; } .article-date { text-align: center; font-size: 12px; margin-top: 6px; margin-bottom: 12px; } .header { border-bottom: 1px solid #ddd; background-color: #f9f9f9; margin-bottom: 20px; } .nav-item { position: relative; display: inline-block; padding: 10px; font-weight: 500; } .nav-item .page-icon { float: left; height: 14px; width: 14px; margin: 2px 3px 0 0; } .comment { margin-bottom: 32px; } .comment p { margin-bottom: 0em; } .form-control { margin-top: 15px; } .cmtFromSym { font-size: 12px; color: #ccc; margin-bottom: 1em; } .cmtForm { margin-top: 24px; } .gray { color: #ccc; } .footer { padding: 40px 0; margin-top: 20px; color: #999; text-align: center; background-color: #f9f9f9; border-top: 1px solid #e5e5e5; } .right { float: right; }