Advertisement
rpaccount

strawberry

Oct 28th, 2017
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.03 KB | None | 0 0
  1. <style>
  2. /*
  3. PLEASE DO NO REMOVE THE INVISIBLE CREDIT
  4. Author: Elle
  5. Language: CSS/HTML
  6. Originally For: Grym [RPC Profile]
  7.  
  8. Note from my boi Zed:
  9. …………………………………...„„-~^^~„-„
  10. …………………………„-^'' : „'' : : -„
  11. ………………..„- : : :„„--/ :: : '\
  12. ………………./ : : „- . .| : ::: '|
  13. ……….../ : „-* . . . | : :: : |
  14. ………...„-* . .. .| : : ::: :'|
  15. ……….../ . .. . '| : : :: : :|
  16. ……..../ . ... .'\ : : : : : |
  17. …….../ . . . . . \ : : : : :|
  18. ……../ . . . . . . '\ : : : :/
  19. ……../ . . . . . . . -„„„„-'
  20. ………'/ . .. . . . . '|
  21. ……'/ . . . . . . . .'|
  22. ……/.. .. . ./ . . . .|
  23. ../ . . .'/ . . .'| Give This Cock To Everyone
  24. ./ . . . / . . .'| You Care About hearts
  25. '/ . . . . . . . .'|
  26. '/ . . . . . . . .'|
  27. '/ . ... . . . . . '|
  28. ……'| . .. \ . . . .|
  29. …'| . ... „^-„ . . .'|
  30. ……| . . '\ \ / '/ . |
  31. ………| .\ . . \ .'' / '|
  32. ………| . . . . / .'/ ...| +rep, sexi
  33. ………| . .| .. / ./ ..../ |
  34.  
  35. */
  36.  
  37. @import url('https://fonts.googleapis.com/css?family=Comfortaa|Libre+Barcode+128+Text|Lobster|Marck+Script');
  38. ::-webkit-scrollbar {width: 0.3vw; height: 0.3vh;}
  39. ::-webkit-scrollbar-track {border-radius: 0px; background: transparent;}
  40. ::-webkit-scrollbar-thumb {border-radius: 0px; background: #aaa;}
  41.  
  42. body, a:hover {cursor: url(http://cur.cursors-4u.net/others/oth-9/oth800.cur), progress !important;}
  43.  
  44. body{background: #000;
  45. background-image: url('https://pre00.deviantart.net/9252/th/pre/i/2017/271/a/b/bokeh_texture_stock_by_astronomiseme-dbot8xw.jpg');
  46. background-size: cover;}
  47.  
  48. img {
  49. user-drag: none;
  50. user-select: none;
  51. -moz-user-select: none;
  52. -webkit-user-select: none;
  53. -webkit-user-drag: none;
  54. -ms-user-select: none;
  55. }
  56.  
  57. #content {
  58. position: absolute;
  59. width: 100%;
  60. height: 80%;
  61. background-image: url('https://img00.deviantart.net/031a/i/2016/321/4/6/texture_stock_29_by_kihoskh714-daopzw5.jpg');
  62. background-size: cover;
  63. left:0;
  64. top: 10%;
  65. box-shadow: #888 0vh 0.1vh 4vh 0.1vh;
  66. }
  67.  
  68. .main-image {
  69. position: absolute;
  70. height: 100%;
  71. width: 30%;
  72. perspective: 700px;
  73. z-index: 1;
  74. right: 0;
  75. animation: grym 3s 1;
  76. -webkit-animation: grym 3s 1;
  77. }
  78.  
  79. .flipH .strawberry{transform: rotateY(-180deg);}
  80. .flipV .strawberry{transform: rotateX(180deg);}
  81.  
  82. .flipH:hover .card{ transform: rotateY(180deg); }
  83. .flipV:hover .card{ transform: rotateX(-180deg); }
  84.  
  85. .card, .tooth, .strawberry{
  86. height:100%;
  87. width:100%;
  88. border-radius:100%;
  89. backface-visibility: hidden;
  90. transition: all 1.5s;
  91. transform-style: preserve-3d;
  92. backface-visibility: hidden;
  93. position:absolute;
  94. opacity: 1;
  95. }
  96.  
  97. #quote{
  98. position: absolute;
  99. width: 100%;
  100. font-family: 'Libre Barcode 128 Text';
  101. font-size: 5vh;
  102. top: 1%;
  103. animation: fade 3s 1;
  104. -webkit-animation: fade 3s 1;
  105. }
  106.  
  107. @keyframes fade{
  108. from{opacity:0;}
  109. }
  110.  
  111. @-webkit-keyframes{
  112. from{opacity:0;}
  113. }
  114.  
  115. #name{
  116. position:absolute;
  117. font-family: 'Lobster';
  118. font-size: 8.5vh;
  119. bottom: 8%;
  120. right: 10%;
  121. z-index: 1;
  122. background: #transparent;
  123. background: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSIc3yqjHDpN01ga48i9ZowkTaQcouKu43XvTNh7yL9HMIcUKy1) -20px -20px repeat;
  124. -webkit-text-fill-color: transparent;
  125. -webkit-background-clip: text;
  126. animation: grym 3s 1;
  127. -webkit-animation: grym 3s 1;
  128. }
  129.  
  130. #box {
  131. position: absolute;
  132. height: 73%;
  133. width: 45%;
  134. top: 12%;
  135. right: 30%;
  136. background: #ffe0f7;
  137. border: 3px solid #555;
  138. border-radius: 5%;
  139. padding: 5px;
  140. animation: grym 3s 1;
  141. -webkit-animation: grym 3s 1;
  142. }
  143.  
  144. @keyframes grym{
  145. from{
  146. right: -50%;
  147. opacity: 0;
  148. }
  149. }
  150.  
  151. @-webkit-keyframes grym{
  152. from{
  153. right: -50%;
  154. opacity: 0;
  155. }
  156. }
  157.  
  158. #host{
  159. height: 100%;
  160. width: 100%;
  161. overflow: hidden;
  162. }
  163.  
  164. #bio, #info, #friends{
  165. height:96%;
  166. width:95%;
  167. overflow:auto;
  168. font-family: 'Comfortaa';
  169. font-size: 2vh;
  170. letter-spacing: -1.5px;
  171. padding: 10px;
  172. z-index:1;
  173. }
  174.  
  175. #ooc {
  176. position: absolute;
  177. overflow: auto;
  178. height: 65%;
  179. width: 16.5%;
  180. top: 17%;
  181. right: 79%;
  182. background: #ffe0f7;
  183. border: 3px solid #555;
  184. border-radius: 5%;
  185. padding: 5px;
  186. font-family: 'Comfortaa';
  187. font-size: 2vh;
  188. letter-spacing: -1.5px;
  189. animation: grym 3s 1;
  190. -webkit-animation: grym 3s 1;
  191. }
  192.  
  193. h1 {font-family: 'Lobster';font-size: 4vh;}
  194.  
  195. a {text-decoration: none;color: #440404;}
  196.  
  197. b {font-size: 120%;}
  198.  
  199. .r {float:right;}
  200.  
  201. .pretty {
  202. font-family: 'Comfortaa', cursive;
  203. font-size:12px;
  204. color: #8784A1;
  205. text-shadow: -1px 0 white, 0 1px white,1px 0 white, 0 -1px white;
  206. letter-spacing: -2px;
  207. }
  208.  
  209. #nav {
  210. position: absolute;
  211. height: 5%;
  212. width: 40%;
  213. bottom: 9%;
  214. right: 33.5%;
  215. font-family: 'Comfortaa';
  216. font-size: 5vh;
  217. animation: grym 3s 1;
  218. -webkit-animation: grym 3s 1;
  219. }
  220.  
  221. #song{
  222. float:left;
  223. background:#000;
  224. overflow:hidden;
  225. margin-top: -25px;
  226. margin-left:-11px;
  227. opacity: 0;
  228. }
  229.  
  230. #moosic {
  231. position: absolute;
  232. height: 3%;
  233. width: 3%;
  234. bottom: 12.5%;
  235. right: 31.5%;
  236. font-size: 3vh;
  237. z-index: 1;
  238. transition: 1s;
  239. animation: grym 3s 1;
  240. -webkit-animation: grym 3s 1;
  241. }
  242.  
  243. #moosic:hover {
  244. color: white;
  245. text-shadow: -1px 0 gray, 0 1px gray,1px 0 gray, 0 -1px gray;
  246. transition: 1s;
  247. }
  248. /* PLEASE DO NOT REMOVE VISIBLE CREDIT */
  249. #credit {
  250. position: absolute;
  251. height: 3%;
  252. bottom: 1%;
  253. left: 2%;
  254. font-family: 'Comfortaa';
  255. font-size: 2vh;
  256. letter-spacing: -2px;
  257. }
  258.  
  259. </style>
  260. <div id="content">
  261. <div class="main-image flipH flipper">
  262. <div class="card">
  263. <div class="tooth">
  264. <img src="http://i63.tinypic.com/2wr432s.png" height="100%";>
  265. </div>
  266. <div class="strawberry">
  267. <img src="http://i65.tinypic.com/2i6dg92.jpg" height="300">
  268. </div>
  269. </div>
  270. </div>
  271. <div id="quote">
  272. <center></center>
  273. </div>
  274. <div id="box">
  275. <div id="host">
  276. <div id="info">
  277. <center><h1>Statistics</h1></center>
  278. <br><br>
  279. <b>Name</b><div class="r">Tori</div><br>
  280. <b>Gender</b><div class="r">Femme</div><br>
  281. <b>Age</b><div class="r">-Huffs-</div><br>
  282. <b>Height</b><div class="r">Smol (4'11)</div><br>
  283. <b>Weight</b><div class="r">Light</div><br>
  284. <b>Species</b><div class="r">Goat Monster</div><br>
  285. <b>Orientation</b><div class="r">Does it matter?</div><br>
  286. <b>Marital Status</b><div class="r">Engaged to my adorable♥♥<a href="https://roleplay.chat/profile.php?user=sans%20the%20popular"> Blueberry</a> ♥♥</div><br>
  287. <b>Combat</b><div class="r">Pink Magic, fire, CQC with some ranged skill, and DT (Determination.).</div><br>
  288. <b>AU</b><div class="r">Alterswap</div><br>
  289. </div>
  290. <br>
  291. <div id="bio">
  292. <center><h1>Story</h1>
  293. Will come soon
  294. </center>
  295. </div>
  296. <br>
  297. <div id="friends">
  298. <center><h1>Friends</h1></center>
  299. <center>
  300. <a target="_blank" href="https://roleplay.chat/profile.php?user=sans+the+popular"><img src="https://i.pinimg.com/564x/d9/9b/3e/d99b3e0a14e9e56659d49375fd2f9af8.jpg" height="75" width="75" align="left" border="3"></a>
  301. <center><b>♥Loveberry~ ♥</b><br> <i></i></center><br><br><br><br>
  302. <a target="_blank" href="https://roleplay.chat/profile.php?user=Overlord+Sans"><img src="http://i63.tinypic.com/xnbzhi.jpg" height="75" width="75" align="left" border="3"></a>
  303. <center><b>♥ Tsunberry ♥</b><br><br><br><br><br>
  304. <a target="_blank" href="https://roleplay.chat/profile.php?user=Gori"><img src="http://i65.tinypic.com/2e2kygk.png" height="75" width="75" align="left" border="3"></a>
  305. <center><b>♥ Brotherberry ♥<br><br><br><br>
  306. <a target="_blank" href="https://roleplay.chat/profile.php?user=Fresh%20Prince"><img src="https://i.pinimg.com/564x/13/cf/e3/13cfe320d06f204ee9146cdffd038ef1.jpg" height="75" width="75" align="left" border="3"></a>
  307. <center><b>♥Freshberry ♥</b><br> <i><br><br><br><br>
  308. <a target="_blank" href="https://roleplay.chat/profile.php?user=Galacta+Knight"><img src="https://image.prntscr.com/image/SsLBuiMxQruDNy6fk9BrRw.png" height="75" width="75" align="left" border="3"></a>
  309. <center><b>♥ Knightberry ♥</b><br> <i><br><br><br><br>
  310. <a target="_blank" href="PROFILE LINK HERE"><img src="IMAGE LINK HERE" height="75" width="75" align="left" border="3"></a>
  311. <center><b>- Name -</b><br> <i><br><br><br><br>
  312. </center>
  313. </div>
  314. </div>
  315. </div>
  316.  
  317. <div id="ooc">
  318. <center><h1>Out of Character</h1></center>
  319. <b>♚</b> OOC =/= IC<br>
  320. <b>♚</b> No profile = No RP<br>
  321. <b>♚</b> PM/Rp friendly<br>
  322. <b>♚</b> I reserve the right to refuse RP<br>
  323. <b>♚</b> No pming me for smut<br>
  324. <b>♚</b> Muse changes<br>
  325. <b>♚</b> Combat friendly<br>
  326. <b>♚</b> Irl/RP<br>
  327. <b>♚</b> Will get a bio up<br>
  328. <b>♚</b> Limited info on this AU<br>
  329. </div>
  330. <div id="nav">
  331. <center><a href="#info">♥</a> - <a href="#bio">♥</a> - <a href="#friends">♥</a></center>
  332. </div>
  333. <div id="credit">
  334. © <a href="https://roleplay.chat/profile.php?user=Elsie">Elle</a>. Get the code <a href="https://pastebin.com/U00WKnZG">here.</a>
  335. </div>
  336. </div>
  337. <div id="name">
  338. Strawberry
  339. </div>
  340. <div id="moosic" class="pretty">
  341. <div id="song">
  342. <audio controls>
  343. <source src="http://k003.kiwi6.com/hotlink/1vjaacoldi/Alterswap_Toriel_Theme_Hearttrousle.mp3">
  344. </audio>
  345. </div>
  346. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement