Home

iti119

iti119iti119の著者ページにようこそ!

.page-content-tab .pre {
    display: none;
}
.page-content-tab .pre:has(span:nth-child(2):target) ~ .nav .yui-nav li:first-child.selected ~ li:nth-child(2),
.page-content-tab .pre:has(span:nth-child(3):target) ~ .nav .yui-nav li:first-child.selected ~ li:nth-child(3),
.page-content-tab .pre:has(span:nth-child(4):target) ~ .nav .yui-nav li:first-child.selected ~ li:nth-child(4),
.page-content-tab .pre:has(span:nth-child(5):target) ~ .nav .yui-nav li:first-child.selected ~ li:nth-child(5),
.page-content-tab .pre:has(span:nth-child(6):target) ~ .nav .yui-nav li:first-child.selected ~ li:nth-child(6),
.page-content-tab .pre:has(span:nth-child(7):target) ~ .nav .yui-nav li:first-child.selected ~ li:nth-child(7),
.page-content-tab .pre:has(span:nth-child(8):target) ~ .nav .yui-nav li:first-child.selected ~ li:nth-child(8) {
    color: rgb(var(--primary-accent-color));
    transition: none;
 
    &::before {
        left: 0;
        right: auto;
        width: 100%;
        transition: none;
    }
}
.page-content-tab .pre:has(span:target) ~ .nav:has(.yui-nav li:first-child.selected) ~ .content > .tab:nth-child(1) {
    display: none;
}
.page-content-tab .pre:has(span:nth-child(2):target) ~ .nav:has(.yui-nav li:first-child.selected) ~ .content > .tab:nth-child(2),
.page-content-tab .pre:has(span:nth-child(3):target) ~ .nav:has(.yui-nav li:first-child.selected) ~ .content > .tab:nth-child(3),
.page-content-tab .pre:has(span:nth-child(4):target) ~ .nav:has(.yui-nav li:first-child.selected) ~ .content > .tab:nth-child(4),
.page-content-tab .pre:has(span:nth-child(5):target) ~ .nav:has(.yui-nav li:first-child.selected) ~ .content > .tab:nth-child(5),
.page-content-tab .pre:has(span:nth-child(6):target) ~ .nav:has(.yui-nav li:first-child.selected) ~ .content > .tab:nth-child(6),
.page-content-tab .pre:has(span:nth-child(7):target) ~ .nav:has(.yui-nav li:first-child.selected) ~ .content > .tab:nth-child(7),
.page-content-tab .pre:has(span:nth-child(8):target) ~ .nav:has(.yui-nav li:first-child.selected) ~ .content > .tab:nth-child(8) {
    display: block;
}
特に明記しない限り、このページのコンテンツは次のライセンスの下にあります: Creative Commons Attribution-ShareAlike 3.0 License