shCoreDefault.css 8.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361
  1. .syntaxhighlighter a, .syntaxhighlighter div, .syntaxhighlighter code, .syntaxhighlighter, .syntaxhighlighter td, .syntaxhighlighter tr, .syntaxhighlighter tbody, .syntaxhighlighter thead, .syntaxhighlighter caption, .syntaxhighlighter textarea {
  2. -moz-border-radius: 0 0 0 0 !important;
  3. -webkit-border-radius: 0 0 0 0 !important;
  4. background: none !important;
  5. border: 0 !important;
  6. bottom: auto !important;
  7. float: none !important;
  8. left: auto !important;
  9. line-height: 1.1em !important;
  10. margin: 0 !important;
  11. outline: 0 !important;
  12. overflow: visible !important;
  13. padding: 0 !important;
  14. position: static !important;
  15. right: auto !important;
  16. text-align: left !important;
  17. top: auto !important;
  18. vertical-align: baseline !important;
  19. width: auto !important;
  20. box-sizing: content-box !important;
  21. font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  22. font-weight: normal !important;
  23. font-style: normal !important;
  24. min-height: inherit !important;
  25. min-height: auto !important;
  26. font-size: 13px !important
  27. }
  28. .syntaxhighlighter {
  29. max-width: 100% !important;
  30. margin: .3em 0 .3em 0 !important;
  31. position: relative !important;
  32. overflow: auto !important;
  33. background-color: #f5f5f5 !important;
  34. border: 1px solid #ccc !important;
  35. border-radius: 4px !important;
  36. border-collapse: separate !important
  37. }
  38. .syntaxhighlighter.source {
  39. overflow: hidden !important
  40. }
  41. .syntaxhighlighter .bold {
  42. font-weight: bold !important
  43. }
  44. .syntaxhighlighter .italic {
  45. font-style: italic !important
  46. }
  47. .syntaxhighlighter .gutter div {
  48. white-space: pre !important;
  49. word-wrap: normal
  50. }
  51. .syntaxhighlighter caption {
  52. text-align: left !important;
  53. padding: .5em 0 .5em 1em !important
  54. }
  55. .syntaxhighlighter td.code {
  56. width: 100% !important
  57. }
  58. .syntaxhighlighter td.code .codeContainers {
  59. position: relative !important
  60. }
  61. .syntaxhighlighter td.code .codeContainers textarea {
  62. box-sizing: border-box !important;
  63. position: absolute !important;
  64. left: 0 !important;
  65. top: 0 !important;
  66. width: 100% !important;
  67. border: none !important;
  68. background: white !important;
  69. padding-left: 1em !important;
  70. overflow: hidden !important;
  71. white-space: pre !important
  72. }
  73. .syntaxhighlighter td.gutter .line {
  74. text-align: right !important;
  75. padding: 0 .5em 0 1em !important
  76. }
  77. .syntaxhighlighter td.code .line {
  78. padding: 0 1em !important
  79. }
  80. .syntaxhighlighter.nogutter td.code .codeContainers textarea, .syntaxhighlighter.nogutter td.code .line {
  81. padding-left: 0 !important
  82. }
  83. .syntaxhighlighter.show {
  84. display: block !important
  85. }
  86. .syntaxhighlighter.collapsed table {
  87. display: none !important
  88. }
  89. .syntaxhighlighter.collapsed .toolbar {
  90. padding: .1em .8em 0 .8em !important;
  91. font-size: 1em !important;
  92. position: static !important;
  93. width: auto !important
  94. }
  95. .syntaxhighlighter.collapsed .toolbar span {
  96. display: inline !important;
  97. margin-right: 1em !important
  98. }
  99. .syntaxhighlighter.collapsed .toolbar span a {
  100. padding: 0 !important;
  101. display: none !important
  102. }
  103. .syntaxhighlighter.collapsed .toolbar span a.expandSource {
  104. display: inline !important
  105. }
  106. .syntaxhighlighter .toolbar {
  107. position: absolute !important;
  108. right: 1px !important;
  109. top: 1px !important;
  110. width: 11px !important;
  111. height: 11px !important;
  112. font-size: 10px !important;
  113. z-index: 10 !important
  114. }
  115. .syntaxhighlighter .toolbar span.title {
  116. display: inline !important
  117. }
  118. .syntaxhighlighter .toolbar a {
  119. display: block !important;
  120. text-align: center !important;
  121. text-decoration: none !important;
  122. padding-top: 1px !important
  123. }
  124. .syntaxhighlighter .toolbar a.expandSource {
  125. display: none !important
  126. }
  127. .syntaxhighlighter.ie {
  128. font-size: .9em !important;
  129. padding: 1px 0 1px 0 !important
  130. }
  131. .syntaxhighlighter.ie .toolbar {
  132. line-height: 8px !important
  133. }
  134. .syntaxhighlighter.ie .toolbar a {
  135. padding-top: 0 !important
  136. }
  137. .syntaxhighlighter.printing .line.alt1 .content, .syntaxhighlighter.printing .line.alt2 .content, .syntaxhighlighter.printing .line.highlighted .number, .syntaxhighlighter.printing .line.highlighted.alt1 .content, .syntaxhighlighter.printing .line.highlighted.alt2 .content {
  138. background: none !important
  139. }
  140. .syntaxhighlighter.printing .line .number {
  141. color: #bbb !important
  142. }
  143. .syntaxhighlighter.printing .line .content {
  144. color: black !important
  145. }
  146. .syntaxhighlighter.printing .toolbar {
  147. display: none !important
  148. }
  149. .syntaxhighlighter.printing a {
  150. text-decoration: none !important
  151. }
  152. .syntaxhighlighter.printing .plain, .syntaxhighlighter.printing .plain a {
  153. color: black !important
  154. }
  155. .syntaxhighlighter.printing .comments, .syntaxhighlighter.printing .comments a {
  156. color: #008200 !important
  157. }
  158. .syntaxhighlighter.printing .string, .syntaxhighlighter.printing .string a {
  159. color: blue !important
  160. }
  161. .syntaxhighlighter.printing .keyword {
  162. color: #ff7800 !important;
  163. font-weight: bold !important
  164. }
  165. .syntaxhighlighter.printing .preprocessor {
  166. color: gray !important
  167. }
  168. .syntaxhighlighter.printing .variable {
  169. color: #a70 !important
  170. }
  171. .syntaxhighlighter.printing .value {
  172. color: #090 !important
  173. }
  174. .syntaxhighlighter.printing .functions {
  175. color: #ff1493 !important
  176. }
  177. .syntaxhighlighter.printing .constants {
  178. color: #06c !important
  179. }
  180. .syntaxhighlighter.printing .script {
  181. font-weight: bold !important
  182. }
  183. .syntaxhighlighter.printing .color1, .syntaxhighlighter.printing .color1 a {
  184. color: gray !important
  185. }
  186. .syntaxhighlighter.printing .color2, .syntaxhighlighter.printing .color2 a {
  187. color: #ff1493 !important
  188. }
  189. .syntaxhighlighter.printing .color3, .syntaxhighlighter.printing .color3 a {
  190. color: red !important
  191. }
  192. .syntaxhighlighter.printing .break, .syntaxhighlighter.printing .break a {
  193. color: black !important
  194. }
  195. .syntaxhighlighter {
  196. background-color: #f5f5f5 !important
  197. }
  198. .syntaxhighlighter .line.highlighted.number {
  199. color: black !important
  200. }
  201. .syntaxhighlighter caption {
  202. color: black !important
  203. }
  204. .syntaxhighlighter .gutter {
  205. color: #afafaf !important;
  206. background-color: #f7f7f9 !important;
  207. border-right: 1px solid #e1e1e8 !important;
  208. padding: 9.5px 0 9.5px 9.5px !important;
  209. border-top-left-radius: 4px !important;
  210. border-bottom-left-radius: 4px !important;
  211. user-select: none !important;
  212. -moz-user-select: none !important;
  213. -webkit-user-select: none !important
  214. }
  215. .syntaxhighlighter .gutter .line.highlighted {
  216. background-color: #6ce26c !important;
  217. color: white !important
  218. }
  219. .syntaxhighlighter.printing .line .content {
  220. border: none !important
  221. }
  222. .syntaxhighlighter.collapsed {
  223. overflow: visible !important
  224. }
  225. .syntaxhighlighter.collapsed .toolbar {
  226. color: blue !important;
  227. background: white !important;
  228. border: 1px solid #6ce26c !important
  229. }
  230. .syntaxhighlighter.collapsed .toolbar a {
  231. color: blue !important
  232. }
  233. .syntaxhighlighter.collapsed .toolbar a:hover {
  234. color: red !important
  235. }
  236. .syntaxhighlighter .toolbar {
  237. color: white !important;
  238. background: #6ce26c !important;
  239. border: none !important
  240. }
  241. .syntaxhighlighter .toolbar a {
  242. color: white !important
  243. }
  244. .syntaxhighlighter .toolbar a:hover {
  245. color: black !important
  246. }
  247. .syntaxhighlighter .plain, .syntaxhighlighter .plain a {
  248. color: black !important
  249. }
  250. .syntaxhighlighter .comments, .syntaxhighlighter .comments a {
  251. color: #008200 !important
  252. }
  253. .syntaxhighlighter .string, .syntaxhighlighter .string a {
  254. color: blue !important
  255. }
  256. .syntaxhighlighter .keyword {
  257. color: #ff7800 !important
  258. }
  259. .syntaxhighlighter .preprocessor {
  260. color: gray !important
  261. }
  262. .syntaxhighlighter .variable {
  263. color: #a70 !important
  264. }
  265. .syntaxhighlighter .value {
  266. color: #090 !important
  267. }
  268. .syntaxhighlighter .functions {
  269. color: #ff1493 !important
  270. }
  271. .syntaxhighlighter .constants {
  272. color: #06c !important
  273. }
  274. .syntaxhighlighter .script {
  275. font-weight: bold !important;
  276. color: #ff7800 !important;
  277. background-color: none !important
  278. }
  279. .syntaxhighlighter .color1, .syntaxhighlighter .color1 a {
  280. color: gray !important
  281. }
  282. .syntaxhighlighter .color2, .syntaxhighlighter .color2 a {
  283. color: #ff1493 !important
  284. }
  285. .syntaxhighlighter .color3, .syntaxhighlighter .color3 a {
  286. color: red !important
  287. }
  288. .syntaxhighlighter .keyword {
  289. font-weight: bold !important
  290. }