]> scripts.mit.edu Git - autoinstalls/wordpress.git/blob - wp-admin/css/upload.css
Wordpress 2.3.2
[autoinstalls/wordpress.git] / wp-admin / css / upload.css
1 body { background: #f9fcfe; }
2
3 .upload-file-data { display: none; }
4
5 #upload-menu {
6         border-top: 2em solid #247fab;
7         margin: 0;
8         padding: 0;
9         height: 0;
10         list-style: none;
11         width: 100%;
12 }
13
14 body > #upload-menu { border-bottom: 7px solid #fff; }
15
16 #upload-menu li {
17         margin: 0;
18         position: relative;
19         top: -2em;
20         padding-bottom: 5px;
21         border: none;
22         border-top: 3px solid #247fab;
23 }
24
25 #upload-menu li a.upload-tab-link {
26         margin-left: 0.75em;
27         padding: 5px 5px 0;
28         display: block;
29         float: left;
30         height: 100%;
31         text-decoration: none;
32         border-bottom: none;
33         color: #fff;
34 }
35
36 #upload-menu li.current {
37         border-right: 2px solid #448abd;
38         color: #000;
39 }
40
41 #upload-menu li.current a.upload-tab-link, #upload-menu li a:hover {
42         background: #f9fcfe;
43         color: #000;
44 }
45
46 #upload-menu li #current-tab-nav {
47         background: #f9fcfe;
48         float: left;
49         padding: 5px 5px 0 0;
50         margin-left: -5px;
51 }
52
53 #upload-menu li span .page-numbers {
54         padding: 0;
55         border: none;
56 }
57
58 #upload-menu li span a.page-numbers { color: #00019b; }
59 #upload-menu li span a.page-numbers:hover { text-decoration: underline; }
60
61 #upload-content {
62         position: relative;
63         clear: both;
64         margin: 0;
65         padding: 0;
66         border: none;
67         width: 100%;
68         height: 100%;
69         background: none;
70 }
71
72 #upload-file {
73         margin: 0 auto;
74         top: 0;
75         left: 0;
76         width: 95%;
77         height: 100%;
78         background: #f9fcfe;
79 }
80
81 #upload-file th {
82         width: 8em;
83 }
84
85 form#upload-file input, form#upload-file textarea, div#upload-content.upload table { width: 100%; }
86
87 form#upload-file .submit input { width: auto; }
88
89 #upload-file-view { padding: 0 0 0 75px; }
90
91 #file-title {
92         margin: 0 0 .2em 75px;
93         padding: 0;
94         display: block;
95         font-family: Georgia, "Times New Roman", Times, serif;
96         font-size: 16px;
97 }
98
99 h2 {
100         margin: 0 .2em 0 0;
101         padding: 0;
102         display: inline;
103         border: none;
104         color: #000;
105         font-size: 1.4em;
106         line-height: 1.4em;
107 }
108
109 .wrap h2 {
110         margin: .4em 0 .5em;
111         display: block;
112         border-bottom: .5em solid #e5f3ff;
113         color: #333;
114         font: normal 32px/5px serif;
115         clear: both;
116 }
117
118 * html .wrap h2 {
119         margin-top: 1em;
120 }
121
122 .back {
123         display: block;
124         position: absolute;
125         left: 14px;
126         top: 10px;
127 }
128
129 #upload-files {
130         list-style-type: none;
131         margin: 0;
132         padding: 15px 0 0;
133 }
134
135 #upload-files li { margin: 0 0 15px 15px; }
136
137 #upload-files a, #upload-file-view a, a.file-link {
138         border: none;
139         text-decoration: none;
140 }
141
142 #upload-file-view a img { padding-bottom: .2em; border-bottom: 1px solid #6699CC; }
143
144 #upload-files a.file-link {
145         display: block;
146         width: 130px;
147         height: 128px;
148         background-color: rgb(209, 226, 239);
149         text-align: center;
150         overflow: hidden;
151 }
152
153 #upload-files a.text {
154         padding-top: 40px;
155         height: 88px;
156         font-size: 16px;
157 }
158
159 #upload-files a.file-link.image {
160         font-size: 2px;
161         letter-spacing: 0;
162 }
163
164 #upload-files a.file-link img { vertical-align: middle; }
165
166 #the-attachment-links textarea {
167         font-size: 10px;
168         overflow: hidden;
169 }
170
171 form table { float: none; padding: 0 15px; }
172
173 table {
174         float: left;
175         margin: 0;
176         padding: 0;
177 }
178
179 th { text-align: right; vertical-align: text-top; }
180
181 tr, td, th {
182         margin-top: 0;
183         padding-top: 0;
184 }
185
186 #uploadoptions th {
187         width: 80px;
188 }
189
190 #uploadoptions p {
191         margin: 0;
192         padding: 0;
193 }
194
195 #uploadoptions td {
196         padding-left: 1em;
197         line-height: 140%;
198 }
199
200 #uploadoptions table {
201         width: 300px;
202 }
203
204 input.readonly { background-color: #ddd; }