为flarum在list上方放置一个渐变色的欢迎横条+猫猫返回顶部
添加到自定义CSS中
/*首页顶部条 */ .IndexPage-toolbar::after { content: "Welcome To CAKA Planet | 欢迎来到咔咔星球"; padding: 10px; background-color: #ff9191; color: #ffffff; font-weight: bold; border-radius: 50px; text-align: center; font-size: 16px; background: linear-gradient(-45deg,#CCFFCC , #CCCCFF, #FFCCCC); display: block; margin: 5px 0; }
返回顶部
<script type="text/javascript" src="https://fastly.jsdelivr.net/gh/moerio/flarum@latest/jQuery.js"></script> <link rel="stylesheet" href="https://fastly.jsdelivr.net/gh/moerio/flarum@latest/Go_Top.css"> <script type="text/javascript" src="https://fastly.jsdelivr.net/gh/moerio/flarum@latest/Go_Top.js"></script>