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

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