Van
2019-02-11 01:06:43 +08:00
parent dd015bb41e
commit d7e9db917c
289 changed files with 4122 additions and 2277 deletions

View File

@@ -1,3 +1,20 @@
/**
* 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
{
position:absolute;

1
skins/Shawn/css/ie6.min.css vendored Normal file
View File

@@ -0,0 +1 @@
#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,3 +1,20 @@
/**
* 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;}

1
skins/Shawn/css/iestyle.min.css vendored Normal file
View File

@@ -0,0 +1 @@
#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}

View File

@@ -1,3 +1,20 @@
/**
* 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/>.
*/
* {margin:0;padding:0;}
img,
@@ -1036,4 +1053,8 @@ li.current_page_item {background:#eee;}
font-size: 20px;
font-weight: bold;
}
/* end tags */
/* end tags */
.article-body img {
max-width: 100%;
}

File diff suppressed because one or more lines are too long