Changeset 20308 for lang

Show
Ignore:
Timestamp:
09/30/08 21:04:46 (5 years ago)
Author:
hoge1e3
Message:
 
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/javascript/nohada/css/default.css

    r20110 r20308  
    66    width: 200px; 
    77} 
    8 div.select { /* キー上下で選択した場合のスタイル */ 
     8div.select{ /* キー上下で選択した場合のスタイル */ 
    99    color: #FFFFFF; 
    1010    background-color: #3366FF; 
    1111} 
    12 div.over { /* マウスオーバ時のスタイル */ 
     12div.over{ /* マウスオーバ時のスタイル */ 
    1313    background-color: #99CCFE; 
     14} 
     15 
     16h1 { 
     17  font-size:24; 
     18} 
     19h2 { 
     20  font-size:18; 
    1421} 
    1522 
     
    1724    position: absolute; 
    1825    font-size: 90%; 
    19     left: 10px; 
    20     top: 30px; 
     26    left: 10; 
     27    top: 30; 
    2128} 
    2229.main { 
    2330    position: absolute; 
    2431    font-size: 90%; 
    25     left: 150px; 
    26     top: 30px; 
     32    left: 150; 
     33    top: 30; 
     34         
    2735} 
    28 .view { 
     36.view{ 
    2937    position: absolute; 
    3038    font-size: 90%; 
    31     left: 0; 
    32     top: 50px; 
    33     width: 100px; 
     39         border-color: #00aaff; 
     40         border-width: 1px; 
     41         border-style: solid; 
     42    left: 5; 
     43    top: 50; 
     44    width: 140; 
     45        height: 80%; 
     46        overflow: auto; 
    3447} 
    3548.sprite { 
    3649    position: absolute; 
    37     left: 0px; 
    38     top: 50px; 
     50         left:0; 
     51         top:50; 
    3952}