You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
1.0 KiB

7 years ago
  1. .wrap{ padding: 5px;font-size: 14px;}
  2. .left{width:425px;float: left;}
  3. .right{width:160px;border: 1px solid #ccc;float: right;padding: 5px;margin-right: 5px;}
  4. .right .pre{height: 332px;overflow-y: auto;}
  5. .right .preitem{border: white 1px solid;margin: 5px 0;padding: 2px 0;}
  6. .right .preitem:hover{background-color: lemonChiffon;cursor: pointer;border: #ccc 1px solid;}
  7. .right .preitem img{display: block;margin: 0 auto;width:100px;}
  8. .clear{clear: both;}
  9. .top{height:26px;line-height: 26px;padding: 5px;}
  10. .bottom{height:320px;width:100%;margin: 0 auto;}
  11. .transparent{ background: url("images/bg.gif") repeat;}
  12. .bottom table tr td{border:1px dashed #ccc;}
  13. #colorPicker{width: 17px;height: 17px;border: 1px solid #CCC;display: inline-block;border-radius: 3px;box-shadow: 2px 2px 5px #D3D6DA;}
  14. .border_style1{padding:2px;border: 1px solid #ccc;border-radius: 5px;box-shadow:2px 2px 5px #d3d6da;}
  15. p{margin: 5px 0}
  16. table{clear:both;margin-bottom:10px;border-collapse:collapse;word-break:break-all;}
  17. li{clear:both}
  18. ol{padding-left:40px; }