layoutit.css 7.1 KB

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