Template:TOCright/styles.css:修订间差异
删除的内容 添加的内容
创建页面,内容为“→{{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; }” |
小无编辑摘要 标签:已被回退 |
||
第1行: | 第1行: | ||
/* {{pp-template}} */ |
/* {{pp-template}} */ |
||
/* The TOC is hidden on Minerva (mobile skin) for width < 720px so must also hide this wrapper */ |
/* 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 { |
.tocright { |
||
float: right; |
float: right; |
2022年12月6日 (二) 09:27的版本
/* {{pp-template}} */
/* The TOC is hidden on Minerva (mobile skin) for width < 720px so must also hide this wrapper */
.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;
}