hexo-theme-miracle
Version:
A clean and lightweight single-column theme for Hexo.
148 lines (120 loc) • 2.54 kB
text/stylus
/*!
_________________________________________________
| |
| ## ## # ##### ## #### # ###### |
| # # # # # # # # # # # # # |
| # # # # # # # # # # ##### |
| # # # ##### ###### # # # |
| # # # # # # # # # # # |
| # # # # # # # #### ###### ###### |
| |
| Thank you for using Miracle theme ! |
| Author: HiFun Team |
| License : MIT |
|_______________________________________________|
*/
#page-main{
display: block;
}
#css-loading{
display: none
}
::-webkit-scrollbar {
width: 6px;
height: 5px;
background: transparent;
}
::-webkit-scrollbar-button {
display: none;
}
::-webkit-scrollbar-thumb {
background: rgb(120,120,120);
border-radius: 2px;
transition: .2s;
}
::selection {
background: rgb(230,230,230);
color: black;
}
#page-main {
margin: 0;
padding: 0;
margin-top: 54px;
}
.p-dot {
margin: 0 0.2rem;
}
.p-dot:after {
content: '·';
}
h1 {
font-size: 1.9rem;
}
h2 {
font-size: 1.75rem;
}
h3 {
font-size: 1.55rem;
}
h4 {
font-size: 1.4rem;
}
h5 {
font-size: 1.25rem;
}
h6 {
font-size: 1.15rem;
}
p {
font-size: 1rem;
}
.display-inline {
display: inline ;
}
.donutSpinner {
display: inline-block;
border: 4px solid hsl(222 100% 95%);
border-left-color: hsl(243 80% 62%);
border-radius: 50%;
width: 30px;
height: 30px;
animation: donut-spin 1.2s linear infinite;
}
@keyframes donut-spin {
to {
transform: rotate(1turn);
}
}
.bouncingLoader > div, .bouncingLoader:before, .bouncingLoader:after {
display: inline-block;
width: 13px;
height: 13px;
background: hsl(243, 80%, 62%);
margin-bottom: -5px;
border-radius: 50%;
animation: bouncing-loader 0.6s infinite alternate;
}
.bouncingLoader > div, .bouncingLoader:before, .bouncingLoader:after {
content: '';
}
.bouncingLoader > div {
margin: 0 5px;
}
.bouncingLoader > div {
animation-delay: 0.2s;
}
.bouncingLoader:after {
animation-delay: 0.4s;
}
@keyframes bouncing-loader {
to {
opacity: 0.1;
transform: translate3d(0, -16px, 0);
}
}
/* Home */
@import '_includes/home'
/* Footer */
@import '_includes/footer'
/* Rewrite */
@import '_includes/rewrite'