You are here

background.css in UEditor - 百度编辑器 8

.wrapper{ width: 424px;margin: 10px auto; zoom:1;position: relative}
.tabbody{height:225px;}
.tabbody .panel { position: absolute;width:100%; height:100%;background: #fff; display: none;}
.tabbody .focus { display: block;}

body{font-size: 12px;color: #888;overflow: hidden;}
input,label{vertical-align:middle}
.clear{clear: both;}
.pl{padding-left: 18px;padding-left: 23px\9;}

#imageList {width: 420px;height: 215px;margin-top: 10px;overflow: hidden;overflow-y: auto;}
#imageList div {float: left;width: 100px;height: 95px;margin: 5px 10px;}
#imageList img {cursor: pointer;border: 2px solid white;}

.bgarea{margin: 10px;padding: 5px;height: 84%;border: 1px solid #A8A297;}
.content div{margin: 10px 0 10px 5px;}
.content .iptradio{margin: 0px 5px 5px 0px;}
.txt{width:280px;}

.wrapcolor{height: 19px;}
div.color{float: left;margin: 0;}
#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;}
div.alignment,#custom{margin-left: 23px;margin-left: 28px\9;}
#custom input{height: 15px;min-height: 15px;width:20px;}
#repeatType{width:100px;}


/* 图片管理样式 */
#imgManager {
    width: 100%;
    height: 225px;
}
#imgManager #imageList{
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}
#imgManager ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}
#imgManager li {
    float: left;
    display: block;
    list-style: none;
    padding: 0;
    width: 113px;
    height: 113px;
    margin: 9px 0 0 19px;
    background-color: #eee;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}
#imgManager li.clearFloat {
    float: none;
    clear: both;
    display: block;
    width:0;
    height:0;
    margin: 0;
    padding: 0;
}
#imgManager li img {
    cursor: pointer;
}
#imgManager li .icon {
    cursor: pointer;
    width: 113px;
    height: 113px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    border: 0;
    background-repeat: no-repeat;
}
#imgManager li .icon:hover {
    width: 107px;
    height: 107px;
    border: 3px solid #1094fa;
}
#imgManager li.selected .icon {
    background-image: url(images/success.png);
    background-position: 75px 75px;
}
#imgManager li.selected .icon:hover {
    width: 107px;
    height: 107px;
    border: 3px solid #1094fa;
    background-position: 72px 72px;
}

File

lib/dialogs/background/background.css
View source
  1. .wrapper{ width: 424px;margin: 10px auto; zoom:1;position: relative}
  2. .tabbody{height:225px;}
  3. .tabbody .panel { position: absolute;width:100%; height:100%;background: #fff; display: none;}
  4. .tabbody .focus { display: block;}
  5. body{font-size: 12px;color: #888;overflow: hidden;}
  6. input,label{vertical-align:middle}
  7. .clear{clear: both;}
  8. .pl{padding-left: 18px;padding-left: 23px\9;}
  9. #imageList {width: 420px;height: 215px;margin-top: 10px;overflow: hidden;overflow-y: auto;}
  10. #imageList div {float: left;width: 100px;height: 95px;margin: 5px 10px;}
  11. #imageList img {cursor: pointer;border: 2px solid white;}
  12. .bgarea{margin: 10px;padding: 5px;height: 84%;border: 1px solid #A8A297;}
  13. .content div{margin: 10px 0 10px 5px;}
  14. .content .iptradio{margin: 0px 5px 5px 0px;}
  15. .txt{width:280px;}
  16. .wrapcolor{height: 19px;}
  17. div.color{float: left;margin: 0;}
  18. #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;}
  19. div.alignment,#custom{margin-left: 23px;margin-left: 28px\9;}
  20. #custom input{height: 15px;min-height: 15px;width:20px;}
  21. #repeatType{width:100px;}
  22. /* 图片管理样式 */
  23. #imgManager {
  24. width: 100%;
  25. height: 225px;
  26. }
  27. #imgManager #imageList{
  28. width: 100%;
  29. overflow-x: hidden;
  30. overflow-y: auto;
  31. }
  32. #imgManager ul {
  33. display: block;
  34. list-style: none;
  35. margin: 0;
  36. padding: 0;
  37. }
  38. #imgManager li {
  39. float: left;
  40. display: block;
  41. list-style: none;
  42. padding: 0;
  43. width: 113px;
  44. height: 113px;
  45. margin: 9px 0 0 19px;
  46. background-color: #eee;
  47. overflow: hidden;
  48. cursor: pointer;
  49. position: relative;
  50. }
  51. #imgManager li.clearFloat {
  52. float: none;
  53. clear: both;
  54. display: block;
  55. width:0;
  56. height:0;
  57. margin: 0;
  58. padding: 0;
  59. }
  60. #imgManager li img {
  61. cursor: pointer;
  62. }
  63. #imgManager li .icon {
  64. cursor: pointer;
  65. width: 113px;
  66. height: 113px;
  67. position: absolute;
  68. top: 0;
  69. left: 0;
  70. z-index: 2;
  71. border: 0;
  72. background-repeat: no-repeat;
  73. }
  74. #imgManager li .icon:hover {
  75. width: 107px;
  76. height: 107px;
  77. border: 3px solid #1094fa;
  78. }
  79. #imgManager li.selected .icon {
  80. background-image: url(images/success.png);
  81. background-position: 75px 75px;
  82. }
  83. #imgManager li.selected .icon:hover {
  84. width: 107px;
  85. height: 107px;
  86. border: 3px solid #1094fa;
  87. background-position: 72px 72px;
  88. }