|
|
| (未显示同一用户的12个中间版本) |
| 第1行: |
第1行: |
| <style>.skin-minerva h3 { | | <style>.skin-minerva h3 { |
| border-bottom: 2px solid #343434; | | border-bottom: 2px solid #343434; |
| padding-block: 0.5em; | | padding-block: 0.5em !important; |
| }</style> | | } |
| <script>
| | .catlinks { |
| if ($('.menu ul:first').length) {
| | display:none !important; |
| console.log("mobile menu exists");
| | } |
| $('.menu ul:first').after(
| | |
| '<ul id="p-otherlink" class="toggle-list__list"> \
| | h1.mw-first-heading { |
| <li class="toggle-list-item"> \
| | display: none !important; |
| <a class="toggle-list-item__anchor menu__item--link1" href="https://discuss.jjjstudent.com" data-mw="interface"> \
| | } |
| <i class="fa fa-users" style="width: 20px; height: 20px; color: var(--color-subtle,#54595d); margin-right: 8px; line-height: inherit; text-align: center;"></i> \
| | |
| <span class="toggle-list-item__label">论坛</span> \
| | .pre-content { |
| </a> \
| | display:none !important; |
| </li> \
| | } |
| <li class="toggle-list-item"> \
| | </style> |
| <a class="toggle-list-item__anchor menu__item--link2" href="https://old.jjjstudent.com" data-mw="interface"> \
| |
| <i class="fa fa-archive" style="width: 20px; height: 20px; color: var(--color-subtle,#54595d); margin-right: 8px; line-height: inherit; text-align: center;"></i> \
| |
| <span class="toggle-list-item__label">文档存档</span> \
| |
| </a> \
| |
| </li> \
| |
| </ul>'
| |
| );
| |
| }; | |
| </script> | |
2025年9月12日 (五) 07:31的最新版本
<style>.skin-minerva h3 {
border-bottom: 2px solid #343434;
padding-block: 0.5em !important;
}
.catlinks {
display:none !important;
}
h1.mw-first-heading {
display: none !important;
}
.pre-content {
display:none !important;
}
</style>