Advertisement
Guest User

CSS

a guest
Sep 8th, 2021
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.07 KB | None | 0 0
  1. body {
  2. background: none !important;
  3. display: inline-block;
  4. position: fixed;
  5. min-width: 800px;
  6. }
  7.  
  8.  
  9. #container {
  10. font-size: 20px;
  11. color: white;
  12. position: fixed;
  13. top: 50%;
  14. left: 50%;
  15. width: 100%;
  16. max-width: 1098px;
  17. margin: 0 auto;
  18. }
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28. @font-face {
  29. font-family: EntezareZohoor2;
  30. src: url('fonts/EntezareZohoor2.eot'), url('fonts/EntezareZohoor2.ttf') format('truetype'), url('fonts/EntezareZohoor2.svg') format('svg');
  31. font-weight: normal;
  32. font-style: normal;
  33. }
  34.  
  35. #invader {
  36. font-size: 20px;
  37. padding: 25px;
  38. color: white;
  39. position: fixed;
  40. top: 50%;
  41. left: 35%;
  42. transform: translateX(-50%) translateY(calc(-50% - .5px));
  43. width: 1098px;
  44. height: 513px;
  45. overflow: hidden;
  46. border-top: 10px solid #FF0000;
  47. background: #272727;
  48. opacity: 0.95;
  49. border-radius: 10px;
  50. text-align: center;
  51.  
  52. }
  53.  
  54. #invaderinfo {
  55. font-size: 20px;
  56. padding: 25px;
  57. color: white;
  58. position: fixed;
  59. top: 50%;
  60. left: 80%;
  61. transform: translateX(-50%) translateY(calc(-50% - .5px));
  62. width: 400px;
  63. height: 513px;
  64. overflow: hidden;
  65. border-top: 10px solid #FF0000;
  66. background: #272727;
  67. opacity: 0.95;
  68. border-radius: 10px;
  69. text-align: center;
  70.  
  71. }
  72.  
  73. #invaderinfobox {
  74. font-size: 20px;
  75. padding: 25px;
  76. color: white;
  77. position: fixed;
  78. top: 50%;
  79. left: 80%;
  80. transform: translateX(-50%) translateY(calc(-50% - .5px));
  81. width: 275px;
  82. height: 400px;
  83. overflow: hidden;
  84. border-top: 35px solid #FF0000;
  85. background: #202020;
  86. opacity: 0.95;
  87. border-radius: 10px;
  88. text-align: center;
  89.  
  90. }
  91. #werbebox {
  92. font-size: 20px;
  93. padding: 25px;
  94. color: white;
  95. position: fixed;
  96. top: 50%;
  97. left: 49%;
  98. transform: translateX(-50%) translateY(calc(-50% - .5px));
  99. width: 500px;
  100. height: 400px;
  101. overflow: hidden;
  102. border-top: 35px solid #FF0000;
  103. background: #202020;
  104. opacity: 0.95;
  105. border-radius: 10px;
  106. text-align: center;
  107. }
  108. #inputtext {
  109. position: fixed;
  110. width: 450;
  111. height: 350px;
  112. left: 50px;
  113. top: 48px;
  114. resize: none;
  115. background: rgb(41, 41, 41);
  116. box-shadow: 0px 15px 4px rgba(0, 0, 0, 0.25);
  117. border-radius: 15px;
  118. outline: none;
  119. border: none;
  120. font-size: 15px;
  121. color: white;
  122. text-align: center;
  123.  
  124.  
  125. }
  126.  
  127. button {
  128. background-color: aliceblue;
  129. padding: 12px;
  130. }
  131.  
  132.  
  133.  
  134. .btnstyle {
  135. transition: all 0.3s ease 0s;
  136.  
  137. border: none;
  138. outline: none;
  139. color: white;
  140. background: #FF0000;
  141. font-family: Poppins;
  142. font-size: 20px;
  143. cursor: pointer;
  144. position: relative;
  145. z-index: 0;
  146. border-radius: 15px;
  147. box-shadow: 0px 0px 5px 0px #000000;
  148. -webkit-transform: rotate(90deg) rotate(-180deg);
  149. -moz-transform: rotate(90deg) rotate(-180deg);
  150. -o-transform: rotate(90deg) rotate(-180deg);
  151. transform: rotate(90deg) rotate(-180deg);
  152.  
  153. }
  154. #werbungs {
  155. position: fixed;
  156. width: 500.5px;
  157. height: 60px;
  158. top: 48%;
  159. left: 15%;
  160. }
  161.  
  162. #close {
  163. position: fixed;
  164. top: 21%;
  165. left: 89%;
  166. cursor: pointer;
  167. padding: 0;
  168. margin: 0;
  169. border: none;
  170. background: none;
  171. color: red;
  172. padding: 12px 16px;
  173. font-size: 25px;
  174. z-index: 10;
  175. }
  176.  
  177. #refresh {
  178. position: fixed;
  179. top: 28.5%;
  180. left: 60.5%;
  181. cursor: pointer;
  182. padding: 0;
  183. margin: 0;
  184. border: none;
  185. background: none;
  186. color: red;
  187. padding: 12px 16px;
  188. font-size: 25px;
  189. z-index: 10;
  190. }
  191.  
  192. .btnstyle:hover {
  193. transition: all 0.3s ease 0s;
  194. background-color: rgb(84, 84, 84);
  195. font-size: 25px;
  196. }
  197.  
  198.  
  199. .infotxt {
  200. font-size: 25px;
  201. position: fixed;
  202. font-family: Poppins;
  203. font-style: normal;
  204. font-weight: normal;
  205. left: 75%;
  206. top: 25%;
  207. }
  208.  
  209. .werbetext {
  210. font-size: 25px;
  211. position: fixed;
  212. font-family: Poppins;
  213. font-style: normal;
  214. font-weight: normal;
  215. left: 45%;
  216. top: 25%;
  217. }
  218.  
  219.  
  220. #hello {
  221. position: fixed;
  222. }
  223.  
  224. #img {
  225. position: fixed;
  226. left: -17%;
  227. top: 12.8%;
  228. height: 650px;
  229. }
  230.  
  231.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement