layoutit.css 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261
  1. @charset "utf-8";
  2. body {
  3. padding-top:40px;
  4. padding-bottom: 40px;
  5. margin-left:200px;
  6. -webkit-transition: margin 500ms ease;
  7. -moz-transition: margin 500ms ease;
  8. -ms-transition: margin 500ms ease;
  9. -o-transition: margin 500ms ease;
  10. transition: margin 500ms ease;
  11. }
  12. .navbar-layoutit .btn-donate {padding: 0 0 0 10px;}
  13. .navbar-layoutit .btn-donate form { margin:0;}
  14. @media (max-width: 980px) {
  15. /* Enable use of floated navbar text */
  16. .navbar-text.pull-right {
  17. float: none;
  18. padding-left: 5px;
  19. padding-right: 5px;
  20. }
  21. }
  22. @media (max-width: 979px) {
  23. .navbar-fixed-top { position:fixed; }
  24. }
  25. .navbar-layoutit #menu-layoutit { float:left;}
  26. .navbar-layoutit { min-height: 32px; padding: 5px; }
  27. .navbar-layoutit .navbar-brand {width:180px; color:#5e5e5e; padding: 0; margin:0 5px;height: 20px; }
  28. .navbar-layoutit .navbar-brand img {float:left; margin:2px 10px 0 0; }
  29. .navbar-layoutit .navbar-brand .label {
  30. position:relative;
  31. left:10px;
  32. top:-3px;
  33. font-weight:normal;
  34. font-size:9px;
  35. background:#666;
  36. -webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.7);
  37. -moz-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.7);
  38. box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.7);
  39. }
  40. .edit .index-layout { margin-left:0px; margin-top:0px; padding:30px 10px 10px; border: 1px solid #DDDDDD; border-radius: 4px; position:relative; word-wrap: break-word;}
  41. .edit .index-layout:after {
  42. background-color: #F5F5F5;
  43. border: 1px solid #DDDDDD;
  44. border-radius: 4px 0 4px 0;
  45. color: #9DA0A4;
  46. content: "容器";
  47. font-size: 12px;
  48. font-weight: bold;
  49. left: -1px;
  50. padding: 3px 7px;
  51. position: absolute;
  52. top: -1px;
  53. }
  54. .container { width:auto; margin:0 0px;}
  55. .sidebar-nav {
  56. position:fixed;
  57. width:200px;
  58. left:0px;
  59. bottom:0;
  60. top:32px;
  61. background:#DDDDDD;
  62. padding: 10px 15px; z-index:10;
  63. -webkit-transition: all 500ms ease;
  64. -moz-transition: all 500ms ease;
  65. -ms-transition: all 500ms ease;
  66. -o-transition: all 500ms ease;
  67. transition: all 500ms ease;
  68. }
  69. .sidebar-nav .nav-header {
  70. cursor:pointer; font-size:14px;
  71. color: #fff;
  72. text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
  73. text-transform:uppercase; font-weight:bold;}
  74. .sidebar-nav .nav-header span.label { font-size:10px; /*padding-bottom:0;*/ position:relative; top:-1px; }
  75. .sidebar-nav .nav-header i.glyphicon-question-sign { color:#000; text-shadow:0 1px 0 #ddd;}
  76. .sidebar-nav .nav-header .popover {color:#999; text-shadow:none;}
  77. .popover-info {position:relative;}
  78. .popover-info .popover {display:none; top: -12.5px; left:15px; }
  79. .popover-info:hover .popover {display:block; opacity:1; width:400px;}
  80. .popover-info:hover .popover .arrow {top:23px;}
  81. .sidebar-nav .accordion-group { border:none; }
  82. .boxes {}
  83. .sidebar-nav li { line-height:28px; margin-bottom:3px; }
  84. .sidebar-nav li .lyrow { margin-bottom:5px;}
  85. .sidebar-nav .box { line-height:26px; width:160px; height:26px; }
  86. .sidebar-nav .preview { display: block; color:#666; font-size:12px; line-height:26px;width:110px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis; }
  87. .sidebar-nav .preview input { width:105px; padding:0 10px; background:#bbb; font-size:10px; color:#999; line-height:20px; height:20px; position:relative; top:-1px; }
  88. .sidebar-nav .view { display: none; }
  89. .sidebar-nav .remove,
  90. .sidebar-nav .configuration { display: none; }
  91. .sidebar-nav .boxes { display:none;}
  92. .index-layout .preview { display: none; }
  93. .index-layout .box .view { display: block; padding-top:30px;padding-left: 5px;}
  94. .ui-draggable-dragging .view { display:block;}
  95. /*.index-layout .ui-sortable-placeholder { outline: 5px dotted #ddd; visibility: visible!Important; border-radius: 4px; }*/
  96. .ui-sortable-placeholder { outline: 1px dashed #ddd;visibility: visible!Important; border-radius: 4px;}
  97. .edit .drag { position: absolute; top: 0;right: 0; cursor: pointer; }
  98. .edit .drag i {color:#000; text-shadow:0 1px 0 #ddd;}
  99. .box,.lyrow { position:relative;}
  100. .edit .index-layout .lyrow .drag { top:5px; right:60px; z-index:10; }
  101. .edit .index-layout .column .box .drag { top:5px; }
  102. .edit .index-layout .column .box .configuration {position: absolute; top: 3px; right: 120px;white-space:nowrap; }
  103. .edit .index-layout .column .box .configuration:hover { z-index:1001;}
  104. .edit .index-layout .column .navbar-fixed-top {top: 33px; left: 180px;}
  105. .index-layout .column .navbar-fixed-top {top: 33px;}
  106. .edit .index-layout .column .navbar-fixed-bottom { left: 180px;}
  107. .edit .index-layout .remove { position: absolute; top: 5px; right: 5px; z-index:10; }
  108. .index-layout .configuration {
  109. filter: alpha(opacity=0);
  110. opacity: 0;
  111. -webkit-transition: all 500ms ease;
  112. -moz-transition: all 500ms ease;
  113. -ms-transition: all 500ms ease;
  114. -o-transition: all 500ms ease;
  115. transition: all 500ms ease;
  116. }
  117. .index-layout .drag, .index-layout .remove {
  118. filter: alpha(opacity=20); opacity: 0.2;
  119. -webkit-transition: all 500ms ease;
  120. -moz-transition: all 500ms ease;
  121. -ms-transition: all 500ms ease;
  122. -o-transition: all 500ms ease;
  123. transition: all 500ms ease;
  124. }
  125. .index-layout .lyrow:hover > .drag,
  126. .index-layout .lyrow:hover > .configuration,
  127. .index-layout .lyrow:hover > .remove,
  128. .index-layout .box:hover .drag,
  129. .index-layout .box:hover .configuration,
  130. .index-layout .box:hover .remove { filter: alpha(opacity=100); opacity: 1; }
  131. .edit .index-layout .row:before {
  132. background-color: #F5F5F5;
  133. border: 1px solid #DDDDDD;
  134. border-radius: 4px 0 4px 0;
  135. color: #9DA0A4;
  136. content: "行";
  137. font-size: 12px;
  138. font-weight: bold;
  139. left: -1px;
  140. line-height:2;
  141. padding: 3px 7px;
  142. position: absolute;
  143. top: -1px;
  144. }
  145. .index-layout .row {
  146. background-color: #F5F5F5;
  147. -webkit-box-sizing: border-box;
  148. -moz-box-sizing: border-box;
  149. box-sizing: border-box;
  150. -webkit-box-shadow: inset 0 1px 13px rgba(0, 0, 0, 0.1);
  151. -moz-box-shadow: inset 0 1px 13px rgba(0, 0, 0, 0.1);
  152. box-shadow: inset 0 1px 13px rgba(0, 0, 0, 0.1);
  153. border: 1px solid #DDDDDD;
  154. border-radius: 4px 4px 4px 4px;
  155. margin: 10px 0;
  156. position: relative;
  157. padding: 30px 10px 0;
  158. }
  159. .edit .column:after {
  160. background-color: #F5F5F5;
  161. border: 1px solid #DDDDDD;
  162. border-radius: 4px 0 4px 0;
  163. color: #9DA0A4;
  164. content: "列";
  165. font-size: 12px;
  166. font-weight: bold;
  167. left: -1px;
  168. padding: 3px 7px;
  169. position: absolute;
  170. top: -1px;
  171. }
  172. .column {
  173. background-color: #FFFFFF;
  174. border: 1px solid #DDDDDD;
  175. border-radius: 4px 4px 4px 4px;
  176. margin: 10px 0;
  177. padding: 25px 10px 10px;
  178. position: relative;
  179. }
  180. /* preview */
  181. body.devpreview { margin-left:0px;}
  182. .devpreview .sidebar-nav {
  183. left:-200px;
  184. -webkit-transition: all 0ms ease;
  185. -moz-transition: all 0ms ease;
  186. -ms-transition: all 0ms ease;
  187. -o-transition: all 0ms ease;
  188. transition: all 0ms ease;
  189. }
  190. .devpreview .drag, .devpreview .configuration, .devpreview .remove { display:none !Important; }
  191. .sourcepreview .column, .sourcepreview .row, .sourcepreview .index-layout .box {
  192. margin:0px 0;
  193. padding:0px;
  194. background:none;
  195. border:none;
  196. -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.00);
  197. -moz-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.00);
  198. box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.00);
  199. }
  200. .devpreview .index-layout .box, .devpreview .index-layout .row { padding-top:0; background:none; }
  201. .devpreview .index-layout .column { padding-top:19px; padding-bottom:19px; }
  202. #download-layout { display: none }
  203. #feedbackModal textarea,
  204. #downloadModal textarea { width:100%;height:280px;resize: none;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box; }
  205. #feedbackModal input { width:515px; }
  206. #feedbackModal input.modal-error-field, #feedbackModal textarea.modal-error-field { border: 1px solid red; }
  207. a.language-selected { font-style: italic; font-weight: bold; }
  208. .modal-body { padding-bottom:0; }
  209. .modal-footer { margin-top:0; }
  210. .dropdown-menu li a:hover{cursor:pointer;}
  211. .panel a:hover{cursor:pointer;}
  212. .widget-layerslider{
  213. border: 1px solid #DDDDDD;
  214. }
  215. .widget-layerslider:after {
  216. background-color: #F5F5F5;
  217. border: 1px solid #DDDDDD;
  218. border-radius: 4px 0 4px 0;
  219. color: #9DA0A4;
  220. content: "幻灯片";
  221. font-size: 12px;
  222. font-weight: bold;
  223. }
  224. .widget-chart:after {
  225. background-color: #F5F5F5;
  226. border: 1px solid #DDDDDD;
  227. border-radius: 4px 0 4px 0;
  228. color: #9DA0A4;
  229. content: "图表";
  230. font-size: 12px;
  231. font-weight: bold;
  232. }
  233. .widget-calendar:after {
  234. background-color: #F5F5F5;
  235. border: 1px solid #DDDDDD;
  236. border-radius: 4px 0 4px 0;
  237. color: #9DA0A4;
  238. content: "日历";
  239. height:350px;
  240. font-size: 12px;
  241. font-weight: bold;
  242. }