Guest User

Untitled

a guest
Jun 18th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.08 KB | None | 0 0
  1. body {
  2. color: #bdae9d;
  3. background: #221e1e;
  4. font: 12px "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
  5. }
  6. h1 {
  7. font-size: 150%;
  8. font-weight: bold;
  9. padding: 0;
  10. margin: 1em 0 0 .3em;
  11. }
  12. hr {
  13. border: none 0;
  14. border-top: 1px dotted #363030;
  15. height: 1px;
  16. }
  17.  
  18. a {
  19. color: #eddac7;
  20. }
  21. a.link:after {
  22. content: " ⎋"
  23. }
  24. a:hover {
  25. text-decoration: none;
  26. }
  27. .description {
  28. color: #aa9361;
  29. }
  30.  
  31. pre.example {
  32. margin: 4px 40px 4px 5px;
  33. border: 1px dotted #363030;
  34. padding: 10px 20px;
  35. background: rgba(50, 50, 50, 0.2);
  36. }
  37. code {
  38. font-size: 105%;
  39. }
  40. code .punctuation,
  41. code .separated:after {
  42. color: #47b8bd;
  43. }
  44.  
  45. code a {
  46. color: #c4646b;
  47. }
  48.  
  49. #index a,
  50. code a {
  51. text-decoration: none;
  52. }
  53. code a:hover,
  54. #index a:hover {
  55. text-decoration: underline;
  56. }
  57. #index a {
  58. padding: 10px;
  59. line-height: 18px;
  60. }
  61. .keyword,
  62. a.keyword,
  63. .keyword a {
  64. color: #999efd;
  65. }
  66. .attributes {
  67. color: #777;
  68. font-style: italic;
  69. }
  70. .separated:after {
  71. content: ", ";
  72. }
  73. .separated:last-child:after {
  74. content: "";
  75. }
  76.  
  77. #index {
  78. font-size: 10px;
  79. color: #EDDAC7;
  80. margin-top: 4px;
  81. float: left;
  82. width: 170px;
  83. position: fixed;
  84. left: 8px;
  85. background: rgba(50, 50, 50, 0.5);
  86. padding: 8px;
  87. -moz-border-radius: 1em;
  88. -webkit-border-radius: 1em;
  89. border-radius: 1em;
  90. /*
  91. -webkit-box-shadow: 0.2em 0.2em 0.2em rgba(255, 255, 255, 0.1);
  92. -moz-box-shadow: 0.2em 0.2em 0.2em rgba(255, 255, 255, 0.1);
  93. box-shadow: 0.1em 0.1em 0.2em rgba(255, 255, 255, 0.1);
  94. */
  95. }
  96.  
  97. #content {
  98. padding-top: 10px;
  99. padding-bottom: 15px;
  100. margin-left: 200px;
  101. }
  102.  
  103. .panel {
  104. color: #e5c138;
  105. position: fixed;
  106. right: 0px;
  107. background: rgba(70, 70, 70, 0.9);
  108. padding: 6px 15px;
  109. font-size: 10px;
  110. }
  111.  
  112. #footer {
  113. border-top-left-radius: 1em;
  114. -webkit-border-top-left-radius: 1em;
  115. -moz-border-radius-topleft: 1em;
  116. bottom: 0px;
  117. }
  118. #header {
  119. border-bottom-left-radius: 1em;
  120. -webkit-border-bottom-left-radius: 1em;
  121. -moz-border-radius-bottomleft: 1em;
  122. top: 0px;
  123. }
  124. .center {
  125. text-align: center;
  126. }
  127.  
  128. .classList {
  129. list-style-type: none;
  130. padding: 0;
  131. margin: 0 0 0 8px;
  132. font-family: arial, sans-serif;
  133. font-size: 1em;
  134. overflow: auto;
  135. }
  136. .classList li {
  137. padding: 0;
  138. margin: 0 0 8px 0;
  139. }
  140. .summaryTable {
  141. width: 100%;
  142. }
  143. h1.classTitle {
  144. font-size:170%;
  145. line-height:130%;
  146. color: #e5c138;
  147. }
  148. h2 { font-size: 140%; }
  149. caption, div.sectionTitle {
  150. color: #e5c138;
  151. font-size:130%;
  152. text-align: left;
  153. padding: 2px 6px 2px 6px;
  154. background: rgba(50, 50, 50, 0.5);
  155. padding: 8px;
  156. -moz-border-radius: 1em;
  157. -webkit-border-radius: 1em;
  158. border-radius: 1em;
  159. }
  160. .sectionBody {
  161. padding: 0 8px;
  162. }
  163. div.sectionTitle {
  164. background: rgba(100, 90, 70, 0.1);
  165. }
  166.  
  167. div.sectionTitle { margin-bottom: 8px; }
  168. .summaryTable thead { display: none; }
  169. .summaryTable td {
  170. vertical-align: top;
  171. padding: 4px;
  172. border-bottom: 1px #363030 dotted;
  173. }
  174. /*col#summaryAttributes {}*/
  175. .summaryTable td.attributes {
  176. width: 140px;
  177. text-align: right;
  178. }
  179. .summaryTable td.nameDescription {
  180. text-align: left;
  181. font-size: 13px;
  182. line-height: 15px;
  183. }
  184. .summaryTable td.nameDescription, .description {
  185. line-height: 15px;
  186. padding: 4px;
  187. padding-left: 4px;
  188. }
  189. .summaryTable { margin-bottom: 8px; }
  190. ul.inheritsList {
  191. list-style: square;
  192. margin-left: 20px;
  193. padding-left: 0;
  194. }
  195. .detailList {
  196. margin-left: 20px;
  197. line-height: 15px;
  198. }
  199. .detailList dt { margin-left: 20px; }
  200. .detailList .heading {
  201. font-weight: bold;
  202. padding-bottom: 6px;
  203. margin-left: 0;
  204. }
  205. .light, .light a:link, .light a:visited {
  206. color: #777;
  207. font-style: italic;
  208. }
  209. .fineprint {
  210. text-align: right;
  211. font-size: 10px;
  212. }
  213.  
  214. #index:target .collapsed {
  215. visibility: inherit;
  216. }
  217. .collapsed {
  218. visibility: collapse;
  219. }
  220.  
  221. .source {
  222. padding: 10px 0px;
  223. background: rgba(50, 50, 50, 0.2);
  224. position: relative;
  225. }
  226. .lines {
  227. color: #e5c138;
  228. position: relative;
  229. float: left;
  230. background: #4c4a41;
  231. padding: 10px 5px;
  232. margin: 0 10px 0 0px;
  233. border-right: 1px solid #6B685C;
  234. }
  235.  
  236. .code {
  237. margin: 0;
  238. padding: 0;
  239. }
  240.  
  241.  
  242. /* Pretty printing styles. Used with prettify.js. */
  243.  
  244. .str { color: #aa9361; }
  245. .kwd { color: #999efd; }
  246. .com { color: #555555; }
  247. .typ { color: #c4646b; }
  248. .lit { color: #ea8b1a; }
  249. .pun { color: #47b8bd; }
  250. .pln { color: #bdae9d; }
  251. .tag { color: #ea8b1a; }
  252. .atn { color: #a83e71; }
  253. .atv { color: #bfc330; }
  254. .dec { color: #72D5A2; }
  255. .space { background-color: yellow; }
  256.  
  257. @media print {
  258. .str { color: #060; }
  259. .kwd { color: #006; font-weight: bold; }
  260. .com { color: #600; font-style: italic; }
  261. .typ { color: #404; font-weight: bold; }
  262. .lit { color: #044; }
  263. .pun { color: #440; }
  264. .pln { color: #000; }
  265. .tag { color: #006; font-weight: bold; }
  266. .atn { color: #404; }
  267. .atv { color: #060; }
  268. }
Add Comment
Please, Sign In to add comment