background.css 1.5 KB

123456789101112131415161718192021222324252627282930
  1. *{margin:0;padding:0;}
  2. .wrap{ padding: 5px;}
  3. body{font-size: 12px;color: #888;overflow: hidden;}
  4. input,label{vertical-align:middle}
  5. .clear{clear: both;}
  6. .pl{padding-left: 23px;padding-left: 28px\9;}
  7. .tabheade {position: relative;width: 410px;z-index: 10;}
  8. .tabheade span{display: inline-block;width: 82px;height: 30px;text-align: center;cursor: pointer;line-height: 30px;border: 1px solid #CCC;background: url("../../themes/default/images/dialog-title-bg.png") repeat-x;}
  9. .tabheade span.focus{border-bottom: none;height: 31px;background-color: white;}
  10. .tabbody{border: 1px solid #CCC;width: 428px;height: 225px;_height: 228px;margin: 0 auto;position: relative;top: -1px;}
  11. .tabbody .panel{position: absolute;width: 420px;height: 225px;background: white;}
  12. #imageList {width: 420px;height: 215px;margin-top: 10px;overflow: hidden;overflow-y: auto;}
  13. #imageList div {float: left;width: 100px;height: 95px;margin: 5px 10px;}
  14. #imageList img {cursor: pointer;border: 2px solid white;}
  15. .bgarea{margin: 10px;padding: 5px;height: 84%;}
  16. .content div{margin: 10px 0 10px 5px;}
  17. .content .iptradio{margin-right: 10px;}
  18. .txt{width:280px;}
  19. .wrapcolor{height: 19px;}
  20. div.color{float: left;margin: 0;}
  21. #colorPicker{width: 17px;height: 17px;border: 1px solid #CCC;display: inline-block;border-radius: 3px;box-shadow: 2px 2px 5px #D3D6DA;margin: 0;float: left;}
  22. div.alignment,#custom{margin-left: 30px;margin-left: 35px\9;}
  23. #custom input{height: 15px;min-height: 15px;width:20px;}
  24. #repeatType{width:100px;}