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

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