📄 examcss.css
字号:
/*================== 试题页面CSS样式表 =====================
* File: examcss.css V1.0 2005.05.07
* Author: wwxbei
*=======================================================*/
@import url("public.css");
div#loginfrm {
width:180px;
background: #FFFFFF;
padding: 0px;
margin: 10px auto 5px auto;
text-align: center;
border: 1px solid #758387;
}
div#loginfrm td {
text-align: center;
font-size:13px;
line-height: 120%;
}
div#loginfrm img {
border-width: 0;
}
.theinput {
border-left-style: none;
border-right-style: none;
border-top-style: none;
border-bottom: 1px inset blue;
width: 80px;
}
.otherfrm {
width:180px;
background: #FFFFFF;
padding: 0px;
margin: 10px auto 5px auto;
text-align: center;
border: 1px solid #758387;
}
div#content {
width:530px;
background: #FFFFFF;
padding: 0px;
margin: 10px auto 5px auto;
text-align: center;
border: 1px solid #758387;
}
div#content table {
width: 510px;
font-size:13px;
text-decoration: none;
border: 1px solid;
text-align: center;
margin-left: auto;
margin-right: auto;
}
div#content table td {
padding-top: 5px;
}
div#content1 {
width:750px;
background: #FFFFFF;
padding: 0px;
margin: 10px auto 5px auto;
text-align: center;
border: 1px solid #758387;
}
div#content1 p{
padding: 0px 5px 5px 15px;
}
ul li{
text-align:left;
}
table {
font-size:13px;
}
.doctitle {
font-size: 16px;
font-weight: bold;
filter: DropShadow(Color=cccccc, OffX=1, OffY=1, Positive=1)
}
hr{
width: 550px;
}
fieldset {
width: 250px;
text-align: left;
height: 150px;
margin-left: auto;
margin-right: auto;
}
fieldset ul li {
line-height: 1.5em;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -