libinputdoxygen.css 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. @import url("https://fonts.googleapis.com/css?family=Roboto+Mono");
  2. dd {
  3. margin-left: 30px;
  4. }
  5. .title {
  6. font-size: 200%;
  7. font-weight: bold;
  8. }
  9. .title .ingroups {
  10. font-size: 50%;
  11. }
  12. h1 {
  13. font-size: 150%;
  14. color: #354C7B;
  15. background: none;
  16. border-bottom: 1px solid #879ECB;
  17. font-size: 150%;
  18. font-weight: normal;
  19. padding-top: 8px;
  20. padding-bottom: 8px;
  21. padding-left: 0px;
  22. width: 100%;
  23. }
  24. h2 {
  25. font-size: 120%;
  26. color: #354C7B;
  27. background: none;
  28. border-bottom: 1px solid #879ECB;
  29. font-size: 150%;
  30. font-weight: normal;
  31. padding-top: 8px;
  32. padding-bottom: 8px;
  33. padding-left: 0px;
  34. width: 100%;
  35. }
  36. .sm-dox li {
  37. float:left;
  38. border-top: 0;
  39. padding-right: 20px;
  40. }
  41. .sm li, .sm a {
  42. position: relative;
  43. }
  44. .sm, .sm ul, .sm li {
  45. list-style: none;
  46. display: block;
  47. line-height: normal;
  48. direction: ltr;
  49. text-align: left;
  50. }
  51. .sm, .sm *, .sm *::before, .sm *::after {
  52. box-sizing: border-box;
  53. }
  54. #main-nav {
  55. padding: 30px;
  56. }
  57. /* Main menu sub-items like file-list, etc */
  58. #main-menu li ul {
  59. display: none;
  60. }
  61. .paramname {
  62. padding-right: 10px;
  63. }
  64. .memtitle {
  65. background-image: none;
  66. background-color: #F0F0F0;
  67. }
  68. .memproto {
  69. background-color: #F0F0F0;
  70. }
  71. .headertitle {
  72. background-image: none;
  73. background-color: #F0F0F0;
  74. }
  75. div.header {
  76. border: none;
  77. }
  78. td.fieldname {
  79. font-family: 'Roboto Mono', monospace;
  80. }
  81. .fieldtable th {
  82. background-image: none;
  83. background-color: #F0F0F0;
  84. }
  85. body {
  86. letter-spacing: 0px;
  87. }
  88. .mdescLeft, .mdescRight, .memItemLeft, .memItemRight, .memTemplItemLeft, .memTemplItemRight, .memTemplParams {
  89. background-color: #F0F0F0;
  90. }
  91. a {
  92. color: #2873b0;
  93. }
  94. .navpath ul {
  95. background-image: none;
  96. background-color: #F0F0F0;
  97. }