tut_head.html 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
  5. <meta http-equiv="X-UA-Compatible" content="IE=9"/>
  6. <meta name="generator" content="Doxygen $doxygenversion"/>
  7. <meta name="viewport" content="width=device-width, initial-scale=1"/>
  8. <!--BEGIN PROJECT_NAME--><title>$projectname: $title</title><!--END PROJECT_NAME-->
  9. <!--BEGIN !PROJECT_NAME--><title>$title</title><!--END !PROJECT_NAME-->
  10. <html xmlns="http://www.w3.org/1999/xhtml">
  11. <!-- Wanted to avoid copying .css to each folder, so copied default .css from doxyen in here, kicked out most stuff we don't need for examples and modified some a little bit.
  12. Target was having a single html in each example folder which is created from the main.cpp files and needs no files besides some images below media folder.
  13. Feel free to improve :)
  14. -->
  15. <style>
  16. body, table, div, p, dl {
  17. font: 400 14px/22px;
  18. }
  19. body {
  20. background-color: #F0F0F0;
  21. color: black;
  22. margin-left: 5%;
  23. margin-right: 5%;
  24. }
  25. p.reference, p.definition {
  26. font: 400 14px/22px;
  27. }
  28. .title {
  29. font: 400 14px/28px;
  30. font-size: 150%;
  31. font-weight: bold;
  32. margin: 10px 2px;
  33. }
  34. h1, h2, h3, h4, h5, h6 {
  35. -webkit-transition: text-shadow 0.5s linear;
  36. -moz-transition: text-shadow 0.5s linear;
  37. -ms-transition: text-shadow 0.5s linear;
  38. -o-transition: text-shadow 0.5s linear;
  39. transition: text-shadow 0.5s linear;
  40. margin-right: 15px;
  41. }
  42. caption {
  43. font-weight: bold;
  44. }
  45. h3.version {
  46. font-size: 90%;
  47. text-align: center;
  48. }
  49. a {
  50. color: #3D578C;
  51. font-weight: normal;
  52. text-decoration: none;
  53. }
  54. .contents a:visited {
  55. color: #4665A2;
  56. }
  57. a:hover {
  58. text-decoration: underline;
  59. }
  60. a.el {
  61. font-weight: bold;
  62. }
  63. a.code, a.code:visited, a.line, a.line:visited {
  64. color: #4665A2;
  65. }
  66. a.codeRef, a.codeRef:visited, a.lineRef, a.lineRef:visited {
  67. color: #4665A2;
  68. }
  69. pre.fragment {
  70. border: 1px solid #C4CFE5;
  71. background-color: #FBFCFD;
  72. padding: 4px 6px;
  73. margin: 4px 8px 4px 2px;
  74. overflow: auto;
  75. word-wrap: break-word;
  76. font-size: 9pt;
  77. line-height: 125%;
  78. font-family: monospace, fixed;
  79. font-size: 105%;
  80. }
  81. div.fragment {
  82. padding: 0px;
  83. margin: 4px 8px 4px 2px;
  84. background-color: #FBFCFD;
  85. border: 1px solid #C4CFE5;
  86. }
  87. div.line {
  88. font-family: monospace, fixed;
  89. font-size: 13px;
  90. min-height: 13px;
  91. line-height: 1.0;
  92. text-wrap: unrestricted;
  93. white-space: -moz-pre-wrap; /* Moz */
  94. white-space: -pre-wrap; /* Opera 4-6 */
  95. white-space: -o-pre-wrap; /* Opera 7 */
  96. white-space: pre-wrap; /* CSS3 */
  97. word-wrap: break-word; /* IE 5.5+ */
  98. text-indent: -53px;
  99. padding-left: 53px;
  100. padding-bottom: 0px;
  101. margin: 0px;
  102. -webkit-transition-property: background-color, box-shadow;
  103. -webkit-transition-duration: 0.5s;
  104. -moz-transition-property: background-color, box-shadow;
  105. -moz-transition-duration: 0.5s;
  106. -ms-transition-property: background-color, box-shadow;
  107. -ms-transition-duration: 0.5s;
  108. -o-transition-property: background-color, box-shadow;
  109. -o-transition-duration: 0.5s;
  110. transition-property: background-color, box-shadow;
  111. transition-duration: 0.5s;
  112. }
  113. div.contents {
  114. margin-top: 10px;
  115. margin-left: 12px;
  116. margin-right: 8px;
  117. }
  118. div.center {
  119. text-align: center;
  120. margin-top: 0px;
  121. margin-bottom: 0px;
  122. padding: 0px;
  123. }
  124. div.center img {
  125. border: 0px;
  126. }
  127. span.keyword {
  128. color: #008000
  129. }
  130. span.keywordtype {
  131. color: #604020
  132. }
  133. span.keywordflow {
  134. color: #e08000
  135. }
  136. span.comment {
  137. color: #800000
  138. }
  139. span.preprocessor {
  140. color: #806020
  141. }
  142. span.stringliteral {
  143. color: #002080
  144. }
  145. span.charliteral {
  146. color: #008080
  147. }
  148. blockquote {
  149. background-color: #F7F8FB;
  150. border-left: 2px solid #9CAFD4;
  151. margin: 0 24px 0 4px;
  152. padding: 0 12px 0 16px;
  153. }
  154. hr {
  155. height: 0px;
  156. border: none;
  157. border-top: 1px solid #4A6AAA;
  158. }
  159. address {
  160. font-style: normal;
  161. color: #2A3D61;
  162. }
  163. div.header {
  164. background-image:url('nav_h.png');
  165. background-repeat:repeat-x;
  166. background-color: #F9FAFC;
  167. margin: 0px;
  168. border-bottom: 1px solid #C4CFE5;
  169. }
  170. div.headertitle {
  171. padding: 5px 5px 5px 10px;
  172. }
  173. .image {
  174. text-align: center;
  175. }
  176. .caption {
  177. font-weight: bold;
  178. }
  179. div.zoom {
  180. border: 1px solid #90A5CE;
  181. }
  182. tr.heading h2 {
  183. margin-top: 12px;
  184. margin-bottom: 4px;
  185. }
  186. </style>
  187. </head>
  188. <div id="top"><!-- do not remove this div, it is closed by doxygen! -->
  189. <!--END TITLEAREA-->
  190. <!-- end header part -->