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

Revision 3047, 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:32px;
87    overflow:auto;
88}
89
90.navi_dummy a{
91    background: url(/img/contents/navi_bar.gif);
92    background-repeat: repeat-y;
93    background-color: #636469;
94    //padding: 10px 5px 10px 12px; 
95    width:140px;
96    color:#ffffff;
97    text-decoration:none;
98}
99
100.navi_dummy a:visited {
101    color:#ffffff;
102    text-decoration:none;
103}
104
105.navi_text {
106    font-size: 75%;
107    padding: 0 0 0 8px;
108}
109
110.navi-on-dummy a{
111    background: url(/img/contents/navi_bar.gif);
112    background-repeat: repeat-y;
113    background-color: #a5a5a5;
114    //padding: 10px 5px 10px 12px;
115    width:140px;
116    color:#000000;
117    text-decoration:none;
118}
119
120.navi-on-dummy a:visited {
121    color:#000000;
122    text-decoration:none;
123}
124/* ---¥Æ¥¹¥È---¢¥ */
125
126
127
128
129
130.navi a{
131    background: url(/img/contents/navi_bar.gif);
132    background-repeat: repeat-y;
133    background-color: #636469;
134    width:140px;
135    padding: 10px 5px 10px 12px;
136    color:#ffffff;
137    text-decoration:none;
138}
139
140.navi a:visited {
141    color:#ffffff;
142    text-decoration:none;
143}
144/*
145.navi a:hover {
146    background-color: #a5a5a5;
147    color:#000000;
148    text-decoration:none;
149}
150*/
151.navi_text {
152    font-size: 75%;
153    padding: 0 0 0 8px;
154}
155
156.navi-on a{
157    background: url(/img/contents/navi_bar.gif);
158    background-repeat: repeat-y;
159    background-color: #a5a5a5;
160    width:140px;
161    padding: 10px 5px 10px 12px;
162    color:#000000;
163    text-decoration:none;
164}
165
166.navi-on a:visited {
167    color:#000000;
168    text-decoration:none;
169}
170/*
171.navi-on a:hover {
172    background-color: #a5a5a5;
173    color:#000000;
174    text-decoration:none;
175}
176*/
177
178/*subnavi*/
179.subnavi a{
180    background-color: #818287;
181    width:140px;
182    padding: 6px 5px 4px 5px;
183    color:#ffffff;
184    text-decoration:none;
185}
186
187.subnavi a:visited {
188    color:#ffffff;
189    text-decoration:none;
190}
191/*
192.subnavi a:hover {
193    background-color: #b7b7b7;
194    color:#000000;
195    text-decoration:none;
196}
197*/
198.subnavi_text {
199    font-size: 71%;
200    padding: 0 0 0 8px;
201}
202
203.subnavi-on a{
204    background-color: #b7b7b7;
205    width:140px;
206    padding: 6px 5px 4px 5px;
207    color:#000000;
208    text-decoration:none;
209}
210
211.subnavi-on a:visited {
212    color:#000000;
213    text-decoration:none;
214}
215/*
216.subnavi-on a:hover {
217    background-color: #b7b7b7;
218    color:#000000;
219    text-decoration:none;
220}
221*/
222
223
224/*icon*/
225.icon_edit{
226    background: url(/img/contents/icon_edit.jpg);
227    background-repeat: no-repeat;
228    padding: 0 0 0 15px;
229}
230
231.icon_mail {
232    background: url(/img/contents/icon_mail.jpg);
233    background-repeat: no-repeat;
234    padding: 0 0 0 15px;
235}
236
237.icon_delete {
238    background: url(/img/contents/icon_delete.jpg);
239    background-repeat: no-repeat;
240    padding: 0 0 0 15px;
241}
242
243.icon_class {
244    background: url(/img/contents/icon_class.jpg);
245    background-repeat: no-repeat;
246    padding: 0 0 0 15px;
247}
248
249.icon_confirm {
250    background: url(/img/contents/icon_confirm.jpg);
251    background-repeat: no-repeat;
252    padding: 0 0 0 15px;
253}
254
255
256/*send-page*/
257.number a{
258    background: url(/img/contents/number_bg.jpg);
259    background-repeat: repeat-x;
260    background-color: #505468;
261    padding: 8px;
262    color:#ffffff;
263    font-size: 65%;
264    line-height: 160%;
265    font-weight: bold;
266    text-decoration:none;
267}
268
269.number a:visited {
270    color:#ffffff;
271    text-decoration:none;
272}
273
274.number a:hover{
275    background: url(/img/contents/number_bg_on.jpg);
276    background-repeat: repeat-x;
277    background-color: #f7c600;
278    padding: 8px;
279    color:#ffffff;
280    font-size: 65%;
281    line-height: 160%;
282    font-weight: bold;
283    text-decoration:none;
284}
285
286.number-on a{
287    background: url(/img/contents/number_bg_on.jpg);
288    background-repeat: repeat-x;
289    background-color: #f7c600;
290    padding: 8px;
291    color:#ffffff;
292    font-size: 65%;
293    line-height: 160%;
294    font-weight: bold;
295    text-decoration:none;
296}
297
298.number-on a:visited {
299    color:#ffffff;
300    text-decoration:none;
301}
302
303.number-on a:hover{
304    background: url(/img/contents/number_bg_on.jpg);
305    background-repeat: repeat-x;
306    background-color: #f7c600;
307    padding: 8px;
308    color:#ffffff;
309    font-size: 65%;
310    line-height: 160%;
311    font-weight: bold;
312    text-decoration:none;
313}
314
315/*IMG*/
316img {
317border: 0;
318}
Note: See TracBrowser for help on using the repository browser.