cii.css.svn-base

来自「纯C数据结构」· SVN-BASE 代码 · 共 79 行

SVN-BASE
79
字号
/*Partial style sheet for "C Interfaces and Implementations"$Id$*/A:link {	color: blue;	text-decoration: underline;}A:visited {	color: purple;	text-decoration: underline;}A:active {	color: red;	text-decoration: underline;}Body {	background: rgb(255,255,255);	font-weight: medium;	font-family: serif;}P {	margin-top: 0pt;	margin-bottom: 0pt;	text-align: justify;	text-indent: 1em;}P.Colophon {	text-align: left;	text-indent: 0pt;	font-size: smaller;	margin-right: 10%;	margin-top: 0pt;	margin-bottom: 36pt;}PRE.Chunk {	text-align: left;	text-indent: -1em;	margin-top: 1em;	margin-bottom: 1em;	margin-left: 1em;	font-family: monospace;}OL.Exercises {	text-align: justify;	margin-top: 1em;	margin-left: 2em;}LI.Exercise {	margin-top: 1em;}P.Exercise {	text-indent: 0pt;	margin-top: 1em;	margin-bottom: 1em;}PRE.ExerciseCode {	text-align: left;	text-indent: 0pt;	margin-top: 1em;	margin-bottom: 1em;	font-family: monospace;}P.FirstBody {	margin-top: 3em;	text-indent: 0pt;}P.Noindent {	text-indent: 0pt;}EM.Code {	font-style: Normal;	font-family: monospace;}EM.Fragment {	font-style: Italic;	font-family: sans-serif;}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?