Advertisement
KISUMI

* chance.

Sep 22nd, 2014
314
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.91 KB | None | 0 0
  1. <style>
  2. /*
  3.  
  4. ╳ ╳ ╳ : ( ── C0DES BY EUFLEURIC! ) ▰ ▰ ▰ ♚ ♚ ♚
  5. ▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰
  6.  
  7. UNDER NO CIRCUMSTANCES MUST YOU REMOVE THE CREDIT. THE ONLY EXCEPTION IS IF YOU SWEAR THAT YOU WILL PROPERLY LINK MY TUMBLR/TWITTER (@EUFLEURIC) SOMEWHERE ON YOUR PAGE THAT IS HYPERLINKED AND EASY TO SPOT.
  8.  
  9. THIS IS YOUR ONLY WARNING.
  10. I WILL NOT GIVE ANY MORE.
  11. YOU WILL BE IN A LOT OF TROUBLE.
  12. IF I FIND YOU, I WILL DROP YOUR ASS LIKE THE BASS.
  13.  
  14. DO NOT JOCK, REDISTRIBUTE OR COPY ANYTHING OFF MY STYLESHEET.
  15.  
  16. HELP/CREDIT FOR THE TOGGLE+JAVASCRIPT GOES TO THESE PEOPLE:
  17. http://stackoverflow.com/questions/20128515/javascript-toggle-visibility-of-multiple-divs
  18.  
  19. STYLE TOOLTIP GOES TO:
  20. http://manos.malihu.gr/tuts/style-my-tooltips.html
  21.  
  22. HAVE FUN, AND IF YOU NEED ANY HELP CONTACT ME HERE:
  23. http://eufleuric.tumblr.com/ask
  24. https://twitter.com/eufleuric
  25.  
  26. ▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰▰
  27. ╳ ╳ ╳ : ( ── C0DES BY EUFLEURIC! ) ▰ ▰ ▰ ♚ ♚ ♚
  28.  
  29. */
  30. </style>
  31.  
  32. <script>
  33. var divs = ["kofuku", "shunshuu", "aikei", "ketsui", "chuusei"];
  34. var visibleDivId = null;
  35.  
  36. function toggleVisibility(divId) {
  37. if (visibleDivId === divId) {
  38. visibleDivId = null;
  39. } else {
  40. visibleDivId = divId;
  41. }
  42.  
  43. hideNonVisibleDivs();
  44. }
  45.  
  46. function hideNonVisibleDivs() {
  47. var i, divId, div;
  48.  
  49. for (i = 0; i < divs.length; i++) {
  50. divId = divs[i];
  51. div = document.getElementById(divId);
  52.  
  53. if (visibleDivId === divId) {
  54. div.style.display = "block";
  55. } else {
  56. div.style.display = "none";
  57. }
  58. }
  59. }
  60. </script>
  61. <link href="http://static.tumblr.com/xxxtcim/vBXncagbd/style-my-tooltips.css" rel="stylesheet" type="text/css" />
  62. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  63. <script src="http://static.tumblr.com/xxxtcim/PfUncagat/jquery.style-my-tooltips.js"></script>
  64. <script>
  65. (function($) {
  66. $(document).ready(function() {
  67. $("[title]").style_my_tooltips({
  68. tip_follows_cursor: true,
  69. tip_delay_time: 200,
  70. tip_fade_speed: 300,
  71. attribute: "title"
  72. });
  73. });
  74. })(jQuery);
  75. </script>
  76. <style>
  77. #s-m-t-tooltip {
  78. /* basic */
  79. width: 70px;
  80. z-index: 10;
  81. margin: 24px 14px 7px 12px;
  82. /* style and design */
  83. padding: 3px;
  84. background-color: #842c78;
  85. /* font */
  86. font-family: consolas;
  87. text-transform: uppercase;
  88. font-size: 9px;
  89. line-height: 16px;
  90. color: #FFFFFF;
  91. text-align: center;
  92. </style>
  93. <style>
  94. body {
  95. background-color: #f5f5f5;
  96. font-family: arial;
  97. font-size: 10px;
  98. color: #842c78;
  99. }
  100. i {
  101. font-style: italic;
  102. font-size: 10px;
  103. font-family: georgia;
  104. text-transform: lowercase;
  105. font-weight: bold italics;
  106. color: #842c78;
  107. letter-spacing: 1px;
  108. }
  109. b, strong {
  110. color: #e989c4;
  111. font-family: corbel;
  112. font-size: 9px;
  113. text-transform: uppercase;
  114. text-decoration: none;
  115. }
  116. ::-webkit-scrollbar {
  117. width: 5px;
  118. height: 10px;
  119. padding-top: 40px;
  120. }
  121. ::-webkit-scrollbar-track {
  122. background-color: #FFFFFF;
  123. }
  124. ::-webkit-scrollbar-thumb {
  125. height: 30px;
  126. width: 5px;
  127. background-color: #84e2f6;
  128. }
  129. ::-webkit-scrollbar-track-piece {
  130. height: 30px;
  131. width: 30px;
  132. }
  133. ::-moz-selection, ::selection {
  134. background: #84e2f6;
  135. color: #ffffff;
  136. !important
  137. }
  138. ::selection {
  139. background: #84e2f6;
  140. color: #ffffff;
  141. !important
  142. }
  143. a {
  144. text-decoration: none;
  145. color: #84e2f6;
  146. line-height: 5px;
  147. font-family: calibri;
  148. font-size: 10px;
  149. text-transform: uppercase;
  150. -webkit-transition: all .5s ease-in-out;
  151. }
  152. a:hover {
  153. color: #842c78;
  154. }
  155. .DISK0RD {
  156. background-color: #e989c4;
  157. position: fixed;
  158. bottom: 300px;
  159. left: 20px;
  160. padding: 4px;
  161. width: 380px;
  162. height: 10px;
  163. font-family: calibri;
  164. font-size: 10px;
  165. color: #FFFFFF;
  166. text-align: center;
  167. text-transform: uppercase;
  168. letter-spacing: 2px;
  169. line-height: 10px;
  170. }
  171. .VI0LET {
  172. background-color: #e989c4;
  173. position: fixed;
  174. bottom: 28px;
  175. left: 20px;
  176. padding: 4px;
  177. width: 380px;
  178. height: 10px;
  179. font-family: calibri;
  180. font-size: 10px;
  181. color: #FFFFFF;
  182. text-align: center;
  183. text-transform: uppercase;
  184. letter-spacing: 2px;
  185. line-height: 10px;
  186. }
  187. .PR0CESS {
  188. position: fixed;
  189. width: 150px;
  190. height: 215px;
  191. padding: 4px;
  192. background-color: #fff;
  193. left: 20px;
  194. bottom: 60px;
  195. overflow: auto;
  196. overflow-x: hidden;
  197. z-index: 1;
  198. }
  199. .sidelinks {
  200. position: fixed;
  201. width: 150px;
  202. height: 215px;
  203. padding: 4px;
  204. background-color: #ffffff;
  205. left: 20px;
  206. bottom: 60px;
  207. overflow: auto;
  208. overflow-x: hidden;
  209. z-index: 2;
  210. opacity: 0;
  211. -webkit-transition: all .5s ease-in-out;
  212. }
  213. .sidelinks:hover {
  214. opacity: 1;
  215. }
  216. .lione {
  217. display: block;
  218. background-color: #84e2f6;
  219. color: #FFFFFF;
  220. font-family: corbel;
  221. font-size: 10px;
  222. line-height: 20px;
  223. height: 20px;
  224. margin-bottom: 5px;
  225. text-align: center;
  226. -webkit-transition: all .5s ease-in-out;
  227. }
  228. .lione:hover {
  229. background-color: #FFFFFF;
  230. color: #84e2f6;
  231. }
  232. .litwo {
  233. display: block;
  234. background-color: #e989c4;
  235. color: #FFFFFF;
  236. font-family: corbel;
  237. font-size: 10px;
  238. line-height: 20px;
  239. height: 20px;
  240. margin-bottom: 5px;
  241. text-align: center;
  242. -webkit-transition: all .5s ease-in-out;
  243. }
  244. .litwo:hover {
  245. background-color: #FFFFFF;
  246. color: #e989c4;
  247. }
  248. .lithree {
  249. display: block;
  250. background-color: #842c78;
  251. color: #FFFFFF;
  252. font-family: corbel;
  253. font-size: 10px;
  254. line-height: 20px;
  255. height: 20px;
  256. margin-bottom: 5px;
  257. text-align: center;
  258. -webkit-transition: all .5s ease-in-out;
  259. }
  260. .lithree:hover {
  261. background-color: #FFFFFF;
  262. color: #842c78;
  263. }
  264. .lifour {
  265. display: block;
  266. background-color: #e6fbaa;
  267. color: #FFFFFF;
  268. font-family: corbel;
  269. font-size: 10px;
  270. line-height: 20px;
  271. height: 20px;
  272. margin-bottom: 5px;
  273. text-align: center;
  274. -webkit-transition: all .5s ease-in-out;
  275. }
  276. .lifour:hover {
  277. background-color: #FFFFFF;
  278. color: #e6fbaa;
  279. }
  280. .GL0RY {
  281. position: fixed;
  282. width: 210px;
  283. height: 120px;
  284. padding: 4px;
  285. background-color: #fff;
  286. left: 190px;
  287. bottom: 60px;
  288. overflow: auto;
  289. overflow-x: hidden;
  290. z-index: 1;
  291. }
  292. .toggleoda {
  293. position: fixed;
  294. width: 210px;
  295. height: 80px;
  296. padding: 4px;
  297. background-color: #transparent;
  298. left: 190px;
  299. bottom: 185px;
  300. }
  301. .toggleoda a {
  302. display: inline-block;
  303. background-color: #000000;
  304. color: #FFFFFF;
  305. font-family: calibri;
  306. font-size: 10px;
  307. width: 100px;
  308. height: 30px;
  309. margin-bottom: 3px;
  310. line-height: 25px;
  311. text-align: center;
  312. }
  313. .toggleoda a:hover {
  314. background-color: #FFFFFF;
  315. }
  316. #kofuku {
  317. position: fixed;
  318. width: 210px;
  319. height: 120px;
  320. padding: 4px;
  321. background-color: #fff;
  322. left: 190px;
  323. bottom: 60px;
  324. overflow: auto;
  325. overflow-x: hidden;
  326. z-index: 2;
  327. -webkit-transition: all .5s ease-in-out;
  328. }
  329. #kofuku:hover {
  330. height: 215px;
  331. }
  332. #shunshuu {
  333. position: fixed;
  334. width: 210px;
  335. height: 120px;
  336. padding: 4px;
  337. background-color: #fff;
  338. left: 190px;
  339. bottom: 60px;
  340. overflow: auto;
  341. overflow-x: hidden;
  342. z-index: 2;
  343. -webkit-transition: all .5s ease-in-out;
  344. }
  345. #shunshuu:hover {
  346. height: 215px;
  347. }
  348. #aikei {
  349. position: fixed;
  350. width: 210px;
  351. height: 120px;
  352. padding: 4px;
  353. background-color: #fff;
  354. left: 190px;
  355. bottom: 60px;
  356. overflow: auto;
  357. overflow-x: hidden;
  358. z-index: 2;
  359. -webkit-transition: all .5s ease-in-out;
  360. }
  361. #aikei:hover {
  362. height: 215px;
  363. }
  364. #ketsui {
  365. position: fixed;
  366. width: 210px;
  367. height: 120px;
  368. padding: 4px;
  369. background-color: #fff;
  370. left: 190px;
  371. bottom: 60px;
  372. overflow: auto;
  373. overflow-x: hidden;
  374. z-index: 2;
  375. -webkit-transition: all .5s ease-in-out;
  376. }
  377. #ketsui:hover {
  378. height: 215px;
  379. }
  380. h2 {
  381. font-family: consolas;
  382. text-transform: uppercase;
  383. font-weight: lighter;
  384. font-size: 9px;
  385. color: #e989c4;
  386. margin: 0px 0px 0px 0px;
  387. text-align: center;
  388. }
  389. ul {
  390. list-style-type: hiragana;
  391. margin: 0px;
  392. font-size: 9px;
  393. }
  394. .icimg {
  395. width: 25px;
  396. height: 25px;
  397. border: solid 3px #84e2f6;
  398. padding: 1px;
  399. opacity: .5;
  400. transition: all .3s ease-in-out;
  401. -webkit-transition: all .3s ease-in-out;
  402. }
  403. .icimg:hover {
  404. opacity: .8;
  405. }
  406. .CHANCE {
  407. background-color: #ffffff;
  408. border-right: 20px solid #84e2f6;
  409. position: fixed;
  410. bottom: 300px;
  411. left: 210px;
  412. padding: 4px;
  413. width: 180px;
  414. height: 10px;
  415. font-family: calibri;
  416. font-size: 10px;
  417. color: #FFFFFF;
  418. text-align: center;
  419. text-transform: uppercase;
  420. letter-spacing: 2px;
  421. line-height: 10px;
  422. -webkit-transition: all .5s ease-in-out;
  423. border-radius: 0px 60px 60px 0px;
  424. -moz-border-radius: 0px 60px 60px 0px;
  425. -webkit-border-radius: 0px 60px 60px 0px;
  426. }
  427. .CHANCE:hover {
  428. left: 420px;
  429. }
  430. </style>
  431. <div class="CHANCE">
  432. <embed src="http://www.sheepproductions.com/billy/billy.swf?autoplay=false&f0=http://k007.kiwi6.com/hotlink/c31l862qt0/chance.mp3&t0=time is precious!&total=1" quality="high" wmode="transparent" width="200" height="10" name="billy" align="middle" type="application/x-shockwave-flash" />
  433. </div>
  434. <div class="DISK0RD">TIME IS PRECIOUS!</div>
  435. <div class="PR0CESS">
  436. <img src="http://i.imgur.com/6GUKkqY.png">
  437. </div>
  438. <div class="sidelinks">
  439. <br> <a href="/" class="lione">HOME</a>
  440. <a href="/ask" class="litwo">MESSAGE</a>
  441. <a href="/archive" class="lithree">ARCHIVE</a>
  442. <a href="/" class="lifour">LINK</a>
  443. <a href="/" class="lione">LINK</a>
  444. <a href="/" class="litwo">LINK</a>
  445. <a href="/" class="lithree">LINK</a>
  446. <a href="/" class="lifour">LINK</a>
  447.  
  448. </div>
  449. <div class="VI0LET">GET A CHANCE LIKE THIS, PUMP UP THE VOLUME!</div>
  450. <div class="GL0RY"> <font style="font-family: times; font-size: 27; letter-spacing: -1px;"><font color="#e6fbaa">❥</font> <font color="#e989c4">000.</font>
  451.  
  452. <br>
  453. <center>
  454. <div style="margin-top: -15px;"><font style="font-family: times new roman; font-weight: lighter; font-size: 23px; letter-spacing: -1px; font-style: italic;"><font color="#84e2f6">that's right!</font></font>
  455. </font>
  456. </div>
  457. </center>
  458. <fieldset style="float: center; width: 89%; height: 60px; overflow: auto; overflow-x: hidden; border: solid 1px #f5f5f5; background-color: #f5f5f5;"> <b>NAME:</b> Ricky
  459. <br> <b>AGE:</b> 69
  460. <br> <b>GENDER:</b> Female
  461. <br> <b>ASTROLOGICAL SIGN:</b> Pisces
  462. <br>I don't know. Add more stuff.</fieldset>
  463. </div>
  464. <div class="toggleoda"> <a href="#" onclick="toggleVisibility('kofuku');" title="TAGS" style="background-color: #e989c4">ONE</a>
  465. <a href="#" onclick="toggleVisibility('shunshuu');" title="BIAS" style="background-color: #e6fbaa">TWO</a>
  466. <a href="#" onclick="toggleVisibility('aikei');" title="EXTRA" style="background-color: #84e2f6">THREE</a>
  467. <a href="#" onclick="toggleVisibility('ketsui');" title="BLOGROLL" style="background-color: #842c78">FOUR</a>
  468.  
  469. </div>
  470. <div id="kofuku" style="display: none;">
  471. <font style="font-family: times; font-size: 27; letter-spacing: -1px;"><font color="#e6fbaa">❥</font> <font color="#e989c4">001.</font>
  472.  
  473. <br>
  474. <center>
  475. <div style="margin-top: -15px;"><font style="font-family: times new roman; font-weight: lighter; font-size: 23px; letter-spacing: -1px; font-style: italic;"><font color="#84e2f6">keep that smile, nice!</font></font>
  476. </font>
  477. </div>
  478. </center>
  479.  
  480. <h2>ANIME/MANGA </h2>
  481. <ul class="a">
  482. <li>Name</li>
  483. <li>Name</li>
  484. <li>Name</li>
  485. <li>Name</li>
  486. </ul>
  487.  
  488. <h2>MOVIE </h2>
  489.  
  490. <ul class="a">
  491. <li>Name</li>
  492. <li>Name</li>
  493. <li>Name</li>
  494. <li>Name</li>
  495. </ul>
  496.  
  497. <h2>MUSIC </h2>
  498.  
  499. <ul class="a">
  500. <li>Name</li>
  501. <li>Name</li>
  502. <li>Name</li>
  503. <li>Name</li>
  504. </ul>
  505. </div>
  506. <div id="shunshuu" style="display: none;">
  507. <font style="font-family: times; font-size: 27; letter-spacing: -1px;"><font color="#e6fbaa">❥</font> <font color="#e989c4">002.</font>
  508.  
  509. <br>
  510. <center>
  511. <div style="margin-top: -15px;"><font style="font-family: times new roman; font-weight: lighter; font-size: 23px; letter-spacing: -1px; font-style: italic;"><font color="#84e2f6">always take that chance!</font></font>
  512. </font>
  513. </div>
  514. </center>
  515.  
  516. <h2>ANIME BIAS</h2>
  517.  
  518. <ul class="a">
  519. <li>Name</li>
  520. <li>Name</li>
  521. <li>Name</li>
  522. <li>Name</li>
  523. <li>Name</li>
  524. <li>Name</li>
  525. <li>Name</li>
  526. </ul>
  527.  
  528. <h2>CELEBRITY BIAS</h2>
  529.  
  530. <ul class="a">
  531. <li>Name</li>
  532. <li>Name</li>
  533. <li>Name</li>
  534. <li>Name</li>
  535. <li>Name</li>
  536. <li>Name</li>
  537. </ul>
  538. </div>
  539. <div id="aikei" style="display: none;">
  540. <font style="font-family: times; font-size: 27; letter-spacing: -1px;"><font color="#e6fbaa">❥</font> <font color="#e989c4">003.</font>
  541.  
  542. <br>
  543. <center>
  544. <div style="margin-top: -15px;"><font style="font-family: times new roman; font-weight: lighter; font-size: 23px; letter-spacing: -1px; font-style: italic;"><font color="#84e2f6">there's no end!</font></font>
  545. </font>
  546. </font>
  547. </div>
  548. </center>>yeah text or somethingyeah text or somethingyeah text or somethingyeah text or somethingyeah text or somethingyeah text or somethingyeah text or somethingyeah text or somethingyeah text or somethingyeah text or somethingyeah text or somethingyeah text or somethingyeah text or somethingyeah text or somethingyeah text or somethingyeah text or somethingyeah text or somethingyeah text or somethingyeah text or somethingyeah text or somethingyeah text or somethingyeah text or somethingyeah text or somethingyeah text or somethingyeah text or something</div>
  549. <div id="ketsui" style="display: none;">
  550. <font style="font-family: times; font-size: 27; letter-spacing: -1px;"><font color="#e6fbaa">❥</font> <font color="#e989c4">004.</font>
  551.  
  552. <br>
  553. <center>
  554. <div style="margin-top: -15px;"><font style="font-family: times new roman; font-weight: lighter; font-size: 23px; letter-spacing: -1px; font-style: italic;"><font color="#84e2f6">stay bright and smiling!</font></font>
  555. </font>
  556. </div>
  557. </center>
  558. <center>{block:Following} {block:Followed}
  559. <a href="{FollowedURL}" title="{FollowedName}"><img src="{FollowedPortraitURL-64}" class="icimg"></a>
  560. {/block:Followed} {/block:Following}</center>
  561. </div>
  562.  
  563.  
  564.  
  565.  
  566.  
  567.  
  568.  
  569.  
  570.  
  571.  
  572.  
  573.  
  574.  
  575.  
  576.  
  577.  
  578.  
  579.  
  580.  
  581.  
  582.  
  583. <style>
  584. #bellafleur{position: absolute;width: 20px;height: 20px;background-color: #FFFFFF;right: 10px;bottom: 10px;z-index: 1;border: solid #f1efec 2px;outline: 2px solid #FFFFFF;}
  585. #precipitation {position: absolute;bottom: 560px;right: 40px;padding: 5px;background-color: #FFFFFF;width: 200px;z-index: 3;opacity: 0;border: solid #FFFFFF 4px;-webkit-transition: all 1s ease-in-out;font-weight: lighter;font-family: consolas; text-transform: uppercase; font-size: 8px;color: #c7bfbb;text-align: center;}
  586. #bellafleur:hover + #precipitation {opacity: 1;bottom: 8px;}
  587. #bellafleur a {text-transform: lowercase;text-decoration: none;color: #d6cdc9;font-family: georgia;font-size: 20px;line-height: 17px;margin-left: 5px;font-style: italic;-webkit-transition: all .5s ease-in-out;}
  588. #bellafleur a:hover {color: #aaa19c;}
  589. </style>
  590. <div id="bellafleur"> <a href="http://eufleuric.tumblr.com/">e</a> </div>
  591. <div id="precipitation">Everything was typed and coded by Ricky <font color="ffb6cb">@eufleuric</font> on Twitter and Tumblr unless stated otherwise. <br><br>Do not remove credit or redistribute parts of my codes as your own, please.</div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement