- 99
- 0
- 约1.72万字
- 约 15页
- 2021-11-11 发布于福建
- 举报
骑乐无穷自行车运动网整理 漫步づ时光
火狐浏览器默认 CSS样式表
/* global settings */
* {
padding: 0;
margin: 0;
border: none;
font: Helvetica,Tahoma,Arial, 微软雅黑 , 宋体 ,sans-serif;
position: relative;
}
/* Can not define global font-size which causes font-size lose
effectiveness on link with class: text-ellipsis */
INPUT, DIV, SPAN {
font: 13px/1.5 Helvetica,Tahoma,Arial, 微软雅黑 , 宋体
,sans-serif;
}
A {
font: 12px/1.3 Helvetica,Tahoma,Arial, 微软雅黑 , 宋体
,sans-serif;
line-height: 20px;
}
A:visited {
color: #4B649A;
}
DIV {
-moz-box-sizing: border-box;
}
.text-ellipsis {
-moz-binding: url(chrome://ntab/skin/ellipsis.xml#ellipsis);
}
/* end */
/** styles for layout **/
HTML {
/*always show vertical scroll bar*/
overflow-y: scroll;
}
共 15 页 第 1 页
骑乐无穷自行车运动网整理 漫步づ时光
HTML, BODY{
height: 100%;
}
DIV.div-table {
display: table;
}
DIV.div-table DIV {
display: table-row;
}
DIV.div-table DIV DIV{
display: table-cell;
}
DIV#layout {
width: 100%;
height: 100%;
}
DIV#layout DIV:first-child DIV {
height: 30px;
padding-right: 10px;
vertical-align: middle;
}
DIV.hide {
display: none;
}
/* end */
/** styles for switch buttons **/
#layout DIV:first-child DIV.button-switch {
float: right;
margin-right: 10px;
cursor: pointer;
width: 25px;
height: 18px;
text-align: center;
}
#layout DIV:first-child
原创力文档

文档评论(0)