跳转到内容

User:Hydrogen Sulfide/common.css

来自锑星百科
imported>Hydrogen Sulfide2023年8月29日 (二) 04:33的版本

注意:在发布之后,您可能需要清除浏览器缓存才能看到所作出的更改的影响。

  • Firefox或Safari:按住Shift的同时单击刷新,或按Ctrl-F5Ctrl-R(Mac为⌘-R
  • Google Chrome:Ctrl-Shift-R(Mac为⌘-Shift-R
  • Edge:按住Ctrl的同时单击刷新,或按Ctrl-F5
a > span.black-text
{
    color: black;
    background-color: black;
    cursor: default;
}

a > span.black-text:hover
{
    transition: 0.1s color;
    color: #006cb0;
}

span.black-text > a
{
    color: black;
    background-color: black;
    cursor: default;
}

span.black-text:hover > a
{
    transition: 0.1s color;
    color: #006cb0;
}

/* ab Vici Linguae constructae */
@media screen and (min-width:1000px)
{
    .toc ul:first-child:nth-last-child(5),
    .toc ul:first-child:nth-last-child(5) ~ ul
    {
        column-count: 2;
    }

    .toc ul>li>ul
    {
        column-count: 1;
    }

    .toctoggle
    {
        float: right;
    }
}