panel.css 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. .panel {
  2. background:#FDF3D8;
  3. padding:10px;
  4. }
  5. .slide {
  6. height: 18px;
  7. background: #e5ecf9;
  8. clear:both;
  9. margin: 0;
  10. padding: 0;
  11. border-top: solid 1px #422410;
  12. }
  13. .title-slide{
  14. white-space:nowrap;
  15. overflow:hidden;
  16. text-overflow:ellipsis;
  17. word-break:break-all;
  18. background: url(images/panel-title.gif) no-repeat;
  19. color:#fff;
  20. width:75px;
  21. height:40px;
  22. display:inline-block;
  23. }
  24. .btn-slide {
  25. background: url(images/white-arrow.gif) no-repeat;
  26. text-align: center;
  27. width: 30px;
  28. height: 18px;
  29. padding:0;
  30. float: right;
  31. display: block;
  32. font: bold 120%/100% Arial, Helvetica, sans-serif;
  33. color: #fff;
  34. text-decoration: none;
  35. }
  36. .active {
  37. background: url(images/btn-slide.gif) no-repeat;
  38. }
  39. .f1js-ui-tab-top{
  40. margin:0px;
  41. float:left;
  42. background: #eee;
  43. color:#fff;
  44. width:100%;
  45. height:18px;
  46. }
  47. .f1js-ui-tab-title{
  48. margin: 0px;
  49. padding:0px;
  50. float:left;
  51. background: green;
  52. color:#fff;
  53. width:75px;
  54. height:18px;
  55. }
  56. .f1js-ui-tab-title-active{
  57. color:#fff;
  58. background: blue;
  59. }
  60. .f1js-ui-tab{
  61. clear:both;
  62. margin: 0px;
  63. padding: 0px;
  64. clear:both;
  65. background:#fff;
  66. border:blue solid 1px;
  67. }