source: temp/trunk/html/admin/css/contents.css @ 3112

Revision 3112, 5.9 KB checked in by uehara, 20 years ago (diff)

* empty log message *

  • Property svn:mime-type set to application/octet-stream
Line 
1@charset "euc-jp";
2
3body {
4    background: #fff url(/img/common/bg.jpg);
5    background-repeat: repeat-x;
6}
7
8
9/*LINK*/
10a:link { color: #006699; text-decoration: none; }
11a:visited { color: #006699; text-decoration: none; }
12a:hover { color: #f9a406; text-decoration: underline; }
13
14
15/*FORM*/
16.box6 { width: 54px; }  /*W6*/
17.box10 { width: 82px; } /*W10*/
18.box20 { width: 152px; }    /*W20*/
19.box25 { width: 187px; }    /*W25*/
20.box30 { width: 222px; }    /*W30*/
21.box33 { width: 243px; }    /*W30*/
22.box40 { width: 292px; }    /*W40*/
23.box60 { width: 432px; }    /*W60*/
24
25.area40 { width: 302px; height: 134px; }    /*W40¡ßH8*/
26.area45 { width: 337px; height: 290px; }    /*W40¡ßH20*/
27.area46 { width: 337px; height: 134px; }    /*W40¡ßH8*/
28.area59 { width: 432px; height: 134px; }    /*W59¡ßH8*/
29.area65 { width: 444px; height: 290px; }    /*W65¡ßH20*/
30.area80 { width: 572px; height: 134px; }    /*W80¡ßH8*/
31.area96 { width: 694px; height: 420px; }    /*W80¡ßH30*/
32.area96_2 { width: 694px; height: 160px; }  /*W80¡ßH10*/
33
34
35/*COLOR*/
36.ast { color: #cc0000; font-size: 90%; }
37.darkred { color: #cc0000; }
38.gray { color: #b6b7ba; }
39.white { color: #ffffff; }
40.whitest { color: #ffffff; font-weight: bold; }
41.white10 { color: #ffffff; font-size: 62.5%;}
42.red { color: #ff0000; }
43.red10 { color:#ff0000; font-size: 10px; }
44.red12 { color:#cc0000; font-size: 12px; }
45.reselt { color: #ffcc00; font-size: 120%; font-weight: bold; }
46
47.infodate {
48    color: #cccccc; font-size: 62.5%; font-weight: bold;
49    padding: 0 0 0 8px;
50}
51
52.infottl {
53    color: #ffffff;
54    font-size: 62.5%;
55    line-height: 150%;
56}
57
58.info {
59    padding: 0 4px;
60    display: block;
61}
62
63.title {
64    padding: 100px 0 20px 25px;
65    color: #ffffff;
66    font-weight: bold;
67    line-height: 120%;
68}
69
70.mainbg {
71    background: #fff url(/img/contents/main_bg.jpg);
72    background-repeat: repeat-x;
73}
74
75.infobg {
76    background: #fff url(/img/contents/home_bg.jpg);
77    background-repeat: no-repeat;
78    background-color: #e3e3e3;
79}
80
81
82/*navi*/
83
84/* ---¥Æ¥¹¥È¢§--- */
85.navi_dummy {
86    height:33;
87}
88
89.navi_dummy a{
90    background: url(/img/contents/navi_bar.gif);
91    background-repeat: repeat-y;
92    background-color: #636469;
93    padding: 10px 7px 5px 5px; 
94    width:140px;
95    color:#ffffff;
96    text-decoration:none;
97}
98
99.navi_dummy a:visited {
100    color:#ffffff;
101    text-decoration:none;
102}
103
104.navi_text {
105    font-size: 75%;
106    padding: 0 0 0 8px;
107}
108
109.navi-on-dummy a{
110    background: url(/img/contents/navi_bar.gif);
111    background-repeat: repeat-y;
112    background-color: #a5a5a5;
113    padding: 10px 7px 10px 12px;
114    width:140px;
115    color:#000000;
116    text-decoration:none;
117}
118
119.navi-on-dummy a:visited {
120    color:#000000;
121    text-decoration:none;
122}
123/* ---¥Æ¥¹¥È---¢¥ */
124
125
126
127
128
129.navi a{
130    background: url(/img/contents/navi_bar.gif);
131    background-repeat: repeat-y;
132    background-color: #636469;
133    width:140px;
134    padding: 10px 5px 10px 12px;
135    color:#ffffff;
136    text-decoration:none;
137}
138
139.navi a:visited {
140    color:#ffffff;
141    text-decoration:none;
142}
143/*
144.navi a:hover {
145    background-color: #a5a5a5;
146    color:#000000;
147    text-decoration:none;
148}
149*/
150.navi_text {
151    font-size: 75%;
152    padding: 0 0 0 8px;
153}
154
155.navi-on a{
156    background: url(/img/contents/navi_bar.gif);
157    background-repeat: repeat-y;
158    background-color: #a5a5a5;
159    width:140px;
160    padding: 10px 5px 10px 12px;
161    color:#000000;
162    text-decoration:none;
163}
164
165.navi-on a:visited {
166    color:#000000;
167    text-decoration:none;
168}
169/*
170.navi-on a:hover {
171    background-color: #a5a5a5;
172    color:#000000;
173    text-decoration:none;
174}
175*/
176
177/*subnavi*/
178.subnavi a{
179    background-color: #818287;
180    width:140px;
181    padding: 6px 5px 4px 5px;
182    color:#ffffff;
183    text-decoration:none;
184}
185
186.subnavi a:visited {
187    color:#ffffff;
188    text-decoration:none;
189}
190/*
191.subnavi a:hover {
192    background-color: #b7b7b7;
193    color:#000000;
194    text-decoration:none;
195}
196*/
197.subnavi_text {
198    font-size: 71%;
199    padding: 0 0 0 8px;
200}
201
202.subnavi-on a{
203    background-color: #b7b7b7;
204    width:140px;
205    padding: 6px 5px 4px 5px;
206    color:#000000;
207    text-decoration:none;
208}
209
210.subnavi-on a:visited {
211    color:#000000;
212    text-decoration:none;
213}
214/*
215.subnavi-on a:hover {
216    background-color: #b7b7b7;
217    color:#000000;
218    text-decoration:none;
219}
220*/
221
222
223/*icon*/
224.icon_edit{
225    background: url(/img/contents/icon_edit.jpg);
226    background-repeat: no-repeat;
227    padding: 0 0 0 15px;
228}
229
230.icon_mail {
231    background: url(/img/contents/icon_mail.jpg);
232    background-repeat: no-repeat;
233    padding: 0 0 0 15px;
234}
235
236.icon_delete {
237    background: url(/img/contents/icon_delete.jpg);
238    background-repeat: no-repeat;
239    padding: 0 0 0 15px;
240}
241
242.icon_class {
243    background: url(/img/contents/icon_class.jpg);
244    background-repeat: no-repeat;
245    padding: 0 0 0 15px;
246}
247
248.icon_confirm {
249    background: url(/img/contents/icon_confirm.jpg);
250    background-repeat: no-repeat;
251    padding: 0 0 0 15px;
252}
253
254
255/*send-page*/
256.number a{
257    background: url(/img/contents/number_bg.jpg);
258    background-repeat: repeat-x;
259    background-color: #505468;
260    padding: 8px;
261    color:#ffffff;
262    font-size: 65%;
263    line-height: 160%;
264    font-weight: bold;
265    text-decoration:none;
266}
267
268.number a:visited {
269    color:#ffffff;
270    text-decoration:none;
271}
272
273.number a:hover{
274    background: url(/img/contents/number_bg_on.jpg);
275    background-repeat: repeat-x;
276    background-color: #f7c600;
277    padding: 8px;
278    color:#ffffff;
279    font-size: 65%;
280    line-height: 160%;
281    font-weight: bold;
282    text-decoration:none;
283}
284
285.number-on a{
286    background: url(/img/contents/number_bg_on.jpg);
287    background-repeat: repeat-x;
288    background-color: #f7c600;
289    padding: 8px;
290    color:#ffffff;
291    font-size: 65%;
292    line-height: 160%;
293    font-weight: bold;
294    text-decoration:none;
295}
296
297.number-on a:visited {
298    color:#ffffff;
299    text-decoration:none;
300}
301
302.number-on a:hover{
303    background: url(/img/contents/number_bg_on.jpg);
304    background-repeat: repeat-x;
305    background-color: #f7c600;
306    padding: 8px;
307    color:#ffffff;
308    font-size: 65%;
309    line-height: 160%;
310    font-weight: bold;
311    text-decoration:none;
312}
313
314/*IMG*/
315img {
316border: 0;
317}
Note: See TracBrowser for help on using the repository browser.