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

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