Skip to content

sokudon.s17.xrea.com by strmdn

Screenshot of sokudon.s17.xrea.com

Details

Authorstrmdn

LicenseNo License

Categoryuserstylus

Created

Updated

Size2.6 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

あっしの個人サイト、いちおうみくさんめいん

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           https://ss1.xrea.com/sokudon.s17.xrea.com/
@namespace      https://github.com/sokudon
@version        1.0.0
@description    A new userstyle
@author         strmdn
==/UserStyle== */
@-moz-document url-prefix("https://ss1.xrea.com/sokudon.s17.xrea.com/") {

    /* ブルスカだったらだいたい使えます() https://bsky.app/profile/super-strmdn127.bsky.social */
    body {
        background: url(https://cdn.bsky.app/img/feed_fullsize/plain/did:plc:clvaxtejyc7fvz6kis7v5j6g/bafkreice3ipwjim4xn5gt72fryuiref73fguwbvtyjb7trjbjefaosvl6e@jpeg);
        color: #42e1f4d1;
    }

    /* 背景画像の透過度調整(視認性向上) */
    body::before {
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        /*background: rgba(0, 0, 0, 0) !important;*/
        /* 背景を40%暗く */
        z-index: -1;
    }

    main {
        background: #0000;
    }

    .container {
        background: #00000026;
        backdrop-filter: none;
        /* ブラーを解除 */
    }
    .section {
        background: #0000;
    }

    .link-item {
        background: #5af2b324;
    }


    :root {
        --primary-color: #4a90e2;
        --secondary-color: rgba(245, 250, 250, .82);
        --background: #0000;
        --text-color: #2c3e5078;
        --hover-color: #357abd91;
        --spacing: 1rem;
    }

    /* tables */
    table.tablesorter {
        font-family: arial;
        background-color: #cdcdcd78;
        margin: 10px 0pt 15px;
        font-size: 8pt;
        width: 100%;
        text-align: left;
    }
    table.tablesorter thead tr th,
    table.tablesorter tfoot tr th {
        background-color: #e6eeee82;
        border: 1px solid #FFF;
        font-size: 8pt;
        padding: 4px;
    }
    table.tablesorter thead tr .header {
        background-image: none;
        background-repeat: no-repeat;
        background-position: center right;
        cursor: pointer;
    }
    table.tablesorter tbody td {
        color: #3D3D3D;
        padding: 4px;
        background-color: #ffffff7a;
        vertical-align: top;
    }
    table.tablesorter tbody tr.odd td {
        background-color: #F0F0F6;
    }
    table.tablesorter thead tr .headerSortUp {
        background-image: none;
    }
    table.tablesorter thead tr .headerSortDown {
        background-image: none;
    }
    table.tablesorter thead tr .headerSortDown,
    table.tablesorter thead tr .headerSortUp {
        background-color: #8dbdd870;
    }
}

Reviews

No reviews yet.