source: branches/version-2_5-dev/html/admin/css/install.css @ 20116

Revision 20116, 3.6 KB checked in by nanasess, 13 years ago (diff)
  • svn properties を再設定
  • 再設定用のスクリプト追加
  • Property svn:keywords set to Id
Line 
1/*
2 * This file is part of EC-CUBE
3 *
4 * Copyright(c) 2000-2010 LOCKON CO.,LTD. All Rights Reserved.
5 *
6 * http://www.lockon.co.jp/
7 *
8 * This program is free software; you can redistribute it and/or
9 * modify it under the terms of the GNU General Public License
10 * as published by the Free Software Foundation; either version 2
11 * of the License, or (at your option) any later version.
12 *
13 * This program is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16 * GNU General Public License for more details.
17 *
18 * You should have received a copy of the GNU General Public License
19 * along with this program; if not, write to the Free Software
20 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
21 */
22
23@charset "utf-8";
24
25input,select,option,textarea {
26    font-family:"‚l‚r ‚oƒSƒVƒbƒN","Hiragino Maru Gothic Pro","ƒqƒ‰ƒMƒmŠÛƒS Pro W4",Osaka,sans-serif;
27    font-size: 13px;
28}
29
30
31/*LINK*/
32a:link { color: #006699; text-decoration: none; }
33a:visited { color: #006699; text-decoration: none; }
34a:hover { color: #f9a406; text-decoration: underline; }
35
36
37/*FORM*/
38.box3 { width: 33px; }  /*W3*/
39.box6 { width: 54px; }  /*W6*/
40.box10 { width: 82px; } /*W10*/
41.box20 { width: 152px; }    /*W20*/
42.box25 { width: 187px; }    /*W25*/
43.box30 { width: 222px; }    /*W30*/
44.box33 { width: 243px; }    /*W33*/
45.box35 { width: 257px; }    /*W35*/
46.box40 { width: 292px; }    /*W40*/
47.box45 { width: 341px; }    /*W45*/
48.box50 { width: 362px; }    /*W50*/
49.box52 { width: 376px; }    /*W52*/
50.box54 { width: 390px; }    /*W54*/
51.box60 { width: 432px; }    /*W60*/
52.box65 { width: 467px; }    /*W65*/
53.box68 { width: 488px; }    /*W68*/
54.box76 { width: 544px; }    /*W76*/
55
56.area40 { width: 302px; height: 134px; }    /*W40~H8*/
57.area45 { width: 337px; height: 290px; }    /*W40~H20*/
58.area46 { width: 337px; height: 134px; }    /*W40~H8*/
59.area50 { width: 372px; height: 82px; } /*W50?H4*/
60.area55 { width: 407px; height: 82px; } /*W50?H4*/
61.area59 { width: 432px; height: 134px; }    /*W59~H8*/
62.area60 { width: 433px; height: 134px; }    /*W60?H8*/
63.area61 { width: 433px; height: 82px; } /*W60?H4*/
64.area65 { width: 444px; height: 290px; }    /*W65~H20*/
65.area70 { width: 512px; height: 186px; }    /*W70?H12*/
66.area75 { width: 547px; height: 186px; }    /*W75?H12*/
67.area80 { width: 572px; height: 134px; }    /*W80~H8*/
68.area90 { width: 650px; height: 420px; }
69.area96 { width: 694px; height: 420px; }    /*W80~H30*/
70.area96_2 { width: 694px; height: 160px; }  /*W80~H10*/
71.area99 { width: 715px; height: 523px; }    /*W99?H40*/
72
73/*COLOR*/
74.ast { color: #cc0000; font-size: 90%; }
75.darkred { color: #cc0000; }
76.gray { color: #b6b7ba; }
77.white { color: #ffffff; }
78.whitest { color: #ffffff; font-weight: bold; }
79.white10 { color: #ffffff; font-size: 62.5%;}
80.red { color: #ff0000; }
81.red10 { color:#ff0000; font-size: 10px; }
82.red12 { color:#cc0000; font-size: 12px; }
83.reselt { color: #ffcc00; font-size: 120%; font-weight: bold; }
84
85
86.infodate {
87    color: #cccccc; font-size: 62.5%; font-weight: bold;
88    padding: 0 0 0 8px;
89}
90
91.infottl {
92    color: #ffffff;
93    font-size: 62.5%;
94    line-height: 150%;
95}
96
97.info {
98    padding: 0 4px;
99    display: block;
100}
101
102.title {
103    padding: 0px 0px 20px 25px;
104    color: #ffffff;
105    font-weight: bold;
106    line-height: 120%;
107}
108
109/*IMG*/
110img {
111    border: 0;
112}
113
114#agreement{
115    height: 120px;
116    width: 480px;
117    overflow: auto;
118    margin: 0px;
119    background-color : #FFFFFF;
120    border-style: solid;
121    border-color: #C0C0C0;
122    border-width: 1px
123}
Note: See TracBrowser for help on using the repository browser.