Advertisement
TommEdge4Life

The Nomad Coding

Mar 25th, 2018
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.59 KB | None | 0 0
  1. <html>
  2. <head>
  3. <META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
  4. <script src="//ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
  5. <script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js"></script>
  6. <script src="https://cdnjs.cloudflare.com/ajax/libs/dat-gui/0.6.5/dat.gui.min.js"></script>
  7. <script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>
  8. <script src="https://cdnjs.cloudflare.com/ajax/libs/d3/4.11.0/d3.min.js"></script>
  9. <script src="https://roleplay.chat/jquery.tooltipster.js?v=8"></script>
  10. <script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/1.20.3/TweenMax.min.js"></script>
  11. <script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/87/three.js"></script>
  12. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/7.0.0/normalize.min.css">
  13. <link href="https://roleplay.chat/tooltipster.css" rel="stylesheet" type="text/css">
  14. <link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
  15. <script defer>
  16. window.onload = function() {
  17.  
  18. };
  19. </script>
  20. <style>
  21.  
  22. </style>
  23. </head>
  24. <body>
  25. <html>
  26. <head>
  27. <script src="//ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
  28. <script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js"></script>
  29. <script src="https://cdnjs.cloudflare.com/ajax/libs/dat-gui/0.6.5/dat.gui.min.js"></script>
  30. <script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>
  31. <script src="https://cdnjs.cloudflare.com/ajax/libs/d3/4.11.0/d3.min.js"></script>
  32. <script src="https://roleplay.chat/jquery.tooltipster.js?v=8"></script>
  33. <script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/1.20.3/TweenMax.min.js"></script>
  34. <script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/87/three.js"></script>
  35. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/7.0.0/normalize.min.css">
  36. <link href="https://roleplay.chat/tooltipster.css" rel="stylesheet" type="text/css">
  37. <link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
  38. <script defer>
  39. window.onload = function() {
  40.  
  41. };
  42. </script>
  43. <style>
  44.  
  45. </style>
  46. </head>
  47. <body>
  48. <style>
  49.  
  50.  
  51. @font-face {
  52. font-family: 'Rock Elegance';
  53. src: url('https://dl.dropboxusercontent.com/s/5ekqqdhovzxgnx7/Rock%20Elegance.ttf');
  54. }
  55.  
  56. @font-face {
  57. font-family: 'Raleway Medium';
  58. src: url('https://dl.dropboxusercontent.com/s/i5syov7xapv1zbh/Raleway-Medium.ttf');
  59. }
  60.  
  61.  
  62. .pfor {display: none;}
  63.  
  64. #profile {border: 0px; background-color: transparent;}
  65. body {background: #111111 url(https://i.pinimg.com/originals/95/83/05/9583055027448ee8c9e703eb9ff027bc.png); background-repeat: no-repeat;
  66. background-position: 0px 0px;
  67. background-size: 100% 100%; hidden;}
  68.  
  69.  
  70. ::-webkit-scrollbar-thumb {box-shadow: inset #c4a66a 0px 0px 4px; border-right: 5px transparent solid; border-top: 5px transparent solid; border-bottom: 5px transparent solid;}
  71. ::-webkit-scrollbar {width: 9px; background-color: transparent;}
  72.  
  73.  
  74. #left{
  75. position: fixed; margin: auto;
  76. left: 0px; top: 0px; right: 8px; bottom: 0px;
  77. width: 290px; height: 410px;
  78. padding: 5px;
  79. border: 2px solid #c4a66a;
  80. border-left: 10px solid #933817;
  81. background: #333333;
  82. color: #7a7f7b;
  83. font-family: Raleway Medium;
  84. text-align: justify;
  85. font-size: 10px;
  86. line-height: 10px;
  87. overflow: auto;
  88. -webkit-transition: 0.5s;
  89. -moz-transition: 0.5s;
  90. -o-transition: 0.5s;
  91. transition: 0.5s;
  92. }
  93.  
  94. #left strong, #left a{
  95. text-transform: uppercase;
  96. color: #FFA5D4;
  97. }
  98.  
  99. #left:target{
  100. right: 615px;
  101. }
  102.  
  103. #right{
  104. position: fixed; margin: auto;
  105. left: 8px; top: 0px; right: 0px; bottom: 0px;
  106. width: 290px; height: 410px;
  107. padding: 5px;
  108. border: 2px solid #c4a66a;
  109. border-right: 10px solid #933817;
  110. background: #333333;
  111. color: #7a7f7b;
  112. font-family: Raleway Medium;
  113. text-align: justify;
  114. font-size: 10px;
  115. line-height: 10px;
  116. overflow: auto;
  117. -webkit-transition: 0.5s;
  118. -moz-transition: 0.5s;
  119. -o-transition: 0.5s;
  120. transition: 0.5s;
  121. }
  122.  
  123. #right:target{
  124. left: 615px;
  125. }
  126.  
  127. #right strong{
  128. text-transform: uppercase;
  129. color: #FFA5D4;
  130. }
  131.  
  132.  
  133. .circle1 {
  134. background-image:url("https://78.media.tumblr.com/173a09257926d156e91b87afff42c41f/tumblr_p63zcrdAvv1xnzf1go1_1280.gif");
  135. background-position: center bottom;
  136. background-repeat: no-repeat;
  137. background-size: 135px 135px;
  138. position: absolute;
  139. border-radius: 50%;
  140. width: 120px;
  141. height: 120px;
  142. left: 125px;
  143. }
  144.  
  145. .circle2 {
  146. background-image:url("https://78.media.tumblr.com/57d0146cff386c53fa7599f9e0b2d891/tumblr_p62l8rfHx01wmhjdjo1_1280.png");
  147. background-position: center bottom;
  148. background-repeat: no-repeat;
  149. background-size: 135px 135px;
  150. position: absolute;
  151. border-radius: 50%;
  152. width: 120px;
  153. height: 120px;
  154. left: 125px;
  155. }
  156.  
  157. #main{
  158. position: fixed; margin: auto;
  159. left: 0px; top: 0px; right: 0px; bottom: 0px;
  160. width: 300px; height: 450px;
  161. background: #222222;
  162. border: 2px solid #444444;
  163. box-shadow: #c4a66a 0px 0px 10px 2px;
  164. overflow: hidden;
  165. text-align: left;
  166. }
  167.  
  168. .photo{
  169. position: absolute;
  170. width: 300px; height: 450px;
  171. -webkit-transition: 0.3s;
  172. -moz-transition: 0.3s;
  173. -o-transition: 0.3s;
  174. transition: 0.3s;
  175. }
  176.  
  177. #main:hover .photo{
  178. opacity: 0.3;
  179. }
  180.  
  181. .ooc{
  182. position: absolute;
  183. width: 270px; height: 380px;
  184. padding: 5px;
  185. margin-left: 10px; margin-top: -40px;
  186. background: rgba(0, 0, 0, 0.85);
  187. color: #7a7f7b;
  188. font-family: tahoma;
  189. font-size: 10px;
  190. line-height: 10px;
  191. text-align: justify;
  192. opacity: 0;
  193. -webkit-transition: 0.3s;
  194. -moz-transition: 0.3s;
  195. -o-transition: 0.3s;
  196. transition: 0.3s;
  197. }
  198.  
  199. #main:hover .ooc{
  200. opacity: 1;
  201. margin-top: 10px;
  202. }
  203.  
  204. .ooc a{
  205. display: inline-block;
  206. margin-left: 3px; margin-right: 3px; margin-top: 4px;
  207. text-decoration: none;
  208. color: #9E195E;
  209. font-size: 16px;
  210. }
  211.  
  212. .ooc a:hover{
  213. color: transparent;
  214. text-shadow: #c4a66a 0px 0px 1px;
  215. }
  216.  
  217. .navi{
  218. position: absolute;
  219. width: 280px; height: 30px;
  220. margin-left: 10px; margin-top: 450px;
  221. background: rgba(0, 0, 0, 0.85);
  222. text-align: center;
  223. color: #999999;
  224. line-height: 30px;
  225. opacity: 0;
  226. -webkit-transition: 0.3s;
  227. -moz-transition: 0.3s;
  228. -o-transition: 0.3s;
  229. transition: 0.3s;
  230. }
  231.  
  232.  
  233. #main:hover .navi{
  234. opacity: 1;
  235. margin-top: 410px;
  236. }
  237.  
  238. .navi a{
  239. text-decoration: none;
  240. color: #c4a66a;
  241. font-size: 16px;
  242. letter-spacing: 1px;
  243. font-family: Rock Elegance;
  244. font-variant: small-caps;
  245. }
  246.  
  247. .navi a:hover{
  248. color: #933817;
  249. }
  250.  
  251.  
  252. #muscont { position:absolute; bottom: 50px; right:55px; z-index:99; overflow: hidden;}
  253.  
  254.  
  255. #music{position:fixed;right:0px;bottom:0px;width:70px;background:#000;opacity:0.8;-webkit-transition: all 0.5s ease-in-out;
  256.  
  257. -moz-transition: all 0.5s ease-in-out;
  258.  
  259. -o-transition: all 0.5s ease-in-out;
  260.  
  261. -ms-transition: all 0.5s ease-in-out;
  262.  
  263. transition: all 0.5s ease-in-out;}
  264.  
  265. #music:hover{opacity:1;-webkit-transition: all 0.5s ease-in-out;
  266.  
  267. -moz-transition: all 0.5s ease-in-out;
  268.  
  269. -o-transition: all 0.5s ease-in-out;
  270.  
  271. -ms-transition: all 0.5s ease-in-out;
  272.  
  273. transition: all 0.5s ease-in-out;}
  274.  
  275. </style>
  276.  
  277. <div id="left">
  278. <font size="2"><b><u><i>Friends!</i></b></u></font><br><br>
  279. <a target="_blank" href="https://roleplay.chat/profile.php?user=Dunderhead+Skout" target="_blank"><img src="https://78.media.tumblr.com/dbc22ccba00b386792cf72f7b927e9e9/tumblr_p62wih4zpL1rvf8jio3_400.gif" title="Skout - A seemingly curious being (We're friends, she said so.)"
  280. width="125"
  281. height="125"
  282. border="1px solid"></a>
  283.  
  284. </div>
  285.  
  286.  
  287. <div id="right">
  288. <font size="2"><b><u><i>Basic</i></b></u></font>
  289.  
  290. <div class="circle1"><a target="_blank" href="LINK"></a></div>
  291.  
  292. <br><br><br><br><br><br><br><i>Name:</i> 'Nomad', <br>'Friend' (<i>by Skout</i>)
  293.  
  294. <br><br><i>Race:</i> Ancient Being
  295.  
  296. <br><br><i>Gender:</i> Male
  297.  
  298. <br><br><i>Eye color:</i> White
  299.  
  300. <br><br><br><br><i>Abilities:</i> 'Magic' / Animation.
  301.  
  302. <br><br><i>Affiliation:</i> All things good.
  303.  
  304. <br><br><i>Equipment:</i> A few rocks, A kind disposition, <br>Curiosity, Manners, & Ancient knowledge.
  305.  
  306. <br><br><i>Alignment:</i> Neutral Good.
  307.  
  308. <div class="circle2"><a target="_blank" href="THING"></a></div>
  309.  
  310. </div>
  311.  
  312.  
  313.  
  314. <div id="main">
  315. <img class="photo" src="https://pbs.twimg.com/media/DT35uvdV4AADBFM.jpg">
  316. <div class="ooc">
  317.  
  318. <font size="2">
  319. - The Nomad as of 25/3/18. <br>At the time of creation, <br>The <b>only</b> Nomad of Nowhere.<br><br><br>
  320.  
  321. - PM friendly, unless my status says otherwise.<br><br>
  322.  
  323. - I'm open to interaction with all franchises. <br>(<i>OC's are a-okay!</i>)<br><br><br>
  324.  
  325. - No smut/fluff etc. <br>(<i>I'm a mute. It wouldn't work.</i>)<br><br><br>
  326.  
  327. - IC =/= OOC.<br><br><br>
  328.  
  329. - With Nomad being a mute - <br>He'll use sign language for communication.<br><br><br>
  330.  
  331. - Posting length is usually a few lines. <br>I'm not a fan of novellas, you'll lose me easily if that's your thing.<br><br><br>
  332.  
  333. - I'll return all kindness directed my way.</font><br><br><br><br><br><br>
  334.  
  335. Of course, Code and artwork is not my own, <br>they belong to their owners respectively.<br><br><br>
  336. </div>
  337.  
  338.  
  339. <div class="navi">
  340. | <a href="#left" target="_self">Left</a> |
  341. <a href="#" target="_self">X</a> |
  342. <a href="#right" target="_self">Right</a> |
  343. </div>
  344.  
  345. </div>
  346. </div>
  347. <div id="music"><audio controls style="width:70px;opacity:0.1;overflow:hidden;background-color:#93000d;" src="https://od.lk/s/NzRfMTMxNzAyMDVf/MacFarlane%20Ranch.mp3" >
  348. <p>Fallback content goes here.</p>
  349. </audio></div>
  350.  
  351.  
  352. </div>
  353.  
  354.  
  355. </body>
  356. </html>
  357. </body>
  358. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement