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