/* Button and widget colors */
:root {
--theme-color: aqua !important;
--font-fans: Noto Color Emoji
/* --font-fans: 'SF Compact Rounded','PingFang SC','Microsoft YaHei',Lato,sans-serif;
--header-height: max(50vh, 450px);
cursor: url('https://img1.imgtp.com/2023/05/01/x2i3pilm.jpg') 0 0, auto; */
}
/* Button hover effect transformation */
.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);
}
.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: 2rem;
}
/*---Mouse selection style for archived article list dynamically 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);
}
/*--Various gradient colors and colorful effects*/
.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;
text-shadow: 0 0.2rem 0.3rem rgba(0,0,0,.5)
}
.break-words{
background-image: -webkit-linear-gradient(left,#3dbfb7 25%,#39C5bb 50%,#1edbce 75%,#00ffee 100%);
color: transparent;
-webkit-background-clip: text;
-webkit-animation: slide 2s infinite linear;
animation: slide 5s infinite linear;
}
.xlog-post-title{
background-image: -webkit-linear-gradient(left,#00ffeecd 25%,#17d9cce4 50%,#28cdc2d2 75%,#33bdb4 100%);
color: transparent;
-webkit-background-clip: text;
-webkit-animation: slide 2s infinite linear;
animation: slide 5s infinite linear;
}
/* Main page button transparency settings for jumping to articles */
.xlog-post{
background-color: transparent;
}
/* AI generated summary font settings */
.leading-loose{
font-weight: bolder;
font-style: italic;
color: aqua;
}
/*--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;
}
/* blockquote*/
/* The Void */
/* body{
background-image: url(https://img1.imgtp.com/2023/04/29/jwGDuQ5w.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center ;
background-attachment: fixed;
} */
/* Heart, in short, is very cute */
/* body{
background-image: url(https://img1.imgtp.com/2023/05/01/NVnaZTNS.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center ;
background-attachment: fixed;
} */
/* Blue, yellow, and pink color scheme, in short, is very cute */
/* body{
background-image: url(https://img1.imgtp.com/2023/05/01/1xRo9a6B.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center ;
background-attachment: fixed;
} */
/* Huihui */
/* body{
background-image: url(https://img1.imgtp.com/2023/05/01/mhyoOtKF.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center ;
background-attachment: fixed;
} */
/* Slime */
/* body{
background-image: url(https://i.328888.xyz/2023/04/29/iK3Jya.jpeg);
background-repeat: no-repeat;
background-size: cover;
background-position: center ;
background-attachment: fixed;
} */
.spoiler {
filter: blur(8px);
transition: filter .5s;
}
.spoiler:hover {
filter: blur(0px);
}
/* #Anti-spoiler: */
/* Usage example:
:span[This is a spoiler]{.spoiler} */
.cm-line span{
color: black;
/* caret-color: transparent !important;
display: block;
padding: 0 2px 0 6px; */
}
/* #General call style (more forms are in line 173) */
.prose blockquote {
border-radius: 0.1875rem;
background: rgba(var(--tw-colors-i-gray-100),0.8);
padding: .625rem 1.25rem;
border-left: 0.25rem solid rgb(var(--tw-colors-i-gray-500));
}
/* #Inline code and code blocks */
:not(pre)>code, pre {
background-color: #39ccb28f;
color: rgb(223 235 34);
}
/* #Set the top (left and right of the name) to transparent Note: transparent is the default transparent color in css */
.border-zinc-100 {
--banner-bg-color:transparent;
}
/* #Normal, global font settings */
h6{
color: #fffb00;
}
span{
color: #c519a8;
font-weight: bolder;
}
h2{
color: aqua;
}
p{
color: #39C5bb;
}
time{
color: #f8c3cd;
}
/* Different colored call boxes, normal is blue, error is red, success is green */
.note {
border-radius: 0.1875rem;
margin: 1rem 0;
padding: 1rem;
position: relative;
background: rgba(var(--tw-colors-i-gray-100),0.8);
border-left: 0.25rem solid rgb(var(--tw-colors-i-blue-500));
padding-left: 1rem;
}
.error {
border-left: 0.25rem solid rgb(var(--tw-colors-i-rose-500));
}
.success {
border-left: 0.25rem solid rgb(var(--tw-colors-i-teal-500));
}
/* Example:
:::div{.note}
This is info text block
:::
:::div{.note.error}
This is error text block
:::
:::div{.note.success}
This is success text block
::: */
/* Another type of anti-spoiler (black curtain)
Usage example: <span class="heimu" title="Text displayed when hovering over the black bar">wssb</span> */
.heimu, .heimu a, a .heimu, .heimu a.new {
background-color: #39Ccb2;
color: #39C5bb;
text-shadow: none;
}
.heimu:hover, .heimu:active,
.heimu:hover .heimu, .heimu:active .heimu {
color: aqua !important;
}
.heimu:hover a, a:hover .heimu,
.heimu:active a, a:active .heimu {
color: lightblue !important;
}
.heimu:hover .new, .heimu .new:hover, .new:hover .heimu,
.heimu:active .new, .heimu .new:active, .new:active .heimu {
color: #BA0000 !important;
}
/* Comment area transparency */
.input.is-block {
width: 100%;
background-color: #39ccb28f;
color: aqua;
}
.placeholder{
color: #36a29a;
}
/* Add custom phrases in various places */
.xlog-post-summary:after {
content: "Warning: Beware of AI taking away human language summarization abilities!!!";
font-weight: bolder;
font-style: italic;
color: red;
}
.xlog-comment-count:after {
content: " ·Come and comment, hum hum ah ah ah ah ah ah↓";
font-weight: bolder;
font-style: italic;
color: #39Ccb2;
}
.xlog-site-name:after {
content: "ᵀᴹ";
font-style: italic;
color: #39Ccb2;
}
.mt-auto:before {
content: "Follow Joking Cat~ Thank you for following Joking Cat~";
text-shadow: 0 0.2rem 0.3rem rgba(0,0,0,.5);
font-style: italic;
font-weight: bolder;
color: wheat;
}
/* Change mouse style */
button {
cursor:url(ipfs://bafkreiadiqnddwnt4lvklowtsuvkt37nw73m7zxsvtexua5hditfg7m5p4), auto;
}
.cursor-pointer {
cursor:url(ipfs://bafkreiadiqnddwnt4lvklowtsuvkt37nw73m7zxsvtexua5hditfg7m5p4), auto;
}
.xlog-user {
cursor:url(ipfs://bafkreiadiqnddwnt4lvklowtsuvkt37nw73m7zxsvtexua5hditfg7m5p4), auto;
}
.flex.-mx-5 {
cursor:url(ipfs://bafkreiadiqnddwnt4lvklowtsuvkt37nw73m7zxsvtexua5hditfg7m5p4), auto;
}
.space-y-8 {
cursor:url(ipfs://bafkreiadiqnddwnt4lvklowtsuvkt37nw73m7zxsvtexua5hditfg7m5p4), auto;
}
/* Comments Usage example :
<p class="zhushi">Image caption</p>
*/
.zhushi {
margin: 1em 0;
color: #555555;
font-size: 0.75em;
text-align: center;
}
/* Detect if the user is using a mobile device */
@media only screen and (max-width: 767px) {
/* Change styles */
body {
background-image: url(https://img1.imgtp.com/2023/05/01/mhyoOtKF.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center ;
background-attachment: fixed;
}
.mt-auto:after {
content: "You are currently viewing this webpage on a 'mobile device'";
text-shadow: 0 0.2rem 0.3rem rgba(0,0,0,.5);
font-style: italic;
font-weight: bolder;
color: wheat;
}
}
/* Detect if the user is using a desktop computer */
@media only screen and (min-width: 768px) and (max-width: 991px) {
/* Change styles */
body {
background-image: url(https://img1.imgtp.com/2023/05/01/EiUP9R8D.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center ;
background-attachment: fixed;
}
.mt-auto:after {
content: "You are currently viewing this webpage on a 'desktop computer'";
text-shadow: 0 0.2rem 0.3rem rgba(0,0,0,.5);
font-style: italic;
font-weight: bolder;
color: wheat;
}
}
/* Detect if the user is using a laptop */
@media only screen and (min-width: 992px) {
/* Change styles */
body {
background-image: url(https://img1.imgtp.com/2023/05/01/EiUP9R8D.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center ;
background-attachment: fixed;
}
.mt-auto:after {
content: "You are currently viewing this webpage on a 'laptop'";
text-shadow: 0 0.2rem 0.3rem rgba(0,0,0,.5);
font-style: italic;
font-weight: bolder;
color: wheat;
}
}
/*
Currently referenced literature:
https://mac.ncs.fun/mei-hua-xlog
https://birdgg.me/xlog-cutom-css
https://endercat.xlog.app/zai-bo-ke-shang-shi-yong-hei-tiao-zi-md
https://mac.ncs.fun/mei-hua-xlog-ji-ben-ding-gao
https://ncs.fun/mou-ren-yao-de-xlog-shu-biao-yang-shi
*/