inettuts.js.css 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. /* JS-Enabled CSS */
  2. .widget-head a.remove {
  3. float: right;
  4. display: inline;
  5. background: url(img/buttons.gif) no-repeat -24px 0;
  6. width: 14px;
  7. height: 14px;
  8. margin: 8px 4px 8px 0;
  9. text-indent: -9999em;
  10. outline: none;
  11. }
  12. .widget-head a.edit {
  13. float: right;
  14. display: inline;
  15. background: url(img/buttons.gif) no-repeat;
  16. width: 24px;
  17. height: 14px;
  18. text-indent: -9999em;
  19. margin: 8px 4px 8px 4px;
  20. outline: none;
  21. }
  22. .widget-head a.collapse {
  23. float: left;
  24. display: inline;
  25. background: url(img/buttons.gif) no-repeat -52px 0;
  26. width: 14px;
  27. height: 14px;
  28. text-indent: -9999em;
  29. margin: 8px 0 8px 4px;
  30. outline: none;
  31. }
  32. .widget-placeholder { border: 2px dashed #999;}
  33. #column1 .widget-placeholder { margin: 30px 35px 0 25px; }
  34. #column2 .widget-placeholder { margin: 30px 20px 0 20px; }
  35. #column3 .widget-placeholder { margin: 30px 25px 0 35px; }
  36. .edit-box {
  37. overflow: hidden;
  38. background: #fff url(img/widget-content-bg.png) repeat-x;
  39. margin-bottom: 2px;
  40. padding: 10px 0;
  41. }
  42. .edit-box li.item {
  43. padding: 10px 0;
  44. overflow: hidden;
  45. float: left;
  46. width: 100%;
  47. clear: both;
  48. }
  49. .edit-box label {
  50. float: left;
  51. width: 30%;
  52. color: #FFF;
  53. padding: 0 0 0 10px;
  54. }
  55. .edit-box ul.colors li {
  56. width: 20px;
  57. height: 20px;
  58. border: 1px solid #EEE;
  59. float: left;
  60. display: inline;
  61. margin: 0 5px 0 0;
  62. cursor: pointer;
  63. }