officeToHtml.css 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. .wbSheets_clas {
  2. position: relative;
  3. padding: 1em;
  4. border: 1px solid #ccc;
  5. border-radius: 5px;
  6. }
  7. .wbSheets_clas .ui-tabs-nav {
  8. position: absolute;
  9. left: 0.25em;
  10. right: 0.25em;
  11. bottom: 0.25em;
  12. padding: 0em 0.2em 0.2em;
  13. }
  14. .wbSheets_clas .ui-tabs-nav li {
  15. border-top: none;
  16. border-bottom: 1px solid #ccc;
  17. -moz-border-radius: 0px 0px 4px 4px;
  18. -webkit-border-radius: 0px 0px 4px 4px;
  19. border-radius: 0px 0px 4px 4px;
  20. }
  21. .wbSheets_clas .ui-tabs-nav li.ui-tabs-selected,
  22. .wbSheets_clas .ui-tabs-nav li.ui-state-active {
  23. top: -1px;
  24. }
  25. .wbSheets_clas_ul {
  26. text-align: center;
  27. list-style: none;
  28. margin: 200px 0 20px;
  29. line-height: 35px;
  30. height: 37px;
  31. overflow: hidden;
  32. font-size: 12px;
  33. position: absolute;
  34. left: 0.25em;
  35. right: 0.25em;
  36. bottom: 0.25em;
  37. padding: 0em 0.2em 0.2em;
  38. z-index: 1000;
  39. }
  40. .wbSheets_clas_ul li {
  41. border: 1px solid #aaa;
  42. background: #d1d1d1;
  43. background: linear-gradient(top, #ececec 50%, #d1d1d1 100%);
  44. display: inline-block;
  45. position: relative;
  46. z-index: 0;
  47. border-bottom-left-radius: 6px;
  48. border-bottom-right-radius: 6px;
  49. box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4), inset 0 1px 0 #fff;
  50. text-shadow: 0 1px #fff;
  51. margin: 0 -5px;
  52. padding: 0 30px;
  53. }
  54. .wbSheets_clas_ul a {
  55. color: #555;
  56. text-decoration: none;
  57. }
  58. .wbSheets_clas_ul li.selected {
  59. background: #fff;
  60. color: #333;
  61. z-index: 2;
  62. border-top-color: #fff;
  63. }
  64. .wbSheets_clas_ul:before {
  65. position: absolute;
  66. content: "";
  67. width: 100%;
  68. top: 0;
  69. left: 0;
  70. border-top: 1px solid #aaa;
  71. z-index: 1;
  72. }
  73. .wbSheets_clas_ul li:before,
  74. .wbSheets_clas_ul li:after {
  75. border: 1px solid #aaa;
  76. position: absolute;
  77. top: -1px;
  78. width: 6px;
  79. height: 6px;
  80. content: "";
  81. }
  82. .wbSheets_clas_ul li:before {
  83. left: -7px;
  84. border-top-right-radius: 6px;
  85. border-width: 1px 1px 0px 0px;
  86. box-shadow: 2px 0px 0 #ececec;
  87. }
  88. .wbSheets_clas_ul li:after {
  89. right: -7px;
  90. border-top-left-radius: 6px;
  91. border-width: 1px 0px 0px 1px;
  92. box-shadow: -2px 0px 0 #ececec;
  93. }
  94. .wbSheets_clas_ul li.selected:before {
  95. box-shadow: 2px 0px 0 #fff;
  96. }
  97. .wbSheets_clas_ul li.selected:after {
  98. box-shadow: -2px 0px 0 #fff;
  99. }
  100. #wbSheets_search_warpper{
  101. padding: 10px;
  102. }