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

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