⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 style.css

📁 信号处理系列导航
💻 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 + -