CC

nav

很多事先天注定,那是‘命’;但你可以决定怎么面对,那是‘运’!
github
follow
bilibili
telegram
youtube

Xlog Default Theme Beautification


/*--Subtitle Color*/
.whitespace-pre-wrap {
    background-image: -webkit-linear-gradient(left,#3498db,#f47920 10%,#d71345 20%,#f7acbc 30%,#ffd400 40%,#3498db 50%,#f47920 60%,#d71345 70%,#f7acbc 80%,#ffd400 90%,#3498db);
    color: transparent;
     -webkit-background-clip: text;
     -webkit-animation: slide 2s infinite linear;
     animation: slide 5s infinite linear;
     }
/*--Mouse hover style for article summary enlarges*/
.xlog-post:hover {
            transform: scale(1.2);
            -webkit-transform: scale(1.1);
            -moz-transform: scale(1.2);
            -o-transform: scale(1.2);
            -ms-transform: scale(1.2);
        }
.xlog-post {
    padding: 1rem;
}
/*---Mouse hover style for archive article list enlarges*/
.items-center.-mx-2:hover {
            transform: scale(1.2);
            -webkit-transform: scale(1.1);
            -moz-transform: scale(1.2);
            -o-transform: scale(1.2);
            -ms-transform: scale(1.2);
}

/*--Mouse hover style for button enlarges*/
.button:hover {
            transform: scale(1.2);
            -webkit-transform: scale(1.1);
            -moz-transform: scale(1.2);
            -o-transform: scale(1.2);
            -ms-transform: scale(1.2);   

}
/*--Navigation bar moves to the top*/
.xlog-site-navigation {
    position:absolute;
    top:0px;   
}
/*--Link button position remains unchanged*/
.pl-1 {
    margin-left:auto
}
/*--Adjust banner position*/
.py-12 {
      padding-bottom: 20px;
    padding-top: 45px;  
}
/*--Adjust link vertical position*/
.flex.text-gray-500 {
        padding-bottom: 10px;

}
/*-- Top code rain*/
.border-zinc-100 {
       background-image:url('https://xlog.app/_next/image?url=https%3A%2F%2Fipfs.4everland.xyz%2Fipfs%2Fbafkreibiivd46q6qfd6dzri6j6ltw53tzrudcqk7fmxhsj32qbqer7zkra&w=1920&q=75');
	background-repeat:repeat; 
}


Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.