📄 styles.css
字号:
/* Used by menu items for hilite effect */
A.shMenuLink
{
COLOR: #ffffff;
TEXT-DECORATION: none
}
A.shMenuLinkHi
{
COLOR: #ffff00;
TEXT-DECORATION: none
}
/* Title bar colouring etc */
A.title
{
text-decoration: none;
font-weight: normal;
font-size: 12pt;
color: White;
font-style: normal;
font-family: Verdana
}
A.title:hover
{
text-decoration: underline;
color: yellow;
}
A.titleTint
{
text-decoration: none;
font-weight: normal;
font-size: 12pt;
color: 000099;
font-style: normal;
font-family: Verdana
}
A.titleTint:hover
{
text-decoration: underline;
color: 0000FF;
}
td.tint0, td.tint1, td.tint2, td.tint3, td.tint4, td.tint5, td.tint6, td.tint7,
td.tint8, td.tint9, td.tint10, td.tint11, td.tint12, td.tint13, td.tint14, td.tint15
{
text-align: left;
vertical-align: middle;
font-weight: normal;
FONT-SIZE: 14pt;
FONT-STYLE: normal;
FONT-FAMILY: Verdana
}
td.tint0
{
background-color :#aaaaaa;
COLOR: white;
}
td.tint1
{
background-color :#009900;
COLOR: white;
}
td.tint2
{
background-color :#006699;
COLOR: white;
}
td.tint3
{
background-color :#000000;
COLOR: white;
}
td.tint4
{
background-color :#ccffcc;
COLOR: 000099;
}
td.tint5
{
background-color :#cc3300;
COLOR: white;
}
td.tint6
{
background-color :#66ccff;
COLOR: white;
}
td.tint7
{
background-color :#ffff99;
COLOR: 000099;
}
td.tint8
{
background-color :#996600;
COLOR: white;
}
td.tint9
{
background-color :#990000;
COLOR: white;
}
td.tint10
{
background-color :#669999;
COLOR: white;
}
td.tint11
{
background-color :#ff9900;
COLOR: white;
}
td.tint12
{
background-color :#663366;
COLOR: white;
}
td.tint13
{
background-color :#666666;
COLOR: white;
}
td.tint14
{
background-color :#ccccff;
COLOR: white;
}
td.tint15
{
background-color :#999966;
COLOR: white;
}
/* Default CSS Stylesheet for a new Web Application project
BODY
{
BACKGROUND-COLOR: white;
FONT-FAMILY: Verdana, Helvetica, sans-serif;
FONT-SIZE: .8em;
FONT-WEIGHT: normal;
LETTER-SPACING: normal;
TEXT-TRANSFORM: none;
WORD-SPACING: normal
}
H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
COLOR: #003366;
}
H1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 2em;
font-weight: 700;
font-style: normal;
text-decoration: none;
word-spacing: normal;
letter-spacing: normal;
text-transform: none;
}
H2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 1.75em;
font-weight: 700;
font-style: normal;
text-decoration: none;
word-spacing: normal;
letter-spacing: normal;
text-transform: none;
}
H3 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 1.58em;
font-weight: 500;
font-style: normal;
text-decoration: none;
word-spacing: normal;
letter-spacing: normal;
text-transform: none;
}
H4 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 1.33em;
font-weight: 500;
text-decoration: none;
word-spacing: normal;
letter-spacing: normal;
text-transform: none;
}
H5, DT {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 1em;
font-weight: 700;
font-style: normal;
text-decoration: none;
word-spacing: normal;
letter-spacing: normal;
text-transform: none;
}
H6 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: .8em;
font-weight: 700;
font-style: normal;
text-decoration: none;
word-spacing: normal;
letter-spacing: normal;
text-transform: none;
}
TFOOT, THEAD {
font-size: 1em;
word-spacing: normal;
letter-spacing: normal;
text-transform: none;
font-family: Arial, Helvetica, sans-serif;
}
TH {
vertical-align: baseline;
font-size: 1em;
font-weight: bold;
word-spacing: normal;
letter-spacing: normal;
text-transform: none;
font-family: Arial, Helvetica, sans-serif;
}
A:link {
text-decoration: none;
color: #3333cc;
}
A:visited {
text-decoration: none;
color: #333399;
}
A:active {
text-decoration: none;
color: #333399;
}
A:hover {
text-decoration: underline;
color: #3333cc;
}
SMALL {
font-size: .7em;
}
BIG {
font-size: 1.17em;
}
BLOCKQUOTE, PRE {
font-family: Courier New, monospace;
}
UL LI {
list-style-type: square ;
}
UL LI LI {
list-style-type: disc;
}
UL LI LI LI {
list-style-type: circle;
}
OL LI {
list-style-type: decimal;
}
OL OL LI {
list-style-type: lower-alpha;
}
OL OL OL LI {
list-style-type: lower-roman;
}
IMG {
margin-top: 5px;
margin-left: 10px;
margin-right: 10px;
}
*/
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -