⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 css.css

📁 这是一个非常好的留言版程序
💻 CSS
字号:
/* CSS Document */
body {background-color:#585858;}
td,th {
    font-family:宋体,Arial; font-size:12px; margin:0px; line-height:150%; padding:0px; color:#000;}
.button{ font-size: 12px; height:23px; } 

a:link { color: #000;text-decoration: none;}
a:visited { text-decoration: none; color:#990000;}
a:hover { color: #005AB2;text-decoration: underline;}

.nav:link { color: #000;text-decoration: none;font-size:14px; font-weight:bold;}
.nav:visited { color: #000; text-decoration: none;font-size:14px; font-weight:bold;}
.nav:hover { color: #FF0000;text-decoration: underline;font-size:14px; font-weight:bold;}

.pic:link {text-decoration: underline; font-size:12px; font-weight:bold; color:#0000FF;}
.pic:visited { color: #000; text-decoration: underline;font-size:12px; font-weight:bold;}
.pic:hover { color: #FF0000;text-decoration: underline;font-size:12px; font-weight:bold;}


.picborder { border-style:solid; border-width:1px; border-color:#000000;}

.redfont { color:#FF0000;}
.blue { color:#156DFF; font-weight:bold;}

.big14px {font-size:14px }
.title { padding-left:5px; padding-right:5px; font-weight:bold; font-size:14px;  filter:dropshadow(OffX=1, OffY=1,Color=#FFFFFF);}
.list { padding-left:5px; padding-right:5px; line-height:22px;}
.list2 { padding:8px; line-height:15px;}
.ray {color:#999999;}

.displaynone{
display: none;
}
.displayyes{
display: yes;
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -