home *** CD-ROM | disk | FTP | other *** search
/ Freelog 116 / FreelogNo116-JuilletSeptembre2013.iso / Bureautique / KDiff3 / KDiff3-32bit-Setup_0.9.97.exe / doc / common / doxygen.css < prev    next >
Cascading Style Sheet File  |  2008-05-21  |  1KB  |  97 lines

  1. #content td.memItemLeft {
  2. text-align: right;
  3. }
  4.  
  5. .groupHeader {
  6. font-size: medium;
  7. color: #418ADE;
  8. }
  9.  
  10. hr { display: none; }
  11. #content h2 { margin-left: 0px; }
  12.  
  13. table.memname {
  14. empty-cells: show;
  15. background-color: #f8f8f8;
  16. outline: .2em solid #d7d7d7;
  17. margin-top: 3em;
  18. margin-bottom: 1em;
  19. }
  20.  
  21. td.memname {
  22. white-space: nowrap;
  23. font-weight: bold;
  24. }
  25.  
  26. .paramtype {
  27. white-space: nowrap;
  28. font-weight: bold;
  29. }
  30.  
  31. .paramname {
  32. white-space: nowrap;
  33. font-weight: bold;
  34. }
  35.  
  36. .paramkey {
  37. text-align: right;
  38. }
  39.  
  40.  
  41. table.mdTable {
  42. background-color: #f8f8f8;
  43. outline: .2em solid #d7d7d7;
  44. width: 80%;
  45. }
  46.  
  47. td.mdRow { padding: 8px 20px; }
  48. td.md { font-weight: bold; }
  49. td.mdname1 { font-weight: bold; color: #602020; }
  50. td.mdname { font-weight: bold; color: #602020;  }
  51.  
  52. div.bic {
  53. border: 2px solid #E72300;
  54. background: #F6CFDD;
  55. padding: 0.5ex 1em;
  56. }
  57.  
  58. div.memitem {
  59. }
  60.  
  61. div.memproto {
  62. /*background: #F9F9F9;
  63. border: 1px solid #AAAAAA;*/
  64. font-weight: bold;
  65. }
  66.  
  67. div.memproto td {
  68. white-space: nowrap;
  69. padding:0;
  70. margin:0;
  71. }
  72.  
  73. table.memname {
  74. border-spacing: 0;
  75. border-collapse:collapse;
  76. }
  77.  
  78. td.paramtype {
  79. font-family:monospace;
  80. }
  81.  
  82. div.memproto a.el {
  83. font-family:monospace;
  84. }
  85.  
  86. div.memproto a.elRef {
  87. font-family:monospace;
  88. }
  89.  
  90. SPAN.keyword       { color: #008000 }
  91. SPAN.keywordtype   { color: #604020 }
  92. SPAN.keywordflow   { color: #e08000 }
  93. SPAN.comment       { color: #800000 }
  94. SPAN.preprocessor  { color: #806020 }
  95. SPAN.stringliteral { color: #002080 }
  96. SPAN.charliteral   { color: #008080 }
  97.