ado.css 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172
  1. /*
  2. Theme Name: Ado
  3. Description: Classic extended.
  4. Version: 1.0
  5. Author: Andrea Dell'Orco
  6. Author URI: http://www.adostudio.it/
  7. */
  8. /* Code Style ====================== */
  9. .crayon-theme-ado {
  10. border: 1px #999 solid !important;
  11. text-shadow: none !important;
  12. background: #fdfdfd !important;
  13. }
  14. /* Inline Style */
  15. .crayon-theme-ado-inline {
  16. border: 1px solid #ddd !important;
  17. background: #fafafa !important;
  18. }
  19. /* Line Numbers */
  20. .crayon-theme-ado .crayon-nums {
  21. background: #333333 !important;
  22. color: #DEDEDE !important;
  23. border-right: 1px solid #202020 !important;
  24. }
  25. /* Selection */
  26. .crayon-theme-ado .crayon-code::selection, .crayon-theme-ado .crayon-code *::selection {
  27. background: #BBEEDA !important;
  28. color: #269B6C !important;
  29. }
  30. .crayon-theme-ado::selection,
  31. .crayon-theme-ado .crayon-toolbar::selection,
  32. .crayon-theme-ado .crayon-toolbar *::selection,
  33. .crayon-theme-ado .crayon-info::selection,
  34. .crayon-theme-ado .crayon-info *::selection,
  35. .crayon-theme-ado .crayon-nums::selection,
  36. .crayon-theme-ado .crayon-nums *::selection {
  37. background: transparent !important;
  38. }
  39. /* Striped Lines */
  40. .crayon-theme-ado .crayon-striped-line {
  41. background: #f7f7f7 !important;
  42. border: 1px #CCC !important;
  43. }
  44. .crayon-theme-ado .crayon-striped-num {
  45. background: #5B5B5B !important;
  46. border: 1px #333 !important;
  47. color: #fff !important;
  48. }
  49. /* Marked Lines */
  50. .crayon-theme-ado .crayon-marked-line {
  51. background: #C7F1ED !important;
  52. border: 1px #9AE7DF !important;
  53. }
  54. .crayon-theme-ado .crayon-marked-num {
  55. color: #82DFC4 !important;
  56. background: #333333 !important; border-right: 1px solid #202020 !important;
  57. }
  58. .crayon-theme-ado .crayon-marked-line.crayon-striped-line {
  59. background: #B7EEE9 !important;
  60. }
  61. .crayon-theme-ado .crayon-marked-num.crayon-striped-num {
  62. background: #5B5B5B !important;
  63. color: #82DFC4 !important;
  64. }
  65. .crayon-theme-ado .crayon-marked-line.crayon-top,
  66. .crayon-theme-ado .crayon-marked-num.crayon-top {
  67. border-top-style: solid !important;
  68. }
  69. .crayon-theme-ado .crayon-marked-line.crayon-bottom,
  70. .crayon-theme-ado .crayon-marked-num.crayon-bottom {
  71. border-bottom-style: solid !important;
  72. }
  73. /* Info */
  74. .crayon-theme-ado .crayon-info {
  75. background: #E8E8E8 !important;
  76. border-bottom: 1px #888888 solid !important;
  77. color: #595959;
  78. }
  79. /* Toolbar */
  80. .crayon-theme-ado .crayon-toolbar {
  81. background: #DDD !important;
  82. border-bottom: 1px #BBB solid !important;
  83. }
  84. .crayon-theme-ado .crayon-toolbar > div {
  85. float: left !important;
  86. }
  87. .crayon-theme-ado .crayon-toolbar .crayon-tools {
  88. float: right !important;
  89. }
  90. .crayon-theme-ado .crayon-title {
  91. color: #333 !important;
  92. }
  93. .crayon-theme-ado .crayon-language {
  94. color: #999 !important;
  95. }
  96. /* Buttons */
  97. .crayon-theme-ado a.crayon-button {
  98. background-color: transparent;
  99. }
  100. .crayon-theme-ado a.crayon-button:hover,
  101. .crayon-theme-ado a.crayon-button.crayon-pressed:hover {
  102. background-color: #F2F2F2;
  103. color: #666;
  104. }
  105. /* :active MUST come after :hover */
  106. .crayon-theme-ado a.crayon-button.crayon-pressed,
  107. .crayon-theme-ado a.crayon-button.crayon-pressed:active,
  108. .crayon-theme-ado a.crayon-button:active {
  109. background-color: #BBB;
  110. color: #FFF;
  111. }
  112. /* End Code Style ================== */
  113. /* Syntax Highlighting ============= */
  114. .crayon-theme-ado .crayon-pre .c {
  115. color: #ff8000 !important;
  116. }
  117. .crayon-theme-ado .crayon-pre .p {
  118. color: #b85c00 !important;
  119. }
  120. .crayon-theme-ado .crayon-pre .s {
  121. color: #008000 !important;
  122. }
  123. .crayon-theme-ado .crayon-pre .k,
  124. .crayon-theme-ado .crayon-pre .st,
  125. .crayon-theme-ado .crayon-pre .r,
  126. .crayon-theme-ado .crayon-pre .t,
  127. .crayon-theme-ado .crayon-pre .m {
  128. color: #800080 !important;
  129. }
  130. .crayon-theme-ado .crayon-pre .ta {
  131. color: #FF0000 !important;
  132. }
  133. .crayon-theme-ado .crayon-pre .i {
  134. color: #000 !important;
  135. }
  136. .crayon-theme-ado .crayon-pre .v {
  137. color: #002D7A !important;
  138. }
  139. .crayon-theme-ado .crayon-pre .e {
  140. color: #004ed0 !important;
  141. }
  142. .crayon-theme-ado .crayon-pre .cn {
  143. color: #ce0000 !important;
  144. }
  145. .crayon-theme-ado .crayon-pre .o,
  146. .crayon-theme-ado .crayon-pre .h {
  147. color: #006fe0 !important;
  148. }
  149. .crayon-theme-ado .crayon-pre .sy {
  150. color: #333 !important;
  151. }
  152. .crayon-theme-ado .crayon-pre .n {
  153. color: #666 !important;
  154. font-style: italic;
  155. }
  156. .crayon-theme-ado .crayon-pre .f {
  157. color: #999 !important;
  158. }
  159. /* End Syntax Highlighting ========= */
  160. /* End Classic Scheme ============================================ */ /* ADO Specific */ .crayon-syntax { -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; } .crayon-table{ -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; overflow: hidden!important; }