Van
2019-02-21 21:46:33 +08:00
parent 3a5132b6ba
commit fbba7dd293
194 changed files with 2365 additions and 7692 deletions

18
i-nove/css/base.css Normal file

File diff suppressed because one or more lines are too long

View File

@@ -20,8 +20,32 @@
* skin i-nove style
*
* @author <a href="http://vanessa.b3log.org">Liyuan Li</a>
* @version 1.1.0.0, Sep 21 2017
*/
* @version 2.0.0.0, Feb 21, 2019
*/
@import "../../../scss/reset-content";
@import "../../../scss/reset";
.left {
float: left;
}
.right {
float: right;
}
.clear:before,
.clear:after {
display: table;
content: "";
}
.clear:after {
clear: both;
}
.none {
display: none;
}
img {
max-width: 100%;
height: auto;
@@ -108,6 +132,9 @@ h5 {
#header-navi {
background: none repeat scroll 0 0 #FFFFFF;
border-bottom: 1px solid #A6A6A6;
ul {
margin: 0;
}
}
#header-navi li {
float: left;
@@ -227,7 +254,7 @@ h5 {
.article-browserIcon {
background-position: 0 -480px;
}
.article-body {
.content-reset {
line-height: 145%;
padding: 5px 0 0 5px;
}

File diff suppressed because one or more lines are too long