Changeset 16582 for branches/feature-module-update/html/admin/css
- Timestamp:
- 2007/10/29 12:06:29 (19 years ago)
- Location:
- branches/feature-module-update/html/admin/css
- Files:
-
- 4 edited
-
common.css (modified) (1 diff)
-
contents.css (modified) (4 diffs)
-
file_manager.css (modified) (1 diff)
-
install.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/feature-module-update/html/admin/css/common.css
r15079 r16582 1 1 /* 2 * This file is part of EC-CUBE 3 * 2 4 * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved. 3 5 * 4 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. 5 21 */ 6 22 @charset "<!--{$smarty.const.CHAR_CODE}-->"; -
branches/feature-module-update/html/admin/css/contents.css
r15079 r16582 1 1 /* 2 * This file is part of EC-CUBE 3 * 2 4 * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved. 3 5 * 4 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. 5 21 */ 6 7 @charset " <!--{$smarty.const.CHAR_CODE}-->";22 23 @charset "utf-8"; 8 24 9 25 input,select,option,textarea { 10 font-family:"MS Pゴシック","Hiragino Maru Gothic Pro","ヒラギノ丸ゴ Pro W4",Osaka,sans-serif;11 font-size: 13px;26 font-family:"MS Pゴシック","Hiragino Maru Gothic Pro","ヒラギノ丸ゴ Pro W4",Osaka,sans-serif; 27 font-size: 13px; 12 28 } 13 29 … … 69 85 70 86 .infodate { 71 color: #cccccc; font-size: 62.5%; font-weight: bold;72 padding: 0 0 0 8px;87 color: #cccccc; font-size: 62.5%; font-weight: bold; 88 padding: 0 0 0 8px; 73 89 } 74 90 75 91 .infottl { 76 color: #ffffff;77 font-size: 62.5%;78 line-height: 150%;92 color: #ffffff; 93 font-size: 62.5%; 94 line-height: 150%; 79 95 } 80 96 81 97 .info { 82 padding: 0 4px;83 display: block;98 padding: 0 4px; 99 display: block; 84 100 } 85 101 86 102 .title { 87 padding: 0px 0px 20px 25px;88 color: #ffffff;89 font-weight: bold;90 line-height: 120%;103 padding: 0px 0px 20px 25px; 104 color: #ffffff; 105 font-weight: bold; 106 line-height: 120%; 91 107 } 92 108 … … 95 111 /*navi*/ 96 112 #menu_navi { 97 table-layout: fixed;113 table-layout: fixed; 98 114 } 99 115 100 116 101 117 .navi a:visited { 102 color:#ffffff;103 text-decoration:none;118 color:#ffffff; 119 text-decoration:none; 104 120 } 105 121 106 122 .navi a:hover { 107 background-color: #a5a5a5;108 color:#000000;109 text-decoration:none;123 background-color: #a5a5a5; 124 color:#000000; 125 text-decoration:none; 110 126 } 111 127 112 128 .navi_text { 113 font-size: 75%;114 padding: 0 0 0 8px;129 font-size: 75%; 130 padding: 0 0 0 8px; 115 131 } 116 132 117 133 118 134 .navi-on a:visited { 119 color:#000000;120 text-decoration:none;135 color:#000000; 136 text-decoration:none; 121 137 } 122 138 123 139 .navi-on a:hover { 124 background-color: #a5a5a5;125 color:#000000;126 text-decoration:none;140 background-color: #a5a5a5; 141 color:#000000; 142 text-decoration:none; 127 143 } 128 144 … … 130 146 /*subnavi*/ 131 147 .subnavi a{ 132 background-color: #818287;133 width:140px;134 padding: 6px 5px 4px 5px;135 color:#ffffff;136 text-decoration:none;137 display:block;148 background-color: #818287; 149 width:140px; 150 padding: 6px 5px 4px 5px; 151 color:#ffffff; 152 text-decoration:none; 153 display:block; 138 154 } 139 155 140 156 .subnavi a:visited { 141 color:#ffffff;142 text-decoration:none;157 color:#ffffff; 158 text-decoration:none; 143 159 } 144 160 145 161 .subnavi a:hover { 146 background-color: #b7b7b7;147 color:#000000;148 text-decoration:none;162 background-color: #b7b7b7; 163 color:#000000; 164 text-decoration:none; 149 165 } 150 166 151 167 .subnavi_text { 152 font-size: 71%;153 padding: 0 0 0 8px;168 font-size: 71%; 169 padding: 0 0 0 8px; 154 170 } 155 171 156 172 .subnavi-on a{ 157 background-color: #b7b7b7;158 width:140px;159 padding: 6px 5px 4px 5px;160 color:#000000;161 text-decoration:none;162 display:block;173 background-color: #b7b7b7; 174 width:140px; 175 padding: 6px 5px 4px 5px; 176 color:#000000; 177 text-decoration:none; 178 display:block; 163 179 } 164 180 165 181 .subnavi-on a:visited { 166 color:#000000;167 text-decoration:none;182 color:#000000; 183 text-decoration:none; 168 184 } 169 185 170 186 .subnavi-on a:hover { 171 background-color: #b7b7b7;172 color:#000000;173 text-decoration:none;187 background-color: #b7b7b7; 188 color:#000000; 189 text-decoration:none; 174 190 } 175 191 176 192 .number-on a:visited { 177 color:#ffffff;178 text-decoration:none;193 color:#ffffff; 194 text-decoration:none; 179 195 } 180 196 181 197 .number a:visited { 182 color:#ffffff;183 text-decoration:none;198 color:#ffffff; 199 text-decoration:none; 184 200 } 185 201 186 202 /*IMG*/ 187 203 img { 188 border: 0;189 } 204 border: 0; 205 } -
branches/feature-module-update/html/admin/css/file_manager.css
r15079 r16582 1 1 /* 2 * This file is part of EC-CUBE 3 * 2 4 * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved. 3 5 * 4 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. 5 21 */ 6 22 #tree{ 7 height: 410px;8 width: 308px;9 overflow: auto;10 margin: 0px;11 background-color : #FFFFFF;12 border-style: solid;13 border-color: #C0C0C0;14 border-width: 1px23 height: 410px; 24 width: 308px; 25 overflow: auto; 26 margin: 0px; 27 background-color : #FFFFFF; 28 border-style: solid; 29 border-color: #C0C0C0; 30 border-width: 1px 15 31 } 16 32 17 33 #file_view { 18 height: 380px;19 width: 330px;20 overflow: auto;21 background-color : #FFFFFF;22 border-style: solid;23 border-color: #C0C0C0;24 border-width: 1px34 height: 380px; 35 width: 330px; 36 overflow: auto; 37 background-color : #FFFFFF; 38 border-style: solid; 39 border-color: #C0C0C0; 40 border-width: 1px 25 41 } 26 42 27 43 #now_dir { 28 height: 20px;29 width: 300px;30 padding-left: 3px;31 overflow: hidden;32 background-color : #FFFFFF;33 border-style: solid;34 border-color: #C0C0C0;35 border-width: 1px44 height: 20px; 45 width: 300px; 46 padding-left: 3px; 47 overflow: hidden; 48 background-color : #FFFFFF; 49 border-style: solid; 50 border-color: #C0C0C0; 51 border-width: 1px 36 52 } -
branches/feature-module-update/html/admin/css/install.css
r15079 r16582 1 1 /* 2 * This file is part of EC-CUBE 3 * 2 4 * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved. 3 5 * 4 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. 5 21 */ 6 22 #agreement{ 7 height: 120px;8 width: 480px;9 overflow: auto;10 margin: 0px;11 background-color : #FFFFFF;12 border-style: solid;13 border-color: #C0C0C0;14 border-width: 1px23 height: 120px; 24 width: 480px; 25 overflow: auto; 26 margin: 0px; 27 background-color : #FFFFFF; 28 border-style: solid; 29 border-color: #C0C0C0; 30 border-width: 1px 15 31 }
Note: See TracChangeset
for help on using the changeset viewer.
