Microcharon 发表于 2025-8-2 15:16:56

站点自定义更改

Discuz! 官方论坛 https://www.discuz.vip/ 提供最新 Discuz! 产品新闻、软件下载与技术交流 static/image/common/logo_88_31.gif
Discuz! 应用中心 https://addon.dismall.com/ 下载安装 Discuz 插件与模板主题 static/image/common/logo_88_31.gif

online_member.gif
online_admin.gif
online_supermod.gif
online_moderator.gif

菜单背景颜色 {MENUBGCOLOR},{MENUBGCODE}: #2B7ACD
当前菜单背景 {MENUCURBGCOLOR},{MENUCURBGCODE}: #005AB4

菜单高亮背景 {MENUHOVERBGCOLOR},{MENUHOVERBGCODE}:
彩色区域背景色(帖子用户信息栏、需强调的表头等) {SPECIALBG}: #E5EDF2

/template/default/common/common.css 中屏蔽默认模板顶部过时导航栏

#toptb {
    display: none;
}


/template/default/common/header_common.php 中修改默认模板电脑端网站副标题

/template/default/touch/common/header.php 中修改默认模板移动端网站副标题

discuz如何关闭帖子列表页的快速发帖 - 多见多闻 - 博客园

Discuz! X3.5 解决小图标不能显示的方法 - Discuz! X 教程 - Powered by Discuz!

编辑器配置新装扮

/template/default/common/editor.css

/template/default/common/iconfont.eot

表情位置

/static/image/smiley/nachoneko


Crontab sitemap

/sitemaps
/sitemap.xml
/source/child/cron/cron_sitemaps.php
/source/child/cron/cron_sitemaps_split.php

LOGO正常
/template/default/common/common.css
img.boardlogo { height:70px; width:auto }

相关CSS去圆角化
Discuz! 默认模板

//首页友情链接横线(common.css)

.lk .m li {
    clear: left;
    padding: 0 0 10px 98px;
    border-radius: unset;
}

//首页在线会员横线

.pbm {
    padding-bottom: 10px !important;
    border-radius: unset;
}

//主题列表横线

.ttp {
    margin-bottom: 5px;
    padding-top: 10px;
    border-width: 2px 0 0;
    background: transparent;
    border-radius: unset;
}

.tl .ts th, .tl .ts td {
    padding: 3px 0;
    border-bottom-color: #CDCDCD;
    background: #F2F2F2;
    border-radius: unset;
}

.tl .icn {
    padding-left: 5px;
    width: 25px;
    text-align: left;
    border-radius: unset;
}

.tl .o {
    width: 20px;
    border-radius: unset;
}

.tl th, .tl td.fn {
    padding-right: 1.5em;
    zoom: 1;
    border-radius: unset;
}

.tl .by {
    width: 105px;
    line-height: 14px;
    border-radius: unset;
}

.tl .num {
    width: 60px;
    line-height: 14px;
    border-radius: unset;
}

//下拉菜单横线

#newspecial_menu a {
    display: inline-block;
    padding: 0;
    height: 24px;
    line-height: 24px;
    white-space: normal;
    vertical-align: middle;
    border-radius: unset;
}

//发表帖子横线(common.css)
.ct2_a .tb {
    margin-top: 3px;
    border-radius: unset;
}

//帖子作者、时间、楼层等一些属性所在区块横线
.pi {
    overflow: hidden;
    margin-bottom: 10px;
    padding: 10px 0;
    height: 16px;
    border-bottom: 1px dashed #CDCDCD;
    border-radius: unset;
}

//帖子评分横线(common.css)

.t_c, .b_c {
    height: 8px;
    border-radius: unset;
}

.m_l, .m_r {
    width: 8px;
    border-radius: unset;
}DiscuzX5
.slidebox_grid {
    margin: 39px auto;
    border-color: var(--dz-borderb);
    overflow: hidden;
}
DiscuzX5模板
/home/wwwroot/cdbao.org/template/discuzx5/common/extend_common.cssborder-radius:var(--dz-radius-m)

a {border-radius:var(--dz-radius-b)}

.forumportal_listc li .kmimg_onebox {display:none;}

.forumportal_listc li .kmimg_box {display:none;}

.forumportal_listc li .kmimg_box .kmshowimg img
https://lindianxian.com/
https://addon.dismall.com/templates/discuz_theme_n7.html


**** Hidden Message *****

页: [1]
查看完整版本: 站点自定义更改