style.css
来自「一个ASP网站博克程序」· CSS 代码 · 共 134 行
CSS
134 行
body{
background-image: url('../images/ground.gif');
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
a{
font-family: "Georgia", "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS";
font-size: 14px;
font-weight: normal;
color: #333333;
text-decoration: none;
}
a.footer{
font-family: "Georgia", "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS";
font-size: 14px;
font-weight: normal;
color: #000000;
text-decoration: none;
}
table.comment{
font-family: "Georgia", "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS";
font-size: 14px;
padding-left: 10px;
padding-top: 0px;
padding-right: 10px;
padding-bottom: 0px;
color: #333333;
border-bottom: 1px dotted #333333;
}
td.header{
background-image: url('../images/header.jpg');
font-family: "Georgia", "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS";
font-size: 28px;
font-weight: bold;
color: #000000;
border: 2px solid #FFFFFF;
}
table.ground{
background-color: #FFFFFF;
font-family: "Georgia", "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS";
font-size: 14px;
color: #333333;
}
caption.guider{
background-color: #CCCCCC;
font-family: "Georgia", "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS";
font-size: 14px;
font-weight: bold;
line-height: 180%;
text-align: left;
text-indent: 5px;
color: #333333;
}
caption{
font-family: "Georgia", "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS";
font-size: 14px;
font-weight: bold;
line-height: 180%;
text-align: left;
text-indent: 5px;
color: #333333;
}
td.weblog{
background-color: #FFFFFF;
font-family: "Georgia", "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS";
font-size: 14px;
font-weight: bold;
padding-left: 10px;
padding-top: 5px;
padding-right: 10px;
padding-bottom: 5px;
color: #333333;
border-bottom: 1px dotted #333333;
}
td.ground{
background-color: #FFFFFF;
font-family: "Georgia", "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS";
font-size: 14px;
padding-left: 10px;
padding-top: 10px;
padding-right: 10px;
padding-bottom: 0px;
color: #333333;
}
td.guider{
background-color: #FFFFFF;
font-family: "Georgia", "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS";
font-size: 14px;
padding-left: 5px;
padding-top: 5px;
padding-right: 0px;
padding-bottom: 0px;
color: #333333;
}
td.footer{
background-image: url('../images/footer.jpg');
font-family: "Georgia", "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS";
font-size: 14px;
color: #000000;
border: 2px solid #FFFFFF;
}
input{
font-family: "Georgia", "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS";
font-size: 14px;
border-left: 1px solid #333333;
border-top: 1px solid #333333;
border-right: 1px solid #CCCCCC;
border-bottom: 1px solid #CCCCCC;
color: #333333;
}
input.button{
font-family: "Georgia", "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS";
font-size: 14px;
border-left: 1px solid #CCCCCC;
border-top: 1px solid #CCCCCC;
border-right: 1px solid #333333;
border-bottom: 1px solid #333333;
color: #333333;
line-height: 120%;
}
input.check{
border: 0px;
}
input.radio{
border: 0px;
}
select{
font-family: "Georgia", "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS";
font-size: 14px;
color: #333333;
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?