User:Hydrogen Sulfide/common.css:修订间差异
外观
imported>Hydrogen Sulfide 无编辑摘要 |
imported>Hydrogen Sulfide 无编辑摘要 |
||
第28行: | 第28行: | ||
@media screen and (min-width:1000px) | @media screen and (min-width:1000px) | ||
{ | { | ||
.toc ul | .toc ul:first-child:nth-last-child(5), | ||
.toc ul:first-child:nth-last-child(5) ~ ul | |||
{ | { | ||
column-count: 2; | column-count: 2; |
2023年8月29日 (二) 04:33的版本
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;
}
}