📄 common.css
字号:
/* Cascading Style Sheet for IE4.01 last updated 10-16-97 */
body { font-family: "宋体"; font-size: 9pt}
a:link { text-decoration: none; color: #336699; font-family: "宋体"; font-size: 9pt}
a:active { text-decoration: none; color: #336699; font-family: "宋体"; font-size: 9pt}
a:hover {text-decoration: underline; color: #FF0000; font-family: "宋体"; font-size: 9pt}
/* HEADING TAGS */
h1 { font-size: 145%;
margin-bottom: .5em; }
h2 { font-size: 125%;
margin-top: 1.5em;
margin-bottom: .5em; }
h3 { font-size: 110%;
margin-top: 1.2em;
margin-bottom: .5em; }
h4 {font-size: 105%;
margin-top: 1.2em;
margin-bottom: .5em }
h5 {font-size: 100%;
margin-top: 1.2em;
margin-bottom: .5em }
big { font-weight: bold;
font-size: 105%; }
p.proclabel { font-weight: bold;
font-size: 100%;
margin-top: 1.2em } /*procedure heading*/
/* LIST TAGS */
ol { margin-top: .6em; margin-bottom: 0em; }
ul { margin-top: .6em; margin-bottom: 0em }
ol ul { list-style: disc; margin-top: .6em }
li { font-size: 10.5pt;
font-family: 宋体;
}
/* TERM AND DEFINITION TAGS */
dl { margin-top: 0em }
dt { font-weight: bold;
margin-top: 1em;
margin-left: 1.5em; }
dd { margin-bottom: 0em; /*not currently working*/
margin-left: 1.5em }
dl li { margin-bottom: .7em } /*list item inside a term/def list*/
dl dl { margin-top: 0em;
margin-left: 0em } /*term/def list inside a term/def list*/
/* TABLE TAGS */
table {
font-family: "宋体";
font-size: 100%;
margin-top: auto;
margin-bottom: auto}
th { text-align: left;
vertical-align: bottom;
background: #dddddd }
th.center { text-align: center }
tr { vertical-align: top}
td { vertical-align: top;
font-size: 10.5pt;
font-family: 宋体 }
/* FORM TAGS */
input {
font-size:10.5pt;
}
input.smallInput
{
font-size:10.5pt;
background-color: white;
color:rgb(0,0,128) ;
}
textarea
{
font-size:10.5pt;
background-color: white;
color: rgb(0,0,128) ;
}
select.smallSel
{
font-size:10.5pt;
background-color: white;/* rgb(210,233,255);*/
color: rgb(0,0,128) ;
}
select
{
font-size:10.5pt;
background-color: white;/* rgb(210,233,255);*/
color: rgb(0,0,128) ;
}
input.buttonface
{
font-size:10.5pt;
background-color: rgb(255,204,51);
color: rgb(0,0,128) ;
}
/* MISC. TAGS */
pre { font-family: 宋体;
font-size: 10.5pt;
margin-top: 1.2em;
margin-bottom: 1.5em }
code { font-family: 宋体;
font-size: 10.5pt; }
pre code { font-size: 100%; }
hr { color: black }
blockquote
{
margin-top: 0.5em;
margin-bottom: 1.0em }
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -