📄 style2.css
字号:
/* 全局定义 */
body, td, div, p, input, textarea, select {
color: #222222;
font-family: Tahoma;
font-size: 12px;
line-height: 16px;
}
input, textarea {
border: 1px #C9D2BB solid;
}
input, select, select {
height: 18px;
}
body {
margin: 0px;
text-align: center;
SCROLLBAR-HIGHLIGHT-COLOR: buttonface;
SCROLLBAR-SHADOW-COLOR: buttonface;
SCROLLBAR-3DLIGHT-COLOR: buttonhighlight;
SCROLLBAR-TRACK-COLOR: #eeeeee;
SCROLLBAR-DARKSHADOW-COLOR: buttonshadow;
}
a {
color: #0000fe;
text-decoration:none;
}
A:visited
{
color: #0000fe;
text-decoration:none;
}
a:hover
{
color: #ff3300;
text-decoration: underline;
}
a:link
{
color: #0000fe;
text-decoration:none;
}
A:active
{
color: #ff3300;
text-decoration:none;
}
td {
border-color: #D2E0F0; /* 该项对firefox之类无效,对ie有效 */
}
form {
margin: 0;
}
.grid, hr {
border: 1px #D2E0F0 solid;
border-collapse:collapse;
}
.nogrid {
border: 0px !important;
}
.fixed {
table-layout: fixed;
overflow: hidden;
}
.smallbox {
height: 11px !important;
height: 16px;
border: 0px !important;
}
.cursor {
cursor: hand;
}
.button {
font-family: 宋体;
font-size: 12px;
border-right: 1px #a9a9a9 solid;
border-bottom: 1px #a9a9a9 solid;
height: 18px;
padding-top: 0px;
padding-left: 2px;
background: buttonface;
}
.ubbButton {
font-family: 宋体;
font-size: 12px;
border-right: 1px #a9a9a9 solid;
border-bottom: 1px #a9a9a9 solid;
width: 19px;
height: 18px;
padding-top: -2px;
padding-left: 1px;
background: buttonface;
}
/*=============================
以下内容为不同风格而设
请一边修改一边查看效果
=============================*/
/* [可选项]顶层外框,标记在page_header中 */
#main {
width: 98%;
background: white;
}
/* [必须项]弹出层 */
#poplayer {
position: absolute;
z-index: 9;
text-align: left;
border: 1px #333333 solid;
padding: 1px 3px;
background: white;
filter: Alpha(Opacity=0);
}
/* [必须项]特殊超连接,版面连接处 */
.link a {
color: #0000fe;
text-decoration:none;
}
.link a:hover {
color: #0000fe;
text-decoration:underline;
}
/* [可选项]表格标题行超连接 */
.titleanchor a {
color: #0000fe;
text-decoration:none;
}
.titleanchor a:hover {
color: #0000fe;
text-decoration:underline;
}
/* [必须项]提示文本颜色 */
.t1 {
color: #ff6600;
}
/* [必须项]醒目文本颜色 */
.t2 {
color: red;
}
/* [必须项]灰调文本颜色 */
.t3 {
color: #gray;
}
/* [可选项]在page_foot中底部文字属性 */
.small {
font-family: tahoma !important;
font-size: 11px !important;
}
/* [必须项]表格背景一,关键配色 */
.bg1 {
background: white;
}
/* [必须项]表格背景二,关键配色 */
.bg2 {
}
/* [必须项]与背景二相间的替换色,关键配色 */
.bg3 {
background: #F5F8FC;
}
/* [必须项]内围主体内容表格,关键设置 */
.toptable {
width: 99%;
background: #FAFCFF;
}
/* 表头 */
.headtable{
background: #E7F8FF
}
/* [必须项]表格模块顶行下方的一行列名称栏,(不全有),关键设置 */
.category {
height: 25px;
padding-top: 0px;
padding-bottom: 0px;
background: url('images/pic/category.jpg');
}
/* [必须项]topic.aspx中左边用户名称文字修饰 */
.male {
color: #1E7BD9;
background: white;
font-weight: bold;
}
.female {
color: #F57ACD;
background: white;
font-weight: bold;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -