PageRenderTime 29ms CodeModel.GetById 24ms RepoModel.GetById 0ms app.codeStats 0ms

/samples/scalate-presentation/src/highlight/styles/school_book.css

http://github.com/scalate/scalate
CSS | 117 lines | 103 code | 9 blank | 5 comment | 0 complexity | 042397110c035a39b7812af025ee0e2c MD5 | raw file
  1. /*
  2. School Book style from goldblog.com.ua (c) Zaripov Yura <yur4ik7@ukr.net>
  3. */
  4. pre code[class]:after {
  5. content: 'highlight: ' attr(class);
  6. display: block; text-align: right;
  7. color: #CCC; background: transparent;
  8. padding-top: 0.5em;
  9. }
  10. pre code {
  11. display: block;
  12. margin-left:30px;
  13. margin-top:15px;
  14. font-size: 11px !important;
  15. line-height:16px !important;
  16. }
  17. pre{
  18. background:#f6f6ae url(./school_book.png);
  19. border-top: solid 2px #d2e8b9;
  20. border-bottom: solid 1px #d2e8b9;
  21. }
  22. pre .keyword,
  23. pre .literal,
  24. pre .change,
  25. pre .winutils,
  26. pre .flow,
  27. pre .lisp .title,
  28. pre .tex .special {
  29. color:#005599;
  30. font-weight:bold;
  31. }
  32. pre code,
  33. pre .ruby .subst {
  34. color: #3E5915;
  35. }
  36. pre .string,
  37. pre .function .title,
  38. pre .class .title,
  39. pre .ini .title,
  40. pre .tag .attribute .value,
  41. pre .css .rules .value,
  42. pre .preprocessor,
  43. pre .ruby .symbol,
  44. pre .ruby .symbol .string,
  45. pre .ruby .symbol .keyword,
  46. pre .ruby .symbol .keymethods,
  47. pre .ruby .instancevar,
  48. pre .ruby .class .parent,
  49. pre .built_in,
  50. pre .sql .aggregate,
  51. pre .django .template_tag,
  52. pre .django .variable,
  53. pre .smalltalk .class,
  54. pre .javadoc,
  55. pre .ruby .string,
  56. pre .django .filter .argument,
  57. pre .smalltalk .localvars,
  58. pre .smalltalk .array,
  59. pre .attr_selector,
  60. pre .pseudo,
  61. pre .addition,
  62. pre .stream,
  63. pre .envvar,
  64. pre .apache .tag,
  65. pre .apache .cbracket,
  66. pre .nginx .built_in,
  67. pre .tex .command {
  68. color: #2C009F;
  69. }
  70. pre .comment,
  71. pre .java .annotation,
  72. pre .python .decorator,
  73. pre .template_comment,
  74. pre .pi,
  75. pre .doctype,
  76. pre .deletion,
  77. pre .shebang,
  78. pre .apache .sqbracket {
  79. color: #E60415;
  80. }
  81. pre .keyword,
  82. pre .literal,
  83. pre .css .id,
  84. pre .phpdoc,
  85. pre .function .title,
  86. pre .class .title,
  87. pre .vbscript .built_in,
  88. pre .sql .aggregate,
  89. pre .rsl .built_in,
  90. pre .smalltalk .class,
  91. pre .xml .tag .title,
  92. pre .diff .header,
  93. pre .chunk,
  94. pre .winutils,
  95. pre .bash .variable,
  96. pre .lisp .title,
  97. pre .apache .tag,
  98. pre .tex .command {
  99. font-weight: bold;
  100. }
  101. pre .html .css,
  102. pre .html .javascript,
  103. pre .html .vbscript,
  104. pre .tex .formula {
  105. opacity: 0.5;
  106. }