Ignore:
Timestamp:
2012/03/08 04:55:00 (14 years ago)
Author:
Seasoft
Message:

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

File:
1 edited

Legend:

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

    r21612 r21617  
    420420/* Tipsy 
    421421----------------------------------------------- */ 
    422 .tipsy { padding: 5px; font-size: 10px; position: absolute; z-index: 100000; } 
    423   .tipsy-inner { padding: 5px 8px 4px 8px; background-color: black; color: white; max-width: 200px; text-align: center; } 
    424   .tipsy-inner { border-radius: 3px; -moz-border-radius:3px; -webkit-border-radius:3px; } 
    425   .tipsy-arrow { position: absolute; background: url('../img/ajax/tipsy.gif') no-repeat top left; width: 9px; height: 5px; } 
    426   .tipsy-n .tipsy-arrow { top: 0; left: 50%; margin-left: -4px; } 
    427     .tipsy-nw .tipsy-arrow { top: 0; left: 10px; } 
    428     .tipsy-ne .tipsy-arrow { top: 0; right: 10px; } 
    429   .tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -4px; background-position: bottom left; } 
    430     .tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; background-position: bottom left; } 
    431     .tipsy-se .tipsy-arrow { bottom: 0; right: 10px; background-position: bottom left; } 
    432   .tipsy-e .tipsy-arrow { top: 50%; margin-top: -4px; right: 0; width: 5px; height: 9px; background-position: top right; } 
    433   .tipsy-w .tipsy-arrow { top: 50%; margin-top: -4px; left: 0; width: 5px; height: 9px; } 
    434  
     422.tipsy { 
     423    padding: 5px; font-size: 10px; position: absolute; z-index: 100000; 
     424} 
     425.tipsy-inner { 
     426    padding: 5px 8px 4px 8px; background-color: black; color: white; max-width: 200px; text-align: center; 
     427} 
     428.tipsy-inner { 
     429    border-radius: 3px; -moz-border-radius:3px; -webkit-border-radius:3px; 
     430} 
     431.tipsy-arrow { 
     432    position: absolute; background: url('../img/ajax/tipsy.gif') no-repeat top left; width: 9px; height: 5px; 
     433} 
     434.tipsy-n .tipsy-arrow { 
     435    top: 0; left: 50%; margin-left: -4px; 
     436} 
     437.tipsy-nw .tipsy-arrow { 
     438    top: 0; left: 10px; 
     439} 
     440.tipsy-ne .tipsy-arrow { 
     441    top: 0; right: 10px; 
     442} 
     443.tipsy-s .tipsy-arrow { 
     444    bottom: 0; left: 50%; margin-left: -4px; background-position: bottom left; 
     445} 
     446.tipsy-sw .tipsy-arrow { 
     447    bottom: 0; left: 10px; background-position: bottom left; 
     448} 
     449.tipsy-se .tipsy-arrow { 
     450    bottom: 0; right: 10px; background-position: bottom left; 
     451} 
     452.tipsy-e .tipsy-arrow { 
     453    top: 50%; margin-top: -4px; right: 0; width: 5px; height: 9px; background-position: top right; 
     454} 
     455.tipsy-w .tipsy-arrow { 
     456    top: 50%; margin-top: -4px; left: 0; width: 5px; height: 9px; 
     457} 
Note: See TracChangeset for help on using the changeset viewer.