A C++ DAL / ORM code generation framework
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

800 lines
12 KiB

  1. /* The standard CSS for doxygen */
  2. body, table, div, p, dl {
  3. font-family: Lucida Grande, Verdana, Geneva, Arial, sans-serif;
  4. font-size: 12px;
  5. }
  6. /* @group Heading Levels */
  7. h1 {
  8. font-size: 150%;
  9. }
  10. h2 {
  11. font-size: 120%;
  12. }
  13. h3 {
  14. font-size: 100%;
  15. }
  16. dt {
  17. font-weight: bold;
  18. }
  19. div.multicol {
  20. -moz-column-gap: 1em;
  21. -webkit-column-gap: 1em;
  22. -moz-column-count: 3;
  23. -webkit-column-count: 3;
  24. }
  25. p.startli, p.startdd, p.starttd {
  26. margin-top: 2px;
  27. }
  28. p.endli {
  29. margin-bottom: 0px;
  30. }
  31. p.enddd {
  32. margin-bottom: 4px;
  33. }
  34. p.endtd {
  35. margin-bottom: 2px;
  36. }
  37. /* @end */
  38. caption {
  39. font-weight: bold;
  40. }
  41. span.legend {
  42. font-size: 70%;
  43. text-align: center;
  44. }
  45. h3.version {
  46. font-size: 90%;
  47. text-align: center;
  48. }
  49. div.qindex, div.navtab{
  50. background-color: #D2E2EB;
  51. border: 1px solid #4B89AA;
  52. text-align: center;
  53. margin: 2px;
  54. padding: 2px;
  55. }
  56. div.qindex, div.navpath {
  57. width: 100%;
  58. line-height: 140%;
  59. }
  60. div.navtab {
  61. margin-right: 15px;
  62. }
  63. /* @group Link Styling */
  64. a {
  65. color: #101D24;
  66. font-weight: normal;
  67. text-decoration: none;
  68. }
  69. .contents a:visited {
  70. color: #172934;
  71. }
  72. a:hover {
  73. text-decoration: underline;
  74. }
  75. a.qindex {
  76. font-weight: bold;
  77. }
  78. a.qindexHL {
  79. font-weight: bold;
  80. background-color: #46809F;
  81. color: #ffffff;
  82. border: 1px double #386780;
  83. }
  84. .contents a.qindexHL:visited {
  85. color: #ffffff;
  86. }
  87. a.el {
  88. font-weight: bold;
  89. }
  90. a.elRef {
  91. }
  92. a.code {
  93. color: #172934;
  94. }
  95. a.codeRef {
  96. color: #172934;
  97. }
  98. /* @end */
  99. dl.el {
  100. margin-left: -1cm;
  101. }
  102. .fragment {
  103. font-family: monospace, fixed;
  104. font-size: 105%;
  105. }
  106. pre.fragment {
  107. border: 1px solid #81AFC7;
  108. background-color: #F6F9FB;
  109. padding: 4px 6px;
  110. margin: 4px 8px 4px 2px;
  111. overflow: auto;
  112. word-wrap: break-word;
  113. font-size: 9pt;
  114. line-height: 125%;
  115. }
  116. div.ah {
  117. background-color: black;
  118. font-weight: bold;
  119. color: #ffffff;
  120. margin-bottom: 3px;
  121. margin-top: 3px;
  122. padding: 0.2em;
  123. border: solid thin #333;
  124. border-radius: 0.5em;
  125. -webkit-border-radius: .5em;
  126. -moz-border-radius: .5em;
  127. box-shadow: 2px 2px 3px #999;
  128. -webkit-box-shadow: 2px 2px 3px #999;
  129. -moz-box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 2px;
  130. background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#000),color-stop(0.3, #444));
  131. background-image: -moz-linear-gradient(center top, #eee 0%, #444 40%, #000);
  132. }
  133. div.groupHeader {
  134. margin-left: 16px;
  135. margin-top: 12px;
  136. font-weight: bold;
  137. }
  138. div.groupText {
  139. margin-left: 16px;
  140. font-style: italic;
  141. }
  142. body {
  143. background: white;
  144. color: black;
  145. margin: 0;
  146. }
  147. div.contents {
  148. margin-top: 10px;
  149. margin-left: 10px;
  150. margin-right: 10px;
  151. }
  152. td.indexkey {
  153. background-color: #D2E2EB;
  154. font-weight: bold;
  155. border: 1px solid #81AFC7;
  156. margin: 2px 0px 2px 0;
  157. padding: 2px 10px;
  158. }
  159. td.indexvalue {
  160. background-color: #D2E2EB;
  161. border: 1px solid #81AFC7;
  162. padding: 2px 10px;
  163. margin: 2px 0px;
  164. }
  165. tr.memlist {
  166. background-color: #D7E5ED;
  167. }
  168. p.formulaDsp {
  169. text-align: center;
  170. }
  171. img.formulaDsp {
  172. }
  173. img.formulaInl {
  174. vertical-align: middle;
  175. }
  176. div.center {
  177. text-align: center;
  178. margin-top: 0px;
  179. margin-bottom: 0px;
  180. padding: 0px;
  181. }
  182. div.center img {
  183. border: 0px;
  184. }
  185. address.footer {
  186. text-align: right;
  187. padding-right: 12px;
  188. }
  189. img.footer {
  190. border: 0px;
  191. vertical-align: middle;
  192. }
  193. /* @group Code Colorization */
  194. span.keyword {
  195. color: #008000
  196. }
  197. span.keywordtype {
  198. color: #604020
  199. }
  200. span.keywordflow {
  201. color: #e08000
  202. }
  203. span.comment {
  204. color: #800000
  205. }
  206. span.preprocessor {
  207. color: #806020
  208. }
  209. span.stringliteral {
  210. color: #002080
  211. }
  212. span.charliteral {
  213. color: #008080
  214. }
  215. span.vhdldigit {
  216. color: #ff00ff
  217. }
  218. span.vhdlchar {
  219. color: #000000
  220. }
  221. span.vhdlkeyword {
  222. color: #700070
  223. }
  224. span.vhdllogic {
  225. color: #ff0000
  226. }
  227. /* @end */
  228. /*
  229. .search {
  230. color: #003399;
  231. font-weight: bold;
  232. }
  233. form.search {
  234. margin-bottom: 0px;
  235. margin-top: 0px;
  236. }
  237. input.search {
  238. font-size: 75%;
  239. color: #000080;
  240. font-weight: normal;
  241. background-color: #e8eef2;
  242. }
  243. */
  244. td.tiny {
  245. font-size: 75%;
  246. }
  247. .dirtab {
  248. padding: 4px;
  249. border-collapse: collapse;
  250. border: 1px solid #4B89AA;
  251. }
  252. th.dirtab {
  253. background: #D2E2EB;
  254. font-weight: bold;
  255. }
  256. hr {
  257. height: 0px;
  258. border: none;
  259. border-top: 1px solid #1A2F3A;
  260. }
  261. hr.footer {
  262. height: 1px;
  263. }
  264. /* @group Member Descriptions */
  265. table.memberdecls {
  266. border-spacing: 0px;
  267. padding: 0px;
  268. }
  269. .mdescLeft, .mdescRight,
  270. .memItemLeft, .memItemRight,
  271. .memTemplItemLeft, .memTemplItemRight, .memTemplParams {
  272. background-color: #F1F6F9;
  273. border: none;
  274. margin: 4px;
  275. padding: 1px 0 0 8px;
  276. }
  277. .mdescLeft, .mdescRight {
  278. padding: 0px 8px 4px 8px;
  279. color: #555;
  280. }
  281. .memItemLeft, .memItemRight, .memTemplParams {
  282. border-top: 1px solid #81AFC7;
  283. }
  284. .memItemLeft, .memTemplItemLeft {
  285. white-space: nowrap;
  286. }
  287. .memTemplParams {
  288. color: #172934;
  289. white-space: nowrap;
  290. }
  291. /* @end */
  292. /* @group Member Details */
  293. /* Styles for detailed member documentation */
  294. .memtemplate {
  295. font-size: 80%;
  296. color: #172934;
  297. font-weight: normal;
  298. margin-left: 9px;
  299. }
  300. .memnav {
  301. background-color: #D2E2EB;
  302. border: 1px solid #4B89AA;
  303. text-align: center;
  304. margin: 2px;
  305. margin-right: 15px;
  306. padding: 2px;
  307. }
  308. .memitem {
  309. padding: 0;
  310. margin-bottom: 10px;
  311. }
  312. .memname {
  313. white-space: nowrap;
  314. font-weight: bold;
  315. margin-left: 6px;
  316. }
  317. .memproto {
  318. border-top: 1px solid #508FB1;
  319. border-left: 1px solid #508FB1;
  320. border-right: 1px solid #508FB1;
  321. padding: 6px 0px 6px 0px;
  322. color: #04080A;
  323. font-weight: bold;
  324. text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9);
  325. /* opera specific markup */
  326. box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
  327. border-top-right-radius: 8px;
  328. border-top-left-radius: 8px;
  329. /* firefox specific markup */
  330. -moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px;
  331. -moz-border-radius-topright: 8px;
  332. -moz-border-radius-topleft: 8px;
  333. /* webkit specific markup */
  334. -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
  335. -webkit-border-top-right-radius: 8px;
  336. -webkit-border-top-left-radius: 8px;
  337. background-image:url('nav_f.png');
  338. background-repeat:repeat-x;
  339. background-color: #BED5E2;
  340. }
  341. .memdoc {
  342. border-bottom: 1px solid #508FB1;
  343. border-left: 1px solid #508FB1;
  344. border-right: 1px solid #508FB1;
  345. padding: 2px 5px;
  346. background-color: #F6F9FB;
  347. border-top-width: 0;
  348. /* opera specific markup */
  349. border-bottom-left-radius: 8px;
  350. border-bottom-right-radius: 8px;
  351. box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
  352. /* firefox specific markup */
  353. -moz-border-radius-bottomleft: 8px;
  354. -moz-border-radius-bottomright: 8px;
  355. -moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px;
  356. background-image: -moz-linear-gradient(center top, #FFFFFF 0%, #FFFFFF 60%, #ECF3F6 95%, #D7E5ED);
  357. /* webkit specific markup */
  358. -webkit-border-bottom-left-radius: 8px;
  359. -webkit-border-bottom-right-radius: 8px;
  360. -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
  361. background-image: -webkit-gradient(linear,center top,center bottom,from(#FFFFFF), color-stop(0.6,#FFFFFF), color-stop(0.60,#FFFFFF), color-stop(0.95,#ECF3F6), to(#D7E5ED));
  362. }
  363. .paramkey {
  364. text-align: right;
  365. }
  366. .paramtype {
  367. white-space: nowrap;
  368. }
  369. .paramname {
  370. color: #602020;
  371. white-space: nowrap;
  372. }
  373. .paramname em {
  374. font-style: normal;
  375. }
  376. .params, .retval, .exception, .tparams {
  377. border-spacing: 6px 2px;
  378. }
  379. .params .paramname, .retval .paramname {
  380. font-weight: bold;
  381. vertical-align: top;
  382. }
  383. .params .paramtype {
  384. font-style: italic;
  385. vertical-align: top;
  386. }
  387. .params .paramdir {
  388. font-family: "courier new",courier,monospace;
  389. vertical-align: top;
  390. }
  391. /* @end */
  392. /* @group Directory (tree) */
  393. /* for the tree view */
  394. .ftvtree {
  395. font-family: sans-serif;
  396. margin: 0px;
  397. }
  398. /* these are for tree view when used as main index */
  399. .directory {
  400. font-size: 9pt;
  401. font-weight: bold;
  402. margin: 5px;
  403. }
  404. .directory h3 {
  405. margin: 0px;
  406. margin-top: 1em;
  407. font-size: 11pt;
  408. }
  409. /*
  410. The following two styles can be used to replace the root node title
  411. with an image of your choice. Simply uncomment the next two styles,
  412. specify the name of your image and be sure to set 'height' to the
  413. proper pixel height of your image.
  414. */
  415. /*
  416. .directory h3.swap {
  417. height: 61px;
  418. background-repeat: no-repeat;
  419. background-image: url("yourimage.gif");
  420. }
  421. .directory h3.swap span {
  422. display: none;
  423. }
  424. */
  425. .directory > h3 {
  426. margin-top: 0;
  427. }
  428. .directory p {
  429. margin: 0px;
  430. white-space: nowrap;
  431. }
  432. .directory div {
  433. display: none;
  434. margin: 0px;
  435. }
  436. .directory img {
  437. vertical-align: -30%;
  438. }
  439. /* these are for tree view when not used as main index */
  440. .directory-alt {
  441. font-size: 100%;
  442. font-weight: bold;
  443. }
  444. .directory-alt h3 {
  445. margin: 0px;
  446. margin-top: 1em;
  447. font-size: 11pt;
  448. }
  449. .directory-alt > h3 {
  450. margin-top: 0;
  451. }
  452. .directory-alt p {
  453. margin: 0px;
  454. white-space: nowrap;
  455. }
  456. .directory-alt div {
  457. display: none;
  458. margin: 0px;
  459. }
  460. .directory-alt img {
  461. vertical-align: -30%;
  462. }
  463. /* @end */
  464. div.dynheader {
  465. margin-top: 8px;
  466. }
  467. address {
  468. font-style: normal;
  469. color: #060C0F;
  470. }
  471. table.doxtable {
  472. border-collapse:collapse;
  473. }
  474. table.doxtable td, table.doxtable th {
  475. border: 1px solid #070E11;
  476. padding: 3px 7px 2px;
  477. }
  478. table.doxtable th {
  479. background-color: #0C171C;
  480. color: #FFFFFF;
  481. font-size: 110%;
  482. padding-bottom: 4px;
  483. padding-top: 5px;
  484. text-align:left;
  485. }
  486. .tabsearch {
  487. top: 0px;
  488. left: 10px;
  489. height: 36px;
  490. background-image: url('tab_b.png');
  491. z-index: 101;
  492. overflow: hidden;
  493. font-size: 13px;
  494. }
  495. .navpath ul
  496. {
  497. font-size: 11px;
  498. background-image:url('tab_b.png');
  499. background-repeat:repeat-x;
  500. height:30px;
  501. line-height:30px;
  502. color:#3B6B85;
  503. border:solid 1px #7DACC5;
  504. overflow:hidden;
  505. margin:0px;
  506. padding:0px;
  507. }
  508. .navpath li
  509. {
  510. list-style-type:none;
  511. float:left;
  512. padding-left:10px;
  513. padding-right:15px;
  514. background-image:url('bc_s.png');
  515. background-repeat:no-repeat;
  516. background-position:right;
  517. color:#0C151B;
  518. }
  519. .navpath li.navelem a
  520. {
  521. height:32px;
  522. display:block;
  523. text-decoration: none;
  524. outline: none;
  525. }
  526. .navpath li.navelem a:hover
  527. {
  528. color:#28495B;
  529. }
  530. .navpath li.footer
  531. {
  532. list-style-type:none;
  533. float:right;
  534. padding-left:10px;
  535. padding-right:15px;
  536. background-image:none;
  537. background-repeat:no-repeat;
  538. background-position:right;
  539. color:#0C151B;
  540. font-size: 8pt;
  541. }
  542. div.summary
  543. {
  544. float: right;
  545. font-size: 8pt;
  546. padding-right: 5px;
  547. width: 50%;
  548. text-align: right;
  549. }
  550. div.summary a
  551. {
  552. white-space: nowrap;
  553. }
  554. div.ingroups
  555. {
  556. font-size: 8pt;
  557. padding-left: 5px;
  558. width: 50%;
  559. text-align: left;
  560. }
  561. div.ingroups a
  562. {
  563. white-space: nowrap;
  564. }
  565. div.header
  566. {
  567. background-image:url('nav_h.png');
  568. background-repeat:repeat-x;
  569. background-color: #F1F6F9;
  570. margin: 0px;
  571. border-bottom: 1px solid #81AFC7;
  572. }
  573. div.headertitle
  574. {
  575. padding: 5px 5px 5px 10px;
  576. }
  577. dl
  578. {
  579. padding: 0 0 0 10px;
  580. }
  581. dl.note, dl.warning, dl.attention, dl.pre, dl.post, dl.invariant, dl.deprecated, dl.todo, dl.test, dl.bug
  582. {
  583. border-left:4px solid;
  584. padding: 0 0 0 6px;
  585. }
  586. dl.note
  587. {
  588. border-color: #D0D000;
  589. }
  590. dl.warning, dl.attention
  591. {
  592. border-color: #FF0000;
  593. }
  594. dl.pre, dl.post, dl.invariant
  595. {
  596. border-color: #00D000;
  597. }
  598. dl.deprecated
  599. {
  600. border-color: #505050;
  601. }
  602. dl.todo
  603. {
  604. border-color: #00C0E0;
  605. }
  606. dl.test
  607. {
  608. border-color: #3030E0;
  609. }
  610. dl.bug
  611. {
  612. border-color: #C08050;
  613. }
  614. #projectlogo
  615. {
  616. text-align: center;
  617. vertical-align: bottom;
  618. border-collapse: separate;
  619. }
  620. #projectlogo img
  621. {
  622. border: 0px none;
  623. }
  624. #projectname
  625. {
  626. font: 300% arial,sans-serif;
  627. margin: 0px;
  628. padding: 0px;
  629. }
  630. #projectbrief
  631. {
  632. font: 120% arial,sans-serif;
  633. margin: 0px;
  634. padding: 0px;
  635. }
  636. #projectnumber
  637. {
  638. font: 50% arial,sans-serif;
  639. margin: 0px;
  640. padding: 0px;
  641. }
  642. #titlearea
  643. {
  644. padding: 0px;
  645. margin: 0px;
  646. width: 100%;
  647. border-bottom: 1px solid #1F3846;
  648. }