📄 scm.css
字号:
body {
background-color: #F1F6FE;
color: #000;
font-family: Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;
margin: 0px;
}
br {
background-color: Aqua;
}
p {
/* font-family: "Trebuchet MS", Garamond, System, Verdana, Tahoma, sans-serif; */
font-family: Garamond, System, Verdana, Tahoma, sans-serif;
font-size: 130%;
font-weight: normal;
color: Black;
}
a {
text-decoration: none;
color: #204ED2;
}
table.a {
text-decoration: none;
color: #4169E1;
}
a:hover {
text-decoration: underline;
/* color: #25B026;*/
/* background-color: #DEB887; */
}
a:visited {
color: #8B008B; /* #4169E1; */
}
table {
clear: both;
background-color: #E5EDFF;
color: #000;
font-family: "Trebuchet MS", Georgia, System, Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;
/* font-weight: bold; */
}
.borderless, table.borderless td, table.borderless th
{
border: 0
}
li {
font-family: Garamond, sans-serif;
font-size: small;
font-weight: normal;
color: Black;
}
li.boldlist {
font-weight: bold;
}
/*td {
font-size: 85%;
}
*/
h1 {
color: #483D8B;
font-family: Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;
font-size: 140%;
}
h2 {
color: #8A2256;
font-family: Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;
font-size: 120%;
}
h3 {
color: #8A2256;
font-size: 120%;
}
h4 {
color: #8A2256;
font-size: 100%;
}
h5 {
color: #8A2256;
font-size: 90%;
}
h6 {
color: #8A2256;
font-size: 80%;
font-style: italic;
}
#banner td {
background-color: #0A275A;
/* color: #F5DEB3;*/
color: #F0E68C;
font-family: Tahoma, "Trebuchet MS", sans-serif;
padding: 4px;
}
#banner h1 {
color: #F0E68C;
display: inline;
font-family: Tahoma, "Trebuchet MS", sans-serif;
font-size: 14pt;
/*font-weight: bold;*/
}
#subtitle {
text-indent: 10ex;
font-size: 19pt;
/*font-style: italic;*/
font-weight: bold;
}
#menu td {
background-color: #228B22;
color: #E0FFFF;
font-size: 80%;
padding-left: 8px;
padding-right: 8px;
}
#menu td.topmenu {
background-color: #E0FFFF;
/* background-color: #DEB887;*/
color: #0000CD;
border: 1px solid #228B22;
font-style: italic;
}
a.amenu {
background-color: #6495ED;
color: #E0FFFF;
}
a.amenu:hover {
/* background-color: #228B22; */
background-color: #191970;
color: #fff;
text-decoration: underline;
}
a.amenu:visited {
color: #708090;
}
#footer {
background-color: #0A275A;
color: #F0E68C;
font-size: 80%;
}
#breadcrumbs {
font: sans-serif;
font-size: 80%;
font-weight: bold;
padding: 1ex;
margin-bottom: 1ex;
margin-top: 2px;
border-bottom: 1px solid #A9A9A9;
}
#breadcrumbs a {
color: #00008B;
}
#main {
border-left: 1px solid #A9A9A9;
}
#text {
font-size: 95%;
padding-left: 8px;
padding-bottom: 1em;
padding-right: 1em;
}
#text p {
text-align: justify;
/* disabled for compatibility with Makehtml.py v.1.3
text-indent: 2em; */
}
/* 2004-09-10 bialix */
#text div.document p {
text-indent: 0;
}
th.field-name {
text-align: left;
padding-left: 6px;
padding-right: 1em;
}
/* end 2004-09-10 bialix */
div.attention
{
/* color: red ;*/
font-weight: bold ;
font-family: sans-serif;
margin: 2em ;
border: medium outset ;
padding: 1em }
blockquote.epigraph {
font-style: italic;
font-size: 85%;
font-family: sans-serif;
margin-right: 2em;
border: medium outset;
padding: 1em;
width: 30%;
float: right;
}
/* 2005-05-02 bialix */
div.menu {
margin: 5px;
width: 10ex;
}
div.menu p {
display: block;
border: 1px solid #228B22;
padding: 4px 8px;
margin: 0;
font-size: 80%;
font-style: italic;
color: #228B22;
}
div.menu ul {
display: block;
margin: 0;
padding: 0;
}
div.menu li {
display: block;
border: 1px solid #A9A9A9;
padding: 3px 8px;
margin-top: 5px;
font-size: 80%;
background-color: #228B22;
color: #A9A9A9;
}
/* 2005-07-12 for compatibility with IE6 must be a.reference */
div.menu a.reference {
background-color: #228B22;
color: #A9A9A9;
}
/* end 2005-05-02 bialix */
/* 2005-07-14 bialix */
td.menu2 {
width: 13%;
}
.gridmenu td {
background-color: #495C61; /* #7A8D96 */
color: #7B68EE;
font-size: 80%;
padding-left: 8px;
padding-right: 8px;
}
.gridmenu th {
border: 1px solid #DCDCDC;
color: #00008B;
font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
font-size: 90%;
padding-left: 8px;
padding-right: 8px;
text-align: left;
}
.gridmenu a.reference {
background-color: #495C61;
color: #87CEEB; /* #00FF02 */
font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
font-weight: bold;
}
.gridmenu a.reference:hover {
background-color: #495C61; /* #BBB8E2 */
color: #DAA520;
text-decoration: underline;
}
.gridmenu a.reference:visited {
background-color: #495C61;
color: #DBA083;
}
/* end 2005-07-14 bialix */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -