?? style.css
字號:
body {
font-family: verdana;
font-weight : normal;
background-color: white;
/* matlab */
margin:20px;
}
h1 {
color: #000099;
font-size: xx-large;
text-align: center;
}
h2 {
color: #000099;
font-size: medium;
}
a:visited {
color : #330000;
font-weight : none;
text-decoration : none;
}
a:active {
color : #000033;
text-decoration : none;
}
a:hover {
color : #EE1111;
font-weight : bold;
text-decoration : underline;
}
a:link {
color : #000033;
font-weight : none;
text-decoration : none;
}
/* matlab specifics */
pre.codeinput {
background: #EEEEEE;
padding: 10px;
}
@media print {
pre.codeinput {word-wrap:break-word; width:100%;}
}
span.keyword {color: #0000FF}
span.comment {color: #228B22}
span.string {color: #A020F0}
span.untermstring {color: #B20000}
span.syscmd {color: #B28C00}
pre.codeoutput {
color: #666666;
padding: 10px;
}
pre.error {
color: red;
}
p.footer {
text-align: right;
font-size: xx-small;
font-weight: lighter;
font-style: italic;
color: gray;
}
/* MATLAB STYLE */
/*
body {
background-color: white;
margin:10px;
}
p,h1,h2,div.content div {
}
p.footer {
text-align: right;
font-size: xx-small;
font-weight: lighter;
font-style: italic;
color: gray;
}
*/
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -