Advertisement
Guest User

Untitled

a guest
Apr 25th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.30 KB | None | 0 0
  1. <style type="text/css">
  2. @import url(//fonts.googleapis.com/css?family=Permanent+Marker);
  3. @import url(//fonts.googleapis.com/css?family=Courgette);
  4. @import url(//fonts.googleapis.com/css?family=Oswald);
  5. @import url(//fonts.googleapis.com/css?family=Comfortaa);
  6. @import url(//fonts.googleapis.com/css?family=Poppins);
  7. @import url(//fonts.googleapis.com/css?family=Sedgwick+Ave);
  8. @import url(//fonts.googleapis.com/css?family=Poiret+One);
  9.  
  10.  
  11. /*body*/
  12. body{
  13. background-color: #000000;
  14. }
  15.  
  16. body, a {cursor: url(http://cur.cursors-4u.net/cursors/cur-9/cur829.cur), auto;}
  17.  
  18.  
  19. /*scroll*/
  20. ::-webkit-scrollbar {
  21. width: 5px;
  22. height: 0px;
  23. background:;
  24. }
  25.  
  26. ::-webkit-scrollbar-thumb {
  27. background-color: #9a90a9;
  28. -webkit-border-radius: 10px;
  29. border-radius: 10px;
  30. z-index: 999;
  31. }
  32.  
  33.  
  34. b, strong { font-family: Comfortaa; font-size: 12px;line-height: 15px; font-weight: bold;
  35. color: #703883;
  36. }
  37.  
  38. i, em {color:#753132; font-family: Sedgwick Ave; font-size:12px;}
  39.  
  40. /*link*/
  41. a:link,a:active,a:visited {
  42. color: #352152;
  43. font-family: courgette;
  44. font-size: 12px;
  45. line-height: 10px;
  46. letter-spacing: 0px;
  47. display: ;
  48. font-weight: bold;
  49. margin-bottom: px;
  50. word-spacing: 0px;
  51. text-transform: none;
  52. text-align: center;
  53. text-decoration: none;
  54. transition: all .3s ease-in-out;
  55. -webkit-transition: all .3s ease-in-out;
  56. -moz-transition: all .3s ease-in-out;
  57. -o-transition: all .3s ease-in-out;
  58. -ms-transition: all .3s ease-in-out;
  59. z-index: 7;
  60. }
  61.  
  62. a:hover {
  63. color: #352152;
  64. text-shadow: 1px 0px 0px #64723d,
  65. 0px 1px 0px #64723d,
  66. -1px 0px 0px #64723d,
  67. 0px -1px 0px #64723d,
  68. 0px 0px 20px #64723d;
  69. font-family: courgette;
  70. font-size: 12px;
  71. line-height: 10px;
  72. letter-spacing: 0px;
  73. display: ;
  74. font-weight: bold;
  75. margin-bottom: px;
  76. word-spacing: 0px;
  77. text-align: center;
  78. text-decoration: none;
  79. transition: all .3s ease-in-out;
  80. -webkit-transition: all .3s ease-in-out;
  81. -moz-transition: all .3s ease-in-out;
  82. -o-transition: all .3s ease-in-out;
  83. -ms-transition: all .3s ease-in-out;
  84. }
  85.  
  86.  
  87. /*aesthetics*/
  88. #joker img{
  89. position: fixed;
  90. max-width: auto;
  91. max-height: 80vh;
  92. top:34%;
  93. left: 75%;
  94. z-index: 3;
  95. }
  96.  
  97. #name{
  98. position:fixed;
  99. width: 10vw;
  100. height:1vh;
  101. top:14.4%;
  102. left: 35%;
  103. font-family: 'Permanent Marker', cursive;
  104. font-size: 90px;
  105. color: #703883;
  106. text-shadow: 0 0 40px #64723d , 0 0 70px #64723d , 0 0 80px #64723d , 0 0 100px #64723d ;
  107. opacity: 1;
  108. z-index: 4;
  109. }
  110.  
  111.  
  112. #square{
  113. position: fixed;
  114. top:25%;
  115. left: 26%;
  116. width: 30vw;
  117. height:50vh;
  118. border: 7px #703883 solid;
  119. box-shadow: -1px 0px 34px 0px rgba(100,114,61,1);
  120. opacity: 1;
  121. z-index: 5;
  122. }
  123.  
  124.  
  125.  
  126. /*navigation*/
  127. #navi {
  128. position: fixed;
  129. left:28%;
  130. top:79%;
  131. text-align:center;
  132. color: white;
  133. width: 50vw;
  134. height: 20px;
  135. padding:5px;
  136. line-height:7px;
  137. z-index: 6;
  138. display: inline-block;
  139. float: left;
  140.  
  141. }
  142.  
  143. #navi a:link, #navi a:visited {
  144. text-decoration:none;
  145. font-weight:normal !important;
  146. padding:5px;
  147. top: 10px;
  148. margin-left: 8px;
  149. width: 5vw;
  150. height: 0.8vh;
  151. -webkit-transition: all 0.5s ease;
  152. -moz-transition: all 0.5s ease;
  153. -o-transition: all 0.5s ease;
  154. -webkit-clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
  155. clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
  156. background-color: #703883;
  157. float: left;
  158. }
  159.  
  160. #navi a:hover {
  161. background-color:#64723d;
  162.  
  163. text-decoration:none;
  164. float: left;
  165. }
  166.  
  167. /*content*/
  168. .box {
  169. position: fixed;
  170. width: 30vw;
  171. height:44vh;
  172. top: 30%;
  173. left: 26.2%;
  174. padding: 5px;
  175. font-size: 12px;
  176. line-height: 13px;
  177. text-align: center;
  178. font-family: 'Oswald';
  179. color: #ffffff;
  180. overflow: auto;
  181. opacity: 0;
  182. transition: all 0.7s ease-in-out;
  183. -webkit-transition: all 0.7s ease-in-out;
  184. -moz-transition: all 0.7s ease-in-out;
  185. -o-transition: all 0.7s ease-in-out;
  186. -ms-transition: all 0.7s ease-in-out;
  187. z-index:2;
  188. }
  189.  
  190. .box:target {
  191. top: 30%;
  192. left: 26.2%;
  193. overflow: auto;
  194. background-color: #transparent;
  195. opacity: 1;
  196. transition: all 0.7s ease-in-out;
  197. -webkit-transition: all 0.7s ease-in-out;
  198. -moz-transition: all 0.7s ease-in-out;
  199. -o-transition: all 0.7s ease-in-out;
  200. -ms-transition: all 0.7s ease-in-out;
  201. z-index:8;
  202. }
  203.  
  204. /*tables*/
  205. td.one{
  206. width: 661px;
  207. font-family: Comfortaa;
  208. font-size: 12px;
  209. text-align: left;
  210. word-spacing: 1px;
  211. letter-spacing: 0px;
  212. line-height: 9px;
  213. font-weight: bold;
  214. color: #703883;
  215. }
  216.  
  217. td.two{
  218. width: 661px;
  219. font-family: Oswald;
  220. font-size: 12px;
  221. text-align: right;
  222. word-spacing: 1px;
  223. letter-spacing: 0px;
  224. line-height: 9px;
  225. color: #ffffff;
  226. }
  227.  
  228. /*music*/
  229. #music1{
  230. position:fixed;
  231. left: 32%;
  232. top: 23%;
  233. padding:2px;
  234. -webkit-transition: all 0.5s ease-in-out;
  235. -moz-transition: all 0.5s ease-in-out;
  236. -o-transition: all 0.5s ease-in-out;
  237. z-index: 4;
  238. }
  239.  
  240. #music1:hover #music2{
  241. opacity:0;
  242. margin-top:-25px;
  243. z-index:-1;
  244. }
  245.  
  246. #music1:hover #music3{
  247. opacity:1;
  248. margin-top:-2px;
  249. z-index:99;
  250. }
  251.  
  252. #music1:hover #musiclist{
  253. opacity:1;
  254. }
  255.  
  256. #music2{
  257. /* First gif image*/
  258. opacity:1;
  259. background-color:#transparent;
  260. padding:6px;
  261. -webkit-transition: all 0.5s ease-in-out;
  262. -moz-transition: all 0.5s ease-in-out;
  263. -o-transition: all 0.5s ease-in-out;}
  264.  
  265. #music3{
  266. /* Music player */
  267. opacity:0;
  268. position:fixed;
  269. background-color:#transparent;
  270. background-image:
  271. url('http://assets.clickmotive.com/Designs/LEMidnight/playButton.png');
  272. background-repeat: no-repeat;
  273. background-size: 25px;
  274. width:25px;
  275. height:25px;
  276. z-index:99
  277. margin-left:0px;
  278. overflow:hidden;
  279. -webkit-transition: all 0.5s ease-in-out;
  280. -moz-transition: all 0.5s ease-in-out;
  281. -o-transition: all 0.5s ease-in-out;}
  282.  
  283. h1 {
  284. font-family: Poiret One;
  285. color: #703883;
  286. text-shadow: 1px 0px 0px #5d6534,
  287. 0px 1px 0px #5d6534,
  288. -1px 0px 0px #5d6534,
  289. 0px -1px 0px #5d6534,
  290. 0px 0px 20px #5d6534;
  291. font-size: 15px;
  292. line-height: 12px;
  293. text-align: center;
  294. letter-spacing: 1px;
  295. border-bottom: 1px solid #5d6534;
  296. }
  297. </style>
  298. <div id="joker"><img src="http://i.picpar.com/xoLc.jpg"></div><div id="name">Rokej</div><div id="square"></div>
  299.  
  300. <div id="navi">
  301. <a href="#one"></a>
  302. <a href="#two"></a>
  303. <a href="#three"></a>
  304. <a href="#four"></a>
  305. </div>
  306.  
  307. <div id="one" class="box">
  308. <h1>Stats</h1>
  309. <table>
  310. <tr><td class="one">
  311. Height
  312. </td><td class="two">
  313. 6'5"
  314. </td></tr><tr>
  315.  
  316. <tr><td class="one">
  317. Weight
  318. </td><td class="two">
  319. 195 Lbs
  320. </td></tr><tr>
  321.  
  322. <tr><td class="one">
  323. Eyes
  324. </td><td class="two">
  325. Green
  326. </td></tr><tr>
  327.  
  328. <tr><td class="one">
  329. Hair
  330. </td><td class="two">
  331. Green
  332. </td></tr><tr>
  333.  
  334. <tr><td class="one">
  335. Skin
  336. </td><td class="two">
  337. White
  338. </td></tr><tr>
  339.  
  340.  
  341. <tr><td class="one">
  342. Sexual
  343. </td><td class="two">
  344. Heteroflexible
  345. </td></tr><tr>
  346.  
  347. <tr><td class="one">
  348. Marital
  349. </td><td class="two">
  350. Single
  351. </td></tr><tr>
  352.  
  353. </table>
  354. </div>
  355.  
  356. <div id="two" class="box">
  357. <h1>Quirks:</h1>
  358. x The Joker, known now by Batman and those he associated with as Rokej, often hates being called Joker.<br>
  359. x Despite his progress with rehabilitation, he still has bouts of laughter, varying from slight to aggressive.<br>
  360. x Harleen Quinzel remains his soft spot. She could be the key to his salvation, or what makes him spiral into chaos again.<br>
  361. x He occasionally talks to himself, though only in soft murmurs.<br>
  362. x He has picked up smoking as a means of relaxing, and coping with his crimes.<br>
  363. x Though he has been rehabilitated to fit into 'normal' society, he still shows symptoms.<br>
  364. </div>
  365.  
  366. <div id="three" class="box">
  367.  
  368. <h1>OOC:</h1>
  369.  
  370. regular <b>bold</b> <i>italics</i> <a href="">link</a><br><br>
  371.  
  372.  
  373. <i>1.</i> This is an AU take on Joker, don't like it? Don't write with it.<br>
  374. <i>2.</i> Friendly PM wise, and PM-RP wise.<br>
  375. <i>3.</i> Outside contact available upon request.<br>
  376. <i>4.</i> No one gets special treatment based strictly on character. Come one, come all.<br><br>
  377.  
  378. This profile was commissioned <i>Rokej</i> only. No other persons is allowed to take pieces of and/or redistribute any coding. Created by <b>Vaeldra</b>.
  379. </div>
  380.  
  381. <div id="music1">
  382. <div id="music2">
  383.  
  384.  
  385. <img src="https://78.media.tumblr.com/tumblr_m9c4n3fEGd1rto88t.gif" style="opacity: 1;"></div>
  386.  
  387. <div id="music3">
  388. <Div style="margin-top:4px;">
  389.  
  390. <audio controls style="opacity: 0;"><source src="https://my.mixtape.moe/zlabgg.mp3
  391. "></audio>
  392. </div>
  393.  
  394. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement