Ignore:
Timestamp:
2010/03/11 10:35:11 (14 years ago)
Author:
kajiwara
Message:

正式版にナイトリービルド版をマージしてみるテスト

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tmp/version-2_5-test/html/admin/css/install.css

    r16582 r18609  
    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; 
Note: See TracChangeset for help on using the changeset viewer.