icon.rcss 427 B

12345678910111213141516171819202122
  1. icon
  2. {
  3. /* The icons are floated left so they appear left-to-right. */
  4. float: left;
  5. /* The padding is added to push the text down to the bottom of the element. */
  6. box-sizing: border-box;
  7. width: 100dp;
  8. height: 100dp;
  9. padding: 60dp 10dp 0 10dp;
  10. margin: 10dp;
  11. decorator: image( ../../../assets/present.tga );
  12. font-size: 12dp;
  13. text-align: center;
  14. font-effect: shadow(1dp 1dp black);
  15. cursor: move;
  16. drag: clone;
  17. }