extra_stylesheet.css 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441
  1. /******************************************************************************
  2. * General
  3. *****************************************************************************/
  4. body, table, div, p, dl {
  5. font: 12px/22px arial,sans-serif;
  6. }
  7. body {
  8. background-color: #EEE;
  9. color: black;
  10. margin: 0;
  11. }
  12. /******************************************************************************
  13. * Page width
  14. *****************************************************************************/
  15. div.contents {
  16. width: 760px;
  17. margin-left: auto;
  18. margin-right: auto;
  19. margin-top: 10px;
  20. padding-left: 60px;
  21. padding-right: 60px;
  22. padding-bottom: 20px;
  23. background-color: white;
  24. border-radius: 8px;
  25. border: 1px solid #AAA;
  26. }
  27. div.contents p:first-of-type {
  28. color: #666666;
  29. }
  30. div.textblock p:first-of-type {
  31. color: #666666;
  32. }
  33. div.header {
  34. width: 760px;
  35. margin-left: auto;
  36. margin-right: auto;
  37. margin-top: 10px;
  38. padding-left: 60px;
  39. padding-right: 60px;
  40. background-image: none;
  41. background-color: white;
  42. border-radius: 8px;
  43. border: 1px solid #AAA;
  44. }
  45. #top {
  46. width: 880px;
  47. margin-left: auto;
  48. margin-right: auto;
  49. }
  50. #MSearchBox {
  51. margin-top: 6px;
  52. margin-left: 330px;
  53. right: auto;
  54. }
  55. address.footer {
  56. width: 880px;
  57. margin-left: auto;
  58. margin-right: auto;
  59. }
  60. /******************************************************************************
  61. * Navigation bar
  62. *****************************************************************************/
  63. #projectname {
  64. font: bold 300% "courier new",courier,monospace;
  65. }
  66. div.headertitle {
  67. padding: 5px 5px 0px 0px;
  68. }
  69. div.title {
  70. color: #2B4068;
  71. padding-top: 8px;
  72. padding-bottom: 8px;
  73. font: bold 115% "courier new",courier,monospace;
  74. padding-left: 40px;
  75. text-indent: -40px;
  76. }
  77. #navrow1 {
  78. border-top: 1px solid #7092BE;
  79. }
  80. #titlearea {
  81. border-bottom: none;
  82. }
  83. .tablist li {
  84. line-height: 30px;
  85. background-image: url('tab_b_alt.png');
  86. }
  87. .tablist a, .navpath li.navelem a, .tablist li.current a, .tablist a:hover {
  88. text-shadow: none;
  89. }
  90. .navpath li.navelem a {
  91. color: white;
  92. }
  93. .navpath ul {
  94. background-image: url('tab_a.png');
  95. border: none;
  96. }
  97. li.navelem {
  98. padding: 0 20px;
  99. font-style:italic;
  100. }
  101. .tabs {
  102. font-size: 12px;
  103. }
  104. .tabs2, .tabs3, .tabs4 {
  105. font-size: 11px;
  106. }
  107. .tabs, .tabs2, .tabs3, .tabs4 {
  108. border-right: 1px solid #7092BE;
  109. border-left: 1px solid #7092BE;
  110. background-image: url('tab_b_alt.png');
  111. }
  112. /******************************************************************************
  113. * TestFooter
  114. *****************************************************************************/
  115. hr.footer {
  116. display: none;
  117. }
  118. .footer {
  119. background-color: #EEE;
  120. }
  121. /******************************************************************************
  122. * Text content
  123. *****************************************************************************/
  124. .contents a {
  125. color: #5675B2;
  126. }
  127. .contents a:visited {
  128. color: #5675B2;
  129. }
  130. h2 {
  131. margin-top: 30px;
  132. margin-bottom: 0px;
  133. margin-left: 40px;
  134. font-weight: bold;
  135. font-size: 110%;
  136. color: #2B4068;
  137. }
  138. h1, h2.groupheader, tr.heading h2 {
  139. margin-left: -10px;
  140. margin-top: 30px;
  141. margin-bottom: 10px;
  142. padding-left: 8px;
  143. padding-top: 6px;
  144. padding-bottom: 4px;
  145. font: bold 110% "courier new",courier,monospace;
  146. color: white;
  147. background-image: url('tab_a.png');
  148. background-color: white;
  149. border-top: none;
  150. border-bottom: none;
  151. border-radius: 8px;
  152. background-repeat: repeat-x;
  153. background-position: 0 -5px;
  154. width: 101%;
  155. }
  156. div.textblock {
  157. margin-top: 20px;
  158. }
  159. p.startli, p.startdd, p.starttd {
  160. margin-top: 1em;
  161. margin-bottom: 1em;
  162. }
  163. /** Workaround where image in brief class description creates unwanted "." caption */
  164. .caption {
  165. display: none;
  166. }
  167. .centercaption {
  168. font-weight: bold;
  169. font-size: 80%;
  170. text-align: center;
  171. }
  172. dt {
  173. font-style: italic;
  174. }
  175. .memproto, dl.reflist dt {
  176. padding-top: 20px;
  177. border-top: 2px solid #888;
  178. border-left: 2px solid #888;
  179. border-right: 2px solid #888;
  180. border-bottom: 1px solid #ECECEC;
  181. background-image: none;
  182. background-color: #FAFAFB;
  183. text-shadow: none;
  184. box-shadow: 3px 3px 30px rgba(0, 0, 0, 0.05);
  185. }
  186. div.memdoc {
  187. padding-bottom: 20px;
  188. border-bottom: 2px solid #888;
  189. border-left: 2px solid #888;
  190. border-right: 2px solid #888;
  191. background-image: none;
  192. background-color: #FFF;
  193. box-shadow: 3px 3px 30px rgba(0, 0, 0, 0.05);
  194. }
  195. div.memdoc p {
  196. margin-left: 40px;
  197. color: #666666;
  198. }
  199. div.memdoc dt {
  200. color: black;
  201. }
  202. div.toc {
  203. box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
  204. margin: 10px -10px 40px 20px;
  205. width: 225px;
  206. }
  207. /** Detailed class name and template params */
  208. div.textblock h3 {
  209. font: 11px/16px "courier new",courier,monospace;
  210. color: cadetblue;
  211. white-space: pre-wrap;
  212. margin-bottom: 40px;
  213. }
  214. table.memname tbody tr:first-child td:nth-child(2) {
  215. padding-top: 50px;
  216. }
  217. table.memname tbody tr td {
  218. }
  219. table.memname tbody tr td.paramtype {
  220. padding-left: 40px;
  221. }
  222. table.memname tbody tr td.memname {
  223. position: absolute;
  224. width: 760px;
  225. }
  226. dl.section.user b {
  227. color: #222;
  228. }
  229. dl.section.user a b {
  230. color: #5675B2;
  231. }
  232. dl.section.user a:visited b {
  233. color: #5675B2;
  234. }
  235. dl.section.user dd {
  236. margin-right: 40px;
  237. color: #666666;
  238. }
  239. /******************************************************************************
  240. * Class/namespace indices
  241. *****************************************************************************/
  242. .directory tr.even {
  243. border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  244. border-top: 1px solid rgba(0, 0, 0, 0.05);
  245. background-color: white;
  246. }
  247. td.entry {
  248. padding-top: 3px;
  249. }
  250. /******************************************************************************
  251. * Code syntax highlighting
  252. *****************************************************************************/
  253. div.line {
  254. line-height: normal;
  255. font-size: 11px;
  256. }
  257. span.comment {
  258. color: green;
  259. }
  260. span.preprocessor, span.keyword, span.keywordflow, span.keywordtype {
  261. color: darkred;
  262. font-weight: bold;
  263. }
  264. a.code, a.code:visited {
  265. color: #4665A2;
  266. font-weight: bold;
  267. }
  268. div.fragment {
  269. color: black;
  270. border-color: #DDD;
  271. padding: 14px 14px 14px 14px;
  272. margin-top: 20px;
  273. margin-bottom: 20px;
  274. background-color: white;
  275. border-radius: 8px 8px 8px 8px;
  276. box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.04);
  277. border-style: dashed;
  278. }
  279. /******************************************************************************
  280. * Brief member descriptions
  281. *****************************************************************************/
  282. .mdescLeft, .mdescRight, .memItemLeft, .memItemRight, .memTemplItemLeft, .memTemplItemRight, .memTemplParams {
  283. background-color: white;
  284. }
  285. .directory td.desc {
  286. padding-bottom: 1px;
  287. }
  288. .params, .paramname, .retval, .paramname {
  289. vertical-align: top;
  290. padding-right: 8px;
  291. }
  292. dl.tparams, dl.params {
  293. color: black;
  294. }
  295. div.memitem {
  296. margin-bottom: 40px;
  297. margin-top: 40px;
  298. }
  299. .memTemplParams, td.memTemplItemLeft, td.memItemLeft {
  300. padding-left: 20px;
  301. font-family: "courier new",courier,monospace;
  302. font-size: 85%;
  303. }
  304. .memTemplParams {
  305. color: cadetblue;
  306. white-space: normal;
  307. }
  308. td.memTemplItemRight, td.memItemRight {
  309. vertical-align: top;
  310. font-family: "courier new",courier,monospace;
  311. }
  312. td.memItemRight a.el:first-of-type, td.memTemplItemRight a.el:first-of-type {
  313. color: darkGoldenrod;
  314. }
  315. td.memTemplItemLeft, td.memItemLeft {
  316. color: cadetblue;
  317. }
  318. div.groupHeader {
  319. margin-left: 10px;
  320. margin-bottom: 12px;
  321. font-style:italic;
  322. }
  323. td.memSeparator {
  324. border-bottom: none;
  325. border-top: 1px dashed #999;
  326. line-height: 8px;
  327. }
  328. td.mdescLeft, td.mdescRight {
  329. padding-top: 10px;
  330. padding-bottom: 20px;
  331. }
  332. td.mdescLeft{
  333. color: #666666;
  334. }
  335. td.mdescRight {
  336. color: #666666;
  337. }
  338. td.memname, td.paramtype, div.memtemplate {
  339. font-family: "courier new",courier,monospace;
  340. }
  341. .memtemplate {
  342. padding-bottom: 10px;
  343. line-height: 180%;
  344. font-size: 85%;
  345. color: cadetblue;
  346. }
  347. td.paramname {
  348. font-family: "courier new",courier,monospace;
  349. font-weight: bold;
  350. color: darkred;
  351. }