OSDN Git Service

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