Template:TOCright/styles.css:修订间差异
外观
per EP, copy from w:en:Template:TOC right/styles.css |
小 导入1个版本 |
||
(没有差异)
| |||
2025年2月3日 (一) 14:28的最新版本
/* {{pp-template}} */
/* The TOC is hidden on Minerva (mobile skin) for width < 720px so must also hide this wrapper */
@media all and (max-width: 719px) {
body.skin-minerva .tocright {
display:none;
}
}
.tocright {
float: right;
clear: right;
width: auto;
background: none;
padding: .5em 0 .8em 1.4em;
margin-bottom: .5em;
}
.tocright-clear-left {
clear: left;
}
.tocright-clear-both {
clear: both;
}
.tocright-clear-none {
clear: none;
}