OSDN Git Service

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