Changeset 18197 for branches


Ignore:
Timestamp:
2009/07/17 12:50:14 (15 years ago)
Author:
Seasoft
Message:
  • インストール用CSSの統合
Location:
branches/comu-ver2/html
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • branches/comu-ver2/html/admin/css/install.css

    r16582 r18197  
    2020 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA. 
    2121 */ 
     22 
     23@charset "utf-8"; 
     24 
     25input,select,option,textarea { 
     26    font-family:"‚l‚r ‚oƒSƒVƒbƒN","Hiragino Maru Gothic Pro","ƒqƒ‰ƒMƒmŠÛƒS Pro W4",Osaka,sans-serif; 
     27    font-size: 13px; 
     28} 
     29 
     30 
     31/*LINK*/ 
     32a:link { color: #006699; text-decoration: none; } 
     33a:visited { color: #006699; text-decoration: none; } 
     34a:hover { color: #f9a406; text-decoration: underline; } 
     35 
     36 
     37/*FORM*/ 
     38.box3 { width: 33px; }  /*W3*/ 
     39.box6 { width: 54px; }  /*W6*/ 
     40.box10 { width: 82px; } /*W10*/ 
     41.box20 { width: 152px; }    /*W20*/ 
     42.box25 { width: 187px; }    /*W25*/ 
     43.box30 { width: 222px; }    /*W30*/ 
     44.box33 { width: 243px; }    /*W33*/ 
     45.box35 { width: 257px; }    /*W35*/ 
     46.box40 { width: 292px; }    /*W40*/ 
     47.box45 { width: 341px; }    /*W45*/ 
     48.box50 { width: 362px; }    /*W50*/ 
     49.box52 { width: 376px; }    /*W52*/ 
     50.box54 { width: 390px; }    /*W54*/ 
     51.box60 { width: 432px; }    /*W60*/ 
     52.box65 { width: 467px; }    /*W65*/ 
     53.box68 { width: 488px; }    /*W68*/ 
     54.box76 { width: 544px; }    /*W76*/ 
     55 
     56.area40 { width: 302px; height: 134px; }    /*W40~H8*/ 
     57.area45 { width: 337px; height: 290px; }    /*W40~H20*/ 
     58.area46 { width: 337px; height: 134px; }    /*W40~H8*/ 
     59.area50 { width: 372px; height: 82px; } /*W50?H4*/ 
     60.area55 { width: 407px; height: 82px; } /*W50?H4*/ 
     61.area59 { width: 432px; height: 134px; }    /*W59~H8*/ 
     62.area60 { width: 433px; height: 134px; }    /*W60?H8*/ 
     63.area61 { width: 433px; height: 82px; } /*W60?H4*/ 
     64.area65 { width: 444px; height: 290px; }    /*W65~H20*/ 
     65.area70 { width: 512px; height: 186px; }    /*W70?H12*/ 
     66.area75 { width: 547px; height: 186px; }    /*W75?H12*/ 
     67.area80 { width: 572px; height: 134px; }    /*W80~H8*/ 
     68.area90 { width: 650px; height: 420px; } 
     69.area96 { width: 694px; height: 420px; }    /*W80~H30*/ 
     70.area96_2 { width: 694px; height: 160px; }  /*W80~H10*/ 
     71.area99 { width: 715px; height: 523px; }    /*W99?H40*/ 
     72 
     73/*COLOR*/ 
     74.ast { color: #cc0000; font-size: 90%; } 
     75.darkred { color: #cc0000; } 
     76.gray { color: #b6b7ba; } 
     77.white { color: #ffffff; } 
     78.whitest { color: #ffffff; font-weight: bold; } 
     79.white10 { color: #ffffff; font-size: 62.5%;} 
     80.red { color: #ff0000; } 
     81.red10 { color:#ff0000; font-size: 10px; } 
     82.red12 { color:#cc0000; font-size: 12px; } 
     83.reselt { color: #ffcc00; font-size: 120%; font-weight: bold; } 
     84 
     85 
     86.infodate { 
     87    color: #cccccc; font-size: 62.5%; font-weight: bold; 
     88    padding: 0 0 0 8px; 
     89} 
     90 
     91.infottl { 
     92    color: #ffffff; 
     93    font-size: 62.5%; 
     94    line-height: 150%; 
     95} 
     96 
     97.info { 
     98    padding: 0 4px; 
     99    display: block; 
     100} 
     101 
     102.title { 
     103    padding: 0px 0px 20px 25px; 
     104    color: #ffffff; 
     105    font-weight: bold; 
     106    line-height: 120%; 
     107} 
     108 
     109/*IMG*/ 
     110img { 
     111    border: 0; 
     112} 
     113 
    22114#agreement{ 
    23115    height: 120px; 
  • branches/comu-ver2/html/install/templates/install_frame.tpl

    r16724 r18197  
    2222 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA. 
    2323 *}--> 
     24<!--{assign var=default_dir value="`$smarty.const.USER_DIR``$smarty.const.USER_PACKAGE_DIR``$smarty.const.DEFAULT_TEMPLATE_NAME`/"}--> 
    2425<head> 
    2526<meta http-equiv="Content-Type" content="text/html; charset=<!--{$smarty.const.CHAR_CODE}-->"> 
    2627<meta http-equiv="content-script-type" content="text/javascript"> 
    2728<meta http-equiv="content-style-type" content="text/css"> 
    28 <link rel="stylesheet" href="../admin/css/contents.css" type="text/css" > 
    2929<link rel="stylesheet" href="../admin/css/install.css" type="text/css" > 
    30 <!--{assign var=default_dir value=`$smarty.const.USER_DIR``$smarty.const.USER_PACKAGE_DIR``$smarty.const.DEFAULT_TEMPLATE_NAME`}--> 
    31 <script type="text/javascript" src="../<!--{$default_dir}-->/js/css.js"></script> 
    32 <script type="text/javascript" src="../<!--{$default_dir}-->/js/navi.js"></script> 
     30<script type="text/javascript" src="../<!--{$default_dir}-->js/css.js"></script> 
     31<script type="text/javascript" src="../<!--{$default_dir}-->js/navi.js"></script> 
    3332<title>EC CUBE インストール画面</title> 
    3433</head> 
     
    3635<body bgcolor="#ffffff" text="#000000" link="#006699" vlink="#006699" alink="#006699" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onLoad="preLoadImg('<!--{$smarty.const.URL_DIR}-->');<!--{$tpl_onload}-->"> 
    3736<noscript> 
    38 <link rel="stylesheet" href="../<!--{$default_dir}-->/css/common.css" type="text/css" > 
     37<link rel="stylesheet" href="../<!--{$default_dir}-->css/common.css" type="text/css" > 
    3938</noscript> 
    4039<div align="center"> 
     
    4443<table width="912" border="0" cellspacing="0" cellpadding="0" summary=" "> 
    4544    <tr valign="top"> 
    46         <td><img src="../<!--{$default_dir}-->/img/header/header_left.jpg" width="17" height="50" alt=""></td> 
     45        <td><img src="../<!--{$default_dir}-->img/header/header_left.jpg" width="17" height="50" alt=""></td> 
    4746        <td> 
    48         <table width="878" border="0" cellspacing="0" cellpadding="0" summary=" " background="../<!--{$default_dir}-->/img/header/header_bg2.jpg"> 
     47        <table width="878" border="0" cellspacing="0" cellpadding="0" summary=" " background="../<!--{$default_dir}-->img/header/header_bg2.jpg"> 
    4948            <tr valign="top"> 
    50                 <td><img src="../<!--{$default_dir}-->/img/admin/header/logo.jpg" width="230" height="50" alt="EC CUBE" border="0"></td> 
     49                <td><img src="../<!--{$default_dir}-->img/admin/header/logo.jpg" width="230" height="50" alt="EC CUBE" border="0"></td> 
    5150                <td width="648" align="right"></td> 
    5251            </tr> 
    5352        </table> 
    5453        </td> 
    55         <td><img src="../<!--{$default_dir}-->/img/header/header_right.jpg" width="17" height="50" alt=""></td> 
     54        <td><img src="../<!--{$default_dir}-->img/header/header_right.jpg" width="17" height="50" alt=""></td> 
    5655    </tr> 
    5756</table> 
     
    6160<table width="912" border="0" cellspacing="0" cellpadding="0" summary=" "> 
    6261    <tr valign="top"> 
    63         <td background="../<!--{$default_dir}-->/img/common/left_bg.jpg"><img src="../<!--{$default_dir}-->/img/common/left.jpg" width="17" height="443" alt=""></td> 
     62        <td background="../<!--{$default_dir}-->img/common/left_bg.jpg"><img src="../<!--{$default_dir}-->img/common/left.jpg" width="17" height="443" alt=""></td> 
    6463        <td> 
    6564        <!--★★メインコンテンツ★★--> 
     
    7069                    <tr><td height="40"></td></tr> 
    7170                    <tr> 
    72                         <td colspan="3"><img src="../<!--{$default_dir}-->/img/contents/error_top.jpg" width="562" height="14" alt=""></td> 
     71                        <td colspan="3"><img src="../<!--{$default_dir}-->img/contents/error_top.jpg" width="562" height="14" alt=""></td> 
    7372                    </tr> 
    7473                    <tr> 
    75                         <td background="../<!--{$default_dir}-->/img/contents/main_left.jpg"><img src="../<!--{$default_dir}-->/img/common/_.gif" width="14" height="1" alt=""></td> 
     74                        <td background="../<!--{$default_dir}-->img/contents/main_left.jpg"><img src="../<!--{$default_dir}-->img/common/_.gif" width="14" height="1" alt=""></td> 
    7675                        <td bgcolor="#cccccc"> 
    7776                        <!--検索条件設定テーブルここから--> 
     
    8584                        <!--検索条件設定テーブルここまで--> 
    8685                        </td> 
    87                         <td background="../<!--{$default_dir}-->/img/contents/main_right.jpg"><img src="../<!--{$default_dir}-->/img/common/_.gif" width="14" height="1" alt=""></td> 
     86                        <td background="../<!--{$default_dir}-->img/contents/main_right.jpg"><img src="../<!--{$default_dir}-->img/common/_.gif" width="14" height="1" alt=""></td> 
    8887                    </tr> 
    8988                    <tr> 
    90                         <td colspan="3"><img src="../<!--{$default_dir}-->/img/contents/error_bottom.jpg" width="562" height="14" alt=""></td> 
     89                        <td colspan="3"><img src="../<!--{$default_dir}-->img/contents/error_bottom.jpg" width="562" height="14" alt=""></td> 
    9190                    </tr> 
    9291                    <tr><td height="40"></td></tr> 
     
    9796        <!--★★メインコンテンツ★★--> 
    9897        </td> 
    99         <td background="../<!--{$default_dir}-->/img/common/right_bg.jpg"><div align="justify"><img src="../<!--{$default_dir}-->/img/common/right.jpg" width="17" height="443" alt=""></div></td> 
     98        <td background="../<!--{$default_dir}-->img/common/right_bg.jpg"><div align="justify"><img src="../<!--{$default_dir}-->img/common/right.jpg" width="17" height="443" alt=""></div></td> 
    10099    </tr> 
    101100</table> 
     
    105104<table width="912" border="0" cellspacing="0" cellpadding="0" summary=" "> 
    106105    <tr valign="top"> 
    107         <td background="../<!--{$default_dir}-->/img/common/left_bg.jpg"><img src="../<!--{$default_dir}-->/img/common/_.gif" width="17" height="1" alt=""></td> 
     106        <td background="../<!--{$default_dir}-->img/common/left_bg.jpg"><img src="../<!--{$default_dir}-->img/common/_.gif" width="17" height="1" alt=""></td> 
    108107        <td bgcolor="#636469"> 
    109108        <table width="878" border="0" cellspacing="0" cellpadding="0" summary=" "> 
     
    112111                <table width="840" border="0" cellspacing="0" cellpadding="0" summary=" "> 
    113112                    <tr> 
    114                         <td height="45" align="right"><a href="#top"><img src="../<!--{$default_dir}-->/img/admin/common/pagetop.gif" width="105" height="17" alt="GO TO PAGE TOP" border="0"></a></td> 
     113                        <td height="45" align="right"><a href="#top"><img src="../<!--{$default_dir}-->img/admin/common/pagetop.gif" width="105" height="17" alt="GO TO PAGE TOP" border="0"></a></td> 
    115114                    </tr> 
    116115                </table> 
     
    124123        </table> 
    125124        </td> 
    126         <td background="../<!--{$default_dir}-->/img/common/right_bg.jpg"><img src="../<!--{$default_dir}-->/img/common/_.gif" width="17" height="1" alt=""></td> 
     125        <td background="../<!--{$default_dir}-->img/common/right_bg.jpg"><img src="../<!--{$default_dir}-->img/common/_.gif" width="17" height="1" alt=""></td> 
    127126    </tr> 
    128127    <tr> 
    129         <td colspan="3"><img src="../<!--{$default_dir}-->/img/common/fotter.jpg" width="912" height="19" alt=""></td> 
     128        <td colspan="3"><img src="../<!--{$default_dir}-->img/common/fotter.jpg" width="912" height="19" alt=""></td> 
    130129    </tr> 
    131130    <tr><td height="10"></td></tr> 
Note: See TracChangeset for help on using the changeset viewer.