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

Revision 21867, 4.0 KB checked in by nakanishi, 12 years ago (diff)

#1831 Copyright Update

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