📄 css.css
字号:
/* CSS Document */
.inputbox{
border-left-style:none;
border-right-style:none;
border-top-style:none;
margin-top:5px;
width:250px;}
.inputbox{
star:expression(
onfocus=function(){this.style.backgroundColor="#ffffcc"},
onblur=function(){this.style.backgroundColor="#ffffff"})
}
.inputare{
border-left-style:outset;
border-right-style:outset;
border-top-style:outset;
background-color:#ECFFFF;
border-bottom-width:thin;
border-left-width:thin;
border-right-width:thin;
border-top-width:thin;
width:250px;
height:100px;
margin-top:5px;
}
.label
{font-family:Tahoma;
font-size:12px;
color:#333333;
margin-left:15px;
text-align:left;
}
.title
{
background-color:#FF99CC;
color:White;
border:double;
}
.label2
{font-family:Tahoma;
font-size:12px;
color:#333333;
margin-left:15px;
text-align:center;
line-height:25px;
}
.label1
{font-family:Tahoma;
font-size:12px;
color:#333333;
margin-left:15px;
text-align:center;
}
.STYLE1 {color: #FF0000}
.indexpic {
filter:Alpha(Opacity=60, FinishOpacity=60, Style=1, StartX=0, StartY=1, FinishX=160, FinishY=210);
star:expression(
onmouseover=function(){this.style.filter="";},
onmouseout=function(){this.style.filter="Alpha(Opacity=60, FinishOpacity=60, Style=1, StartX=0, StartY=1, FinishX=160, FinishY=210)"})
}
.loginbox
{
width:70px;
border-left-style:none;
border-right-style:none;
border-top-style:none;
}
.loginbox{
star:expression(
onfocus=function(){this.style.backgroundColor="#ffffcc"},
onblur=function(){this.style.backgroundColor="#ffffff"})
}
#sexyBG {display: none; position: absolute; background: #1F4377; opacity: 0.4; -moz-opacity: 0.4; -khtml-opacity: 0.4; filter: alpha(opacity=60); width: 100%; height: 100%; }
#sexyBOX { display: none; position: absolute; background: #fff; color: #333; text-align: center; top: 70px; z-index: 100; border-top: 1px solid #EAF7FF;}
.sexyX {color: #1F4377; padding: 4px 0; border-top: 1px solid #B1D3EE; background: #EAF7FF; }
.sexyT {text-align:center; font-weight:bold; color: #1F4377; padding: 4px 0; border-bottom: 1px solid #B1D3EE; background:#EAF7FF; }
div#nifty{background:#FFFFF0; width:530px}
div#Div2{background:#FFFFF0; width:530px}
b.rtop, b.rbottom{display:block;background: #FFF}
b.rtop b, b.rbottom b{display:block;height: 1px;
overflow: hidden; background:#CCCCCC}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}
.tableline
{border-left-style:none;
border-right-style:none;
border-top-style:none;
border-bottom-style:double}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -