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

Revision 7187, 3.8 KB checked in by kakinaka, 20 years ago (diff)

* empty log message *

  • 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.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.area90 { width: 650px; height: 420px; }
50.area96 { width: 694px; height: 420px; }    /*W80¡ßH30*/
51.area96_2 { width: 694px; height: 160px; }  /*W80¡ßH10*/
52.area99 { width: 715px; height: 523px; }    /*W99?H40*/
53
54/*COLOR*/
55.ast { color: #cc0000; font-size: 90%; }
56.darkred { color: #cc0000; }
57.gray { color: #b6b7ba; }
58.white { color: #ffffff; }
59.whitest { color: #ffffff; font-weight: bold; }
60.white10 { color: #ffffff; font-size: 62.5%;}
61.red { color: #ff0000; }
62.red10 { color:#ff0000; font-size: 10px; }
63.red12 { color:#cc0000; font-size: 12px; }
64.reselt { color: #ffcc00; font-size: 120%; font-weight: bold; }
65
66
67.infodate {
68    color: #cccccc; font-size: 62.5%; font-weight: bold;
69    padding: 0 0 0 8px;
70}
71
72.infottl {
73    color: #ffffff;
74    font-size: 62.5%;
75    line-height: 150%;
76}
77
78.info {
79    padding: 0 4px;
80    display: block;
81}
82
83.title {
84    padding: 0px 0px 20px 25px;
85    color: #ffffff;
86    font-weight: bold;
87    line-height: 120%;
88}
89
90
91
92/*navi*/
93#menu_navi {
94    table-layout: fixed;
95}
96
97
98.navi a:visited {
99    color:#ffffff;
100    text-decoration:none;
101}
102
103.navi a:hover {
104    background-color: #a5a5a5;
105    color:#000000;
106    text-decoration:none;
107}
108
109.navi_text {
110    font-size: 75%;
111    padding: 0 0 0 8px;
112}
113
114
115.navi-on a:visited {
116    color:#000000;
117    text-decoration:none;
118}
119
120.navi-on a:hover {
121    background-color: #a5a5a5;
122    color:#000000;
123    text-decoration:none;
124}
125
126
127/*subnavi*/
128.subnavi a{
129    background-color: #818287;
130    width:140px;
131    padding: 6px 5px 4px 5px;
132    color:#ffffff;
133    text-decoration:none;
134    display:block;
135}
136
137.subnavi a:visited {
138    color:#ffffff;
139    text-decoration:none;
140}
141
142.subnavi a:hover {
143    background-color: #b7b7b7;
144    color:#000000;
145    text-decoration:none;
146}
147
148.subnavi_text {
149    font-size: 71%;
150    padding: 0 0 0 8px;
151}
152
153.subnavi-on a{
154    background-color: #b7b7b7;
155    width:140px;
156    padding: 6px 5px 4px 5px;
157    color:#000000;
158    text-decoration:none;
159    display:block;
160}
161
162.subnavi-on a:visited {
163    color:#000000;
164    text-decoration:none;
165}
166
167.subnavi-on a:hover {
168    background-color: #b7b7b7;
169    color:#000000;
170    text-decoration:none;
171}
172
173.number-on a:visited {
174    color:#ffffff;
175    text-decoration:none;
176}
177
178.number a:visited {
179    color:#ffffff;
180    text-decoration:none;
181}
182
183/*IMG*/
184img {
185    border: 0;
186}
Note: See TracBrowser for help on using the repository browser.