Advertisement
Guest User

by KiR

a guest
Nov 21st, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.08 KB | None | 0 0
  1.  
  2. <!DOCTYPE html>
  3. <html>
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  6. <link href="https://fonts.googleapis.com/css?family=Pacifico" rel="stylesheet">
  7. <title>FAQ</title>
  8. <meta charset="utf-8">
  9. <meta name="msapplication-TileImage" content="https://csgospeed.com/images/ms-icon-144x144.png">
  10. <style>
  11. * {text-decoration: none;
  12. margin: 0;
  13. padding: 0;}
  14.  
  15. body {
  16. background:url("https://static1.squarespace.com/static/532d1380e4b0c8441ae82364/532e4c49e4b0f37f8182cf1a/554791bae4b06698c53099c1/1430833463560/?format=1500w") no-repeat fixed;
  17. background-repeat: no-repeat;
  18. background-size: cover;
  19. min-height: 100%;
  20. text-align: center;
  21. }
  22.  
  23. .mainname {
  24. font-family: Pacifico;
  25. font-size: 50px;
  26. position: relative;
  27. top: 150px;
  28. }
  29.  
  30. input {
  31. width: auto;
  32. border: none;
  33. }
  34.  
  35. .gamename {
  36. color: black;
  37. font-family: Pacifico;
  38. font-size: 35%;
  39. bottom: 5px;
  40. }
  41.  
  42. #gamelink {
  43. position: relative;
  44. top: 25px;
  45. width: 10%;
  46. height: 150px;
  47. left: 31%;
  48. float: left;
  49. margin: 15px;
  50.  
  51.  
  52. }
  53.  
  54. .loginbox {
  55. position: absolute;
  56. width: 30%;
  57. height: 25%;
  58. ;
  59. top: 35%;
  60. left: 35%;
  61. }
  62.  
  63. .infobox {
  64. position: absolute;
  65. width: 100%;
  66. height: auto;
  67. top: 50px;
  68. left: 0;
  69. background-color:#2e3344;
  70. min-height: 100%;
  71. }
  72.  
  73.  
  74. .head{width: 100%;
  75. float: left;
  76. height: 50px;
  77. font-size: 25px;
  78. color: white;
  79. z-index: -1000;
  80. font-family: Fantasy;
  81. position: fixed;
  82. background-color:#2e3344;}
  83.  
  84. .grow:hover
  85. {
  86. -webkit-transform: scale(1.3);
  87. -ms-transform: scale(1.3);
  88. transform: scale(1.3);
  89. }
  90.  
  91.  
  92.  
  93. #color:hover
  94. {
  95. background: black;
  96. }
  97.  
  98.  
  99.  
  100.  
  101. .logo {
  102. position: absolute;
  103. left: 10px;
  104. color: white;
  105. width: auto;
  106. height: 50px;
  107. top: 2px;
  108. font-size: 35px;
  109. left: 40%;
  110. width: 20%;
  111. }
  112.  
  113. a {
  114. text-decoration: none;
  115. color: white;
  116. font-size: 1.5em;
  117. }
  118.  
  119. button {
  120. position: relative;
  121. width: 100px;
  122. height: 50px;
  123. border: 1px solid #2e3344;
  124. left: 0;
  125. float: left;
  126. overflow: hidden;}
  127.  
  128. .hidden {
  129. display: none;}
  130.  
  131. </style>
  132. </head>
  133. <body>
  134. <div class="head" id="color"><a href="https://csgospeed.com" target="_blank">CSGOSPEED FAQ</a></div>
  135. </iframe></div></div>
  136.  
  137. <div class="infobox">
  138. <details><summary>Warnings</summary>
  139. <ul id="tst" type="none">
  140. <li><button onclick="copyToClipboard('#p1')">Begging</button></li>
  141. <li><button onclick="copyToClipboard('#p2')">Spamming</button></li>
  142. <li><button onclick="copyToClipboard('#p3')">Code Spam</button></li>
  143.  
  144. </details>
  145.  
  146. <details><summary>Chat help</summary>
  147. <ul id="tst" type="none">
  148. <li><button onclick="copyToClipboard('#p4')">Recruit Code</button></li>
  149. <li><button onclick="copyToClipboard('#p5')">Can't find recruits</button></li>
  150. <li><button onclick="copyToClipboard('#p6')">Name isn't updated</button></li>
  151. <li><button onclick="copyToClipboard('#p7')">Haven't recieved my skins</button></li>
  152.  
  153.  
  154. </details>
  155. </div>
  156.  
  157.  
  158.  
  159.  
  160.  
  161.  
  162.  
  163. <div class="hidden">
  164. <li id="p1">(r)Please, stop begging! It's not allowed(r)</li>
  165. <li id="p2">(r)Please, stop spamming! It's not allowed(r)</li>
  166. <li id="p3">(r)Please, only write code when people ask and do it only once!(r)</li>
  167. <li id="p4">Use code (r)KIRCSGO(r) at csgospeed.com/recruits</li>
  168. <li id="p5">Go to (r)csgospeed.com/recruits(r) or write (r)/recruits(r) in chat to see the link</li>
  169. <li id="p6">Go to settings (csgospeed.com/settings) -> press (g)Refresh(g)</li>
  170. <li id="p7">Go to Stats -> Your Stats -> Trades -> press (g)Resend(g)</li>
  171. </div>
  172.  
  173.  
  174.  
  175.  
  176.  
  177. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
  178.  
  179.  
  180.  
  181. <script>function copyToClipboard(element) {
  182. var $temp = $("<input>");
  183. $("body").append($temp);
  184. $temp.val($(element).text()).select();
  185. document.execCommand("copy");
  186. $temp.remove();
  187. }
  188. </script>
  189.  
  190. <script type="text/javascript">
  191. <!--
  192. function viewdiv(id){
  193. var el=document.getElementById(id);
  194. if(el.style.display=="block"){
  195. el.style.display="none";
  196. } else {
  197. el.style.display="block";
  198. }
  199. }
  200. //-->
  201. </script>
  202.  
  203.  
  204.  
  205.  
  206. </body>
  207. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement