User:Hydrogen Sulfide/common.css
外观
注意:在发布之后,您可能需要清除浏览器缓存才能看到所作出的更改的影响。
- Firefox或Safari:按住Shift的同时单击刷新,或按Ctrl-F5或Ctrl-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;
}
}