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

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