Ignore:
Timestamp:
2007/10/29 12:06:29 (16 years ago)
Author:
nanasess
Message:

ライセンス表記変更

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-module-update/html/admin/css/contents.css

    r15079 r16582  
    11/* 
     2 * This file is part of EC-CUBE 
     3 * 
    24 * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved. 
    35 * 
    46 * 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. 
    521 */ 
    6   
    7 @charset "<!--{$smarty.const.CHAR_CODE}-->"; 
     22 
     23@charset "utf-8"; 
    824 
    925input,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; 
    1228} 
    1329 
     
    6985 
    7086.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; 
    7389} 
    7490 
    7591.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%; 
    7995} 
    8096 
    8197.info { 
    82     padding: 0 4px; 
    83     display: block; 
     98    padding: 0 4px; 
     99    display: block; 
    84100} 
    85101 
    86102.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%; 
    91107} 
    92108 
     
    95111/*navi*/ 
    96112#menu_navi { 
    97     table-layout: fixed; 
     113    table-layout: fixed; 
    98114} 
    99115 
    100116 
    101117.navi a:visited { 
    102     color:#ffffff; 
    103     text-decoration:none; 
     118    color:#ffffff; 
     119    text-decoration:none; 
    104120} 
    105121 
    106122.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; 
    110126} 
    111127 
    112128.navi_text { 
    113     font-size: 75%; 
    114     padding: 0 0 0 8px; 
     129    font-size: 75%; 
     130    padding: 0 0 0 8px; 
    115131} 
    116132 
    117133 
    118134.navi-on a:visited { 
    119     color:#000000; 
    120     text-decoration:none; 
     135    color:#000000; 
     136    text-decoration:none; 
    121137} 
    122138 
    123139.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; 
    127143} 
    128144 
     
    130146/*subnavi*/ 
    131147.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; 
    138154} 
    139155 
    140156.subnavi a:visited { 
    141     color:#ffffff; 
    142     text-decoration:none; 
     157    color:#ffffff; 
     158    text-decoration:none; 
    143159} 
    144160 
    145161.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; 
    149165} 
    150166 
    151167.subnavi_text { 
    152     font-size: 71%; 
    153     padding: 0 0 0 8px; 
     168    font-size: 71%; 
     169    padding: 0 0 0 8px; 
    154170} 
    155171 
    156172.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; 
    163179} 
    164180 
    165181.subnavi-on a:visited { 
    166     color:#000000; 
    167     text-decoration:none; 
     182    color:#000000; 
     183    text-decoration:none; 
    168184} 
    169185 
    170186.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; 
    174190} 
    175191 
    176192.number-on a:visited { 
    177     color:#ffffff; 
    178     text-decoration:none; 
     193    color:#ffffff; 
     194    text-decoration:none; 
    179195} 
    180196 
    181197.number a:visited { 
    182     color:#ffffff; 
    183     text-decoration:none; 
     198    color:#ffffff; 
     199    text-decoration:none; 
    184200} 
    185201 
    186202/*IMG*/ 
    187203img { 
    188     border: 0; 
    189 } 
     204    border: 0; 
     205} 
Note: See TracChangeset for help on using the changeset viewer.