cloud.css 1.4 KB

12345678910111213141516171819202122
  1. .stepstat{ *margin-bottom:0px; width: 100%; border-bottom: 1px dotted #D0E3F7; background: #F2F9FD; overflow: hidden; clear: both; }
  2. .stepstat li{ float:left; margin-right:0px; padding: 0 6px; height: 24px; line-height: 24px; color:#999; }
  3. .stepstat li span { margin-left: 12px; color:#999; }
  4. .stepstat .current{ color:#090; font-weight: 700; }
  5. button::-moz-focus-inner { border: 0; padding: 0; }
  6. .pn { vertical-align: middle; overflow: hidden; margin-right: 3px; padding: 0; height: 23px; border: 1px solid #999; background: #E5E5E5 url(../../common/pn.png) repeat-x 0 0; cursor: pointer; -moz-box-shadow: 0 1px 0 #E5E5E5; -webkit-box-shadow: 0 1px 0 #E5E5E5; box-shadow: 0 1px 0 #E5E5E5; }
  7. .pn:active { background-position: 0 -23px; }
  8. .ie6 .pn { overflow-x: visible; width: 0; }
  9. .pn em, .pn span, .pn strong { padding: 0 10px; line-height: 21px; }
  10. .pn em, .pn strong { font-weight: 700; }
  11. .ie7 .pn em, .ie7 .pn span, .ie7 .pn strong { padding: 0 5px; line-height: 18px; }
  12. a.pn { height: 21px; line-height: 21px; color: {TABLETEXT} !important; }
  13. a.pn:hover { text-decoration: none; }
  14. .ie6 a.pn { width: auto; }
  15. .ie6 a.pn em, .ie6 a.pn span, .ie6 a.pn strong { display: block; }
  16. .ie7 a.pn em, .ie7 a.pn span, .ie7 a.pn strong { line-height: 21px; }
  17. .pnc, a.pnc { border-color: #235994; background-color: #06C; background-position: 0 -48px; color: #FFF !important; }
  18. .pnc:active { background-position: 0 -71px; }