thisisnotras

Caicyo #2 ver.2

Nov 11th, 2016
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.93 KB | None | 0 0
  1. <style>
  2.  
  3. body{background: #DAE5D6;
  4. cursor: url(http://cur.cursors-4u.net/symbols/sym-1/sym46.cur), progress !important;}
  5.  
  6.  
  7. #backback {
  8. position: absolute;
  9. top: 0px;
  10. right: 0px;
  11. left: 0px;
  12. bottom: 0px;
  13. background-image: url(http://i67.tinypic.com/v43vw2.jpg);
  14. background-size: 100% auto;
  15. background-repeat: no-repeat;
  16. background-position: bottom left;
  17. }
  18.  
  19. @font-face {
  20. src: url(https://dl.dropboxusercontent.com/u/4556289/nine0.ttf);
  21. font-family: 'bodyfont';
  22. }
  23.  
  24. ::-webkit-scrollbar {
  25. width: 6px;
  26. background-color: black;
  27. }
  28.  
  29. ::-webkit-scrollbar-thumb {
  30. border-radius: 0px;
  31. -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  32. background-color: red;
  33. background-image: url(http://www.muraldecal.com/en/img/asfs243-png/folder/products-detalle-png/stickers-1up-extra-life.png);
  34. width: 2px;
  35. }
  36.  
  37. #whole {
  38. position: absolute;
  39. top: 0px;
  40. left: 0px;
  41. right: 0px;
  42. bottom: 0px;
  43. background-image: url(http://i.picpar.com/zgfc.png);
  44. background-position: top right 20%;
  45. background-size: auto 100%;
  46. background-repeat: no-repeat;
  47. overflow: hidden;
  48. }
  49.  
  50. #speechbubble {
  51. position: absolute;
  52. top: 0px;
  53. left: 0px;
  54. right: 10%;
  55. bottom: 50%;
  56. margin: auto;
  57. height: 120px;
  58. width: 400px;
  59. border-left: 6px solid black;
  60. border-right: 7px solid black;
  61. box-sizing: border-box;
  62. }
  63.  
  64. #speechbubble:before {
  65. content: '';
  66. position: absolute;
  67. top: -20px;
  68. left: -19px;
  69. right: -13px;
  70. height: 25px;
  71. border: 0px solid black;
  72. background-image: url(http://i66.tinypic.com/1z65wmp.jpg);
  73. background-size: 100% auto;
  74. overflow: hidden;
  75. background-position: center top;
  76. }
  77.  
  78. #speechbubble:after {
  79. content: '';
  80. position: absolute;
  81. bottom: -70px;
  82. left: -8px;
  83. right: -10px;
  84. height: 70px;
  85. border: 0px solid black;
  86. background-image: url(http://i66.tinypic.com/1z65wmp.jpg);
  87. background-size: 102% auto;
  88. overflow: hidden;
  89. background-position: center bottom;
  90. -webkit-transform: rotatey(180deg);
  91. }
  92.  
  93. #backfill {
  94. position: absolute;
  95. top: 0px;
  96. bottom: 0px;
  97. left: 0px;
  98. right: 0px;
  99. z-index: 0;
  100. background: white;
  101. }
  102.  
  103. #textbox {
  104. position: absolute;
  105. top: -7px;
  106. bottom: -8px;
  107. right: -1px;
  108. left: 5px;
  109. border: 0px solid red;
  110. z-index: 3;
  111. box-sizing: border-box;
  112. padding: 5px;
  113. padding-bottom: 0px;
  114. font-family: 'bodyfont', Times, Arial;
  115. text-align: left;
  116. font-size: 13pt;
  117. overflow: auto;
  118. font-weight: 600;
  119. letter-spacing: 2px;
  120. }
  121.  
  122. #underbox {
  123. position: absolute;
  124. bottom: -55px;
  125. left: 0px;
  126. height: 30px;
  127. width: 370px;
  128. border: 0px solid red;
  129. z-index: 1;
  130. box-sizing: border-box;
  131. padding-left: 10px;
  132. padding-top: 2px;
  133. text-align: left;
  134. font-family: 'bodyfont', Times, Arial;
  135. font-size: 14pt;
  136. font-weight: 600;
  137. }
  138.  
  139. #underbox b {
  140. height: 30px;
  141. width: 60px;
  142. background-image: url(https://lh5.googleusercontent.com/-pie-kArvZbo/UuiZ6W7XU6I/AAAAAAAAAfY/8xwsQ9Bbqfc/w500-h240/tumblr_mm3jqyLulk1qmurn4o1_500.gif);
  143. display: block;
  144. background-repeat: no-repeat;
  145. background-size: auto 90%;
  146. position: absolute;
  147. right: 0px;
  148. bottom: 1px;
  149. text-decoration: none;
  150. color: black;
  151. font-weight: 800;
  152. -webkit-transition: all .2s;
  153. transition: .2s;
  154. border: 0px solid black;
  155. overflow: hidden;
  156. }
  157.  
  158. #underbox b:before {
  159. content: '';
  160. position: absolute;
  161. left: 50px;
  162. top: 0px;
  163. font-size: 18pt;
  164. -webkit-transition: all .2s;
  165. transition: .2s;
  166. opacity: 0;
  167. z-index: 1;
  168. }
  169.  
  170. #underbox b:active {
  171. -webkit-transition: all 0s;
  172. transition: all 0s;
  173. bottom: 4px;
  174. }
  175.  
  176. #underbox b:active:before {
  177. opacity: 1;
  178. }
  179.  
  180. #underbox b audio {
  181. opacity: 0;
  182. z-index: 2;
  183. zoom: 200%;
  184. margin-top: -10px;
  185. margin-left: -2px;
  186. }
  187.  
  188. #underbox a{
  189. text-decoration: none;
  190. color: #1BB1CC;
  191. font-weight: 800;
  192. -webkit-animation: colorshift 1s infinite;
  193. animation: colorshift 1s infinite;}
  194.  
  195. @-webkit-keyframes colorshift{
  196. 0%{color: #1BB1CC;}
  197. 20%{color: #1BB1CC; }
  198. 30%{color: pink;}
  199. 50%{color: pink;}
  200. 70%{color: black;}
  201. 90%{ color: black;}
  202. 100%{color: #1BB1CC;}
  203. }
  204.  
  205. @keyframes colorshift{
  206. 0%{color: #1BB1CC;}
  207. 20%{color: #1BB1CC; }
  208. 30%{color: pink;}
  209. 50%{color: pink;}
  210. 70%{color: pink;}
  211. 90%{ color: #1BB1CC;}
  212. 100%{color: #1BB1CC;}
  213. }
  214.  
  215. #friendup {
  216. position: absolute;
  217. left: 5%;
  218. bottom: -327px;
  219. height: 325px;
  220. width: 155px;
  221. -webkit-transition: all 1.5s 1s linear;
  222. transition: all 1.5s 1s linear;
  223. background-color: #D966A6;
  224. }
  225.  
  226. #friendup:hover{
  227. -webkit-transition: all 2s linear;
  228. transition: all 2s linear;
  229. bottom: 0px;}
  230.  
  231. #friendlist {
  232. position: absolute;
  233. height: 325px;
  234. width: 155px;
  235. border: 3px solid #D966A6;
  236. border-bottom: 0px;
  237. box-sizing: border-box;
  238. text-align: center;
  239. background-image:url(http://i65.tinypic.com/2zhmyhu.jpg);
  240. background-repeat: no-repeat;
  241. background-position: bottom center;
  242. background-size: auto 110%;
  243. }
  244.  
  245. #friendlist:before {
  246. content: '';
  247. position: absolute;
  248. top: 0px;
  249. left: 0px;
  250. right: 0px;
  251. bottom: 0px;
  252. background: #1BB1CC;
  253. opacity: .8;
  254. z-index: -1;
  255. }
  256.  
  257. #friendlist a {
  258. float: left;
  259. height: 60px;
  260. width: 60px;
  261. box-sizing: border-box;
  262. border: 2px solid white;
  263. margin-bottom: 5px;
  264. overflow: hidden;
  265. background-color:#1BB1CC;
  266. opacity: .5;
  267. -webkit-transition: all 1s;
  268. transition: all 1s;
  269. margin-bottom: 15px;
  270. }
  271.  
  272. #friendlist a:hover{
  273. opacity: 1;}
  274.  
  275. #friendlist img {
  276. height: 100%;
  277. }
  278.  
  279. #friendlist a:nth-child(odd) {
  280. margin-left: 7px;
  281. }
  282.  
  283. #friendlist a:nth-child(even) {
  284. float: right;
  285. margin-right: 7px;
  286. }
  287.  
  288. .namecap {
  289. position: absolute;
  290. top: 238px;
  291. height: 55px;
  292. width: 130px;
  293. border: 2px solid white;
  294. margin-left: 8px;
  295. overflow: hidden;
  296. color: transparent;
  297. background: white;
  298. z-index: 0;
  299. opacity: .2;
  300. -webkit-transition: all .5s;
  301. transition: all .5s;
  302. font-weight: 600;
  303. font-family: 'bodyfont';
  304. letter-spacing: 2px;
  305. font-size: 14pt;
  306. }
  307.  
  308. #namecap:nth-child(even) {
  309. margin-top: -30px;
  310. }
  311.  
  312. #friend1:hover ~ #friend11,
  313. #friend2:hover ~ #friend22,
  314. #friend3:hover ~ #friend33,
  315. #friend4:hover ~ #friend44,
  316. #friend5:hover ~ #friend55,
  317. #friend6:hover ~ #friend66 {
  318. color: #D966A6;
  319. z-index: 1;
  320. opacity: 1;
  321. }
  322.  
  323. .friendcontainer {
  324. float: left;
  325. top: 0px;
  326. left: 0px;
  327. right: 0px;
  328. bottom: 0px;
  329. padding-top: 10px;
  330. box-sizing: border-box;
  331. -webkit-transition: all .5s;
  332. transition: all .5s;
  333. }
  334.  
  335.  
  336. #illuminati {
  337. position: absolute;
  338. top: -62px;
  339. left: 0px;
  340. height: 60px;
  341. width: 150px;
  342. border: 0px solid black;
  343. box-sizing: border-box;
  344. text-align: center;
  345. z-index: 1;
  346. }
  347.  
  348. #framing {
  349. position: absolute;
  350. height: 50px;
  351. width: 50px;
  352. top: 10px;
  353. left: 0px;
  354. right: 0px;
  355. margin: auto;
  356. background-image: url(https://media.giphy.com/media/bi1dfmrAxEGyc/giphy.gif);
  357. background-repeat: no-repeat;
  358. background-position: bottom -13px center;
  359. background-size: auto 140%;
  360. }
  361.  
  362. </style>
  363.  
  364. <div id="backback">
  365. </div>
  366.  
  367. <div id="whole">
  368.  
  369.  
  370. <div id="speechbubble">
  371. <div id="backfill">
  372. </div>
  373. <div id="textbox">
  374.  
  375. ◬ Some kind of saber-tooth.<br>
  376. ◬ Twenty two. <br>
  377. ◬ 5' 9½''<br>
  378. ◬ Feminine lean.<br>
  379. ◬ Lithe but toned build. <br>
  380. ◬ Easy going but a bit standoffish.<br>
  381. ◬ Somewhat of a pessimist.<br>
  382. ◬ Will retaliate if provoked.<br>
  383. ◬Takes awhile to warm up to others; you're special if this happens.<br>
  384. ◬ Single.<br>
  385. ◬ Dropped out of college, holding a job at his parents business for now. <br>
  386. ➟ THC ➟ Coffee ➟ Alternative/electronic music <br>
  387. I do not claim this art as my own.
  388.  
  389.  
  390. </div>
  391.  
  392. <div id="underbox">
  393. <b>
  394. <audio src="http://k003.kiwi6.com/hotlink/zhx0imqi7g/The_Neighbourhood_-_Wiped_Out_Audio_1_.mp3" controls loop=3>
  395. </audio></b>
  396.  
  397.  
  398. <a target="_blank" href="http://oi63.tinypic.com/25071o8.jpg" target="_blank">❗</a> <a target="_blank" href="http://oi65.tinypic.com/15plmo3.jpg" target="_blank">🔥</a> <a target="_blank" href="http://oi64.tinypic.com/qxrjiw.jpg" target="_blank">💣</a> <a target="_blank" href="http://oi67.tinypic.com/2uq2o89.jpg" target="_blank">▊▊</a>
  399.  
  400.  
  401. </div>
  402. </div>
  403.  
  404. <div id="friendup">
  405. <a id="illuminati" href="#div1">
  406. <div id="framing">
  407. </div>
  408. </a>
  409. <div id="friendlist">
  410.  
  411. <div class="friendcontainer">
  412. <a id="friend1" href="" target=_blank>
  413. <img src="http://i66.tinypic.com/35mfxpu.jpg" /></a>
  414. <a id="friend2" href="" target=_blank>
  415. <img src="http://i66.tinypic.com/35mfxpu.jpg" /></a>
  416. <a id="friend3" href="" target=_blank>
  417. <img src="http://i66.tinypic.com/35mfxpu.jpg" /></a>
  418. <a id="friend4" href="" target=_blank>
  419. <img src="http://i66.tinypic.com/35mfxpu.jpg" /></a>
  420. <a id="friend5" href="" target=_blank>
  421. <img src="http://i66.tinypic.com/35mfxpu.jpg" /></a>
  422. <a id="friend6" href="" target=_blank>
  423. <img src="http://i66.tinypic.com/35mfxpu.jpg" /></a>
  424. <div class="namecap" id="friend11">one.
  425. </div>
  426. <div class="namecap" id="friend22">two.
  427. </div>
  428. <div class="namecap" id="friend33">three.
  429. </div>
  430. <div class="namecap" id="friend44">four.
  431. </div>
  432. <div class="namecap" id="friend55">five.
  433. </div>
  434. <div class="namecap" id="friend66">six.
  435. </div>
  436. </div>
  437.  
  438. </div>
  439. </div>
  440.  
  441. </div>
Advertisement
Add Comment
Please, Sign In to add comment