mirror of https://gitlab.com/curben/blog
refactor(css): remove unused class
This commit is contained in:
parent
bda9bdfbc5
commit
7bc55954d6
|
@ -1,8 +1,6 @@
|
|||
<%/* Display footer on every page */%>
|
||||
<%/* Use different CSS layout for different page layout */%>
|
||||
<% if (is_current('about/index.html')) { %>
|
||||
<footer id="footer" class="home-footer footer">
|
||||
<% } else if (is_post()) { %>
|
||||
<% if (is_post()) { %>
|
||||
<footer id="footer" class="post-footer footer">
|
||||
<hr>
|
||||
<% } else { %>
|
||||
|
|
|
@ -101,11 +101,6 @@ hr {
|
|||
margin-left: 0;
|
||||
}
|
||||
|
||||
.home hr {
|
||||
margin: 1em auto;
|
||||
width: 65%;
|
||||
}
|
||||
|
||||
.article .article-footer,
|
||||
.article .article-footer hr {
|
||||
margin-top: 1em;
|
||||
|
@ -239,10 +234,6 @@ blockquote {
|
|||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.home-footer {
|
||||
padding: 3em 0;
|
||||
}
|
||||
|
||||
.archive-footer a,
|
||||
.archive-footer b,
|
||||
.archive-footer strong,
|
||||
|
@ -305,50 +296,11 @@ span.index-list-count:after {
|
|||
content: ')';
|
||||
}
|
||||
|
||||
.home-body {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
/* align badge to the left */
|
||||
.about-body .article .article-entry img {
|
||||
margin: auto 0 .5em;
|
||||
}
|
||||
|
||||
.home {
|
||||
font-weight: lighter;
|
||||
line-height: 1.4;
|
||||
text-align: center;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.home a {
|
||||
border-bottom: 1px solid #e6e6e6;
|
||||
}
|
||||
|
||||
.home a:hover {
|
||||
border-bottom: 1px solid white;
|
||||
}
|
||||
|
||||
.home .content {
|
||||
width: 60%;
|
||||
position: relative;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.home li {
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
.home .profile {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.home .profile h1 {
|
||||
font-weight: 300;
|
||||
}
|
||||
|
||||
/* https://jrl.ninja/etc/1/ */
|
||||
.archive-container,
|
||||
.category-container,
|
||||
|
@ -830,14 +782,6 @@ svg#link {
|
|||
font-size: 1em;
|
||||
}
|
||||
|
||||
.home {
|
||||
color: #e6e6e6;
|
||||
}
|
||||
|
||||
.home a {
|
||||
color: #e6e6e6;
|
||||
}
|
||||
|
||||
.archive-container .archive-footer,
|
||||
.archive-container .post-footer {
|
||||
padding: 1em;
|
||||
|
|
Loading…
Reference in New Issue