📄 style.asp
字号:
<style>
a:link {
font-size: 10pt;
color: <%=link%>;
text-decoration: none;
}
a:visited {
font-size: 10pt;
color: #000000;
text-decoration: none;
}
a:hover {
font-size: 10pt;
color: <%=hover%>;
text-decoration: underline overline blink;
}
td {
font-size: 10pt;
padding: 1px;
filter: alpha(opacity=90)
}
.toptable {
background-image: url(csspic/toptable<%=lunjilybstyle%>.jpg);
border: 1px solid <%=bordercolor%>;
}
body {
margin: 0px;
font-size: 10pt;
SCROLLBAR-HIGHLIGHT-COLOR: ;
SCROLLBAR-SHADOW-COLOR:<%=scrollbarshadow%>;
SCROLLBAR-ARROW-COLOR:<%=arrow%>;
SCROLLBAR-TRACK-COLOR:<%=trackcolor%>;
SCROLLBAR-BASE-COLOR:<%=basecolor%>;
background-image: url(csspic/bg<%=lunjilybstyle%>.gif);
background-attachment: fixed;
}
.lybtable {
background-color: <%=tablebgcolor%>;
border: 1px solid <%=bordercolor%>;
}
.bodytabletop {
background-image: url(csspic/bodytabletop<%=lunjilybstyle%>.jpg);
}
.bodytablebottom {
background-image: url(csspic/bodytablebottom<%=lunjilybstyle%>.jpg);
}
.bodytableleft {
background-color: <%=bodytableleft%>;
}
.addfont {
font-size: 10pt;
color: <%=add_fontcolor%>;
background-color: <%=add_leftbg%>;
}
.noBorder{
BORDER-RIGHT: rgb(0,0,0) 1px solid; BORDER-TOP: rgb(0,0,0) 1px solid; FONT-SIZE: 9pt; BORDER-LEFT: rgb(0,0,0) 1px solid; BORDER-BOTTOM: rgb(0,0,0) 1px solid
}
input {
background-image: url(csspic/bodytabletop<%=lunjilybstyle%>.jpg);
}
select {
background-color: <%=bodytableleft%>;
}
textarea {
background-color: <%=bodytableleft%>;
}
</style>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -