sstyle.css 9.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283
  1. @charset "utf-8";
  2. html {
  3. color: #121317;
  4. background-color: #ffffff;
  5. }
  6. body {
  7. margin: 40px auto;
  8. max-width: 1200px;
  9. line-height: 1.4;
  10. border: #123456 0px solid;
  11. color: #121317;
  12. background-color: #ffffff;
  13. }
  14. html, body, p, th, td, li, dd, dt {
  15. font: 1em Arial, Helvetica, sans-serif;
  16. font-weight: normal;
  17. letter-spacing: 0;
  18. text-align: left;
  19. text-indent: 0;
  20. }
  21. h1, h2, h3, h4, h5, h6 {
  22. font-family: Arial, Helvetica, sans-serif;
  23. }
  24. h1 { font-size: 2.0em; }
  25. h2 { font-size: 1.4em; }
  26. h3 { font-size: 1.2em; }
  27. h4 { font-size: 1.0em; }
  28. h5 { font-size: 0.9em; }
  29. h6 { font-size: 0.9em; }
  30. table, th, td {
  31. border: 1px solid #eee;
  32. border-collapse: collapse;
  33. }
  34. th, td {
  35. padding: 5px 5px 5px 5px;
  36. }
  37. th {
  38. letter-spacing: 0.1em;
  39. font-size: 90%;
  40. border-bottom: 1px solid #eee;
  41. border-top: 1px solid #eee;
  42. text-align: left;
  43. }
  44. hr {
  45. color: #eee;
  46. display: block; height: 1px;
  47. border: 0; border-top: 1px solid #eee;
  48. margin: 1em 0; padding: 0;
  49. }
  50. nav {
  51. font-weight: normal;
  52. letter-spacing: 0;
  53. text-indent: 0;
  54. color: #121317;
  55. background-color: #ffffff;
  56. }
  57. sidenav {
  58. height: 100%;
  59. width: 160px;
  60. position: fixed;
  61. z-index: 1;
  62. top: 0;
  63. left: 0;
  64. overflow-x: hidden;
  65. padding-top: 60px;
  66. padding-left: 20px;
  67. font-weight: normal;
  68. letter-spacing: 0;
  69. text-indent: 0;
  70. color: #121317;
  71. background-color: #121317;
  72. }
  73. sidenav a {
  74. padding: 6px 8px 6px 16px;
  75. }
  76. .column {
  77. float: left;
  78. }
  79. .list {
  80. float: right;
  81. width: 150px;
  82. }
  83. a {
  84. text-decoration: none;
  85. }
  86. a:link {
  87. color: #0b0080;
  88. }
  89. a:visited {
  90. color: #0b0080;
  91. }
  92. a:hover {
  93. color: #0b0080;
  94. }
  95. a:active {
  96. color: #0b0080;
  97. }
  98. footer {
  99. position: relative;
  100. font-weight: normal;
  101. letter-spacing: 0;
  102. text-indent: 0;
  103. color: #121317;
  104. background-color: #ffffff;
  105. }
  106. code {
  107. font-family: monospace;
  108. font-size: 115%;
  109. }
  110. pre {
  111. white-space: pre;
  112. white-space: pre-wrap;
  113. word-wrap: break-word;
  114. background-color: #eee;
  115. padding: 10px 15px;
  116. }
  117. span {
  118. font: 18px Arial, sans-serif;
  119. display: inline-block;
  120. transform: rotate(180deg);
  121. }
  122. /*LaTeX into html CSS generated*/
  123. /* start css.sty */
  124. .ptmr7t-x-x-109{font-family: monospace;}
  125. .ptmb7t-x-x-109{ font-weight: bold;}
  126. .pcrr7t-x-x-90{font-size:110%;font-family: monospace;}
  127. .pcrro7t-x-x-90{font-size:110%;font-family: monospace; font-style: oblique;}
  128. .pcrb7t-x-x-90{font-size:110%; font-family: monospace; font-weight: bold;}
  129. p.noindent { text-indent: 0em }
  130. td p.noindent { text-indent: 0em; margin-top:0em; }
  131. p.nopar { text-indent: 0em; }
  132. p.indent{ text-indent: 1.5em }
  133. @media print {div.crosslinks {visibility:hidden;}}
  134. a img { border-top: 0; border-left: 0; border-right: 0; }
  135. center { margin-top:1em; margin-bottom:1em; }
  136. td center { margin-top:0em; margin-bottom:0em; }
  137. .Canvas { position:relative; }
  138. img.math{vertical-align:middle;}
  139. li p.indent { text-indent: 0em }
  140. li p:first-child{ margin-top:0em; }
  141. li p:last-child, li div:last-child { margin-bottom:0.5em; }
  142. li p~ul:last-child, li p~ol:last-child{ margin-bottom:0.5em; }
  143. .enumerate1 {list-style-type:decimal;}
  144. .enumerate2 {list-style-type:lower-alpha;}
  145. .enumerate3 {list-style-type:lower-roman;}
  146. .enumerate4 {list-style-type:upper-alpha;}
  147. div.newtheorem { margin-bottom: 2em; margin-top: 2em;}
  148. .obeylines-h,.obeylines-v {white-space: nowrap; }
  149. div.obeylines-v p { margin-top:0; margin-bottom:0; }
  150. .overline{ text-decoration:overline; }
  151. .overline img{ border-top: 1px solid black; }
  152. td.displaylines {text-align:center; white-space:nowrap;}
  153. .centerline {text-align:center;}
  154. .rightline {text-align:right;}
  155. div.verbatim {font-family: monospace; white-space: nowrap; text-align:left; clear:both; }
  156. .fbox {padding-left:3.0pt; padding-right:3.0pt; text-indent:0pt; border:solid black 0.4pt; }
  157. div.fbox {display:table}
  158. div.center div.fbox {text-align:center; clear:both; padding-left:3.0pt; padding-right:3.0pt; text-indent:0pt; border:solid black 0.4pt; }
  159. div.minipage{width:100%;}
  160. div.center, div.center div.center {text-align: center; margin-left:1em; margin-right:1em;}
  161. div.center div {text-align: left;}
  162. div.flushright, div.flushright div.flushright {text-align: right;}
  163. div.flushright div {text-align: left;}
  164. div.flushleft {text-align: left;}
  165. .underline{ text-decoration:underline; }
  166. .underline img{ border-bottom: 1px solid black; margin-bottom:1pt; }
  167. .framebox-c, .framebox-l, .framebox-r { padding-left:3.0pt; padding-right:3.0pt; text-indent:0pt; border:solid black 0.4pt; }
  168. .framebox-c {text-align:center;}
  169. .framebox-l {text-align:left;}
  170. .framebox-r {text-align:right;}
  171. span.thank-mark{ vertical-align: super }
  172. span.footnote-mark sup.textsuperscript, span.footnote-mark a sup.textsuperscript{ font-size:80%; }
  173. div.tabular, div.center div.tabular {text-align: center; margin-top:0.5em; margin-bottom:0.5em; }
  174. table.tabular td p{margin-top:0em;}
  175. table.tabular {margin-left: auto; margin-right: auto;}
  176. td p:first-child{ margin-top:0em; }
  177. td p:last-child{ margin-bottom:0em; }
  178. div.td00{ margin-left:0pt; margin-right:0pt; }
  179. div.td01{ margin-left:0pt; margin-right:5pt; }
  180. div.td10{ margin-left:5pt; margin-right:0pt; }
  181. div.td11{ margin-left:5pt; margin-right:5pt; }
  182. table[rules] {border-left:solid black 0.4pt; border-right:solid black 0.4pt; }
  183. td.td00{ padding-left:0pt; padding-right:0pt; }
  184. td.td01{ padding-left:0pt; padding-right:5pt; }
  185. td.td10{ padding-left:5pt; padding-right:0pt; }
  186. td.td11{ padding-left:5pt; padding-right:5pt; }
  187. table[rules] {border-left:solid black 0.4pt; border-right:solid black 0.4pt; }
  188. .hline hr, .cline hr{ height : 1px; margin:0px; }
  189. .tabbing-right {text-align:right;}
  190. span.TEX {letter-spacing: -0.125em; }
  191. span.TEX span.E{ position:relative;top:0.5ex;left:-0.0417em;}
  192. a span.TEX span.E {text-decoration: none; }
  193. span.LATEX span.A{ position:relative; top:-0.5ex; left:-0.4em; font-size:85%;}
  194. span.LATEX span.TEX{ position:relative; left: -0.4em; }
  195. div.float, div.figure {margin-left: auto; margin-right: auto;}
  196. div.float img {text-align:center;}
  197. div.figure img {text-align:center;}
  198. .marginpar {width:20%; float:right; text-align:left; margin-left:auto; margin-top:0.5em; font-size:85%; text-decoration:underline;}
  199. .marginpar p{margin-top:0.4em; margin-bottom:0.4em;}
  200. table.equation {width:100%;}
  201. .equation td{text-align:center; }
  202. td.equation { margin-top:1em; margin-bottom:1em; }
  203. td.equation-label { width:5%; text-align:center; }
  204. td.eqnarray4 { width:5%; white-space: normal; }
  205. td.eqnarray2 { width:5%; }
  206. table.eqnarray-star, table.eqnarray {width:100%;}
  207. div.eqnarray{text-align:center;}
  208. div.array {text-align:center;}
  209. div.pmatrix {text-align:center;}
  210. table.pmatrix {width:100%;}
  211. span.pmatrix img{vertical-align:middle;}
  212. div.pmatrix {text-align:center;}
  213. table.pmatrix {width:100%;}
  214. span.bar-css {text-decoration:overline;}
  215. img.cdots{vertical-align:middle;}
  216. .partToc a, .partToc, .likepartToc a, .likepartToc {line-height: 200%; font-weight:bold; font-size:110%;}
  217. .chapterToc a, .chapterToc, .likechapterToc a, .likechapterToc, .appendixToc a, .appendixToc {line-height: 200%; font-weight:bold;}
  218. .index-item, .index-subitem, .index-subsubitem {display:block}
  219. div.caption {text-indent:-2em; margin-left:3em; margin-right:1em; text-align:left;}
  220. div.caption span.id{font-weight: bold; white-space: nowrap; }
  221. h1.partHead{text-align: center}
  222. p.bibitem { text-indent: -2em; margin-left: 2em; margin-top:0.6em; margin-bottom:0.6em; }
  223. p.bibitem-p { text-indent: 0em; margin-left: 2em; margin-top:0.6em; margin-bottom:0.6em; }
  224. .paragraphHead, .likeparagraphHead { margin-top:2em; font-weight: bold;}
  225. .subparagraphHead, .likesubparagraphHead { font-weight: bold;}
  226. .quote {margin-bottom:0.25em; margin-top:0.25em; margin-left:1em; margin-right:1em; text-align:justify;}
  227. .verse{white-space:nowrap; margin-left:2em}
  228. div.maketitle {text-align:center;}
  229. h2.titleHead{text-align:center;}
  230. div.maketitle{ margin-bottom: 2em; }
  231. div.author, div.date {text-align:center;}
  232. div.thanks{text-align:left; margin-left:10%; font-size:85%; font-style:italic; }
  233. div.author{white-space: nowrap;}
  234. .quotation {margin-bottom:0.25em; margin-top:0.25em; margin-left:1em; }
  235. h1.partHead{text-align: center}
  236. .abstract p {margin-left:5%; margin-right:5%;}
  237. div.abstract {width:100%;}
  238. .rotatebox{display: inline-block;}
  239. .figure img.graphics {margin-left:10%;}
  240. .equation td{text-align:center; }
  241. .equation-star td{text-align:center; }
  242. table.equation-star { width:100%; }
  243. table.equation { width:100%; }
  244. table.align, table.alignat, table.xalignat, table.xxalignat, table.flalign {width:95%; margin-left:5%; white-space: nowrap;}
  245. table.align-star, table.alignat-star, table.xalignat-star, table.flalign-star {margin-left:auto; margin-right:auto; white-space: nowrap;}
  246. td.align-label { width:5%; text-align:center; }
  247. td.align-odd { text-align:right; padding-right:0.3em;}
  248. td.align-even { text-align:left; padding-right:0.6em;}
  249. table.multline, table.multline-star {width:100%;}
  250. td.gather {text-align:center; }
  251. table.gather {width:100%;}
  252. div.gather-star {text-align:center;}
  253. dt.enumerate-enumitem{float:left; clear:left; margin-left:1em; margin-right:1em;}
  254. .lstlisting .label{margin-right:0.5em; }
  255. div.lstlisting{font-family: monospace; white-space: nowrap; margin-top:0.5em; margin-bottom:0.5em; }
  256. div.lstinputlisting{ font-family: monospace; white-space: nowrap; }
  257. .lstinputlisting .label{margin-right:0.5em;}
  258. /* end css.sty */