demo.css 1.2 KB

123456789101112131415161718192021222324252627
  1. body {margin: 0;padding: 0;background: #fff;color: #555;font: 14px;line-height: 1.5;font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace;}
  2. /* General & 'Reset' Stuff */
  3. html, body, ul, li { margin:0; padding:0; }
  4. ul, li { list-style-type:none; color:#555; border:1px solid #ddd; }
  5. ul.sTree, ul{ padding:0px; background-color:#fff; }
  6. ul.sTree2 li, ul#sortableListsBase li { padding-left:50px; margin:5px; border:1px solid #ddd; background-color:#eee; }
  7. li div { padding:7px; background-color:#fff; Nborder:1px solid #ddd; }
  8. li, ul, div { border-radius: 3px; }
  9. .container{width:1000px;margin:0 auto;}
  10. .container .title{text-align:center;line-height:50px;margin-top30px;font-weight:800;}
  11. .pT20 { padding-top:20px; }
  12. .pV10 { padding-top:10px; padding-bottom:10px; }
  13. .dN { display:none; }
  14. .zI1000 { z-index:1000; }
  15. .bgC1 { background-color:#ccc; }
  16. .bgC2 { background-color:#ff8; }
  17. .small1 { font-size:0.8em; }
  18. .small2 { font-size:0.7em; }
  19. .small3 { font-size:0.6em; }
  20. .tAR { text-align:right; }
  21. .clear { clear:both; }
  22. img.descPicture { display:block; width:100%; margin:0 7px 30px 0; float:left; cursor:pointer; /*transition: all 0.5s ease;*/ }
  23. img.descPicture.descPictureClose { width:150px; }
  24. #sTree2 { margin:10px auto; }