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

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