Node-Red configuration
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

gridstack-extra.css 25KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555
  1. /*!
  2. * gridstack 0.6.4 extra CSS for [2-11] columns (non default)
  3. * https://gridstackjs.com/
  4. * (c) 2014-2020 Alain Dumesny, Dylan Weiss, Pavel Reznikov
  5. * gridstack.js may be freely distributed under the MIT license.
  6. */
  7. .grid-stack.grid-stack-2 > .grid-stack-item {
  8. min-width: 50%; }
  9. .grid-stack.grid-stack-2 > .grid-stack-item[data-gs-width='1'] {
  10. width: 50%; }
  11. .grid-stack.grid-stack-2 > .grid-stack-item[data-gs-x='1'] {
  12. left: 50%; }
  13. .grid-stack.grid-stack-2 > .grid-stack-item[data-gs-min-width='1'] {
  14. min-width: 50%; }
  15. .grid-stack.grid-stack-2 > .grid-stack-item[data-gs-max-width='1'] {
  16. max-width: 50%; }
  17. .grid-stack.grid-stack-2 > .grid-stack-item[data-gs-width='2'] {
  18. width: 100%; }
  19. .grid-stack.grid-stack-2 > .grid-stack-item[data-gs-x='2'] {
  20. left: 100%; }
  21. .grid-stack.grid-stack-2 > .grid-stack-item[data-gs-min-width='2'] {
  22. min-width: 100%; }
  23. .grid-stack.grid-stack-2 > .grid-stack-item[data-gs-max-width='2'] {
  24. max-width: 100%; }
  25. .grid-stack.grid-stack-3 > .grid-stack-item {
  26. min-width: 33.3333333333%; }
  27. .grid-stack.grid-stack-3 > .grid-stack-item[data-gs-width='1'] {
  28. width: 33.3333333333%; }
  29. .grid-stack.grid-stack-3 > .grid-stack-item[data-gs-x='1'] {
  30. left: 33.3333333333%; }
  31. .grid-stack.grid-stack-3 > .grid-stack-item[data-gs-min-width='1'] {
  32. min-width: 33.3333333333%; }
  33. .grid-stack.grid-stack-3 > .grid-stack-item[data-gs-max-width='1'] {
  34. max-width: 33.3333333333%; }
  35. .grid-stack.grid-stack-3 > .grid-stack-item[data-gs-width='2'] {
  36. width: 66.6666666667%; }
  37. .grid-stack.grid-stack-3 > .grid-stack-item[data-gs-x='2'] {
  38. left: 66.6666666667%; }
  39. .grid-stack.grid-stack-3 > .grid-stack-item[data-gs-min-width='2'] {
  40. min-width: 66.6666666667%; }
  41. .grid-stack.grid-stack-3 > .grid-stack-item[data-gs-max-width='2'] {
  42. max-width: 66.6666666667%; }
  43. .grid-stack.grid-stack-3 > .grid-stack-item[data-gs-width='3'] {
  44. width: 100%; }
  45. .grid-stack.grid-stack-3 > .grid-stack-item[data-gs-x='3'] {
  46. left: 100%; }
  47. .grid-stack.grid-stack-3 > .grid-stack-item[data-gs-min-width='3'] {
  48. min-width: 100%; }
  49. .grid-stack.grid-stack-3 > .grid-stack-item[data-gs-max-width='3'] {
  50. max-width: 100%; }
  51. .grid-stack.grid-stack-4 > .grid-stack-item {
  52. min-width: 25%; }
  53. .grid-stack.grid-stack-4 > .grid-stack-item[data-gs-width='1'] {
  54. width: 25%; }
  55. .grid-stack.grid-stack-4 > .grid-stack-item[data-gs-x='1'] {
  56. left: 25%; }
  57. .grid-stack.grid-stack-4 > .grid-stack-item[data-gs-min-width='1'] {
  58. min-width: 25%; }
  59. .grid-stack.grid-stack-4 > .grid-stack-item[data-gs-max-width='1'] {
  60. max-width: 25%; }
  61. .grid-stack.grid-stack-4 > .grid-stack-item[data-gs-width='2'] {
  62. width: 50%; }
  63. .grid-stack.grid-stack-4 > .grid-stack-item[data-gs-x='2'] {
  64. left: 50%; }
  65. .grid-stack.grid-stack-4 > .grid-stack-item[data-gs-min-width='2'] {
  66. min-width: 50%; }
  67. .grid-stack.grid-stack-4 > .grid-stack-item[data-gs-max-width='2'] {
  68. max-width: 50%; }
  69. .grid-stack.grid-stack-4 > .grid-stack-item[data-gs-width='3'] {
  70. width: 75%; }
  71. .grid-stack.grid-stack-4 > .grid-stack-item[data-gs-x='3'] {
  72. left: 75%; }
  73. .grid-stack.grid-stack-4 > .grid-stack-item[data-gs-min-width='3'] {
  74. min-width: 75%; }
  75. .grid-stack.grid-stack-4 > .grid-stack-item[data-gs-max-width='3'] {
  76. max-width: 75%; }
  77. .grid-stack.grid-stack-4 > .grid-stack-item[data-gs-width='4'] {
  78. width: 100%; }
  79. .grid-stack.grid-stack-4 > .grid-stack-item[data-gs-x='4'] {
  80. left: 100%; }
  81. .grid-stack.grid-stack-4 > .grid-stack-item[data-gs-min-width='4'] {
  82. min-width: 100%; }
  83. .grid-stack.grid-stack-4 > .grid-stack-item[data-gs-max-width='4'] {
  84. max-width: 100%; }
  85. .grid-stack.grid-stack-5 > .grid-stack-item {
  86. min-width: 20%; }
  87. .grid-stack.grid-stack-5 > .grid-stack-item[data-gs-width='1'] {
  88. width: 20%; }
  89. .grid-stack.grid-stack-5 > .grid-stack-item[data-gs-x='1'] {
  90. left: 20%; }
  91. .grid-stack.grid-stack-5 > .grid-stack-item[data-gs-min-width='1'] {
  92. min-width: 20%; }
  93. .grid-stack.grid-stack-5 > .grid-stack-item[data-gs-max-width='1'] {
  94. max-width: 20%; }
  95. .grid-stack.grid-stack-5 > .grid-stack-item[data-gs-width='2'] {
  96. width: 40%; }
  97. .grid-stack.grid-stack-5 > .grid-stack-item[data-gs-x='2'] {
  98. left: 40%; }
  99. .grid-stack.grid-stack-5 > .grid-stack-item[data-gs-min-width='2'] {
  100. min-width: 40%; }
  101. .grid-stack.grid-stack-5 > .grid-stack-item[data-gs-max-width='2'] {
  102. max-width: 40%; }
  103. .grid-stack.grid-stack-5 > .grid-stack-item[data-gs-width='3'] {
  104. width: 60%; }
  105. .grid-stack.grid-stack-5 > .grid-stack-item[data-gs-x='3'] {
  106. left: 60%; }
  107. .grid-stack.grid-stack-5 > .grid-stack-item[data-gs-min-width='3'] {
  108. min-width: 60%; }
  109. .grid-stack.grid-stack-5 > .grid-stack-item[data-gs-max-width='3'] {
  110. max-width: 60%; }
  111. .grid-stack.grid-stack-5 > .grid-stack-item[data-gs-width='4'] {
  112. width: 80%; }
  113. .grid-stack.grid-stack-5 > .grid-stack-item[data-gs-x='4'] {
  114. left: 80%; }
  115. .grid-stack.grid-stack-5 > .grid-stack-item[data-gs-min-width='4'] {
  116. min-width: 80%; }
  117. .grid-stack.grid-stack-5 > .grid-stack-item[data-gs-max-width='4'] {
  118. max-width: 80%; }
  119. .grid-stack.grid-stack-5 > .grid-stack-item[data-gs-width='5'] {
  120. width: 100%; }
  121. .grid-stack.grid-stack-5 > .grid-stack-item[data-gs-x='5'] {
  122. left: 100%; }
  123. .grid-stack.grid-stack-5 > .grid-stack-item[data-gs-min-width='5'] {
  124. min-width: 100%; }
  125. .grid-stack.grid-stack-5 > .grid-stack-item[data-gs-max-width='5'] {
  126. max-width: 100%; }
  127. .grid-stack.grid-stack-6 > .grid-stack-item {
  128. min-width: 16.6666666667%; }
  129. .grid-stack.grid-stack-6 > .grid-stack-item[data-gs-width='1'] {
  130. width: 16.6666666667%; }
  131. .grid-stack.grid-stack-6 > .grid-stack-item[data-gs-x='1'] {
  132. left: 16.6666666667%; }
  133. .grid-stack.grid-stack-6 > .grid-stack-item[data-gs-min-width='1'] {
  134. min-width: 16.6666666667%; }
  135. .grid-stack.grid-stack-6 > .grid-stack-item[data-gs-max-width='1'] {
  136. max-width: 16.6666666667%; }
  137. .grid-stack.grid-stack-6 > .grid-stack-item[data-gs-width='2'] {
  138. width: 33.3333333333%; }
  139. .grid-stack.grid-stack-6 > .grid-stack-item[data-gs-x='2'] {
  140. left: 33.3333333333%; }
  141. .grid-stack.grid-stack-6 > .grid-stack-item[data-gs-min-width='2'] {
  142. min-width: 33.3333333333%; }
  143. .grid-stack.grid-stack-6 > .grid-stack-item[data-gs-max-width='2'] {
  144. max-width: 33.3333333333%; }
  145. .grid-stack.grid-stack-6 > .grid-stack-item[data-gs-width='3'] {
  146. width: 50%; }
  147. .grid-stack.grid-stack-6 > .grid-stack-item[data-gs-x='3'] {
  148. left: 50%; }
  149. .grid-stack.grid-stack-6 > .grid-stack-item[data-gs-min-width='3'] {
  150. min-width: 50%; }
  151. .grid-stack.grid-stack-6 > .grid-stack-item[data-gs-max-width='3'] {
  152. max-width: 50%; }
  153. .grid-stack.grid-stack-6 > .grid-stack-item[data-gs-width='4'] {
  154. width: 66.6666666667%; }
  155. .grid-stack.grid-stack-6 > .grid-stack-item[data-gs-x='4'] {
  156. left: 66.6666666667%; }
  157. .grid-stack.grid-stack-6 > .grid-stack-item[data-gs-min-width='4'] {
  158. min-width: 66.6666666667%; }
  159. .grid-stack.grid-stack-6 > .grid-stack-item[data-gs-max-width='4'] {
  160. max-width: 66.6666666667%; }
  161. .grid-stack.grid-stack-6 > .grid-stack-item[data-gs-width='5'] {
  162. width: 83.3333333333%; }
  163. .grid-stack.grid-stack-6 > .grid-stack-item[data-gs-x='5'] {
  164. left: 83.3333333333%; }
  165. .grid-stack.grid-stack-6 > .grid-stack-item[data-gs-min-width='5'] {
  166. min-width: 83.3333333333%; }
  167. .grid-stack.grid-stack-6 > .grid-stack-item[data-gs-max-width='5'] {
  168. max-width: 83.3333333333%; }
  169. .grid-stack.grid-stack-6 > .grid-stack-item[data-gs-width='6'] {
  170. width: 100%; }
  171. .grid-stack.grid-stack-6 > .grid-stack-item[data-gs-x='6'] {
  172. left: 100%; }
  173. .grid-stack.grid-stack-6 > .grid-stack-item[data-gs-min-width='6'] {
  174. min-width: 100%; }
  175. .grid-stack.grid-stack-6 > .grid-stack-item[data-gs-max-width='6'] {
  176. max-width: 100%; }
  177. .grid-stack.grid-stack-7 > .grid-stack-item {
  178. min-width: 14.2857142857%; }
  179. .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-width='1'] {
  180. width: 14.2857142857%; }
  181. .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-x='1'] {
  182. left: 14.2857142857%; }
  183. .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-min-width='1'] {
  184. min-width: 14.2857142857%; }
  185. .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-max-width='1'] {
  186. max-width: 14.2857142857%; }
  187. .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-width='2'] {
  188. width: 28.5714285714%; }
  189. .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-x='2'] {
  190. left: 28.5714285714%; }
  191. .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-min-width='2'] {
  192. min-width: 28.5714285714%; }
  193. .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-max-width='2'] {
  194. max-width: 28.5714285714%; }
  195. .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-width='3'] {
  196. width: 42.8571428571%; }
  197. .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-x='3'] {
  198. left: 42.8571428571%; }
  199. .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-min-width='3'] {
  200. min-width: 42.8571428571%; }
  201. .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-max-width='3'] {
  202. max-width: 42.8571428571%; }
  203. .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-width='4'] {
  204. width: 57.1428571429%; }
  205. .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-x='4'] {
  206. left: 57.1428571429%; }
  207. .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-min-width='4'] {
  208. min-width: 57.1428571429%; }
  209. .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-max-width='4'] {
  210. max-width: 57.1428571429%; }
  211. .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-width='5'] {
  212. width: 71.4285714286%; }
  213. .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-x='5'] {
  214. left: 71.4285714286%; }
  215. .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-min-width='5'] {
  216. min-width: 71.4285714286%; }
  217. .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-max-width='5'] {
  218. max-width: 71.4285714286%; }
  219. .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-width='6'] {
  220. width: 85.7142857143%; }
  221. .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-x='6'] {
  222. left: 85.7142857143%; }
  223. .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-min-width='6'] {
  224. min-width: 85.7142857143%; }
  225. .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-max-width='6'] {
  226. max-width: 85.7142857143%; }
  227. .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-width='7'] {
  228. width: 100%; }
  229. .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-x='7'] {
  230. left: 100%; }
  231. .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-min-width='7'] {
  232. min-width: 100%; }
  233. .grid-stack.grid-stack-7 > .grid-stack-item[data-gs-max-width='7'] {
  234. max-width: 100%; }
  235. .grid-stack.grid-stack-8 > .grid-stack-item {
  236. min-width: 12.5%; }
  237. .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-width='1'] {
  238. width: 12.5%; }
  239. .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-x='1'] {
  240. left: 12.5%; }
  241. .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-min-width='1'] {
  242. min-width: 12.5%; }
  243. .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-max-width='1'] {
  244. max-width: 12.5%; }
  245. .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-width='2'] {
  246. width: 25%; }
  247. .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-x='2'] {
  248. left: 25%; }
  249. .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-min-width='2'] {
  250. min-width: 25%; }
  251. .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-max-width='2'] {
  252. max-width: 25%; }
  253. .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-width='3'] {
  254. width: 37.5%; }
  255. .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-x='3'] {
  256. left: 37.5%; }
  257. .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-min-width='3'] {
  258. min-width: 37.5%; }
  259. .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-max-width='3'] {
  260. max-width: 37.5%; }
  261. .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-width='4'] {
  262. width: 50%; }
  263. .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-x='4'] {
  264. left: 50%; }
  265. .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-min-width='4'] {
  266. min-width: 50%; }
  267. .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-max-width='4'] {
  268. max-width: 50%; }
  269. .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-width='5'] {
  270. width: 62.5%; }
  271. .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-x='5'] {
  272. left: 62.5%; }
  273. .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-min-width='5'] {
  274. min-width: 62.5%; }
  275. .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-max-width='5'] {
  276. max-width: 62.5%; }
  277. .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-width='6'] {
  278. width: 75%; }
  279. .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-x='6'] {
  280. left: 75%; }
  281. .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-min-width='6'] {
  282. min-width: 75%; }
  283. .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-max-width='6'] {
  284. max-width: 75%; }
  285. .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-width='7'] {
  286. width: 87.5%; }
  287. .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-x='7'] {
  288. left: 87.5%; }
  289. .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-min-width='7'] {
  290. min-width: 87.5%; }
  291. .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-max-width='7'] {
  292. max-width: 87.5%; }
  293. .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-width='8'] {
  294. width: 100%; }
  295. .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-x='8'] {
  296. left: 100%; }
  297. .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-min-width='8'] {
  298. min-width: 100%; }
  299. .grid-stack.grid-stack-8 > .grid-stack-item[data-gs-max-width='8'] {
  300. max-width: 100%; }
  301. .grid-stack.grid-stack-9 > .grid-stack-item {
  302. min-width: 11.1111111111%; }
  303. .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-width='1'] {
  304. width: 11.1111111111%; }
  305. .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-x='1'] {
  306. left: 11.1111111111%; }
  307. .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-min-width='1'] {
  308. min-width: 11.1111111111%; }
  309. .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-max-width='1'] {
  310. max-width: 11.1111111111%; }
  311. .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-width='2'] {
  312. width: 22.2222222222%; }
  313. .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-x='2'] {
  314. left: 22.2222222222%; }
  315. .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-min-width='2'] {
  316. min-width: 22.2222222222%; }
  317. .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-max-width='2'] {
  318. max-width: 22.2222222222%; }
  319. .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-width='3'] {
  320. width: 33.3333333333%; }
  321. .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-x='3'] {
  322. left: 33.3333333333%; }
  323. .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-min-width='3'] {
  324. min-width: 33.3333333333%; }
  325. .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-max-width='3'] {
  326. max-width: 33.3333333333%; }
  327. .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-width='4'] {
  328. width: 44.4444444444%; }
  329. .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-x='4'] {
  330. left: 44.4444444444%; }
  331. .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-min-width='4'] {
  332. min-width: 44.4444444444%; }
  333. .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-max-width='4'] {
  334. max-width: 44.4444444444%; }
  335. .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-width='5'] {
  336. width: 55.5555555556%; }
  337. .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-x='5'] {
  338. left: 55.5555555556%; }
  339. .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-min-width='5'] {
  340. min-width: 55.5555555556%; }
  341. .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-max-width='5'] {
  342. max-width: 55.5555555556%; }
  343. .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-width='6'] {
  344. width: 66.6666666667%; }
  345. .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-x='6'] {
  346. left: 66.6666666667%; }
  347. .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-min-width='6'] {
  348. min-width: 66.6666666667%; }
  349. .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-max-width='6'] {
  350. max-width: 66.6666666667%; }
  351. .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-width='7'] {
  352. width: 77.7777777778%; }
  353. .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-x='7'] {
  354. left: 77.7777777778%; }
  355. .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-min-width='7'] {
  356. min-width: 77.7777777778%; }
  357. .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-max-width='7'] {
  358. max-width: 77.7777777778%; }
  359. .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-width='8'] {
  360. width: 88.8888888889%; }
  361. .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-x='8'] {
  362. left: 88.8888888889%; }
  363. .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-min-width='8'] {
  364. min-width: 88.8888888889%; }
  365. .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-max-width='8'] {
  366. max-width: 88.8888888889%; }
  367. .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-width='9'] {
  368. width: 100%; }
  369. .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-x='9'] {
  370. left: 100%; }
  371. .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-min-width='9'] {
  372. min-width: 100%; }
  373. .grid-stack.grid-stack-9 > .grid-stack-item[data-gs-max-width='9'] {
  374. max-width: 100%; }
  375. .grid-stack.grid-stack-10 > .grid-stack-item {
  376. min-width: 10%; }
  377. .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-width='1'] {
  378. width: 10%; }
  379. .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-x='1'] {
  380. left: 10%; }
  381. .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-min-width='1'] {
  382. min-width: 10%; }
  383. .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-max-width='1'] {
  384. max-width: 10%; }
  385. .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-width='2'] {
  386. width: 20%; }
  387. .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-x='2'] {
  388. left: 20%; }
  389. .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-min-width='2'] {
  390. min-width: 20%; }
  391. .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-max-width='2'] {
  392. max-width: 20%; }
  393. .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-width='3'] {
  394. width: 30%; }
  395. .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-x='3'] {
  396. left: 30%; }
  397. .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-min-width='3'] {
  398. min-width: 30%; }
  399. .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-max-width='3'] {
  400. max-width: 30%; }
  401. .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-width='4'] {
  402. width: 40%; }
  403. .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-x='4'] {
  404. left: 40%; }
  405. .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-min-width='4'] {
  406. min-width: 40%; }
  407. .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-max-width='4'] {
  408. max-width: 40%; }
  409. .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-width='5'] {
  410. width: 50%; }
  411. .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-x='5'] {
  412. left: 50%; }
  413. .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-min-width='5'] {
  414. min-width: 50%; }
  415. .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-max-width='5'] {
  416. max-width: 50%; }
  417. .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-width='6'] {
  418. width: 60%; }
  419. .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-x='6'] {
  420. left: 60%; }
  421. .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-min-width='6'] {
  422. min-width: 60%; }
  423. .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-max-width='6'] {
  424. max-width: 60%; }
  425. .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-width='7'] {
  426. width: 70%; }
  427. .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-x='7'] {
  428. left: 70%; }
  429. .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-min-width='7'] {
  430. min-width: 70%; }
  431. .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-max-width='7'] {
  432. max-width: 70%; }
  433. .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-width='8'] {
  434. width: 80%; }
  435. .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-x='8'] {
  436. left: 80%; }
  437. .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-min-width='8'] {
  438. min-width: 80%; }
  439. .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-max-width='8'] {
  440. max-width: 80%; }
  441. .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-width='9'] {
  442. width: 90%; }
  443. .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-x='9'] {
  444. left: 90%; }
  445. .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-min-width='9'] {
  446. min-width: 90%; }
  447. .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-max-width='9'] {
  448. max-width: 90%; }
  449. .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-width='10'] {
  450. width: 100%; }
  451. .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-x='10'] {
  452. left: 100%; }
  453. .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-min-width='10'] {
  454. min-width: 100%; }
  455. .grid-stack.grid-stack-10 > .grid-stack-item[data-gs-max-width='10'] {
  456. max-width: 100%; }
  457. .grid-stack.grid-stack-11 > .grid-stack-item {
  458. min-width: 9.0909090909%; }
  459. .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-width='1'] {
  460. width: 9.0909090909%; }
  461. .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-x='1'] {
  462. left: 9.0909090909%; }
  463. .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-min-width='1'] {
  464. min-width: 9.0909090909%; }
  465. .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-max-width='1'] {
  466. max-width: 9.0909090909%; }
  467. .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-width='2'] {
  468. width: 18.1818181818%; }
  469. .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-x='2'] {
  470. left: 18.1818181818%; }
  471. .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-min-width='2'] {
  472. min-width: 18.1818181818%; }
  473. .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-max-width='2'] {
  474. max-width: 18.1818181818%; }
  475. .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-width='3'] {
  476. width: 27.2727272727%; }
  477. .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-x='3'] {
  478. left: 27.2727272727%; }
  479. .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-min-width='3'] {
  480. min-width: 27.2727272727%; }
  481. .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-max-width='3'] {
  482. max-width: 27.2727272727%; }
  483. .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-width='4'] {
  484. width: 36.3636363636%; }
  485. .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-x='4'] {
  486. left: 36.3636363636%; }
  487. .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-min-width='4'] {
  488. min-width: 36.3636363636%; }
  489. .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-max-width='4'] {
  490. max-width: 36.3636363636%; }
  491. .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-width='5'] {
  492. width: 45.4545454545%; }
  493. .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-x='5'] {
  494. left: 45.4545454545%; }
  495. .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-min-width='5'] {
  496. min-width: 45.4545454545%; }
  497. .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-max-width='5'] {
  498. max-width: 45.4545454545%; }
  499. .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-width='6'] {
  500. width: 54.5454545455%; }
  501. .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-x='6'] {
  502. left: 54.5454545455%; }
  503. .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-min-width='6'] {
  504. min-width: 54.5454545455%; }
  505. .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-max-width='6'] {
  506. max-width: 54.5454545455%; }
  507. .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-width='7'] {
  508. width: 63.6363636364%; }
  509. .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-x='7'] {
  510. left: 63.6363636364%; }
  511. .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-min-width='7'] {
  512. min-width: 63.6363636364%; }
  513. .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-max-width='7'] {
  514. max-width: 63.6363636364%; }
  515. .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-width='8'] {
  516. width: 72.7272727273%; }
  517. .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-x='8'] {
  518. left: 72.7272727273%; }
  519. .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-min-width='8'] {
  520. min-width: 72.7272727273%; }
  521. .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-max-width='8'] {
  522. max-width: 72.7272727273%; }
  523. .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-width='9'] {
  524. width: 81.8181818182%; }
  525. .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-x='9'] {
  526. left: 81.8181818182%; }
  527. .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-min-width='9'] {
  528. min-width: 81.8181818182%; }
  529. .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-max-width='9'] {
  530. max-width: 81.8181818182%; }
  531. .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-width='10'] {
  532. width: 90.9090909091%; }
  533. .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-x='10'] {
  534. left: 90.9090909091%; }
  535. .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-min-width='10'] {
  536. min-width: 90.9090909091%; }
  537. .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-max-width='10'] {
  538. max-width: 90.9090909091%; }
  539. .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-width='11'] {
  540. width: 100%; }
  541. .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-x='11'] {
  542. left: 100%; }
  543. .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-min-width='11'] {
  544. min-width: 100%; }
  545. .grid-stack.grid-stack-11 > .grid-stack-item[data-gs-max-width='11'] {
  546. max-width: 100%; }