PageRenderTime 83ms CodeModel.GetById 10ms RepoModel.GetById 0ms app.codeStats 0ms

/public/DataTables/examples/resources/syntax/shCore.css

https://gitlab.com/dae.nuli/resep
CSS | 395 lines | 350 code | 13 blank | 32 comment | 0 complexity | 54a6f0762afc117d72c29921a71a290c MD5 | raw file
  1. /**
  2. * SyntaxHighlighter
  3. * http://alexgorbatchev.com/SyntaxHighlighter
  4. *
  5. * SyntaxHighlighter is donationware. If you are using it, please donate.
  6. * http://alexgorbatchev.com/SyntaxHighlighter/donate.html
  7. *
  8. * @version
  9. * 3.0.83 (July 02 2010)
  10. *
  11. * @copyright
  12. * Copyright (C) 2004-2010 Alex Gorbatchev.
  13. *
  14. * @license
  15. * Dual licensed under the MIT and GPL licenses.
  16. */
  17. .syntaxhighlighter a,
  18. .syntaxhighlighter div,
  19. .syntaxhighlighter code,
  20. .syntaxhighlighter table,
  21. .syntaxhighlighter table td,
  22. .syntaxhighlighter table tr,
  23. .syntaxhighlighter table tbody,
  24. .syntaxhighlighter table thead,
  25. .syntaxhighlighter table caption,
  26. .syntaxhighlighter textarea {
  27. -moz-border-radius: 0 0 0 0 !important;
  28. -webkit-border-radius: 0 0 0 0 !important;
  29. background: none !important;
  30. border: 0 !important;
  31. bottom: auto !important;
  32. float: none !important;
  33. height: auto !important;
  34. left: auto !important;
  35. line-height: 1.1em !important;
  36. margin: 0 !important;
  37. outline: 0 !important;
  38. overflow: visible !important;
  39. padding: 0 !important;
  40. position: static !important;
  41. right: auto !important;
  42. text-align: left !important;
  43. top: auto !important;
  44. vertical-align: baseline !important;
  45. width: auto !important;
  46. box-sizing: content-box !important;
  47. font-family: "Source Code Pro","Consolas","Monaco","Bitstream Vera Sans Mono","Courier New",Courier,monospace !important;
  48. font-weight: normal !important;
  49. font-style: normal !important;
  50. font-size: 1em !important;
  51. min-height: inherit !important;
  52. min-height: auto !important;
  53. white-space: nowrap;
  54. }
  55. .syntaxhighlighter {
  56. width: 100% !important;
  57. margin: 1em 0 1em 0 !important;
  58. position: relative !important;
  59. overflow: auto !important;
  60. font-size: 1em !important;
  61. clear: both;
  62. box-shadow: inset 0 0 3px #555;
  63. padding: 5px 3px;
  64. background: #f8f8f8 !important;
  65. box-sizing: border-box;
  66. }
  67. .syntaxhighlighter.source {
  68. overflow: hidden !important;
  69. }
  70. .syntaxhighlighter .bold {
  71. font-weight: bold !important;
  72. }
  73. .syntaxhighlighter .italic {
  74. font-style: italic !important;
  75. }
  76. .syntaxhighlighter .line {
  77. white-space: nowrap !important;
  78. }
  79. .syntaxhighlighter table {
  80. width: 100% !important;
  81. }
  82. .syntaxhighlighter table caption {
  83. text-align: left !important;
  84. padding: .5em 0 0.5em 1em !important;
  85. }
  86. .syntaxhighlighter table td.code {
  87. width: 100% !important;
  88. }
  89. .syntaxhighlighter table td.code .container {
  90. position: relative !important;
  91. }
  92. .syntaxhighlighter table td.code .container textarea {
  93. box-sizing: border-box !important;
  94. position: absolute !important;
  95. left: 0 !important;
  96. top: 0 !important;
  97. width: 100% !important;
  98. height: 100% !important;
  99. border: none !important;
  100. background: white !important;
  101. padding-left: 1em !important;
  102. overflow: hidden !important;
  103. white-space: pre !important;
  104. }
  105. .syntaxhighlighter table td.gutter .line {
  106. text-align: right !important;
  107. padding: 2px 0.5em 2px 1em !important;
  108. }
  109. .syntaxhighlighter table td.code .line {
  110. padding: 2px 1em !important;
  111. }
  112. .syntaxhighlighter.nogutter td.code .container textarea, .syntaxhighlighter.nogutter td.code .line {
  113. padding-left: 0em !important;
  114. }
  115. .syntaxhighlighter.show {
  116. display: block !important;
  117. }
  118. .syntaxhighlighter.collapsed table {
  119. display: none !important;
  120. }
  121. .syntaxhighlighter.collapsed .toolbar {
  122. padding: 0.1em 0.8em 0em 0.8em !important;
  123. font-size: 1em !important;
  124. position: static !important;
  125. width: auto !important;
  126. height: auto !important;
  127. }
  128. .syntaxhighlighter.collapsed .toolbar span {
  129. display: inline !important;
  130. margin-right: 1em !important;
  131. }
  132. .syntaxhighlighter.collapsed .toolbar span a {
  133. padding: 0 !important;
  134. display: none !important;
  135. }
  136. .syntaxhighlighter.collapsed .toolbar span a.expandSource {
  137. display: inline !important;
  138. }
  139. .syntaxhighlighter .toolbar {
  140. position: absolute !important;
  141. right: 10px !important;
  142. top: 0 !important;
  143. font-size: 10px !important;
  144. z-index: 7 !important;
  145. }
  146. .syntaxhighlighter .toolbar span.title {
  147. display: inline !important;
  148. }
  149. .syntaxhighlighter .toolbar a {
  150. display: block !important;
  151. text-align: center !important;
  152. text-decoration: none !important;
  153. padding-top: 1px !important;
  154. }
  155. .syntaxhighlighter .toolbar a.expandSource {
  156. display: none !important;
  157. }
  158. .syntaxhighlighter.ie {
  159. font-size: .9em !important;
  160. padding: 1px 0 1px 0 !important;
  161. }
  162. .syntaxhighlighter.ie .toolbar {
  163. line-height: 8px !important;
  164. }
  165. .syntaxhighlighter.ie .toolbar a {
  166. padding-top: 0px !important;
  167. }
  168. .syntaxhighlighter.printing .line.alt1 .content,
  169. .syntaxhighlighter.printing .line.alt2 .content,
  170. .syntaxhighlighter.printing .line.highlighted .number,
  171. .syntaxhighlighter.printing .line.highlighted.alt1 .content,
  172. .syntaxhighlighter.printing .line.highlighted.alt2 .content {
  173. background: none !important;
  174. }
  175. .syntaxhighlighter.printing .line .number {
  176. color: #bbbbbb !important;
  177. }
  178. .syntaxhighlighter.printing .line .content {
  179. color: black !important;
  180. }
  181. .syntaxhighlighter.printing .toolbar {
  182. display: none !important;
  183. }
  184. .syntaxhighlighter.printing a {
  185. text-decoration: none !important;
  186. }
  187. .syntaxhighlighter.printing .plain, .syntaxhighlighter.printing .plain a {
  188. color: black !important;
  189. }
  190. .syntaxhighlighter.printing .comments, .syntaxhighlighter.printing .comments a {
  191. color: #008200 !important;
  192. }
  193. .syntaxhighlighter.printing .string, .syntaxhighlighter.printing .string a {
  194. color: blue !important;
  195. }
  196. .syntaxhighlighter.printing .keyword {
  197. color: #006699 !important;
  198. font-weight: bold !important;
  199. }
  200. .syntaxhighlighter.printing .preprocessor {
  201. color: gray !important;
  202. }
  203. .syntaxhighlighter.printing .variable {
  204. color: #aa7700 !important;
  205. }
  206. .syntaxhighlighter.printing .value {
  207. color: #009900 !important;
  208. }
  209. .syntaxhighlighter.printing .functions {
  210. color: #ff1493 !important;
  211. }
  212. .syntaxhighlighter.printing .constants {
  213. color: #0066cc !important;
  214. }
  215. .syntaxhighlighter.printing .script {
  216. font-weight: bold !important;
  217. }
  218. .syntaxhighlighter.printing .color1, .syntaxhighlighter.printing .color1 a {
  219. color: gray !important;
  220. }
  221. .syntaxhighlighter.printing .color2, .syntaxhighlighter.printing .color2 a {
  222. color: #ff1493 !important;
  223. }
  224. .syntaxhighlighter.printing .color3, .syntaxhighlighter.printing .color3 a {
  225. color: red !important;
  226. }
  227. .syntaxhighlighter.printing .break, .syntaxhighlighter.printing .break a {
  228. color: black !important;
  229. }
  230. /**
  231. * SyntaxHighlighter
  232. * http://alexgorbatchev.com/SyntaxHighlighter
  233. *
  234. * SyntaxHighlighter is donationware. If you are using it, please donate.
  235. * http://alexgorbatchev.com/SyntaxHighlighter/donate.html
  236. *
  237. * @version
  238. * 3.0.83 (July 02 2010)
  239. *
  240. * @copyright
  241. * Copyright (C) 2004-2010 Alex Gorbatchev.
  242. *
  243. * @license
  244. * Dual licensed under the MIT and GPL licenses.
  245. */
  246. .syntaxhighlighter {
  247. font-size: 13px !important;
  248. overflow: visible !important;
  249. }
  250. .syntaxhighlighter .line.alt1 {
  251. background-color: white !important;
  252. }
  253. .syntaxhighlighter .line.alt2 {
  254. background-color: #F8F8F8 !important;
  255. }
  256. .syntaxhighlighter .line.highlighted.alt1, .syntaxhighlighter .line.highlighted.alt2 {
  257. background-color: #e0e0e0 !important;
  258. }
  259. .syntaxhighlighter .line.highlighted.number {
  260. color: black !important;
  261. }
  262. .syntaxhighlighter table caption {
  263. color: black !important;
  264. }
  265. .syntaxhighlighter .gutter {
  266. }
  267. .syntaxhighlighter .gutter div {
  268. color: #5C5C5C !important;
  269. }
  270. .syntaxhighlighter .gutter .line.alt1, .syntaxhighlighter .gutter .line.alt2 {
  271. background-color: transparent !important;
  272. }
  273. .odd .syntaxhighlighter .gutter .line.alt1, .odd .syntaxhighlighter .gutter .line.alt2 {
  274. background-color: #F2F2F2 !important;
  275. }
  276. .syntaxhighlighter .gutter .line {
  277. border-right: 3px solid #4E6CA3 !important;
  278. }
  279. .syntaxhighlighter .gutter .line.highlighted {
  280. background-color: #4E6CA3 !important;
  281. color: white !important;
  282. }
  283. .syntaxhighlighter.printing .line .content {
  284. border: none !important;
  285. }
  286. .syntaxhighlighter.collapsed {
  287. overflow: visible !important;
  288. }
  289. .syntaxhighlighter.collapsed .toolbar {
  290. color: blue !important;
  291. background: white !important;
  292. border: 1px solid #4E6CA3 !important;
  293. }
  294. .syntaxhighlighter.collapsed .toolbar a {
  295. color: blue !important;
  296. }
  297. .syntaxhighlighter.collapsed .toolbar a:hover {
  298. color: red !important;
  299. }
  300. .syntaxhighlighter .toolbar {
  301. color: white !important;
  302. border: none !important;
  303. }
  304. .syntaxhighlighter .toolbar a {
  305. font: 100%/1.45em "Lucida Grande", Verdana, Arial, Helvetica, sans-serif !important;
  306. color: white !important;
  307. background: #4E6CA3 !important;
  308. float: right !important;
  309. padding: 2px 5px !important;
  310. clear: both;
  311. }
  312. .syntaxhighlighter .toolbar a:hover {
  313. color: #b7c5df !important;
  314. background: #39568b !important;
  315. }
  316. .syntaxhighlighter .plain, .syntaxhighlighter .plain a {
  317. color: black !important;
  318. }
  319. .syntaxhighlighter .comments, .syntaxhighlighter .comments a {
  320. color: #008200 !important;
  321. }
  322. .syntaxhighlighter .string, .syntaxhighlighter .string a {
  323. color: blue !important;
  324. }
  325. .syntaxhighlighter .keyword {
  326. color: #006699 !important;
  327. }
  328. .syntaxhighlighter .preprocessor {
  329. color: gray !important;
  330. }
  331. .syntaxhighlighter .variable {
  332. color: #aa7700 !important;
  333. }
  334. .syntaxhighlighter .value {
  335. color: #009900 !important;
  336. }
  337. .syntaxhighlighter .functions {
  338. color: #ff1493 !important;
  339. }
  340. .syntaxhighlighter .constants {
  341. color: #0066cc !important;
  342. }
  343. .syntaxhighlighter .script {
  344. font-weight: bold !important;
  345. color: #006699 !important;
  346. background-color: none !important;
  347. }
  348. .syntaxhighlighter .color1, .syntaxhighlighter .color1 a {
  349. color: gray !important;
  350. }
  351. .syntaxhighlighter .color2, .syntaxhighlighter .color2 a {
  352. color: #ff1493 !important;
  353. }
  354. .syntaxhighlighter .color3, .syntaxhighlighter .color3 a {
  355. color: red !important;
  356. }
  357. .syntaxhighlighter .keyword {
  358. font-weight: bold !important;
  359. }
  360. .datatables_ref:hover {
  361. text-decoration: underline;
  362. cursor: pointer;
  363. *cursor: hand;
  364. }
  365. .syntaxhighlighter .dtapi {
  366. color: #069;
  367. }
  368. .syntaxhighlighter .dtapi:hover {
  369. text-decoration: underline;
  370. cursor: pointer;
  371. *cursor: hand;
  372. }
  373. .syntaxhighlighter table {
  374. table-layout: fixed !important;
  375. }
  376. .syntaxhighlighter table td.gutter {
  377. width: 46px !important; /* enough for three digits */
  378. }
  379. .syntaxhighlighter table td.code {
  380. width: auto !important;
  381. overflow: auto !important;
  382. }