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

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