Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Blame | Last modification | View Log | Download | RSS feed

  1. #data
  2. * { margin: 0 0 0 0; }
  3. #errors
  4. #expected
  5. | *
  6. |  margin-top: 0px
  7. |  margin-right: 0px
  8. |  margin-bottom: 0px
  9. |  margin-left: 0px
  10. #reset
  11.  
  12. #data
  13. * { margin: 2em; }
  14. #errors
  15. #expected
  16. | *
  17. |  margin-top: 2em
  18. |  margin-right: 2em
  19. |  margin-bottom: 2em
  20. |  margin-left: 2em
  21. #reset
  22.  
  23. #data
  24. * { margin: 2em auto; }
  25. #errors
  26. #expected
  27. | *
  28. |  margin-top: 2em
  29. |  margin-right: auto
  30. |  margin-bottom: 2em
  31. |  margin-left: auto
  32. #reset
  33.  
  34. #data
  35. * { margin: 10% 5px -4em -50%; }
  36. #errors
  37. #expected
  38. | *
  39. |  margin-top: 10%
  40. |  margin-right: 5px
  41. |  margin-bottom: -4em
  42. |  margin-left: -50%
  43. #reset
  44.  
  45. #data
  46. * { margin: 10% 5px -4em; }
  47. #errors
  48. #expected
  49. | *
  50. |  margin-top: 10%
  51. |  margin-right: 5px
  52. |  margin-bottom: -4em
  53. |  margin-left: 5px
  54. #reset
  55.  
  56. #data
  57. * { margin: 10% 5px "Hello!" -4em; }
  58. #errors
  59. #expected
  60. | *
  61. #reset
  62.  
  63. #data
  64. * { margin: auto; }
  65. #errors
  66. #expected
  67. | *
  68. |  margin-top: auto
  69. |  margin-right: auto
  70. |  margin-bottom: auto
  71. |  margin-left: auto
  72. #reset
  73.  
  74. #data
  75. * { margin: auto auto; }
  76. #errors
  77. #expected
  78. | *
  79. |  margin-top: auto
  80. |  margin-right: auto
  81. |  margin-bottom: auto
  82. |  margin-left: auto
  83. #reset
  84.  
  85. #data
  86. * { margin: auto inherit; }
  87. #errors
  88. #expected
  89. | *
  90. #reset
  91.  
  92. #data
  93. * { margin: inherit; }
  94. #errors
  95. #expected
  96. | *
  97. |  margin-top: inherit
  98. |  margin-right: inherit
  99. |  margin-bottom: inherit
  100. |  margin-left: inherit
  101. #reset
  102.  
  103. #data
  104. * { margin: inherit auto auto; }
  105. #errors
  106. #expected
  107. | *
  108. #reset
  109.  
  110. #data
  111. * { margin: auto auto 0; }
  112. #errors
  113. #expected
  114. | *
  115. |  margin-top: auto
  116. |  margin-right: auto
  117. |  margin-bottom: 0px
  118. |  margin-left: auto
  119. #reset
  120.  
  121. #data
  122. * { margin: auto auto 10px 0; }
  123. #errors
  124. #expected
  125. | *
  126. |  margin-top: auto
  127. |  margin-right: auto
  128. |  margin-bottom: 10px
  129. |  margin-left: 0px
  130. #reset
  131.  
  132.  
  133. #data
  134. * { margin: auto !important; }
  135. #errors
  136. #expected
  137. | *
  138. |  margin-top: auto !important
  139. |  margin-right: auto !important
  140. |  margin-bottom: auto !important
  141. |  margin-left: auto !important
  142. #reset
  143.  
  144. #data
  145. * { margin: auto auto !important; }
  146. #errors
  147. #expected
  148. | *
  149. |  margin-top: auto !important
  150. |  margin-right: auto !important
  151. |  margin-bottom: auto !important
  152. |  margin-left: auto !important
  153. #reset
  154.  
  155. #data
  156. * { margin: auto auto inherit auto      !       important; }
  157. #errors
  158. #expected
  159. | *
  160. #reset
  161.  
  162. #data
  163. * { margin: inherit !important; }
  164. #errors
  165. #expected
  166. | *
  167. |  margin-top: inherit !important
  168. |  margin-right: inherit !important
  169. |  margin-bottom: inherit !important
  170. |  margin-left: inherit !important
  171. #reset
  172.  
  173. #data
  174. * { margin: auto auto 0 !important; }
  175. #errors
  176. #expected
  177. | *
  178. |  margin-top: auto !important
  179. |  margin-right: auto !important
  180. |  margin-bottom: 0px !important
  181. |  margin-left: auto !important
  182. #reset
  183.  
  184. #data
  185. * { margin: auto auto 10px 0 !important; }
  186. #errors
  187. #expected
  188. | *
  189. |  margin-top: auto !important
  190. |  margin-right: auto !important
  191. |  margin-bottom: 10px !important
  192. |  margin-left: 0px !important
  193. #reset
  194.  
  195. #data
  196. * { margin: auto auto 10px !important 0; }
  197. #errors
  198. #expected
  199. | *
  200. #reset
  201.  
  202.  
  203. #data
  204. * { margin: invalid; }
  205. #errors
  206. #expected
  207. | *
  208. #reset
  209.  
  210. #data
  211. * { margin: ; }
  212. #errors
  213. #expected
  214. | *
  215. #reset
  216.  
  217. #data
  218. * { margin:}
  219. #errors
  220. #expected
  221. | *
  222. #reset
  223.  
  224. #data
  225. * { margin: 2px inherit; }
  226. #errors
  227. #expected
  228. | *
  229. #reset
  230.  
  231. #data
  232. * { margin: inherit 2px; }
  233. #errors
  234. #expected
  235. | *
  236. #reset
  237.  
  238. #data
  239. * { margin: 2px 3em inherit; }
  240. #errors
  241. #expected
  242. | *
  243. #reset
  244.  
  245. #data
  246. * { margin: 2px inherit 3em; }
  247. #errors
  248. #expected
  249. | *
  250. #reset
  251.  
  252. #data
  253. * { margin: 2px 0 0 0 inherit; }
  254. #errors
  255. #expected
  256. | *
  257. #reset
  258.  
  259. #data
  260. * { margin: inherit inherit; }
  261. #errors
  262. #expected
  263. | *
  264. #reset
  265.  
  266. #data
  267. * { margin: inherit 0 !important; }
  268. #errors
  269. #expected
  270. | *
  271. #reset
  272.  
  273.  
  274.  
  275. #data
  276. * { margin-top: inherit;}
  277. #errors
  278. #expected
  279. | *
  280. |  margin-top: inherit
  281. #reset
  282.  
  283. #data
  284. * { margin-right: inherit;}
  285. #errors
  286. #expected
  287. | *
  288. |  margin-right: inherit
  289. #reset
  290.  
  291. #data
  292. * { margin-bottom: inherit;}
  293. #errors
  294. #expected
  295. | *
  296. |  margin-bottom: inherit
  297. #reset
  298.  
  299. #data
  300. * { margin-bottom: 2em inherit;}
  301. #errors
  302. #expected
  303. | *
  304. #reset
  305.  
  306. #data
  307. * { margin-left: inherit;}
  308. #errors
  309. #expected
  310. | *
  311. |  margin-left: inherit
  312. #reset
  313.  
  314.  
  315.