77 lines
1.6 KiB
CSS
77 lines
1.6 KiB
CSS
/**
|
|
* 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;
|
|
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;
|
|
}
|
|
|
|
#sidebar ul li ul li {width:180px;}
|
|
|
|
div#trackpings {padding-left:40px;}
|
|
|
|
ul.trackpings {margin-right:80px;}
|
|
|
|
.trackpings li {padding-left:40px;}
|
|
|
|
.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
|
|
{
|
|
position:absolute;
|
|
right:-2px;
|
|
}
|
|
|
|
#footer .b2t,
|
|
#footer div.g2b {display:none;}
|
|
|
|
#share {height:40px;} |