source: branches/comu-utf8/data/Smarty/templates/admin/css/contents.tpl @ 15099

Revision 15099, 3.5 KB checked in by Yammy, 17 years ago (diff)

UTF-8変換済みファイルインポート
1.3.4ベース

Line 
1<!--{*
2/*
3 * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved.
4 *
5 * http://www.lockon.co.jp/
6 */
7*}-->
8
9<style type="text/css">
10@charset "<!--{$smarty.const.CHAR_CODE}-->";
11
12body {
13    background: #fff url(<!--{$smarty.const.URL_DIR}-->img/common/bg.jpg);
14    background-repeat: repeat-x;
15    font-family:"MS Pゴシック","Hiragino Maru Gothic Pro","ヒラギノ丸ゴ Pro W4",Osaka,sans-serif;
16}
17
18
19.mainbg {
20    background: #fff url(<!--{$smarty.const.URL_DIR}-->img/contents/main_bg.jpg);
21    background-repeat: repeat-x;
22}
23
24.infobg {
25    background: #fff url(<!--{$smarty.const.URL_DIR}-->img/contents/home_bg.jpg);
26    background-repeat: no-repeat;
27    background-color: #e3e3e3;
28}
29
30
31.navi a{
32    background: url(<!--{$smarty.const.URL_DIR}-->img/contents/navi_bar.gif);
33    background-repeat: repeat-y;
34    background-color: #636469;
35    width:140px;
36    padding: 10px 5px 10px 12px;
37    color:#ffffff;
38    text-decoration:none;
39    display:block ;
40}
41
42.navi-on a{
43    background: url(<!--{$smarty.const.URL_DIR}-->img/contents/navi_bar.gif);
44    background-repeat: repeat-y;
45    background-color: #a5a5a5;
46    width:140px;
47    padding: 10px 5px 10px 12px;
48    color:#000000;
49    text-decoration:none;
50    display:block;
51}
52
53/*icon*/
54.icon_edit{
55    background: url(<!--{$smarty.const.URL_DIR}-->img/contents/icon_edit.jpg);
56    background-repeat: no-repeat;
57    padding: 0 0 0 15px;
58}
59
60.icon_mail {
61    background: url(<!--{$smarty.const.URL_DIR}-->img/contents/icon_mail.jpg);
62    background-repeat: no-repeat;
63    padding: 0 0 0 15px;
64}
65
66.icon_delete {
67    background: url(<!--{$smarty.const.URL_DIR}-->img/contents/icon_delete.jpg);
68    background-repeat: no-repeat;
69    padding: 0 0 0 15px;
70}
71
72.icon_copy {
73    background: url(<!--{$smarty.const.URL_DIR}-->img/contents/icon_copy.jpg);
74    background-repeat: no-repeat;
75    padding: 0 0 0 15px;
76}
77
78.icon_class {
79    background: url(<!--{$smarty.const.URL_DIR}-->img/contents/icon_class.jpg);
80    background-repeat: no-repeat;
81    padding: 0 0 0 15px;
82}
83
84.icon_confirm {
85    background: url(<!--{$smarty.const.URL_DIR}-->img/contents/icon_confirm.jpg);
86    background-repeat: no-repeat;
87    padding: 0 0 0 15px;
88}
89
90
91/*send-page*/
92
93.number a{
94    background: url(<!--{$smarty.const.URL_DIR}-->img/contents/number_bg.jpg);
95    background-repeat: repeat-x;
96    background-color: #505468;
97    padding-top: 3px;
98    padding-bottom: 5px;
99    padding-left: 8px;
100    padding-right: 8px;
101    color:#ffffff;
102    font-size: 65%;
103    line-height: 160%;
104    font-weight: bold;
105    text-decoration:none;
106}
107
108.number a:hover{
109    background: url(<!--{$smarty.const.URL_DIR}-->img/contents/number_bg_on.jpg);
110    background-repeat: repeat-x;
111    background-color: #f7c600;
112    padding-top: 3px;
113    padding-bottom: 5px;
114    padding-left: 8px;
115    padding-right: 8px;
116    color:#ffffff;
117    font-size: 65%;
118    line-height: 160%;
119    font-weight: bold;
120    text-decoration:none;
121}
122
123.number-on a{
124    padding-top: 3px;
125    padding-bottom: 5px;
126    padding-left: 8px;
127    padding-right: 8px;
128    background: url(<!--{$smarty.const.URL_DIR}-->img/contents/number_bg_on.jpg);
129    background-repeat: repeat-x;
130    background-color: #f7c600;
131    color:#ffffff;
132    font-size: 65%;
133    line-height: 160%;
134    font-weight: bold;
135    text-decoration:none;
136   
137}
138
139.number-on a:hover{
140    background: url(<!--{$smarty.const.URL_DIR}-->img/contents/number_bg_on.jpg);
141    background-repeat: repeat-x;
142    background-color: #f7c600;
143    padding-top: 3px;
144    padding-bottom: 5px;
145    padding-left: 8px;
146    padding-right: 8px;
147    color:#ffffff;
148    font-size: 65%;
149    line-height: 160%;
150    font-weight: bold;
151    text-decoration:none;
152}
153
154</style>
Note: See TracBrowser for help on using the repository browser.