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

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