]> scripts.mit.edu Git - autoinstalls/wordpress.git/blob - wp-includes/js/thickbox/thickbox.css
WordPress 4.4-scripts
[autoinstalls/wordpress.git] / wp-includes / js / thickbox / thickbox.css
1 #TB_overlay {
2         background: #000;
3         opacity: 0.7;
4         filter: alpha(opacity=70);
5         position: fixed;
6         top: 0;
7         right: 0;
8         bottom: 0;
9         left: 0;
10         z-index: 100050; /* Above DFW. */
11 }
12
13 #TB_window {
14         position: fixed;
15         background-color: #fff;
16         z-index: 100050; /* Above DFW. */
17         visibility: hidden;
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 );
23 }
24
25 #TB_window img#TB_Image {
26         display: block;
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{
35         height: 25px;
36         padding: 7px 30px 10px 25px;
37         float: left;
38 }
39
40 #TB_closeWindow {
41         height: 25px;
42         padding: 11px 25px 10px 0;
43         float: right;
44 }
45
46 #TB_closeAjaxWindow {
47         float: right;
48 }
49
50 #TB_closeAjaxWindow a {
51         text-decoration: none;
52 }
53
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 );
63 }
64
65 #TB_title {
66         background: #fcfcfc;
67         border-bottom: 1px solid #dfdfdf;
68         height: 29px;
69 }
70
71 #TB_ajaxContent {
72         clear: both;
73         padding: 2px 15px 15px 15px;
74         overflow: auto;
75         text-align: left;
76         line-height: 1.4em;
77 }
78
79 #TB_ajaxContent.TB_modal {
80         padding: 15px;
81 }
82
83 #TB_ajaxContent p {
84         padding: 5px 0px 5px 0px;
85 }
86
87 #TB_load {
88         position: fixed;
89         display: none;
90         z-index: 103;
91         top: 50%;
92         left: 50%;
93         background-color: #E8E8E8;
94         border: 1px solid #555;
95         margin: -45px 0 0 -125px;
96         padding: 40px 15px 15px;
97 }
98
99 #TB_HideSelect {
100         z-index: 99;
101         position: fixed;
102         top: 0;
103         left: 0;
104         background-color: #fff;
105         border: none;
106         filter: alpha(opacity=0);
107         opacity: 0;
108         height: 100%;
109         width: 100%;
110 }
111
112 #TB_iframeContent {
113         clear: both;
114         border: none;
115 }
116
117 .tb-close-icon {
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;
126 }
127
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 }