Van
2019-02-21 18:16:59 +08:00
parent d7e9db917c
commit 755eb33471
134 changed files with 1846 additions and 1598 deletions

18
skins/Shawn/css/base.css Normal file

File diff suppressed because one or more lines are too long

View File

@@ -15,6 +15,8 @@
* 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/>.
*/
@import "../../../scss/reset-content";
* {margin:0;padding:0;}
img,

View File

@@ -1 +1,18 @@
/**
* 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/>.
*/
#loading,.nav{position:absolute}#loading{top:13px}#header p#title a{margin:23px 0 20px 27px}#header form{margin-right:10px}#sidebar ul li{margin-left:5px;padding:0 5px}.trackpings li,div#trackpings{padding-left:40px}#sidebar ul li ul li{width:180px}ul.trackpings{margin-right:80px}.commentlist .alt{border:1px solid #ccc;border-right:1px solid #fff;border-bottom:1px solid #fff}.commentlist .altline{border:1px solid #ccc;border-left:1px solid #fff;border-bottom:1px solid #fff}.reply p.smilies{margin-right:30px;padding:3px 3px 0}.cmntcnt{left:-70px}.post #postail a{border:1px solid #f8f8f8}.linkpage ul li ul li{border:none}.nav{right:-2px}#footer .b2t,#footer div.g2b{display:none}#share{height:40px}

View File

@@ -1 +1,18 @@
/**
* 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/>.
*/
#sidebar a{color:#888}#sidebar a:hover{color:#333}.nav{margin:-118px 0 0 220px}#sidebar ul li ul li img{float:none;padding:0;vertical-align:middle}#share ul{background-color:#fff}

File diff suppressed because one or more lines are too long