PageRenderTime 173ms CodeModel.GetById 1ms RepoModel.GetById 0ms app.codeStats 0ms

/js/lib/Socket.IO-node/support/expresso/deps/jscoverage/doc/style.css

http://github.com/onedayitwillmake/RealtimeMultiplayerNodeJs
CSS | 138 lines | 134 code | 3 blank | 1 comment | 0 complexity | af2ffd3347fc2871665c1d4a49b33ca2 MD5 | raw file
Possible License(s): GPL-2.0, LGPL-2.1, MPL-2.0-no-copyleft-exception, BSD-3-Clause
  1. html {
  2. background: #bfffbf;
  3. }
  4. h1 a {
  5. color: black;
  6. text-decoration: none;
  7. font-size: 182%;
  8. font-weight: bold;
  9. }
  10. span.h1 {
  11. font-size: 182%;
  12. font-weight: bold;
  13. }
  14. span.tag {
  15. font-size: 85%;
  16. font-style: italic;
  17. }
  18. h2 {
  19. font-size: 136%;
  20. font-weight: bold;
  21. margin-bottom: 1em;
  22. }
  23. h3 {
  24. font-size: 122%;
  25. font-weight: bold;
  26. margin-top: 1em;
  27. margin-bottom: 1em;
  28. }
  29. h4 {
  30. font-size: 107%;
  31. font-weight: bold;
  32. margin-top: 1em;
  33. margin-bottom: 1em;
  34. }
  35. p {
  36. margin-top: 1em;
  37. margin-bottom: 1em;
  38. }
  39. p:first-child {
  40. margin-top: 0;
  41. }
  42. div {
  43. background: white;
  44. }
  45. div#doc3 {
  46. font-size: 107%;
  47. margin-top: 10px;
  48. margin-bottom: 10px;
  49. border: 1px solid #aaa;
  50. }
  51. div#hd {
  52. margin: 1em;
  53. }
  54. div#bd {
  55. margin: 1em;
  56. border-top: 1px solid #aaa;
  57. border-bottom: 1px solid #aaa;
  58. padding-top: 1em;
  59. padding-bottom: 1em;
  60. }
  61. div#ft {
  62. margin: 1em;
  63. }
  64. div#yui-main {
  65. }
  66. div#jscoverage-main {
  67. }
  68. div#jscoverage-sidebar {
  69. border-left: 1px solid #aaa;
  70. padding-left: 10px;
  71. }
  72. dd {
  73. padding-left: 1em;
  74. }
  75. ul.list {
  76. padding-left: 1em;
  77. }
  78. ul.list li {
  79. display: list-item;
  80. list-style-position: outside;
  81. list-style-type: disc;
  82. }
  83. address {
  84. font-style: italic;
  85. }
  86. em {
  87. font-style: italic;
  88. }
  89. strong {
  90. font-weight: bold;
  91. }
  92. var {
  93. font-style: italic;
  94. }
  95. dfn {
  96. font-style: italic;
  97. }
  98. cite {
  99. font-style: italic;
  100. }
  101. abbr {
  102. cursor: help;
  103. border-bottom-width: 1px;
  104. border-bottom-style: dotted;
  105. }
  106. img.icon {
  107. vertical-align: middle;
  108. }
  109. /* tables */
  110. table {
  111. border-collapse: collapse;
  112. }
  113. col {
  114. border-left: 1px solid #d9d9d9;
  115. }
  116. col.first-col {
  117. border-left-width: 0px;
  118. }
  119. thead {
  120. border-bottom: 1px solid #666666;
  121. }
  122. th {
  123. font-weight: normal;
  124. text-align: left;
  125. }
  126. th, td {
  127. padding-left: 5px;
  128. padding-right: 5px;
  129. }
  130. .numeric {
  131. text-align: right;
  132. }
  133. tr.odd td {
  134. background-color: #e6ffe6;
  135. }