🎨 Finish all baseof display coding.
This commit is contained in:
@@ -1,10 +1,14 @@
|
||||
.category-all-page {
|
||||
|
||||
min-height: 700px;
|
||||
|
||||
.category-all-title {
|
||||
font-size: 1.35em;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.category-all {
|
||||
margin-top: 20px;
|
||||
margin-top: 40px;
|
||||
}
|
||||
|
||||
.category-list {
|
||||
|
||||
@@ -1,5 +1,19 @@
|
||||
.tag-cloud {
|
||||
text-align: center;
|
||||
min-height: 700px;
|
||||
|
||||
.tag-cloud-title {
|
||||
text-align: center;
|
||||
font-size: 1.35em;
|
||||
|
||||
.tag-list-count {
|
||||
font-size: 0.56em;
|
||||
}
|
||||
}
|
||||
|
||||
.tag-cloud-tags {
|
||||
margin-top: 40px;
|
||||
}
|
||||
|
||||
a {
|
||||
display: inline-block;
|
||||
@@ -12,6 +26,7 @@
|
||||
.tag-cloud-#{$tag-cloud} {
|
||||
border-bottom-color: $tag-cloud-color;
|
||||
color: $tag-cloud-color;
|
||||
font-size: #{0.85+($tag-cloud * 0.05)}em
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -116,6 +116,6 @@
|
||||
|
||||
@if $busuanzi_enable and $busuanzi_post_views {
|
||||
#busuanzi_container_page_pv {
|
||||
display: none;
|
||||
display: inline-block;
|
||||
}
|
||||
}
|
||||
|
||||
4
assets/css/_common/scaffolding/fontawesome/animation.scss
vendored
Normal file
4
assets/css/_common/scaffolding/fontawesome/animation.scss
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
.fa-spin {
|
||||
-webkit-animation: fa-spin .8s infinite linear;
|
||||
animation: fa-spin .8s infinite linear;
|
||||
}
|
||||
1
assets/css/_common/scaffolding/fontawesome/index.scss
vendored
Normal file
1
assets/css/_common/scaffolding/fontawesome/index.scss
vendored
Normal file
@@ -0,0 +1 @@
|
||||
@import 'animation';
|
||||
@@ -10,3 +10,4 @@
|
||||
@import 'tags';
|
||||
@import 'pagination';
|
||||
@import 'comments';
|
||||
@import 'fontawesome';
|
||||
|
||||
Reference in New Issue
Block a user