?? blaf.css
字號:
.GlossaryItem {
color : #008080;
font-family: Arial, Helvetica, sans-serif;
}
BODY, P, LI, UL, OL {
font-family: Arial, Helvetica, sans-serif;
font-size:11pt;
color:#000000;
}
A:link {
COLOR: #663300; FONT-FAMILY: Arial, Helvetica, sans-serif;
}
A:active {
COLOR: #ff6600; FONT-FAMILY: Arial, Helvetica, sans-serif;
}
A:visited {
COLOR: #996633; FONT-FAMILY: Arial, Helvetica, sans-serif;
}
A.navigation:link {
FONT-SIZE: 65%; COLOR: #996633; FONT-FAMILY: Arial, Helvetica, sans-serif;
}
A.navigation:active {
FONT-SIZE: 65%; COLOR: #996633; FONT-FAMILY: Arial, Helvetica, sans-serif;
}
A.navigation:visited {
FONT-SIZE: 65%; COLOR: #996633; FONT-FAMILY: Arial, Helvetica, sans-serif;
}
/* Headers 1-3 */
/* Added H4 -rs */
/* Changed border-width to 2px from thin - for NS4 - rs */
H1 {
font-family: Arial, Helvetica, sans-serif;
font-size:170%;
color:#336699;
background-color : #FFFFFF;
border : solid #CCCC99;
border-width : 0px 0px 2px 0px;
width : 100%;
}
H2 {
font-family: Arial, Helvetica, sans-serif;
font-size:130%;
color:#336699;
background-color : #FFFFFF;
border : solid #cccc99;
border-width : 0px 0px 1px 0px;
width : 100%;
}
H3 {
font-family: Arial, Helvetica, sans-serif;
font-size:110%;
color:#336699;
width : 100%;
}
H4 {
font-family: Arial, Helvetica, sans-serif;
font-size:11pt;
color:#000000;
font-weight: bold;
width : 100%;
}
/* Code in color */
.CODE {
color : #336699;
font-family : "Courier New", "Courier", "monospace";
}
/*Code with no color */
CODE.nocolor {
font-family : "Courier New", "Courier", "monospace";
}
P.indent {
text-indent: 9%;
}
.mediumtext {
font-size:80%;
}
.smalltext {
font-size:75%;
}
.tinytext {
font-size:70%;
}
/* Display a related topics heading without having to */
/* type it. */
p.RelatedTopics {
display:block;
font-family: Arial, Helvetica, Geneva, sans-serif;
font-weight: bold;
font-size: 125%;
background-color: #ffffcc;
}
p.note {
display: block;
font-family: Arial, Helvetica, Geneva, sans-serif;
font-size: 95%;
; font-style: italic
}
p.warning {
display: block;
font-family: Arial, Helvetica, Geneva, sans-serif;
font-size: 95%;
}
/* Modify size to match body font */
/* Should pre have an indent? */
/* Removed indent - rs */
pre {
font-family: "Courier New", Courier, mono;
font-size: 95%;
}
/* This causes entries in lists to line up with an even */
/* left edge */
ul {list-style: outside;}
ol {list-style: outside;}
/* A little extra vertical space below a <li> */
/* removed padding-bottom: 1% - buggy in NS4 - rs */
/* GUI tag is applied to names of user interface */
/* elements. This should be an inline element */
/* (such as code) */
.GUITag {
font-family: Arial, Helvetica, Geneva, sans-serif;
font-size: 95%;
font-weight: bold;
font-style: normal;
}
/* Property Name tag is applied to names of component */
/* properties. This should be an inline element */
/* (such as code) */
.PropertyName {
font-family: "Courier New", Courier, mono;
font-style: normal;
}
/* Color change for glossary items */
.GlossaryItem {
color : #008080;
background-color : #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
}
/* This will put the string "Related Topics" on a line */
/* before the related topics links. Same for note and */
/* warning. */
p.RelatedTopics:before {content: "Related Topics"};
p.note:before{content: "Note: "};
p.warning:before{content: "Warning: "};
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -