0
|
1 |
#TB_overlay { |
5
|
2 |
background: #000; |
|
3 |
opacity: 0.7; |
|
4 |
filter: alpha(opacity=70); |
0
|
5 |
position: fixed; |
5
|
6 |
top: 0; |
|
7 |
right: 0; |
|
8 |
bottom: 0; |
|
9 |
left: 0; |
|
10 |
z-index: 100050; /* Above DFW. */ |
0
|
11 |
} |
|
12 |
|
|
13 |
#TB_window { |
|
14 |
position: fixed; |
5
|
15 |
background: #fff; |
|
16 |
z-index: 100050; /* Above DFW. */ |
0
|
17 |
visibility: hidden; |
5
|
18 |
text-align: left; |
|
19 |
top: 50%; |
|
20 |
left: 50%; |
|
21 |
-webkit-box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 ); |
|
22 |
box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 ); |
0
|
23 |
} |
|
24 |
|
|
25 |
#TB_window img#TB_Image { |
5
|
26 |
display: block; |
0
|
27 |
margin: 15px 0 0 15px; |
|
28 |
border-right: 1px solid #ccc; |
|
29 |
border-bottom: 1px solid #ccc; |
|
30 |
border-top: 1px solid #666; |
|
31 |
border-left: 1px solid #666; |
|
32 |
} |
|
33 |
|
|
34 |
#TB_caption{ |
5
|
35 |
height: 25px; |
|
36 |
padding: 7px 30px 10px 25px; |
|
37 |
float: left; |
0
|
38 |
} |
|
39 |
|
5
|
40 |
#TB_closeWindow { |
|
41 |
height: 25px; |
|
42 |
padding: 11px 25px 10px 0; |
|
43 |
float: right; |
0
|
44 |
} |
|
45 |
|
5
|
46 |
#TB_closeAjaxWindow { |
|
47 |
float: right; |
0
|
48 |
} |
|
49 |
|
5
|
50 |
#TB_closeAjaxWindow a { |
|
51 |
text-decoration: none; |
0
|
52 |
} |
|
53 |
|
5
|
54 |
#TB_ajaxWindowTitle { |
|
55 |
float: left; |
|
56 |
font-weight: 600; |
|
57 |
line-height: 29px; |
|
58 |
overflow: hidden; |
|
59 |
padding: 0 29px 0 10px; |
|
60 |
text-overflow: ellipsis; |
|
61 |
white-space: nowrap; |
|
62 |
width: calc( 100% - 39px ); |
0
|
63 |
} |
|
64 |
|
5
|
65 |
#TB_title { |
|
66 |
background: #fcfcfc; |
|
67 |
border-bottom: 1px solid #dfdfdf; |
|
68 |
height: 29px; |
0
|
69 |
} |
|
70 |
|
5
|
71 |
#TB_ajaxContent { |
|
72 |
clear: both; |
|
73 |
padding: 2px 15px 15px 15px; |
|
74 |
overflow: auto; |
|
75 |
text-align: left; |
|
76 |
line-height: 1.4em; |
0
|
77 |
} |
|
78 |
|
5
|
79 |
#TB_ajaxContent.TB_modal { |
|
80 |
padding: 15px; |
0
|
81 |
} |
|
82 |
|
5
|
83 |
#TB_ajaxContent p { |
|
84 |
padding: 5px 0px 5px 0px; |
|
85 |
} |
|
86 |
|
|
87 |
#TB_load { |
0
|
88 |
position: fixed; |
5
|
89 |
display: none; |
|
90 |
z-index: 103; |
0
|
91 |
top: 50%; |
|
92 |
left: 50%; |
|
93 |
background-color: #E8E8E8; |
|
94 |
border: 1px solid #555; |
5
|
95 |
margin: -45px 0 0 -125px; |
0
|
96 |
padding: 40px 15px 15px; |
|
97 |
} |
|
98 |
|
5
|
99 |
#TB_HideSelect { |
|
100 |
z-index: 99; |
|
101 |
position: fixed; |
0
|
102 |
top: 0; |
|
103 |
left: 0; |
5
|
104 |
background-color: #fff; |
|
105 |
border: none; |
|
106 |
filter: alpha(opacity=0); |
0
|
107 |
opacity: 0; |
5
|
108 |
height: 100%; |
|
109 |
width: 100%; |
0
|
110 |
} |
|
111 |
|
5
|
112 |
#TB_iframeContent { |
|
113 |
clear: both; |
|
114 |
border: none; |
0
|
115 |
} |
|
116 |
|
|
117 |
.tb-close-icon { |
5
|
118 |
color: #666; |
|
119 |
text-align: center; |
|
120 |
line-height: 29px; |
|
121 |
width: 29px; |
|
122 |
height: 29px; |
|
123 |
position: absolute; |
|
124 |
top: 0; |
|
125 |
right: 0; |
0
|
126 |
} |
|
127 |
|
5
|
128 |
.tb-close-icon:before { |
|
129 |
content: '\f158'; |
|
130 |
font: normal 20px/29px 'dashicons'; |
|
131 |
speak: none; |
|
132 |
-webkit-font-smoothing: antialiased; |
|
133 |
-moz-osx-font-smoothing: grayscale; |
|
134 |
} |
|
135 |
|
|
136 |
.tb-close-icon:hover { |
|
137 |
color: #00a0d2; |
|
138 |
} |