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

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