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

Revision 9792, 3.9 KB checked in by uehara, 20 years ago (diff)

blank

  • Property svn:mime-type set to application/octet-stream
Line 
1/*
2 * Copyright(c) 2000-2006 LOCKON CO.,LTD. All Rights Reserved.
3 *
4 * http://www.lockon.co.jp/
5 */
6 
7@charset "<!--{$smarty.const.CHAR_CODE}-->";
8
9input,select,option,textarea {
10    font-family:"£Í£Ó £Ð¥´¥·¥Ã¥¯","Hiragino Maru Gothic Pro","¥Ò¥é¥®¥Î´Ý¥´ Pro W4",Osaka,sans-serif;
11    font-size: 13px;
12}
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.box52 { width: 376px; }    /*W52*/
34.box60 { width: 432px; }    /*W60*/
35.box65 { width: 467px; }    /*W65*/
36.box68 { width: 488px; }    /*W68*/
37.box76 { width: 544px; }    /*W76*/
38
39.area40 { width: 302px; height: 134px; }    /*W40¡ßH8*/
40.area45 { width: 337px; height: 290px; }    /*W40¡ßH20*/
41.area46 { width: 337px; height: 134px; }    /*W40¡ßH8*/
42.area50 { width: 372px; height: 82px; } /*W50?H4*/
43.area55 { width: 407px; height: 82px; } /*W50?H4*/
44.area59 { width: 432px; height: 134px; }    /*W59¡ßH8*/
45.area60 { width: 433px; height: 134px; }    /*W60?H8*/
46.area61 { width: 433px; height: 82px; } /*W60?H4*/
47.area65 { width: 444px; height: 290px; }    /*W65¡ßH20*/
48.area70 { width: 512px; height: 186px; }    /*W70?H12*/
49.area75 { width: 547px; height: 186px; }    /*W75?H12*/
50.area80 { width: 572px; height: 134px; }    /*W80¡ßH8*/
51.area90 { width: 650px; height: 420px; }
52.area96 { width: 694px; height: 420px; }    /*W80¡ßH30*/
53.area96_2 { width: 694px; height: 160px; }  /*W80¡ßH10*/
54.area99 { width: 715px; height: 523px; }    /*W99?H40*/
55
56/*COLOR*/
57.ast { color: #cc0000; font-size: 90%; }
58.darkred { color: #cc0000; }
59.gray { color: #b6b7ba; }
60.white { color: #ffffff; }
61.whitest { color: #ffffff; font-weight: bold; }
62.white10 { color: #ffffff; font-size: 62.5%;}
63.red { color: #ff0000; }
64.red10 { color:#ff0000; font-size: 10px; }
65.red12 { color:#cc0000; font-size: 12px; }
66.reselt { color: #ffcc00; font-size: 120%; font-weight: bold; }
67
68
69.infodate {
70    color: #cccccc; font-size: 62.5%; font-weight: bold;
71    padding: 0 0 0 8px;
72}
73
74.infottl {
75    color: #ffffff;
76    font-size: 62.5%;
77    line-height: 150%;
78}
79
80.info {
81    padding: 0 4px;
82    display: block;
83}
84
85.title {
86    padding: 0px 0px 20px 25px;
87    color: #ffffff;
88    font-weight: bold;
89    line-height: 120%;
90}
91
92
93
94/*navi*/
95#menu_navi {
96    table-layout: fixed;
97}
98
99
100.navi a:visited {
101    color:#ffffff;
102    text-decoration:none;
103}
104
105.navi a:hover {
106    background-color: #a5a5a5;
107    color:#000000;
108    text-decoration:none;
109}
110
111.navi_text {
112    font-size: 75%;
113    padding: 0 0 0 8px;
114}
115
116
117.navi-on a:visited {
118    color:#000000;
119    text-decoration:none;
120}
121
122.navi-on a:hover {
123    background-color: #a5a5a5;
124    color:#000000;
125    text-decoration:none;
126}
127
128
129/*subnavi*/
130.subnavi a{
131    background-color: #818287;
132    width:140px;
133    padding: 6px 5px 4px 5px;
134    color:#ffffff;
135    text-decoration:none;
136    display:block;
137}
138
139.subnavi a:visited {
140    color:#ffffff;
141    text-decoration:none;
142}
143
144.subnavi a:hover {
145    background-color: #b7b7b7;
146    color:#000000;
147    text-decoration:none;
148}
149
150.subnavi_text {
151    font-size: 71%;
152    padding: 0 0 0 8px;
153}
154
155.subnavi-on a{
156    background-color: #b7b7b7;
157    width:140px;
158    padding: 6px 5px 4px 5px;
159    color:#000000;
160    text-decoration:none;
161    display:block;
162}
163
164.subnavi-on a:visited {
165    color:#000000;
166    text-decoration:none;
167}
168
169.subnavi-on a:hover {
170    background-color: #b7b7b7;
171    color:#000000;
172    text-decoration:none;
173}
174
175.number-on a:visited {
176    color:#ffffff;
177    text-decoration:none;
178}
179
180.number a:visited {
181    color:#ffffff;
182    text-decoration:none;
183}
184
185/*IMG*/
186img {
187    border: 0;
188}
Note: See TracBrowser for help on using the repository browser.