app.css 489 B

123456789101112131415161718192021
  1. /*Stylesheet*/
  2. BODY, HTML
  3. {
  4. -webkit-tap-highlight-color: rgba(0,0,0,0);
  5. -webkit-touch-callout: none;
  6. -webkit-text-size-adjust: none;
  7. -webkit-user-select: none;
  8. margin: 0;
  9. padding: 0;
  10. font-family: Arial, Verdana, sans-serif;
  11. font-size: 12px;
  12. font-weight: normal;
  13. color: #ccc;
  14. background-color: #4aa4c2;
  15. background-image: url(assets/art/tile.png);
  16. }
  17. canvas
  18. {
  19. box-shadow: 0px 0px 20px #000000;
  20. }