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

Revision 4199, 5.4 KB checked in by kakinaka, 20 years ago (diff)

blank

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