Advertisement
TommEdge4Life

Some Psycho Coding

Aug 3rd, 2019
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.66 KB | None | 0 0
  1.  
  2. <html>
  3. <head>
  4. <META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
  5. <script src="//ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
  6. <script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js"></script>
  7. <script src="https://cdnjs.cloudflare.com/ajax/libs/dat-gui/0.6.5/dat.gui.min.js"></script>
  8. <script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>
  9. <script src="https://cdnjs.cloudflare.com/ajax/libs/d3/4.11.0/d3.min.js"></script>
  10. <script src="https://roleplay.chat/jquery.tooltipster.js"></script>
  11. <script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/1.20.3/TweenMax.min.js"></script>
  12. <script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/87/three.js"></script>
  13. <link href="https://cdnjs.cloudflare.com/ajax/libs/normalize/7.0.0/normalize.min.css" rel="stylesheet">
  14. <link href="https://roleplay.chat/tooltipster.css" rel="stylesheet" type="text/css">
  15. <link href="https://cdn.jsdelivr.net/npm/fork-awesome@1.1.5/css/fork-awesome.min.css" rel="stylesheet">
  16. <style>
  17. .grecaptcha-badge {
  18. display: none;
  19. }
  20. </style>
  21. <script defer>
  22. window.onload = function() {
  23.  
  24. };
  25. </script>
  26. <style>
  27.  
  28. </style>
  29. </head>
  30. <body>
  31. <style>
  32. .pfor {
  33. display: none;}
  34.  
  35. #profile {
  36. background-color:transparent;
  37. border: 0px;}
  38.  
  39. body {
  40. background-image:url("BACKGROUND HERE");
  41. background-size: 100% 100%;
  42. background-attachment:fixed;}
  43.  
  44. #aura {
  45. position: fixed;
  46. bottom: 0px;
  47. right: 0px;
  48. }
  49.  
  50. #placementimage {
  51. position: fixed;
  52. bottom: 0px;
  53. right: 0px;
  54. }
  55.  
  56. #bgbox {
  57. position: fixed;
  58. top: 100px;
  59. left: 40px;
  60. width: 560px;
  61. height: 350px;
  62.  
  63. }
  64.  
  65. #circle{
  66. position: absolute;
  67. top: -20px;
  68. left: -20px;
  69. height: 250px;
  70. width: 240px;
  71. border: 2px solid black;
  72. border-radius: 100%;
  73. overflow: hidden;
  74. box-shadow:
  75. 0 0 20px red,
  76. 0 0 0 2px black,
  77. 0 0 0 4px red;
  78. }
  79.  
  80. #header {
  81. position: absolute;
  82. font-family: impact;
  83. left: 160px;
  84. color: red;
  85. font-size: 40;
  86. letter-spacing: 10px;
  87. background-image:url("Background Image here");
  88. background-size: 100% 100%;
  89. width: 400px;
  90. text-align: center;
  91. border-radius: 0px 60px 60px 0px;
  92. box-shadow:
  93. 0 0 0 4px black,
  94. 0 0 0 5px grey;
  95. text-shadow:
  96. 1px 0 0 black,
  97. 0 1px 0 black,
  98. -1px 0 0 black,
  99. -2px 0 0 silver,
  100. 0 -1px 0 black;
  101. }
  102.  
  103. #nav {
  104. position:absolute;
  105. top: 190px;
  106. left: 20px;
  107. height: 200px;
  108. width: 40px;
  109. border: 1px solid red;
  110. border-radius: 0px 0px 30px 30px;
  111. background-color: darkred;
  112. }
  113.  
  114. #buttons{
  115. position: absolute;
  116. left: -10px;
  117. top: 50px;
  118. z-index: 2;
  119. }
  120.  
  121. #buttons a {display: block;
  122. margin-bottom: 5px;
  123. width: 40px;
  124. height: 13px;
  125. padding-left: 10px;
  126. margin-bottom: 8px;
  127. background-color: darkred;
  128. border-top : 2px solid #333333;
  129. border-bottom : 2px solid #333333;
  130. border-left: 10px solid #333333;
  131. border-right: 10px solid #333333;
  132. border-radius: 0px 0px 0px 0px;
  133. box-shadow:
  134. 0 0 0 1px black,
  135. 0 0 0 2px darkred;
  136. -webkit-transition: all 0.5s ease-in-out;
  137. -moz-transition: all 0.5s ease-in-out;
  138. -o-transition: all 0.5s ease-in-out;
  139. transition: all 0.5s ease-in-out;}
  140.  
  141. #buttons a:hover {background-color:red;
  142. width: 100px;
  143. border-left: 5px solid #333333;
  144. border-right: 5px solid #333333;
  145. -webkit-transition: all 0.5s ease-in-out;
  146. -moz-transition: all 0.5s ease-in-out;
  147. -o-transition: all 0.5s ease-in-out;
  148. transition: all 0.5s ease-in-out;}
  149.  
  150. .Mainbox {position: absolute;
  151. top: 55px;
  152. left: 230px;
  153. height: 0px;
  154. width: 270px;
  155. padding: 10px;
  156. background-image:url("Background Image here");
  157. background-size: 400px 400px;
  158. border-top: 2px solid grey;
  159. border-left: 4px solid red;
  160. border-right: 4px solid red;
  161. border-bottom: 4px solid red;
  162. border-radius: 0px 0px 10% 10%;
  163. font-family: tahoma;
  164. font-size: 13px;
  165. text-align: center;
  166. color: grey;
  167. text-shadow: 1px 1px 2px black;
  168. overflow: auto;
  169. opacity: 0;
  170. -webkit-transition: all 0.5s ease-in-out;
  171. -moz-transition: all 0.5s ease-in-out;
  172. -o-transition: all 0.5s ease-in-out;
  173. -ms-transition: all 0.5s ease-in-out;
  174. transition: all 0.5s ease-in-out;}
  175.  
  176. .MainBox:target {
  177. top: 55px;
  178. left: 230px;
  179. height: 250px;
  180. opacity: 1;
  181. -webkit-transition: all 0.5s ease-in-out;
  182. -moz-transition: all 0.5s ease-in-out;
  183. -o-transition: all 0.5s ease-in-out;
  184. -ms-transition: all 0.5s ease-in-out;
  185. transition: all 0.5s ease-in-out;}
  186.  
  187.  
  188.  
  189. a:link {
  190. text-decoration:
  191. none;
  192. text-shadow: 1px 1px 5px red;
  193. }
  194.  
  195. a:visited {
  196. text-decoration:
  197. none;
  198. text-shadow: 1px 1px 3px darkred;
  199. }
  200.  
  201. a:hover {
  202. text-decoration: bold;
  203. text-shadow:
  204. 1px 0 0 red,
  205. -1px 0 0 red,
  206. 0 -1px 0 red,
  207. 0 1px red;
  208. }
  209.  
  210. a:active {
  211. text-decoration:
  212. bold;
  213. text-shadow: 1px 1px 3px skyblue;}
  214.  
  215. a:link { color: red;
  216. }
  217. a:visited {color: red;
  218. }
  219. a:hover {color: black;
  220. }
  221. a:active {color: white;
  222. }
  223.  
  224. </style>
  225.  
  226. <div id="aura">
  227. <img src="Behind image here" width="700">
  228. </div>
  229.  
  230.  
  231. <div id="placementimage">
  232. <img src="Big Image Here" width="600">
  233. </div>
  234.  
  235. <div id="bgbox">
  236.  
  237. <div id=header>Header</div>
  238.  
  239.  
  240. <div id=nav>
  241. <div id="buttons">
  242. <a href="#1"></a>
  243. <a href="#2"></a>
  244. <a href="#3"></a>
  245. <a href="#4"></a>
  246. <a href="#"></a>
  247. </div>
  248. </div>
  249.  
  250. <div id="circle">
  251. <img src="Put GIF or Image here">
  252. </div>
  253.  
  254. <div id="1" class="MainBox">
  255. <font style=float:left><b>StatTitle1</b></font>
  256. <font style=float:right>"StatHere"</font>
  257. <br>
  258. <font style=float:left><b>StatTitle2</b></font>
  259. <font style=float:right>"StatHere"</font>
  260. <br>
  261. <u><b>Description</b></u><br><br>
  262. Little description here
  263. </div>
  264.  
  265. <div id="2" class="MainBox">
  266. <u><b>Second Box</b></u><br><br><p>
  267. Put info here.
  268. </div>
  269.  
  270.  
  271. <div id="3" class="MainBox">
  272. <u><b>Third Box</b></u><br><br><p>
  273. Put info here.
  274. </div>
  275.  
  276.  
  277. <div id="4" class="MainBox">
  278. <u><b>OOC</b></u><br><br><p>
  279. Butts
  280. </div>
  281.  
  282. </div>
  283. </body>
  284. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement