source: trunk/data/Smarty/templates/default/admin/css/contents.tpl @ 18758

Revision 18758, 3.9 KB checked in by kajiwara, 14 years ago (diff)

EC-CUBE Ver2.4.4 分コミット。詳細はこちら( http://www.ec-cube.net/release/detail.php?release_id=223

  • Property svn:eol-style set to LF
  • Property svn:mime-type set to text/html; charset=UTF-8
Line 
1<!--{*
2/*
3 * This file is part of EC-CUBE
4 *
5 * Copyright(c) 2000-2010 LOCKON CO.,LTD. All Rights Reserved.
6 *
7 * http://www.lockon.co.jp/
8 *
9 * This program is free software; you can redistribute it and/or
10 * modify it under the terms of the GNU General Public License
11 * as published by the Free Software Foundation; either version 2
12 * of the License, or (at your option) any later version.
13 *
14 * This program is distributed in the hope that it will be useful,
15 * but WITHOUT ANY WARRANTY; without even the implied warranty of
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17 * GNU General Public License for more details.
18 *
19 * You should have received a copy of the GNU General Public License
20 * along with this program; if not, write to the Free Software
21 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
22 */
23*}-->
24
25<style type="text/css">
26@charset "<!--{$smarty.const.CHAR_CODE}-->";
27
28body {
29    background: #fff url(<!--{$TPL_DIR}-->img/common/bg.jpg);
30    background-repeat: repeat-x;
31    font-family:"MS Pゴシック","Hiragino Maru Gothic Pro","ヒラギノ丸ゴ Pro W4",Osaka,sans-serif;
32}
33
34
35.mainbg {
36    background: #fff url(<!--{$TPL_DIR}-->img/contents/main_bg.jpg);
37    background-repeat: repeat-x;
38}
39
40.infobg {
41    background: #fff url(<!--{$TPL_DIR}-->img/contents/home_bg.jpg);
42    background-repeat: no-repeat;
43    background-color: #e3e3e3;
44}
45
46
47.navi a{
48    background: url(<!--{$TPL_DIR}-->img/contents/navi_bar.gif);
49    background-repeat: repeat-y;
50    background-color: #636469;
51    width:140px;
52    padding: 10px 5px 10px 12px;
53    color:#ffffff;
54    text-decoration:none;
55    display:block ;
56}
57
58.navi-on a{
59    background: url(<!--{$TPL_DIR}-->img/contents/navi_bar.gif);
60    background-repeat: repeat-y;
61    background-color: #a5a5a5;
62    width:140px;
63    padding: 10px 5px 10px 12px;
64    color:#000000;
65    text-decoration:none;
66    display:block;
67}
68
69/*icon*/
70.icon_edit{
71    background: url(<!--{$TPL_DIR}-->img/contents/icon_edit.jpg);
72    background-repeat: no-repeat;
73    padding: 0 0 0 15px;
74}
75
76.icon_mail {
77    background: url(<!--{$TPL_DIR}-->img/contents/icon_mail.jpg);
78    background-repeat: no-repeat;
79    padding: 0 0 0 15px;
80}
81
82.icon_delete {
83    background: url(<!--{$TPL_DIR}-->img/contents/icon_delete.jpg);
84    background-repeat: no-repeat;
85    padding: 0 0 0 15px;
86}
87
88.icon_copy {
89    background: url(<!--{$TPL_DIR}-->img/contents/icon_copy.jpg);
90    background-repeat: no-repeat;
91    padding: 0 0 0 15px;
92}
93
94.icon_class {
95    background: url(<!--{$TPL_DIR}-->img/contents/icon_class.jpg);
96    background-repeat: no-repeat;
97    padding: 0 0 0 15px;
98}
99
100.icon_confirm {
101    background: url(<!--{$TPL_DIR}-->img/contents/icon_confirm.jpg);
102    background-repeat: no-repeat;
103    padding: 0 0 0 15px;
104}
105
106
107/*send-page*/
108
109.number a{
110    background: url(<!--{$TPL_DIR}-->img/contents/number_bg.jpg);
111    background-repeat: repeat-x;
112    background-color: #505468;
113    padding-top: 3px;
114    padding-bottom: 5px;
115    padding-left: 8px;
116    padding-right: 8px;
117    color:#ffffff;
118    font-size: 65%;
119    line-height: 160%;
120    font-weight: bold;
121    text-decoration:none;
122}
123
124.number a:hover{
125    background: url(<!--{$TPL_DIR}-->img/contents/number_bg_on.jpg);
126    background-repeat: repeat-x;
127    background-color: #f7c600;
128    padding-top: 3px;
129    padding-bottom: 5px;
130    padding-left: 8px;
131    padding-right: 8px;
132    color:#ffffff;
133    font-size: 65%;
134    line-height: 160%;
135    font-weight: bold;
136    text-decoration:none;
137}
138
139.number-on a{
140    padding-top: 3px;
141    padding-bottom: 5px;
142    padding-left: 8px;
143    padding-right: 8px;
144    background: url(<!--{$TPL_DIR}-->img/contents/number_bg_on.jpg);
145    background-repeat: repeat-x;
146    background-color: #f7c600;
147    color:#ffffff;
148    font-size: 65%;
149    line-height: 160%;
150    font-weight: bold;
151    text-decoration:none;
152   
153}
154
155.number-on a:hover{
156    background: url(<!--{$TPL_DIR}-->img/contents/number_bg_on.jpg);
157    background-repeat: repeat-x;
158    background-color: #f7c600;
159    padding-top: 3px;
160    padding-bottom: 5px;
161    padding-left: 8px;
162    padding-right: 8px;
163    color:#ffffff;
164    font-size: 65%;
165    line-height: 160%;
166    font-weight: bold;
167    text-decoration:none;
168}
169
170</style>
Note: See TracBrowser for help on using the repository browser.