Advertisement
Falkstids

ExTyranomon's code

Dec 6th, 2017
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.04 KB | None | 0 0
  1. <style>
  2.  
  3. @import url('https://fonts.googleapis.com/css?family=Permanent+Marker');
  4. @import url('https://fonts.googleapis.com/css?family=Press+Start+2P');
  5. body{
  6. background-color:#e99179;
  7. overflow:hidden;
  8. }
  9.  
  10. ::-webkit-scrollbar
  11. {
  12. width:0px;
  13. background-color: transparent;
  14. }
  15.  
  16.  
  17.  
  18.  
  19. #background{
  20. background-color:;
  21. width:900px;
  22. height:700px;
  23. position:absolute;
  24. left:50%;
  25. top:50%;
  26. margin-top:-350px;
  27. margin-left:-450px;
  28. }
  29.  
  30. #left{
  31. background-image:url(http://i.picpar.com/VSAc.png);
  32. background-size:contain;
  33. background-repeat:no-repeat;
  34. width:650px;
  35. height:570px;
  36. top:50%;
  37. position:absolute;
  38. margin-top:-305px;
  39. left:0px;
  40. margin-left:-22px;
  41. filter:drop-shadow(0px 0px 10px #000);
  42. animation:left 2s 3s;
  43. animation-fill-mode:forwards;
  44. z-index:10;
  45. }
  46.  
  47. @keyframes left{
  48. from{
  49. margin-left:-22px;
  50. }
  51.  
  52. to {
  53. margin-left:-120px;
  54. }
  55.  
  56. }
  57.  
  58. #right{
  59. background-image:url(http://i.picpar.com/USAc.png);
  60. background-size:contain;
  61. background-repeat:no-repeat;
  62. width:300px;
  63. height:550px;
  64. top:50%;
  65. right:0px;
  66. position:absolute;
  67. margin-top:-290px;
  68. margin-right:29px;
  69.  
  70. filter:drop-shadow(0px 0px 10px #000);
  71. animation:right 2s 3s;
  72. animation-fill-mode:forwards;
  73. }
  74.  
  75. @keyframes right{
  76. from{
  77. margin-right:29px;
  78. }
  79.  
  80. to {
  81. margin-right:-80px;
  82. }
  83.  
  84. }
  85.  
  86. #title{
  87. background-image:url(https://i.imgur.com/NH3waY4.png);
  88. background-size:100%;
  89. width:450px;
  90. height:100px;
  91. position:absolute;
  92. bottom:0px;
  93. margin-bottom:10px;
  94. margin-left:20px;
  95. filter:drop-shadow(0px 0px 2px #000);
  96. }
  97.  
  98. #sticker1{
  99. background-image:url(https://i.imgur.com/E90Ka8J.png);
  100. background-size:100%;
  101. background-repeat:no-repeat;
  102. width:200px;
  103. height:200px;
  104. position:absolute;
  105. right:0px;
  106. top:0px;
  107. margin-right:60px;
  108. transform:rotate(20deg);
  109. }
  110.  
  111. #sticker2{
  112. background-image:url(https://i.imgur.com/Q29UnGH.png);
  113. background-size:100%;
  114. background-repeat:no-repeat;
  115. width:150px;
  116. height:160px;
  117. position:absolute;
  118. right:0px;
  119. bottom:0px;
  120. margin-right:60px;
  121. transform:rotate(-20deg);
  122. }
  123.  
  124. #pin{
  125. background-image:url(https://i.imgur.com/Uw1HOEh.png);
  126. background-size:100%;
  127. background-repeat:no-repeat;
  128. width:200px;
  129. height:200px;
  130. position:absolute;
  131. right:0px;
  132. bottom:0px;
  133. margin-right:60px;
  134. margin-bottom:160px;
  135. transform:rotate(-20deg);
  136. }
  137.  
  138. #zipper{
  139. background-image:url(https://i.imgur.com/BMLhAj0.png);
  140. background-size:100%;
  141. width:50px;
  142. height:100px;
  143. z-index:99;
  144. position:absolute;
  145. right:0px;
  146. top:0px;
  147. margin-top:-20px;
  148. margin-right:27px;
  149. opacity:1;
  150. animation:zip 2s 2s;
  151. animation-fill-mode:forwards;
  152. z-index:99;
  153. }
  154. @keyframes zip{
  155. 0%{
  156. margin-top:-20px;
  157. opacity:1;
  158. }
  159.  
  160. 80%{
  161. margin-top:540px;
  162. opacity:1;
  163. }
  164. 100%{
  165. margin-top:540px;
  166. }
  167.  
  168.  
  169.  
  170. }
  171.  
  172. #boxooc{
  173. background-color:#ceb214;
  174. width:400px;
  175. height:150px;
  176. border-radius:10px;
  177. position:absolute;
  178. bottom:0px;
  179. left:50%;
  180. margin-left:-200px;
  181. margin-bottom:120px;
  182. background-image:url(https://www.transparenttextures.com/patterns/clean-textile.png);
  183. background-size:40%;
  184. transform:rotate(3deg);
  185. }
  186.  
  187. #boxinside1{
  188. width:380px;
  189. height:130px;
  190. border-radius:10px;
  191. border:dashed 1px red;
  192. margin-left:5px;
  193. margin-top:4px;
  194. padding:5px;
  195. overflow:auto;
  196. font-size:10pt;
  197. font-family: 'Permanent Marker', cursive;
  198. color:red;
  199. text-shadow:
  200. -.5px -.5px 0 #fff,
  201. .5px -.5px 0 #fff,
  202. -.5px .5px 0 #fff,
  203. .5px .5px 0 #fff;
  204. }
  205.  
  206. #boxother{
  207. width:400px;
  208. height:200px;
  209. border-radius:10px;
  210. background-color:#ceb214;
  211. background-image:url(https://www.transparenttextures.com/patterns/clean-textile.png);
  212. background-size:40%;
  213. transform:rotate(-2deg);
  214. position:absolute;
  215. margin-left:100px;
  216. margin-top:50px;
  217. }
  218.  
  219. #boxinside2{
  220. width:380px;
  221. height:180px;
  222. border-radius:10px;
  223. border:dashed 1px red;
  224. margin-left:5px;
  225. margin-top:4px;
  226. padding:5px;
  227. font-size:10pt;
  228. font-family: 'Permanent Marker', cursive;
  229. color:red;
  230. text-shadow:
  231. -.5px -.5px 0 #fff,
  232. .5px -.5px 0 #fff,
  233. -.5px .5px 0 #fff,
  234. .5px .5px 0 #fff;
  235. }
  236.  
  237. #boxghost{
  238. width:150px;
  239. height:250px;
  240. border-radius:8px;
  241. background-color:#2a307a;
  242. position:absolute;
  243. border:1px solid #fedc5e;
  244. top:50%;
  245. left:50%;
  246. margin-top:-60px;
  247. margin-left:-60px;
  248. box-shadow:0px 0px 10px 0px #000;
  249. padding:5px;
  250. overflow:auto;
  251. color:#fedc5e;
  252. font-family: 'Press Start 2P', cursive;
  253. font-size:10pt;
  254. line-height:15px;
  255. }
  256.  
  257.  
  258. #ghost{
  259. background-image:url(https://i.imgur.com/iMOLydB.png);
  260. background-size:contain;
  261. z-index:0;
  262. width:400px;
  263. height:545px;
  264. position:absolute;
  265. margin-left:370px;
  266. margin-top:60px;
  267.  
  268. }
  269.  
  270. h1{
  271. font-size:16pt;
  272. font-family: 'Permanent Marker', cursive;
  273. width:100%;
  274. color:red;
  275. text-align:center;
  276. margin-top:0px;
  277. margin-bottom:0px;
  278. text-decoration:none;
  279. text-shadow:
  280. -1px -1px 0 #fff,
  281. 1px -1px 0 #fff,
  282. -1px 1px 0 #fff,
  283. 1px 1px 0 #fff;
  284. }
  285.  
  286. h2{
  287. font-size:16pt;
  288. font-family: 'Press Start 2P', cursive;
  289. color:#2a307a;
  290. text-align:center;
  291. margin-top:5px;
  292. margin-bottom:10px;
  293. text-decoration:none;
  294. text-shadow:
  295. -1px -1px 0 #fedc5e,
  296. 1px -1px 0 #fedc5e,
  297. -1px 1px 0 #fedc5e,
  298. 1px 1px 0 #fedc5e;
  299. }
  300.  
  301. a{
  302. color:#d0fe50;
  303. text-decoration:none;
  304. transition:1s;
  305. }
  306.  
  307. a:hover{
  308. color:gold;
  309. }
  310.  
  311. </style>
  312.  
  313. <div id="background">
  314. <div id="ghost">
  315. <div id="boxghost">
  316. <h2>Meme</h2>
  317. <b>00</b> This profile was made for ExTyranomon by <a href="https://roleplay.chat/profile.php?user=Hound+of+Tindalos">Hound of Tindalos</a> message or send an RPC mail for code comissions.
  318. </div>
  319. </div>
  320. <div id="left">
  321.  
  322. <div id="zipper"></div>
  323. <div id="boxooc">
  324. <div id="boxinside1">
  325. <h1>Meme</h1>
  326. Set up stuff here!
  327. </div>
  328. </div>
  329. <div id="boxother">
  330. <div id="boxinside2">
  331. <h1>Meme</h1>
  332. Write stuff here
  333. </div>
  334. </div>
  335. <div id="title"></div>
  336.  
  337. </div>
  338. <div id="right">
  339. <div id="sticker1"></div>
  340. <div id="sticker2"></div>
  341. <div id="pin"></div>
  342.  
  343. </div>
  344.  
  345. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement