examples.css 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211
  1. body {
  2. margin: 0;
  3. padding: 0;
  4. border: 0;
  5. width: 100%;
  6. background: #fff;
  7. min-width: 600px;
  8. font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  9. }
  10. /* Header styles */
  11. #header {
  12. clear: both;
  13. float: left;
  14. width: 100%;
  15. position: relative;
  16. height: 94px;
  17. top: 0px;
  18. padding: 0px;
  19. background-image: url('./images/logo.jpg');
  20. background-repeat: no-repeat;
  21. background-color: #292929;
  22. }
  23. /* 'widths' sub menu */
  24. #layoutdims {
  25. clear: both;
  26. background: #eee;
  27. border-top: 4px solid #000;
  28. margin: 0;
  29. padding: 6px 15px !important;
  30. text-align: right;
  31. }
  32. /* column container */
  33. .colmask {
  34. position: relative; /* This fixes the IE7 overflow hidden bug */
  35. clear: both;
  36. float: left;
  37. width: 100%; /* width of whole page */
  38. overflow: hidden; /* This chops off any overhanging divs */
  39. }
  40. /* common column settings */
  41. .colright,
  42. .colmid,
  43. .colleft {
  44. float: left;
  45. width: 100%;
  46. position: relative;
  47. }
  48. .col1,
  49. .col2,
  50. .col3 {
  51. float: left;
  52. position: relative;
  53. padding: 0 0 1em 0;
  54. overflow: hidden;
  55. }
  56. /* 2 Column (left menu) settings */
  57. .leftmenu {
  58. background: #ffffff; /* right column background colour */
  59. }
  60. .leftmenu .colleft {
  61. right: 75%; /* right column width */
  62. background: #717171; /* left column background colour */
  63. }
  64. .leftmenu .col1 {
  65. width: 71%; /* right column content width */
  66. left: 102%; /* 100% plus left column left padding */
  67. margin-top: 20px;
  68. }
  69. .leftmenu .col2 {
  70. width: 21%; /* left column content width (column width minus left and right padding) */
  71. left: 6%; /* (right column left and right padding) plus (left column left padding) */
  72. margin-top: 20px;
  73. }
  74. /* Footer styles */
  75. #footer {
  76. clear: both;
  77. float: left;
  78. width: 100%;
  79. border-top: 1px solid #000;
  80. }
  81. #footer p {
  82. padding: 10px;
  83. margin: 0;
  84. }
  85. div.nav {
  86. position:relative;
  87. top: 70px;
  88. text-align: right;
  89. }
  90. a.nav span {
  91. font-size: 11px;
  92. position: relative;
  93. bottom: 2px;
  94. }
  95. a.nav:visited {
  96. text-decoration: none;
  97. border: 0px;
  98. color: #aaaaaa;
  99. }
  100. a.nav, a.nav:link {
  101. border: 0px;
  102. text-decoration: none;
  103. font-family: Tahoma, "Helvetica Neue", "Trebuchet MS", Verdana, Arial, sans-serif;
  104. font-size: 16px;
  105. color: #aaaaaa;
  106. margin-right: 11px;
  107. }
  108. a.nav:hover {
  109. text-decoration: none;
  110. border: 0px;
  111. color: #E0771C;
  112. }
  113. a.nav:active {
  114. text-decoration: none;
  115. border: 0px;
  116. color: #E0771C;
  117. }
  118. pre.code-block{
  119. background: #D8F4DC;
  120. border: 1px solid rgb(200, 200, 200);
  121. padding-top: 1em;
  122. padding-left: 3em;
  123. padding-bottom: 1em;
  124. margin-top: 1em;
  125. margin-bottom: 3em;
  126. }
  127. pre.code {
  128. border: 1px solid rgb(200, 200, 200);
  129. padding-top: 1em;
  130. padding-left: 3em;
  131. padding-bottom: 1em;
  132. margin-top: 1em;
  133. margin-bottom: 4em;
  134. }
  135. div.include {
  136. margin-bottom: 2em;
  137. }
  138. p {
  139. margin: 2em 0;
  140. }
  141. .jqplot-image-button {
  142. margin-bottom: 15px;
  143. margin-top: 15px;
  144. }
  145. div.jqplot-image-container {
  146. position: relative;
  147. z-index: 11;
  148. margin: auto;
  149. display: none;
  150. background-color: #ffffff;
  151. border: 1px solid #999;
  152. display: inline-block;
  153. margin-top: 25px;
  154. }
  155. div.jqplot-image-container-header {
  156. font-size: 1.0em;
  157. font-weight: bold;
  158. padding: 5px 15px;
  159. background-color: #eee;
  160. }
  161. div.jqplot-image-container-content {
  162. padding: 15px;
  163. background-color: #ffffff;
  164. }
  165. a.jqplot-image-container-close {
  166. float: right;
  167. }
  168. div.example-link {
  169. margin-bottom: 8px;
  170. }
  171. a.example-link {
  172. color: #ffffff;
  173. }
  174. div.example-plot {
  175. width: 500px;
  176. height: 300px;
  177. }
  178. .jqplot-table-legend-label {
  179. white-space: nowrap;
  180. }
  181. div.syntaxhighlighter {
  182. margin-top: 4em !important;
  183. margin-bottom: 3em !important;
  184. }