404.css 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. @charset "utf-8";
  2. * {
  3. margin: 0;
  4. padding: 0;
  5. font-size: 100%;
  6. }
  7. a {
  8. text-decoration: none;
  9. word-break: break-all;
  10. color: inherit;
  11. }
  12. a:hover {
  13. text-decoration: underline;
  14. }
  15. ul, ol {
  16. list-style: none;
  17. padding: 0;
  18. margin: 0;
  19. }
  20. img {
  21. vertical-align: top;
  22. border: 0;
  23. max-width: 100%;
  24. max-height: 100%;
  25. }
  26. button {
  27. font-size: 100%;
  28. }
  29. .clear {
  30. clear: both;
  31. }
  32. .red {
  33. color: red!important;
  34. }
  35. .invisible {
  36. display: none!important;
  37. }
  38. .no-events {
  39. pointer-events: none;
  40. }
  41. .disallow_select {
  42. user-select: none;
  43. -ms-user-select: none;
  44. -webkit-user-select: none;
  45. -moz-user-select: none;
  46. }
  47. .text_ellipsis {
  48. text-overflow: ellipsis;
  49. overflow: hidden;
  50. white-space: nowrap;
  51. }
  52. h1, h2, h3, h4, h5, h6 {
  53. font-weight: normal;
  54. line-height: 1;
  55. margin: 0;
  56. padding: 0;
  57. }
  58. blockquote, q {
  59. quotes: none;
  60. margin: 0;
  61. }
  62. blockquote * {
  63. margin: 0;
  64. word-break: break-all;
  65. }
  66. blockquote:before, blockquote:after,
  67. q:before, q:after {
  68. content:'';
  69. content:none;
  70. }
  71. article,aside,details,figcaption,figure,
  72. footer,header,hgroup,menu,nav,section {
  73. display:block;
  74. }
  75. textarea {
  76. width: 100%;
  77. }
  78. input {
  79. max-width: 100%;
  80. }
  81. button, input[type="submit"], input[type="button"]{
  82. background-color: transparent;
  83. border: none;
  84. cursor: pointer;
  85. outline: none;
  86. padding: 0;
  87. appearance: none;
  88. }
  89. img.emoji {
  90. height: 1em;
  91. width: 1em;
  92. margin: 0 .05em 0 .1em;
  93. vertical-align: -0.1em;
  94. }
  95. .emoji_poss .auth_emoji {
  96. display: inline-block;
  97. height: 100%;
  98. margin: auto;
  99. margin-left: 4px;
  100. }
  101. html {
  102. font-family : "Helvetica Neue",Helvetica,Arial,sans-serif;
  103. font-size : 100%;
  104. line-height : 1;
  105. color: #333;
  106. min-width: 100%;
  107. min-height: 100%;
  108. }
  109. body {
  110. margin: 0;
  111. padding: 0;
  112. min-width: 100%;
  113. min-height: 100%;
  114. word-wrap:break-word;
  115. background-color: #189EFC;
  116. }
  117. article {
  118. margin: auto;
  119. padding: 24px;
  120. }
  121. h1 {
  122. font-size: 248px;
  123. text-align: center;
  124. color: #fff;
  125. font-weight: 600;
  126. }
  127. h2 {
  128. font-size: 56px;
  129. text-align: center;
  130. color: #fff;
  131. font-weight: 200;
  132. }