Changeset 315
- Timestamp:
- 09/10/07 19:54:57 (1 year ago)
- Files:
-
- trunk/iMT/mt-static/plugins/iMT/css/iphone.css (modified) (5 diffs)
- trunk/iMT/mt-static/plugins/iMT/images/iphone/backgrounds/header.png (modified) (previous)
- trunk/iMT/mt-static/plugins/iMT/images/iphone/buttons/global/home.png (modified) (previous)
- trunk/iMT/mt-static/plugins/iMT/images/iphone/buttons/global/site.png (modified) (previous)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/iMT/mt-static/plugins/iMT/css/iphone.css
r314 r315 43 43 #header { 44 44 position: relative; 45 border-bottom: 1px solid # 693;45 border-bottom: 1px solid #25688c; 46 46 padding: 5px 40px 4px; 47 background: # 9c6url(../images/iphone/backgrounds/header.png) repeat-x left center;47 background: #589bbf url(../images/iphone/backgrounds/header.png) repeat-x left center; 48 48 } 49 49 … … 54 54 color: #fff; 55 55 text-align: center; 56 text-shadow: # 6930px -1px 1px;56 text-shadow: #25688c 0px -1px 1px; 57 57 } 58 58 … … 405 405 line-height: 13px; 406 406 text-align: center; 407 background-color: # 360;407 background-color: #023559; 408 408 } 409 409 … … 420 420 width: 100px; 421 421 margin-left: 1px; 422 border: 1px solid # 693;423 background: # 693;422 border: 1px solid #25688c; 423 background: #25688c; 424 424 -webkit-border-top-left-radius: 5px; 425 425 -webkit-border-top-right-radius: 5px; … … 602 602 603 603 .setting-highlight a { 604 color: # 360;604 color: #023559; 605 605 } 606 606
