找回密码
 立即注册

QQ登录

只需一步,快速开始

查看: 1576|回复: 0

[教程] Discuz! 系统预定义CSS样式

[复制链接]
发表于 2013-4-12 16:23:22 | 显示全部楼层 |阅读模式 来自 中国–北京–北京
Discuz! 预定义了很多CSS样式,保存在template/default/common/common.css文件中,只要是包含了header.htm这个头部文件,预定义的CSS文件一定会加载,所以,熟练了解这些预定义的样式对插件的开发很有必要,这让我们省了很多事。
下面就介绍一些常用的预定义样式
1. 浮动及浮动溢出的清理
1
/* 左右浮动 */

[backcolor=rgb(248, 248, 248) !important]
2
.z { float: left; }

3
.y { float: right; }

[backcolor=rgb(248, 248, 248) !important]
4
/* 浮动清理 */

5
.cl:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

[backcolor=rgb(248, 248, 248) !important]
6
.cl { zoom: 1; }



上面的浮动使用方法是:
1
<div class="cl">

[backcolor=rgb(248, 248, 248) !important]
2
    <div class="z"></div>

3
    <div class="y"></div>

[backcolor=rgb(248, 248, 248) !important]
4
</div>




2. 文字字体大小
1
.xs1 { font-size: 12px !important; }

[backcolor=rgb(248, 248, 248) !important]
2
.xs2 { font-size: 14px !important; }

3
.xs3 { font-size: 16px !important; }




3. 灰色文字
1
.xg1, .xg1 a { color: {LIGHTTEXT} !important; }

[backcolor=rgb(248, 248, 248) !important]
2
.xg1 .xi2 { color: {HIGHLIGHTLINK} !important; }

3
.xg2 { color: {MIDTEXT}; }




4. 高亮文字(1为橙色,2为蓝色)
1
.xi1, .onerror { color: {NOTICETEXT}; }

[backcolor=rgb(248, 248, 248) !important]
2
.xi2, .xi2 a, .xi3 a { color: {HIGHLIGHTLINK} ; }




5. 文字粗体
1
.xw0 { font-weight: 400; }

[backcolor=rgb(248, 248, 248) !important]
2
.xw1 { font-weight: 700; }




6. 下面框
1
.bbda { border-bottom: 1px dashed {COMMONBORDER}; }

[backcolor=rgb(248, 248, 248) !important]
2
.bbs { border-bottom: 1px solid {COMMONBORDER} !important; }




7. 去除边框
1
.bw0 { border: none !important; }

[backcolor=rgb(248, 248, 248) !important]
2
.bw0_all, .bw0_all th, .bw0_all td { border: none !important; }




8. 去除背景
1
.bg0_c { background-color: transparent !important; }

[backcolor=rgb(248, 248, 248) !important]
2
.bg0_i { background-image: none !important; }

3
.bg0_all { background: none !important; }




9. 预定义margin
1
.mtn { margin-top: 5px !important; }

[backcolor=rgb(248, 248, 248) !important]
2
.mbn { margin-bottom: 5px !important; }

3
.mtm { margin-top: 10px !important; }

[backcolor=rgb(248, 248, 248) !important]
4
.mbm { margin-bottom: 10px !important; }

5
.mtw { margin-top: 20px !important; }

[backcolor=rgb(248, 248, 248) !important]
6
.mbw { margin-bottom: 20px !important; }




10. 预定义padding
1
.ptn { padding-top: 5px !important; }

[backcolor=rgb(248, 248, 248) !important]
2
.pbn { padding-bottom: 5px !important; }

3
.ptm { padding-top: 10px !important; }

[backcolor=rgb(248, 248, 248) !important]
4
.pbm { padding-bottom: 10px !important; }

5
.ptw { padding-top: 20px !important; }

[backcolor=rgb(248, 248, 248) !important]
6
.pbw { padding-bottom: 20px !important; }






发帖求助前要善用【论坛搜索】功能,那里可能会有你要找的答案;

如何回报帮助你解决问题的坛友,好办法就是点击帖子下方的评分按钮给对方加【金币】不会扣除自己的积分,做一个热心并受欢迎的人!

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则 需要先绑定手机号

关闭

站长推荐上一条 /1 下一条

QQ|侵权投诉|广告报价|手机版|小黑屋|西部数码代理|飘仙建站论坛 ( 豫ICP备2022021143号-1 )

GMT+8, 2024-12-23 03:36 , Processed in 0.040927 second(s), 8 queries , Redis On.

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表