/source/Plug-in/jq/themes/gray/panel.css

http://prosporous.googlecode.com/ · CSS · 82 lines · 80 code · 2 blank · 0 comment · 0 complexity · 94a2b825379fb932e1517452adfa0497 MD5 · raw file

  1. .panel{
  2. overflow:hidden;
  3. font-size:12px;
  4. }
  5. .panel-header{
  6. padding:5px;
  7. line-height:15px;
  8. color:#3F3F3F;
  9. font-weight:bold;
  10. font-size:12px;
  11. background:url('images/panel_title.gif') repeat-x;
  12. position:relative;
  13. border:1px solid #D3D3D3;
  14. }
  15. .panel-header-noborder{
  16. border-width:0px;
  17. border-bottom:1px solid #D3D3D3;
  18. }
  19. .panel-body{
  20. overflow:auto;
  21. border:1px solid #D3D3D3;
  22. border-top-width:0px;
  23. }
  24. .panel-body-noheader{
  25. border-top-width:1px;
  26. }
  27. .panel-body-noborder{
  28. border-width:0px;
  29. }
  30. .panel-with-icon{
  31. padding-left:18px;
  32. }
  33. .panel-icon{
  34. position:absolute;
  35. left:5px;
  36. top:4px;
  37. width:16px;
  38. height:16px;
  39. }
  40. .panel-tool{
  41. position:absolute;
  42. right:5px;
  43. top:4px;
  44. }
  45. .panel-tool div{
  46. display:block;
  47. float:right;
  48. width:16px;
  49. height:16px;
  50. margin-left:2px;
  51. cursor:pointer;
  52. opacity:0.6;
  53. filter:alpha(opacity=60);
  54. }
  55. .panel-tool div.panel-tool-over{
  56. opacity:1;
  57. filter:alpha(opacity=100);
  58. }
  59. .panel-tool-close{
  60. background:url('images/panel_tools.gif') no-repeat -16px 0px;
  61. }
  62. .panel-tool-min{
  63. background:url('images/panel_tools.gif') no-repeat 0px 0px;
  64. }
  65. .panel-tool-max{
  66. background:url('images/panel_tools.gif') no-repeat 0px -16px;
  67. }
  68. .panel-tool-restore{
  69. background:url('images/panel_tools.gif') no-repeat -16px -16px;
  70. }
  71. .panel-tool-collapse{
  72. background:url('images/panel_tool_collapse.gif') no-repeat;
  73. }
  74. .panel-tool-expand{
  75. background:url('images/panel_tool_expand.gif') no-repeat;
  76. }
  77. .panel-loading{
  78. padding:11px 0px 10px 30px;
  79. background:url('images/panel_loading.gif') no-repeat 10px 10px;
  80. }