<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ------ æ–‡ç«&nbsp; ------ */
h1#post-title {
    font-size: 30px;
}

#post .entry-content {
    font-size: 16px;
}

#post .entry-content .excerpt {
    background: #f0f0f0;
    color: #222;
    border-radius: 5px;
    padding: 10px;
    border-left: 5px solid #555;
    font-size: 16px;
}

#post .entry-content h2 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 0 0.25rem 0;
    border-bottom: 1px solid #e1e1e1;
    font-weight: normal;
    vertical-align: middle;
    position: relative;
}
#post .entry-content h2:after {
    position: absolute;
    transform: rotate(90deg);
    left: -24px;
    top: 30%;
    width: 30px;
    border-width: 4px;
}

/* ------ å…¶ä»– ------ */

.widget-puock-hitokoto {
    cursor: pointer;
    background: linear-gradient(180deg, #9c51f1 0%, #536abe 100%);
    background-image: linear-gradient(to right, #31970d, #7917aa);
    background-clip: text;
    -webkit-text-fill-color: transparent;

    background: linear-gradient(to right, #ff6361, #ffa600, #3cb371, #4a90e2, #c71585);
    -webkit-background-clip: text;
    color: transparent;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    font-family: "Share Tech Mono", monospace;
    font-weight: bold;
}


.card-plain.post-item.post-item-list,
.pk-widget.p-block {
    transition: .2s;
}

.card-plain.post-item.post-item-list:hover,
.pk-widget.p-block:hover {
    box-shadow: 0 4px 12px 12px rgb(7 17 27 / 15%) !important;
}

.theiaStickySidebar .p-block {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

/* ------ å‹æƒ…é“¾æŽ¥é¡µ ------ */

#page-links .links-main {
    background: #dee2e6;
}

#page-links .links-main h3 {
    font-weight: 700;
    padding: 10px 15px;
    font-size: 20px;
    color: #000;
    border-bottom: 1px solid #f2f2f2;
    background: linear-gradient(to right, #39f, #1bf, #9775fa, #748ffc);
    background-size: 300% 300%;
    animation: gradientBG 8s ease infinite;
    color: white;
    border-radius: 8px;
}

#page-links .links-main .links-main-box .link-item .puock-bg {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 8px #eee;
}

/* ------ å“åº”å¼ ------ */

@media (min-width: 1500px) {
    .container, .container-lg, .container-md, .container-sm {
       max-width: 90vw;
    }
}
@media (min-width: 1800px) {
    .container, .container-lg, .container-md, .container-sm {
       max-width: 1680px;
    }
}
</pre></body></html>