Ignore:
Timestamp:
2012/03/08 10:47:31 (14 years ago)
Author:
Seasoft
Message:

#1613 (typo修正・ソース整形・ソースコメントの改善)

Location:
branches/version-2_12-dev/html/user_data/packages/default/css
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/html/user_data/packages/default/css/common.css

    r21617 r21618  
    421421----------------------------------------------- */ 
    422422.tipsy { 
    423     padding: 5px; font-size: 10px; position: absolute; z-index: 100000; 
     423    padding: 5px; 
     424    font-size: 10px; 
     425    position: absolute; 
     426    z-index: 100000; 
    424427} 
    425428.tipsy-inner { 
    426     padding: 5px 8px 4px 8px; background-color: black; color: white; max-width: 200px; text-align: center; 
     429    padding: 5px 8px 4px 8px; 
     430    background-color: black; 
     431    color: white; 
     432    max-width: 200px; 
     433    text-align: center; 
    427434} 
    428435.tipsy-inner { 
    429     border-radius: 3px; -moz-border-radius:3px; -webkit-border-radius:3px; 
     436    border-radius: 3px; 
     437    -moz-border-radius: 3px; 
     438    -webkit-border-radius: 3px; 
    430439} 
    431440.tipsy-arrow { 
    432     position: absolute; background: url('../img/ajax/tipsy.gif') no-repeat top left; width: 9px; height: 5px; 
     441    position: absolute; 
     442    background: url('../img/ajax/tipsy.gif') no-repeat top left; 
     443    width: 9px; 
     444    height: 5px; 
    433445} 
    434446.tipsy-n .tipsy-arrow { 
    435     top: 0; left: 50%; margin-left: -4px; 
     447    top: 0; 
     448    left: 50%; 
     449    margin-left: -4px; 
    436450} 
    437451.tipsy-nw .tipsy-arrow { 
    438     top: 0; left: 10px; 
     452    top: 0; 
     453    left: 10px; 
    439454} 
    440455.tipsy-ne .tipsy-arrow { 
    441     top: 0; right: 10px; 
     456    top: 0; 
     457    right: 10px; 
    442458} 
    443459.tipsy-s .tipsy-arrow { 
    444     bottom: 0; left: 50%; margin-left: -4px; background-position: bottom left; 
     460    bottom: 0; 
     461    left: 50%; 
     462    margin-left: -4px; 
     463    background-position: bottom left; 
    445464} 
    446465.tipsy-sw .tipsy-arrow { 
    447     bottom: 0; left: 10px; background-position: bottom left; 
     466    bottom: 0; 
     467    left: 10px; 
     468    background-position: bottom left; 
    448469} 
    449470.tipsy-se .tipsy-arrow { 
    450     bottom: 0; right: 10px; background-position: bottom left; 
     471    bottom: 0; 
     472    right: 10px; 
     473    background-position: bottom left; 
    451474} 
    452475.tipsy-e .tipsy-arrow { 
    453     top: 50%; margin-top: -4px; right: 0; width: 5px; height: 9px; background-position: top right; 
     476    top: 50%; 
     477    margin-top: -4px; 
     478    right: 0; 
     479    width: 5px; 
     480    height: 9px; 
     481    background-position: top right; 
    454482} 
    455483.tipsy-w .tipsy-arrow { 
    456     top: 50%; margin-top: -4px; left: 0; width: 5px; height: 9px; 
    457 } 
     484    top: 50%; 
     485    margin-top: -4px; 
     486    left: 0; 
     487    width: 5px; 
     488    height: 9px; 
     489} 
  • branches/version-2_12-dev/html/user_data/packages/default/css/contents.css

    r21616 r21618  
    101101    width: 97%; 
    102102    background: #f9f9f9; 
    103  
    104103} 
    105104div#mycontents_area div.mycondition_area p { 
  • branches/version-2_12-dev/html/user_data/packages/default/css/popup.css

    r21616 r21618  
    3737 
    3838div#window_area .message { 
    39     margin-bottom: 20px;    color: #f60; 
     39    margin-bottom: 20px; 
     40    color: #f60; 
    4041    line-height: 150%; 
    4142    font-weight: bold; 
Note: See TracChangeset for help on using the changeset viewer.