jframegallery.css 5.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  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: relative;
  12. top: 0px;
  13. left: 70px;
  14. }
  15. .jframe-gallery .jf-src_view .tabSelected {
  16. font-weight: bold;
  17. }
  18. .jframe-gallery .jf-src_view .html-tab {
  19. margin-bottom: 5px;
  20. }
  21. /*
  22. * Styles from Pygments
  23. */
  24. .jframe-gallery .highlight .hll { background-color: #ffffcc }
  25. .jframe-gallery .highlight { background: #f8f8f8; }
  26. .jframe-gallery .highlight .c { color: #408080; font-style: italic } /* Comment */
  27. .jframe-gallery .highlight .err { border: 1px solid #FF0000 } /* Error */
  28. .jframe-gallery .highlight .k { color: #008000; font-weight: bold } /* Keyword */
  29. .jframe-gallery .highlight .o { color: #666666 } /* Operator */
  30. .jframe-gallery .highlight .cm { color: #408080; font-style: italic } /* Comment.Multiline */
  31. .jframe-gallery .highlight .cp { color: #BC7A00 } /* Comment.Preproc */
  32. .jframe-gallery .highlight .c1 { color: #408080; font-style: italic } /* Comment.Single */
  33. .jframe-gallery .highlight .cs { color: #408080; font-style: italic } /* Comment.Special */
  34. .jframe-gallery .highlight .gd { color: #A00000 } /* Generic.Deleted */
  35. .jframe-gallery .highlight .ge { font-style: italic } /* Generic.Emph */
  36. .jframe-gallery .highlight .gr { color: #FF0000 } /* Generic.Error */
  37. .jframe-gallery .highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */
  38. .jframe-gallery .highlight .gi { color: #00A000 } /* Generic.Inserted */
  39. .jframe-gallery .highlight .go { color: #808080 } /* Generic.Output */
  40. .jframe-gallery .highlight .gp { color: #000080; font-weight: bold } /* Generic.Prompt */
  41. .jframe-gallery .highlight .gs { font-weight: bold } /* Generic.Strong */
  42. .jframe-gallery .highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
  43. .jframe-gallery .highlight .gt { color: #0040D0 } /* Generic.Traceback */
  44. .jframe-gallery .highlight .kc { color: #008000; font-weight: bold } /* Keyword.Constant */
  45. .jframe-gallery .highlight .kd { color: #008000; font-weight: bold } /* Keyword.Declaration */
  46. .jframe-gallery .highlight .kn { color: #008000; font-weight: bold } /* Keyword.Namespace */
  47. .jframe-gallery .highlight .kp { color: #008000 } /* Keyword.Pseudo */
  48. .jframe-gallery .highlight .kr { color: #008000; font-weight: bold } /* Keyword.Reserved */
  49. .jframe-gallery .highlight .kt { color: #B00040 } /* Keyword.Type */
  50. .jframe-gallery .highlight .m { color: #666666 } /* Literal.Number */
  51. .jframe-gallery .highlight .s { color: #BA2121 } /* Literal.String */
  52. .jframe-gallery .highlight .na { color: #7D9029 } /* Name.Attribute */
  53. .jframe-gallery .highlight .nb { color: #008000 } /* Name.Builtin */
  54. .jframe-gallery .highlight .nc { color: #0000FF; font-weight: bold } /* Name.Class */
  55. .jframe-gallery .highlight .no { color: #880000 } /* Name.Constant */
  56. .jframe-gallery .highlight .nd { color: #AA22FF } /* Name.Decorator */
  57. .jframe-gallery .highlight .ni { color: #999999; font-weight: bold } /* Name.Entity */
  58. .jframe-gallery .highlight .ne { color: #D2413A; font-weight: bold } /* Name.Exception */
  59. .jframe-gallery .highlight .nf { color: #0000FF } /* Name.Function */
  60. .jframe-gallery .highlight .nl { color: #A0A000 } /* Name.Label */
  61. .jframe-gallery .highlight .nn { color: #0000FF; font-weight: bold } /* Name.Namespace */
  62. .jframe-gallery .highlight .nt { color: #008000; font-weight: bold } /* Name.Tag */
  63. .jframe-gallery .highlight .nv { color: #19177C } /* Name.Variable */
  64. .jframe-gallery .highlight .ow { color: #AA22FF; font-weight: bold } /* Operator.Word */
  65. .jframe-gallery .highlight .w { color: #bbbbbb } /* Text.Whitespace */
  66. .jframe-gallery .highlight .mf { color: #666666 } /* Literal.Number.Float */
  67. .jframe-gallery .highlight .mh { color: #666666 } /* Literal.Number.Hex */
  68. .jframe-gallery .highlight .mi { color: #666666 } /* Literal.Number.Integer */
  69. .jframe-gallery .highlight .mo { color: #666666 } /* Literal.Number.Oct */
  70. .jframe-gallery .highlight .sb { color: #BA2121 } /* Literal.String.Backtick */
  71. .jframe-gallery .highlight .sc { color: #BA2121 } /* Literal.String.Char */
  72. .jframe-gallery .highlight .sd { color: #BA2121; font-style: italic } /* Literal.String.Doc */
  73. .jframe-gallery .highlight .s2 { color: #BA2121 } /* Literal.String.Double */
  74. .jframe-gallery .highlight .se { color: #BB6622; font-weight: bold } /* Literal.String.Escape */
  75. .jframe-gallery .highlight .sh { color: #BA2121 } /* Literal.String.Heredoc */
  76. .jframe-gallery .highlight .si { color: #BB6688; font-weight: bold } /* Literal.String.Interpol */
  77. .jframe-gallery .highlight .sx { color: #008000 } /* Literal.String.Other */
  78. .jframe-gallery .highlight .sr { color: #BB6688 } /* Literal.String.Regex */
  79. .jframe-gallery .highlight .s1 { color: #BA2121 } /* Literal.String.Single */
  80. .jframe-gallery .highlight .ss { color: #19177C } /* Literal.String.Symbol */
  81. .jframe-gallery .highlight .bp { color: #008000 } /* Name.Builtin.Pseudo */
  82. .jframe-gallery .highlight .vc { color: #19177C } /* Name.Variable.Class */
  83. .jframe-gallery .highlight .vg { color: #19177C } /* Name.Variable.Global */
  84. .jframe-gallery .highlight .vi { color: #19177C } /* Name.Variable.Instance */
  85. .jframe-gallery .highlight .il { color: #666666 } /* Literal.Number.Integer.Long */