source: branches/version-2_5-dev/data/Smarty/templates/admin/css/contents.tpl @ 20764

Revision 20764, 4.0 KB checked in by nanasess, 13 years ago (diff)

#601 (コピーライトの更新)

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Id
  • Property svn:mime-type set to text/x-smarty-template; charset=UTF-8
Line 
1<!--{*
2/*
3 * This file is part of EC-CUBE
4 *
5 * Copyright(c) 2000-2011 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<style type="text/css">
25.mainbg {
26    background: #fff url(<!--{$TPL_URLPATH_DEFAULT}-->img/contents/main_bg.jpg);
27    background-repeat: repeat-x;
28}
29
30.infobg {
31    background: #fff url(<!--{$TPL_URLPATH_DEFAULT}-->img/contents/home_bg.jpg);
32    background-repeat: no-repeat;
33    background-color: #e3e3e3;
34}
35
36.navi a{
37    background: url(<!--{$TPL_URLPATH_DEFAULT}-->img/contents/navi_bar.gif);
38    background-repeat: repeat-y;
39    background-color: #636469;
40    width:140px;
41    padding: 10px 5px 10px 12px;
42    color:#ffffff;
43    text-decoration:none;
44    display:block ;
45}
46
47.navi-on a{
48    background: url(<!--{$TPL_URLPATH_DEFAULT}-->img/contents/navi_bar.gif);
49    background-repeat: repeat-y;
50    background-color: #a5a5a5;
51    width:140px;
52    padding: 10px 5px 10px 12px;
53    color:#000000;
54    text-decoration:none;
55    display:block;
56}
57
58.icon_edit{
59    background: url(<!--{$TPL_URLPATH_DEFAULT}-->img/contents/icon_edit.jpg);
60    background-repeat: no-repeat;
61    padding: 0 0 0 15px;
62}
63
64.icon_mail {
65    background: url(<!--{$TPL_URLPATH_DEFAULT}-->img/contents/icon_mail.jpg);
66    background-repeat: no-repeat;
67    padding: 0 0 0 15px;
68}
69
70.icon_delete {
71    background: url(<!--{$TPL_URLPATH_DEFAULT}-->img/contents/icon_delete.jpg);
72    background-repeat: no-repeat;
73    padding: 0 0 0 15px;
74}
75
76.icon_copy {
77    background: url(<!--{$TPL_URLPATH_DEFAULT}-->img/contents/icon_copy.jpg);
78    background-repeat: no-repeat;
79    padding: 0 0 0 15px;
80}
81
82.icon_class {
83    background: url(<!--{$TPL_URLPATH_DEFAULT}-->img/contents/icon_class.jpg);
84    background-repeat: no-repeat;
85    padding: 0 0 0 15px;
86}
87
88.icon_confirm {
89    background: url(<!--{$TPL_URLPATH_DEFAULT}-->img/contents/icon_confirm.jpg);
90    background-repeat: no-repeat;
91    padding: 0 0 0 15px;
92}
93
94.number a{
95    background: url(<!--{$TPL_URLPATH_DEFAULT}-->img/contents/number_bg.jpg);
96    background-repeat: repeat-x;
97    background-color: #505468;
98    padding-top: 3px;
99    padding-bottom: 5px;
100    padding-left: 8px;
101    padding-right: 8px;
102    color:#ffffff;
103    font-size: 65%;
104    line-height: 160%;
105    font-weight: bold;
106    text-decoration:none;
107}
108
109.number a:hover{
110    background: url(<!--{$TPL_URLPATH_DEFAULT}-->img/contents/number_bg_on.jpg);
111    background-repeat: repeat-x;
112    background-color: #f7c600;
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-on a{
125    padding-top: 3px;
126    padding-bottom: 5px;
127    padding-left: 8px;
128    padding-right: 8px;
129    background: url(<!--{$TPL_URLPATH_DEFAULT}-->img/contents/number_bg_on.jpg);
130    background-repeat: repeat-x;
131    background-color: #f7c600;
132    color:#ffffff;
133    font-size: 65%;
134    line-height: 160%;
135    font-weight: bold;
136    text-decoration:none;
137
138}
139
140.number-on a:hover{
141    background: url(<!--{$TPL_URLPATH_DEFAULT}-->img/contents/number_bg_on.jpg);
142    background-repeat: repeat-x;
143    background-color: #f7c600;
144    padding-top: 3px;
145    padding-bottom: 5px;
146    padding-left: 8px;
147    padding-right: 8px;
148    color:#ffffff;
149    font-size: 65%;
150    line-height: 160%;
151    font-weight: bold;
152    text-decoration:none;
153}
154</style>
Note: See TracBrowser for help on using the repository browser.