OSDN Git Service

Subversion由来のタグを削除
[nucleus-jp/nucleus-jp-ancient.git] / nucleus / styles / admin_original.css
1 /*\r
2         admin area style\r
3 */\r
4 \r
5 body {\r
6         background: #ffffff; \r
7 }\r
8 \r
9 body, td, th, a, li, ul, textarea {\r
10         color: #000;\r
11         font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;\r
12 }\r
13 \r
14 /* basic link appearance */\r
15 a:link, a:visited {\r
16         color: #1D3565;\r
17         font-weight: bold;\r
18         text-decoration: none;\r
19 }\r
20 \r
21 a:hover {\r
22         text-decoration: underline;\r
23 }\r
24 \r
25 /* textareas */\r
26 textarea {\r
27         font-size: small;\r
28         width: 95%;\r
29 }\r
30 \r
31 /* textareas for skin/template editing have monospace fonts */\r
32 textarea.skinedit, textarea.templateedit {\r
33         font-family: monospace;\r
34         font-size: medium;\r
35 }\r
36 \r
37 /* images */\r
38 img     {\r
39         border: none;\r
40 }\r
41 \r
42 img.skinpreview {\r
43         border: 1px solid #ccc;\r
44 }\r
45 \r
46 /* forms */\r
47 form {\r
48         margin-bottom: 0px;\r
49 }\r
50 \r
51 label {\r
52         cursor: pointer;\r
53 }\r
54 \r
55 input.transparent {\r
56         background-color: transparent;\r
57 }\r
58 \r
59 /* preformatted text */\r
60 pre {\r
61         margin-left: 10px;\r
62 }\r
63 \r
64 /* a div that has an indent */\r
65 div.indent {\r
66         margin-left: 40px;\r
67 }\r
68 \r
69 .skip {\r
70         display: none;\r
71 }\r
72 \r
73 .error {\r
74         color: red;\r
75         font-size: 1.2em;\r
76 }\r
77 \r
78 /* header */\r
79 h1 {\r
80         text-align: right;\r
81         font-size: 30px;\r
82         font-weight: 900;\r
83         letter-spacing: 0.1em;\r
84         /*color: #0001AA;       */\r
85         color: #596d9d;\r
86         margin: 0 0 5px 135px;\r
87         height: 35px;\r
88         /*display: none;        hide the header if you don't want it*/\r
89 \r
90 }\r
91 \r
92 /* quick menu on left */\r
93 /* \r
94         It's a real pain getting this absolute positioning to work correctly\r
95         in all browsers. IE in particular seems to have a lot of trouble, even\r
96         when a valid doctype is present. Because of the way it is solved currently,\r
97         the top of the quickmenu and the contents will not line up\r
98 */\r
99 #quickmenu {\r
100         position: absolute;\r
101         overflow: hidden;\r
102         \r
103         top: 10px;\r
104         left: 10px;\r
105 \r
106         width: 110px;\r
107         margin: 0px;\r
108         padding: 0px;\r
109         \r
110         font-size: 70%;\r
111         \r
112         border-width: 1px;\r
113         border-style: solid;\r
114         border-color: black;\r
115 \r
116         background: #ffffff url(quickb.jpg) top left fixed repeat-y; \r
117 }\r
118 \r
119 #quickmenu ul {\r
120         list-style-type: none;\r
121         margin: 0;\r
122         padding: 0;\r
123 }\r
124 \r
125 #quickmenu li {\r
126         padding: 0;\r
127         margin: 0;\r
128         text-align: center;\r
129         border-bottom: 1px solid #ccc;\r
130 }\r
131 \r
132 #quickmenu p {\r
133         padding: 5px;\r
134         margin: 0px;\r
135         text-align: justify;\r
136 }\r
137 \r
138 #quickmenu a {\r
139         display: block;\r
140         padding: 5px;\r
141         font-size: 1em;\r
142         line-height: 1.5em;\r
143         text-decoration: none;\r
144 }\r
145 \r
146 #quickmenu a:hover {\r
147         background: #ffffff url(quickb-hover.jpg) top left fixed repeat-y; \r
148         color: #000;\r
149         letter-spacing: 1px;\r
150 }\r
151 \r
152 #quickmenu h2 {\r
153         font-size: small;\r
154         text-align: center;\r
155         padding: 1px 0px 1px 0px;\r
156         margin: 0px;\r
157         border-bottom: 1px solid #bbb;  \r
158         background-color: #ddd;\r
159         color: #000;\r
160 }\r
161 \r
162 #quickmenu form {\r
163         margin: 0;\r
164         padding: 5px;\r
165         text-align: center;\r
166 }\r
167 \r
168 #quickmenu option {\r
169         font-size: 0.9em;\r
170 }\r
171 \r
172 .loginname {\r
173         float: right;\r
174         font-size: small;\r
175         text-align: right;\r
176         line-height: normal;\r
177         padding-left: 5px;\r
178         background-color: white;\r
179 }\r
180 \r
181 /* page content */\r
182 #content {\r
183         margin-left: 135px;\r
184         font-style: normal;\r
185         text-decoration: none;\r
186         color: black;\r
187         text-align: justify;\r
188         line-height: 13pt;\r
189 \r
190         border-width: 1px;\r
191         border-style: solid;\r
192         border-color: black;\r
193         \r
194         /* rounded borders in gecko-based browsers? why not :) */\r
195         -moz-border-radius: 10px;       \r
196 \r
197         padding: 10px 10px 0 10px;      \r
198         \r
199         background-color: white;\r
200         \r
201 }\r
202 \r
203 #content h2 {\r
204         color: #596d9d; \r
205 \r
206         border-color: gray;\r
207         border-style: dashed;\r
208         border-width: 0px 0px 1px 0px;\r
209 \r
210         font-size: large;\r
211         line-height: 120%;\r
212 \r
213         text-decoration: none;\r
214         font-weight: bold; \r
215 }\r
216 \r
217 #content h3 {\r
218         border-color: gray;\r
219         border-style: dotted;\r
220         border-width: 0px 0px 1px 0px;\r
221         font-size: medium;\r
222         font-weight: normal;\r
223         line-height: 120%;\r
224 \r
225         color: gray;\r
226         padding-left: 20px;\r
227 }\r
228 \r
229 #content .note, pre {\r
230         background-color: #ddd;\r
231         padding: 5px;\r
232 }\r
233 \r
234 /* \r
235         font size tricks, to make it work in all browsers\r
236         \r
237         See: \r
238         http://diveintoaccessibility.org/day_26_using_relative_font_sizes.html\r
239 \r
240         (netscape 4 trick is left out, Nucleus doesn't work anyway in that browser)     \r
241         #content should be 'small' (in standard-compliant browsers)\r
242         \r
243 */\r
244 \r
245 #content {\r
246   font-size: small;\r
247   voice-family: "\"}\"";\r
248   voice-family: inherit;\r
249   font-size: small;\r
250 }\r
251 html>body #content { font-size: small; }\r
252 \r
253 /* tables */\r
254 table {\r
255         border: none;\r
256         width: 100%;\r
257         border-collapse: collapse;\r
258         margin-bottom: 10px;\r
259         margin-top: 10px;       \r
260 }\r
261 \r
262 th {\r
263         background-color: #bbc;\r
264         color: #000;\r
265         font-size: small;\r
266 }\r
267 \r
268 th, td {\r
269         padding: 4px;\r
270         empty-cells: show;      \r
271 }\r
272 \r
273 td {\r
274         background-color: #fff;\r
275         border: 1px solid #ddd;\r
276         font-size: small;\r
277         vertical-align: top;\r
278         text-align: left;\r
279 }\r
280 \r
281 td a:link, td a:visited { \r
282         text-decoration: underline;\r
283         color: black;\r
284         font-weight: normal;\r
285 }\r
286 \r
287 td a:hover {\r
288         color: #1D3565;\r
289         text-decoration: underline;\r
290 }\r
291 \r
292 td.draft, td.future {\r
293         background-color: #ffe;\r
294 }\r
295 \r
296 tr.highlighted td {\r
297         background-color: green;\r
298 }\r
299 \r
300 table.navigation td, table.navigation th {\r
301         border: none;\r
302 }\r
303 \r
304 .batchoperations {\r
305         background-color: #eef;\r
306         width: auto;\r
307         padding: 5px;\r
308         text-align: right;\r
309 }\r
310 \r
311 /* footer */\r
312 .foot {\r
313         padding: 2px 0px 2px 10px;\r
314         margin:10px -10px 0 -10px;\r
315         text-align: center;\r
316 }\r