jframegallery.css 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. .jframe-gallery .jf-logo {
  2. width: 55px;
  3. height: 55px;
  4. position: relative;
  5. top: 20px;
  6. left: 6px;
  7. background: url(/jframegallery/static/art/jframegallery.png) no-repeat;
  8. display:block;
  9. }
  10. .jframe-gallery .jf-buttonbar {
  11. position: absolute;
  12. right: 20px;
  13. top: 3px;
  14. width: 85px;
  15. }
  16. .jframe-gallery .jf-src_view .tabSelected {
  17. font-weight: bold;
  18. }
  19. .jframe-gallery .jf-src_view .html-tab {
  20. margin-bottom: 5px;
  21. }
  22. .jframe-gallery .jframe_contents.index a {
  23. background: url(/static/art/led-icons/folder.png) no-repeat 4px 2px;
  24. padding: 3px 2px 3px 24px;
  25. display: block;
  26. }
  27. .jframe-gallery .index li:hover {
  28. background: #DED3A2;
  29. border-radius: 2px;
  30. -moz-border-radius: 2px;
  31. -webkit-border-radius: 2px;
  32. }
  33. .jframe-gallery .file a {
  34. background: url(/static/art/led-icons/tag.png) no-repeat 4px 2px;
  35. }
  36. .jframe-gallery .index a:hover {
  37. text-decoration: none;
  38. }
  39. /*
  40. * Styles from Pygments
  41. */
  42. .jframe-gallery .highlight .hll { background-color: #ffffcc }
  43. .jframe-gallery .highlight { background: #f8f8f8; }
  44. .jframe-gallery .highlight .c { color: #408080; font-style: italic } /* Comment */
  45. .jframe-gallery .highlight .err { border: 1px solid #FF0000 } /* Error */
  46. .jframe-gallery .highlight .k { color: #008000; font-weight: bold } /* Keyword */
  47. .jframe-gallery .highlight .o { color: #666666 } /* Operator */
  48. .jframe-gallery .highlight .cm { color: #408080; font-style: italic } /* Comment.Multiline */
  49. .jframe-gallery .highlight .cp { color: #BC7A00 } /* Comment.Preproc */
  50. .jframe-gallery .highlight .c1 { color: #408080; font-style: italic } /* Comment.Single */
  51. .jframe-gallery .highlight .cs { color: #408080; font-style: italic } /* Comment.Special */
  52. .jframe-gallery .highlight .gd { color: #A00000 } /* Generic.Deleted */
  53. .jframe-gallery .highlight .ge { font-style: italic } /* Generic.Emph */
  54. .jframe-gallery .highlight .gr { color: #FF0000 } /* Generic.Error */
  55. .jframe-gallery .highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */
  56. .jframe-gallery .highlight .gi { color: #00A000 } /* Generic.Inserted */
  57. .jframe-gallery .highlight .go { color: #808080 } /* Generic.Output */
  58. .jframe-gallery .highlight .gp { color: #000080; font-weight: bold } /* Generic.Prompt */
  59. .jframe-gallery .highlight .gs { font-weight: bold } /* Generic.Strong */
  60. .jframe-gallery .highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
  61. .jframe-gallery .highlight .gt { color: #0040D0 } /* Generic.Traceback */
  62. .jframe-gallery .highlight .kc { color: #008000; font-weight: bold } /* Keyword.Constant */
  63. .jframe-gallery .highlight .kd { color: #008000; font-weight: bold } /* Keyword.Declaration */
  64. .jframe-gallery .highlight .kn { color: #008000; font-weight: bold } /* Keyword.Namespace */
  65. .jframe-gallery .highlight .kp { color: #008000 } /* Keyword.Pseudo */
  66. .jframe-gallery .highlight .kr { color: #008000; font-weight: bold } /* Keyword.Reserved */
  67. .jframe-gallery .highlight .kt { color: #B00040 } /* Keyword.Type */
  68. .jframe-gallery .highlight .m { color: #666666 } /* Literal.Number */
  69. .jframe-gallery .highlight .s { color: #BA2121 } /* Literal.String */
  70. .jframe-gallery .highlight .na { color: #7D9029 } /* Name.Attribute */
  71. .jframe-gallery .highlight .nb { color: #008000 } /* Name.Builtin */
  72. .jframe-gallery .highlight .nc { color: #0000FF; font-weight: bold } /* Name.Class */
  73. .jframe-gallery .highlight .no { color: #880000 } /* Name.Constant */
  74. .jframe-gallery .highlight .nd { color: #AA22FF } /* Name.Decorator */
  75. .jframe-gallery .highlight .ni { color: #999999; font-weight: bold } /* Name.Entity */
  76. .jframe-gallery .highlight .ne { color: #D2413A; font-weight: bold } /* Name.Exception */
  77. .jframe-gallery .highlight .nf { color: #0000FF } /* Name.Function */
  78. .jframe-gallery .highlight .nl { color: #A0A000 } /* Name.Label */
  79. .jframe-gallery .highlight .nn { color: #0000FF; font-weight: bold } /* Name.Namespace */
  80. .jframe-gallery .highlight .nt { color: #008000; font-weight: bold } /* Name.Tag */
  81. .jframe-gallery .highlight .nv { color: #19177C } /* Name.Variable */
  82. .jframe-gallery .highlight .ow { color: #AA22FF; font-weight: bold } /* Operator.Word */
  83. .jframe-gallery .highlight .w { color: #bbbbbb } /* Text.Whitespace */
  84. .jframe-gallery .highlight .mf { color: #666666 } /* Literal.Number.Float */
  85. .jframe-gallery .highlight .mh { color: #666666 } /* Literal.Number.Hex */
  86. .jframe-gallery .highlight .mi { color: #666666 } /* Literal.Number.Integer */
  87. .jframe-gallery .highlight .mo { color: #666666 } /* Literal.Number.Oct */
  88. .jframe-gallery .highlight .sb { color: #BA2121 } /* Literal.String.Backtick */
  89. .jframe-gallery .highlight .sc { color: #BA2121 } /* Literal.String.Char */
  90. .jframe-gallery .highlight .sd { color: #BA2121; font-style: italic } /* Literal.String.Doc */
  91. .jframe-gallery .highlight .s2 { color: #BA2121 } /* Literal.String.Double */
  92. .jframe-gallery .highlight .se { color: #BB6622; font-weight: bold } /* Literal.String.Escape */
  93. .jframe-gallery .highlight .sh { color: #BA2121 } /* Literal.String.Heredoc */
  94. .jframe-gallery .highlight .si { color: #BB6688; font-weight: bold } /* Literal.String.Interpol */
  95. .jframe-gallery .highlight .sx { color: #008000 } /* Literal.String.Other */
  96. .jframe-gallery .highlight .sr { color: #BB6688 } /* Literal.String.Regex */
  97. .jframe-gallery .highlight .s1 { color: #BA2121 } /* Literal.String.Single */
  98. .jframe-gallery .highlight .ss { color: #19177C } /* Literal.String.Symbol */
  99. .jframe-gallery .highlight .bp { color: #008000 } /* Name.Builtin.Pseudo */
  100. .jframe-gallery .highlight .vc { color: #19177C } /* Name.Variable.Class */
  101. .jframe-gallery .highlight .vg { color: #19177C } /* Name.Variable.Global */
  102. .jframe-gallery .highlight .vi { color: #19177C } /* Name.Variable.Instance */
  103. .jframe-gallery .highlight .il { color: #666666 } /* Literal.Number.Integer.Long */