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

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