main.css 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. /*
  2. Document : main.css
  3. Created on : 19-nov-2013, 15.47.44
  4. Author : Biagio Iannuzzi
  5. Description:
  6. Purpose of the stylesheet follows.
  7. */
  8. root {
  9. display: block;
  10. }
  11. body{
  12. background-color: #9dc1ff;
  13. background-repeat: repeat-x;
  14. background-position: top;
  15. background-image: url(../sprites/bg_tile.jpg);
  16. }
  17. * {
  18. user-select: none;
  19. -khtml-user-select: none;
  20. -o-user-select: none;
  21. -moz-user-select: -moz-none;
  22. -webkit-user-select: none;
  23. }
  24. ::selection { background: transparent;color:inherit; }
  25. ::-moz-selection { background: transparent;color:inherit; }
  26. #canvas{
  27. width:768px;
  28. height: 1024px;
  29. position: absolute;
  30. }
  31. canvas {
  32. image-rendering: optimizeSpeed;
  33. image-rendering:-o-crisp-edges;
  34. image-rendering:-webkit-optimize-contrast;
  35. -ms-interpolation-mode: nearest-neighbor;
  36. -ms-touch-action: none;
  37. }
  38. .ani_hack{
  39. -webkit-perspective: 1000;
  40. -webkit-backface-visibility: hidden;
  41. -webkit-touch-callout: none;
  42. -webkit-user-select: none;
  43. -khtml-user-select: none;
  44. -moz-user-select: none;
  45. -ms-user-select: none;
  46. user-select: none;
  47. outline: none;
  48. -webkit-tap-highlight-color: transparent; /* mobile webkit */
  49. }
  50. /***************FONTS*******************/
  51. @font-face {
  52. font-family: 'ComicSansMS-Bold';
  53. src: url('ComicSansMS-Bold.eot?#iefix') format('embedded-opentype'), url('ComicSansMS-Bold.woff') format('woff'), url('ComicSansMS-Bold.ttf') format('truetype'), url('ComicSansMS-Bold.svg#ComicSansMS-Bold') format('svg');
  54. font-weight: normal;
  55. font-style: normal;
  56. }
  57. @font-face {
  58. font-family: 'walibi0615bold';
  59. src: url('walibi-holland-webfont.eot');
  60. src: url('walibi-holland-webfont.eot?#iefix') format('embedded-opentype'),
  61. url('walibi-holland-webfont.woff2') format('woff2'),
  62. url('walibi-holland-webfont.woff') format('woff'),
  63. url('walibi-holland-webfont.ttf') format('truetype'),
  64. url('walibi-holland-webfont.svg#walibi0615bold') format('svg');
  65. font-weight: normal;
  66. font-style: normal;
  67. }