particles.css 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. @font-face {
  2. font-family: "amiri-regular";
  3. src: url("../fonts/amiri/amiri-regular-webfont.eot");
  4. src: url("../fonts/amiri/amiri-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/amiri/amiri-regular-webfont.woff") format("woff"), url("../fonts/amiri/amiri-regular-webfont.ttf") format("truetype"), url("../fonts/amiri/amiri-regular-webfont.svg#amiri-regular") format("svg"); }
  5. @font-face {
  6. font-family: "amiri-slanted";
  7. src: url("../fonts/amiri/amiri-slanted-webfont.eot");
  8. src: url("../fonts/amiri/amiri-slanted-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/amiri/amiri-slanted-webfont.woff") format("woff"), url("../fonts/amiri/amiri-slanted-webfont.ttf") format("truetype"), url("../fonts/amiri/amiri-slanted-webfont.svg#amiri-slanted") format("svg"); }
  9. @font-face {
  10. font-family: "amiri-bold";
  11. src: url("../fonts/amiri/amiri-bold-webfont.eot");
  12. src: url("../fonts/amiri/amiri-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/amiri/amiri-bold-webfont.woff") format("woff"), url("../fonts/amiri/amiri-bold-webfont.ttf") format("truetype"), url("../fonts/amiri/amiri-bold-webfont.svg#amiri-bold") format("svg"); }
  13. @font-face {
  14. font-family: "amiri-boldslanted";
  15. src: url("../fonts/amiri/amiri-boldslanted-webfont.eot");
  16. src: url("../fonts/amiri/amiri-boldslanted-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/amiri/amiri-boldslanted-webfont.woff") format("woff"), url("../fonts/amiri/amiri-boldslanted-webfont.ttf") format("truetype"), url("../fonts/amiri/amiri-boldslanted-webfont.svg#amiri-boldslanted") format("svg"); }
  17. * {
  18. -webkit-box-sizing: border-box;
  19. -moz-box-sizing: border-box;
  20. box-sizing: border-box; }
  21. html, body {
  22. margin: 0;
  23. padding: 0;
  24. height: 100%; }
  25. ul, li, ol {
  26. margin: 0;
  27. padding: 0;
  28. list-style: none; }
  29. a {
  30. text-decoration: none;
  31. color: black; }
  32. p, ul, li, ol, h1, h2, h3, em, blockquote {
  33. margin: 0; }
  34. .text-left {
  35. text-align: left !important; }
  36. .text-right {
  37. text-align: right !important; }
  38. .text-center {
  39. text-align: center !important; }
  40. .text-justify {
  41. text-align: justify !important; }
  42. @media all and (min-width: 75em) {
  43. .large-desktop-text-left {
  44. text-align: left !important; }
  45. .large-desktop-text-right {
  46. text-align: right !important; }
  47. .large-desktop-text-center {
  48. text-align: center !important; }
  49. .large-desktop-text-justify {
  50. text-align: justify !important; } }
  51. @media all and (min-width: 60em) and (max-width: 74.938em) {
  52. .desktop-text-left {
  53. text-align: left !important; }
  54. .desktop-text-right {
  55. text-align: right !important; }
  56. .desktop-text-center {
  57. text-align: center !important; }
  58. .desktop-text-justify {
  59. text-align: justify !important; } }
  60. @media all and (min-width: 48em) and (max-width: 59.938em) {
  61. .tablet-text-left {
  62. text-align: left !important; }
  63. .tablet-text-right {
  64. text-align: right !important; }
  65. .tablet-text-center {
  66. text-align: center !important; }
  67. .tablet-text-justify {
  68. text-align: justify !important; } }
  69. @media all and (min-width: 30.063em) and (max-width: 47.938em) {
  70. .large-mobile-text-left {
  71. text-align: left !important; }
  72. .large-mobile-text-right {
  73. text-align: right !important; }
  74. .large-mobile-text-center {
  75. text-align: center !important; }
  76. .large-mobile-text-justify {
  77. text-align: justify !important; } }
  78. @media all and (max-width: 30em) {
  79. .small-mobile-text-left {
  80. text-align: left !important; }
  81. .small-mobile-text-right {
  82. text-align: right !important; }
  83. .small-mobile-text-center {
  84. text-align: center !important; }
  85. .small-mobile-text-justify {
  86. text-align: justify !important; } }
  87. @media all and (min-width: 48em) {
  88. .no-mobile-text-left {
  89. text-align: left !important; }
  90. .no-mobile-text-right {
  91. text-align: right !important; }
  92. .no-mobile-text-center {
  93. text-align: center !important; }
  94. .no-mobile-text-justify {
  95. text-align: justify !important; } }
  96. @media all and (max-width: 47.938em) {
  97. .mobile-only-text-left {
  98. text-align: left !important; }
  99. .mobile-only-text-right {
  100. text-align: right !important; }
  101. .mobile-only-text-center {
  102. text-align: center !important; }
  103. .mobile-only-text-justify {
  104. text-align: justify !important; } }
  105. /*# sourceMappingURL=particles.css.map */