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

Revision 5934, 6.5 KB checked in by kakinaka, 20 years ago (diff)

* empty log message *

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