HellaBlind

yamask code

Apr 8th, 2019 (edited)
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.70 KB | None | 0 0
  1. <head>
  2. <title>ᴀʙᴏᴜᴛ ᴍᴇ</title>
  3. <!--- change the title of the page here --->
  4.  
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <!---
  7.  
  8. ᴀʙᴏᴜᴛ ᴘᴀɢᴇ ᴛʜᴇᴍᴇ ʙʏ ʜᴀʀᴅᴢɪᴀᴍ
  9. please don't take off the credit it's really small!!!!
  10.  
  11.  
  12. ╭━━━━┳╮╱╭┳━━━┳━╮╭━┳━━━┳━━━╮ ╭━━┳╮╱╱╭╮
  13. ┃╭╮╭╮┃┃╱┃┃╭━━┫┃╰╯┃┃╭━━┫╭━╮┃ ┃╭╮┃╰╮╭╯┃
  14. ╰╯┃┃╰┫╰━╯┃╰━━┫╭╮╭╮┃╰━━┫╰━━╮ ┃╰╯╰╮╰╯╭╯
  15. ╱╱┃┃╱┃╭━╮┃╭━━┫┃┃┃┃┃╭━━┻━━╮┃ ┃╭━╮┣╮╭╯
  16. ╱╱┃┃╱┃┃╱┃┃╰━━┫┃┃┃┃┃╰━━┫╰━╯┃ ┃╰━╯┃┃┃
  17. ╱╱╰╯╱╰╯╱╰┻━━━┻╯╰╯╰┻━━━┻━━━╯ ╰━━━╯╰╯
  18. ╭╮╱╭┳━━━┳━━━┳━━━┳━━━━┳━━┳━━━┳━╮╭━╮
  19. ┃┃╱┃┃╭━╮┃╭━╮┣╮╭╮┣━━╮━┣┫┣┫╭━╮┃┃╰╯┃┃
  20. ┃╰━╯┃┃╱┃┃╰━╯┃┃┃┃┃╱╭╯╭╯┃┃┃┃╱┃┃╭╮╭╮┃
  21. ┃╭━╮┃╰━╯┃╭╮╭╯┃┃┃┃╭╯╭╯╱┃┃┃╰━╯┃┃┃┃┃┃
  22. ┃┃╱┃┃╭━╮┃┃┃╰┳╯╰╯┣╯━╰━┳┫┣┫╭━╮┃┃┃┃┃┃
  23. ╰╯╱╰┻╯╱╰┻╯╰━┻━━━┻━━━━┻━━┻╯╱╰┻╯╰╯╰╯
  24.  
  25.  
  26. hardziam.tumblr.com // themesbyzsu.tumblr.com
  27.  
  28.  
  29.  
  30.  
  31.  
  32. --->
  33.  
  34.  
  35. <style type="text/css">
  36.  
  37. ::-webkit-scrollbar {background-color:black; border:2px solid #fff;height:5px; width:5px;}
  38. ::-webkit-scrollbar-thumb:vertical {background-color:black; border:1px solid #fff; height:40px;}
  39. ::-webkit-scrollbar-thumb:horizontal {background-color:black;border:1px solid #fff; height:8px!important}
  40.  
  41.  
  42.  
  43. body {
  44. background: #fcf4df; /*here you can put in a background */
  45. margin-left: 300px;
  46. padding: 0;
  47. position:absolute;
  48. }
  49.  
  50. a {
  51. text-decoration:none;
  52. outline:none;
  53. color:gray; /*change link colors here */
  54. -webkit-transition: all 0.5s ease-in-out;
  55. -moz-transition: all 0.5s ease-in-out;
  56. -o-transition: all 0.5s ease-in-out;
  57. }
  58.  
  59. a:hover {
  60. color:#eee; /*change link hover color */
  61. -webkit-transition: all 0.5s ease-in-out;
  62. -moz-transition: all 0.5s ease-in-out;
  63. -o-transition: all 0.5s ease-in-out;
  64. }
  65.  
  66. #mainContainer {
  67. margin-top:40px;
  68. padding:80px;
  69. padding-left:20px;
  70. padding-right:20px;
  71. padding-bottom:50px;
  72. width:750px;
  73. height:400px;
  74. }
  75.  
  76. .container {
  77. width:240px;
  78. height:320px;
  79. padding:5px;
  80. color:black;
  81. background-size:105%;
  82. border:10px solid #ecaa53; /*large border color */
  83. font-family:helvetica;
  84.  
  85. /* ----------- HERE IS YOUR IMAGE!!
  86. try to make it about 250px by 330px -------- */
  87.  
  88. background-image:url(https://cdn.discordapp.com/attachments/521807095545331712/529546512477454337/7b91fdb4d18febe81f4450977755b4df.png);
  89.  
  90. /* ----------- HERE IS YOUR IMAGE!! ---------*/
  91.  
  92. font-size:9px;
  93. -webkit-transition: all 0.5s ease-in-out;
  94. -moz-transition: all 0.5s ease-in-out;
  95. -o-transition: all 0.5s ease-in-out;
  96. }
  97.  
  98. .extra{
  99. width:270px;
  100. height:350px;
  101. border:5px solid #000; /*second border color - try make this the same as the one below the title */
  102. }
  103.  
  104. .container:hover {
  105. border:10px solid #000; /*border color on hover */
  106. box-shadow:inset -75px -75px 400px #fff;
  107. -webkit-transition: all 0.5s ease-in-out;
  108. -moz-transition: all 0.5s ease-in-out;
  109. -o-transition: all 0.5s ease-in-out;
  110. }
  111.  
  112. .title {
  113. font-family: helvetica;
  114. text-transform:lowercase;
  115. font-weight: bold;
  116. width:420px;
  117. margin-top:-350px;
  118. border-bottom:3px solid #000; /*second border color, see note above! */
  119. padding-bottom:-0px;
  120. padding-left:15px;
  121. margin-left:275px;
  122. opacity:1;
  123. font-size:100px;
  124. text-align:left;
  125. letter-spacing:-5px;
  126. color:#000;
  127. -webkit-text-fill-color: transparent;
  128. background: -webkit-linear-gradient(transparent, transparent), center url(http://data2.whicdn.com/images/34634049/tumblr_lox9lmq3l21r0xhyao1_500_large.jpg);/*here you can change the pattern in the text */
  129. background: -o-linear-gradient(transparent, transparent);
  130. -webkit-background-clip: text;
  131. -webkit-background-clip: text;
  132.  
  133. }
  134.  
  135.  
  136.  
  137. .links {
  138. font-family: georgia;
  139. font-style:italic;
  140. font-weight:0.6;
  141. margin-top:35%;
  142. padding:10px;
  143. margin-left:20px;
  144. font-size:11px;
  145. width:180px;
  146. overflow:auto;
  147. text-align:center;
  148. color:black;
  149. background:#ecaa53;
  150. box-shadow: none;
  151. opacity:0;
  152. -webkit-transition: all 0.5s ease-in-out;
  153. -moz-transition: all 0.5s ease-in-out;
  154. -o-transition: all 0.5s ease-in-out;
  155. }
  156.  
  157. .container:hover .links{
  158. opacity:1;
  159. -webkit-transition: all 0.5s ease-in-out;
  160. -moz-transition: all 0.5s ease-in-out;
  161. -o-transition: all 0.5s ease-in-out;
  162.  
  163. }
  164.  
  165. .links a{
  166. color:#ecaa53;
  167. margin-bottom:5px;
  168. display:inline-block;
  169. padding:3px;
  170. background:black; /*links color*/
  171. width:90%;
  172. -webkit-transition: all 0.5s ease-in-out;
  173. -moz-transition: all 0.5s ease-in-out;
  174. -o-transition: all 0.5s ease-in-out;
  175.  
  176. }
  177.  
  178. .links a:hover {
  179. color:black;
  180. background:#ecaa53; /* link hover color */
  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. }
  185.  
  186. .text {
  187. font-family: georgia;
  188. width:420px;
  189. padding-top:5px;
  190. margin-left:285px;
  191. opacity:1;
  192. font-size:12px;
  193. text-align:justify;
  194. color:black;
  195. height:240px;
  196. overflow:auto;
  197. }
  198.  
  199. .info {
  200. background:black;
  201. display:block;
  202. margin-bottom:5px;
  203. font-family:helvetica;
  204. font-size:9px;
  205. text-transform:uppercase;
  206. padding:4px;
  207. letter-spacing:2px;
  208. margin-top:5px;
  209. width:420px;
  210.  
  211. margin-left:280px;
  212. color:white;
  213. -moz-transition-duration:0.5s;
  214. -webkit-transition-duration:0.5s;
  215. -o-transition-duration:0.5s;
  216. }
  217.  
  218. .info:hover {
  219. background:#ecaa53;
  220. -moz-transition-duration:0.5s;
  221. -webkit-transition-duration:0.5s;
  222. -o-transition-duration:0.5s;
  223. }
  224. em {
  225. color:#000;
  226. text-transform:none;
  227. font-size:10px;
  228. letter-spacing:0px;
  229.  
  230. }
  231.  
  232.  
  233. #credit {
  234. position:fixed;
  235. right:0px;
  236. bottom:0px;
  237. padding:4px;
  238. width:15px;
  239. text-transform:none;
  240. font-family: helvetica;
  241. font-weight:none;
  242. letter-spacing:1px;
  243. margin-bottom:3px;
  244. font-size:9px;
  245. margin-right:3px;
  246. border:1px solid;
  247. opacity:0.7;
  248. border-color:#bbb;
  249. background: #fff;
  250. -moz-transition-duration:1s;
  251. -webkit-transition-duration:1s;
  252. -o-transition-duration:1s;
  253. }
  254.  
  255. #credit:hover {
  256. opacity:1;
  257. width:15px;
  258. background:black;
  259. -moz-transition-duration:0.5s;
  260. -webkit-transition-duration:0.5s;
  261. -o-transition-duration:0.5s;
  262. }
  263.  
  264.  
  265. </style>
  266.  
  267.  
  268. </head>
  269.  
  270. <body>
  271.  
  272. <div id="mainContainer">
  273. <div class="extra">
  274. <div class="container">
  275.  
  276.  
  277.  
  278. <div class="links">
  279.  
  280. <a target="_blank" href="https://roleplay.chat/profile.php?user=Ankh">King Oozy Scab</a>
  281. <a href="/">C</a>
  282. <a href="/">U</a>
  283. <a href="/">R</a>
  284. <a href="/">S</a>
  285. <a href="/">E</a>
  286. </div>
  287.  
  288.  
  289. </div>
  290.  
  291. <div class="title">yamask.</div>
  292.  
  293. <div class="info">
  294. name: <em>ABRAXAS</em><br>
  295. </div>
  296. <div class="info">
  297. Held Item: <em>GHOSTIUM Z</em><br>
  298. </div>
  299. <div class="info">
  300. Ability: <em>MUMMY</em>
  301. </div>
  302.  
  303.  
  304. <div class="text">
  305.  
  306. <center><p>Hex • Curse • Will-o-Wisp • Toxic • Trick Room • Dark Pulse<P>
  307. <i>"Remember!<br> Reality is an illusion,<br> the universe is a hologram,<br> buy gold,<br> BYE!"</i><p>
  308. <u>Out of Character.</u><p>
  309. DM Neutral. Story+Smut>Smut. Pokéverse exclusive. Don't be a dick. IC does not equal OOC.
  310.  
  311. </div>
  312.  
  313. </div>
  314. </div>
  315. <div id="credit"><a target="_blank" href="http://hardziam.tumblr.com">HZ</a></div>
  316.  
  317.  
  318.  
  319.  
  320.  
  321.  
  322.  
  323. </body>
  324.  
  325.  
  326. </html>
Add Comment
Please, Sign In to add comment