📄 ajax.css
字号:
html,body
{
background-color : #DFDED9;
height : 100%;
width : 100%;
margin : 0px;
padding : 0px;
overflow : hidden;
}
img
{
margin : 0px;
padding : 0px;
border : 0px;
}
tr
{
padding : 10px;
}
ul
{
color : #5273A5;
}
#titleLYR {
position : absolute;
height : 20px;
width : 400px;
top : 5px;
left : 50%;
z-index : 1;
margin-left : -200px;
}
#contentparentLYR {
position : absolute;
height : 472px;
width : 671px;
top : 25px;
left : 50%;
z-index : 1;
visibility : visible;
background-color : #DFDED9;
margin-left : -335px;
clip : rect(0px,671px,472px,0px);
overflow : hidden;
}
#headerLYR {
position : absolute;
height : 40px;
width : auto;
top : 20px;
left : 30px;
z-index : 2;
}
#linetopLYR {
position : absolute;
height : 15px;
width : 658px;
top : 25px;
left : 4px;
z-index : 3;
border-bottom : 1px solid #FFFFFF;
}
#linebottomLYR {
position : absolute;
height : 15px;
width : 658px;
top : 420px;
left : 4px;
z-index : 3;
border-top : 1px solid #FFFFFF;
}
#reverseLYR {
position : absolute;
height : auto;
width : auto;
top : 430px;
left : 27px;
z-index : 2;
}
#forwardLYR {
position : absolute;
height : auto;
width : auto;
top : 430px;
left : 623px;
z-index : 2;
}
#pagecountLYR {
position : absolute;
height : auto;
width : auto;
top : 430px;
left : 40%;
z-index : 2;
}
#contentLYR {
position : absolute;
height : 370px;
width : 600px;
top : 0px;
left : 2000px;
z-index : 2;
}
#column1LYR {
position : absolute;
height : auto;
width : 300px;
top : 50px;
left : 10px;
z-index : 5;
}
#column2LYR {
position : absolute;
height : auto;
width : 300px;
top : 50px;
left : 330px;
z-index : 5;
}
#footerLYR {
position : absolute;
height : 90px;
width : 728px;
top : 490px;
left : 50%;
z-index : 5;
margin-left : -364px;
}
.title
{
font-family : Arial, Helvetica, sans-serif;
font-size : 18px;
color : #848C8C;
}
.code
{
font-family : Arial, Helvetica, sans-serif;
font-size : 14px;
color : #5273A5;
}
.header
{
font-family : Arial, Helvetica, sans-serif;
font-size : 16px;
color : #5273A5;
}
.firstletter
{
font-family : Arial, Helvetica, sans-serif;
font-size : 22px;
color : #5273A5;
}
.main
{
font-family : Arial, Helvetica, sans-serif;
font-size : 14px;
color : #333333;
}
a:link,
a:visited,
a:active {
color : #83697C;
text-decoration : underline;
font-family : Arial, Helvetica, sans-serif;
font-size : 14px;
}
a:hover {
color : #848679;
text-decoration : underline;
font-family : Arial, Helvetica, sans-serif;
font-size : 14px;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -