微件:Mpstyle:修订间差异
跳转到导航
跳转到搜索
无编辑摘要 |
无编辑摘要 |
||
| 第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> | }</style> | ||
<script> | <script> | ||
| 第7行: | 第7行: | ||
console.log("mobile menu exists"); | console.log("mobile menu exists"); | ||
$('.menu ul:first').after( | $('.menu ul:first').after( | ||
'<ul id="p-otherlink" class="toggle-list__list"> | '<ul id="p-otherlink" class="toggle-list__list"> | ||
<li class="toggle-list-item"> | <li class="toggle-list-item"> | ||
<a class="toggle-list-item__anchor menu__item--link1" href="https://discuss.jjjstudent.com" data-mw="interface"> | <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> | <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> | <span class="toggle-list-item__label">论坛</span> | ||
</a> | </a> | ||
</li> | </li> | ||
<li class="toggle-list-item"> | <li class="toggle-list-item"> | ||
<a class="toggle-list-item__anchor menu__item--link2" href="https://old.jjjstudent.com" data-mw="interface"> | <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> | <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> | <span class="toggle-list-item__label">文档存档</span> | ||
</a> | </a> | ||
</li> | </li> | ||
</ul>' | </ul>' | ||
); | ); | ||
}; | }; | ||
</script> | </script> | ||
2025年9月9日 (二) 23:13的版本
<style>.skin-minerva h3 { border-bottom: 2px solid #343434; padding-block: 0.5em !important; }</style> <script> if ($('.menu ul:first').length) {
console.log("mobile menu exists");
$('.menu ul:first').after(
'
- <a class="toggle-list-item__anchor menu__item--link1" href="https://discuss.jjjstudent.com" data-mw="interface"> 论坛 </a>
- <a class="toggle-list-item__anchor menu__item--link2" href="https://old.jjjstudent.com" data-mw="interface"> 文档存档 </a>
'
);
}; </script>