KanColle © 2014 DMM.com / KADOKAWA GAMES All Rights Reserved. / Animation by © Good Smile Company
[Discuz]警告明顯提示
#1
Discuz 7.2
修改 viewthread_node.htm
DiscuzX
修改 viewthread_node_body.htm
找到 <!--{if $post['warned']}--> ........... <!--{/if}-->
Discuz 7.2 改成
程式碼:
                    <div style="color:{NOTICETEXT};width:95%;margin: 10px 0; padding: 8px 8px 8px 24px; border: 1px solid {NOTICETEXT}; background: {WRAPBG} url({IMGDIR}/warning.gif) no-repeat 6px 50%; font-size: 12px;">
                      {lang posts}{lang message}{lang warn_get}
                    </div>
DiscuzX改成
程式碼:
<style type="text/css">
.warning {color:{NOTICETEXT};width:90%;margin: 10px 0; padding: 8px 8px 8px 24px; border: 1px solid {NOTICETEXT}; background: {WRAPBG} url({IMGDIR}/warning.gif) no-repeat 6px 50%; font-size: 12px; }
</style>
<div class="warning">
  {lang message}{lang warn_get}
</div>
回覆


前往:


正在瀏覽這個主題的使用者: 1 位訪客