Advertisement
KISUMI

* kurootetsuroll

Mar 3rd, 2015
902
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.67 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. <script>
  32. var divs = ["containerone", "containertwo", "containerthree", "containerfour", "containerfive"];
  33. var visibleDivId = null;
  34.  
  35. function toggleVisibility(divId) {
  36. if (visibleDivId === divId) {
  37. visibleDivId = null;
  38. } else {
  39. visibleDivId = divId;
  40. }
  41.  
  42. hideNonVisibleDivs();
  43. }
  44.  
  45. function hideNonVisibleDivs() {
  46. var i, divId, div;
  47.  
  48. for (i = 0; i < divs.length; i++) {
  49. divId = divs[i];
  50. div = document.getElementById(divId);
  51.  
  52. if (visibleDivId === divId) {
  53. div.style.display = "block";
  54. } else {
  55. div.style.display = "none";
  56. }
  57. }
  58. }
  59. </script>
  60. <link href="http://static.tumblr.com/xxxtcim/vBXncagbd/style-my-tooltips.css" rel="stylesheet" type="text/css" />
  61. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  62. <script src="http://static.tumblr.com/xxxtcim/PfUncagat/jquery.style-my-tooltips.js"></script>
  63. <script>
  64. (function($) {
  65. $(document).ready(function() {
  66. $("[title]").style_my_tooltips({
  67. tip_follows_cursor: true,
  68. tip_delay_time: 200,
  69. tip_fade_speed: 300,
  70. attribute: "title"
  71. });
  72. });
  73. })(jQuery);
  74. </script>
  75. <style>
  76. #s-m-t-tooltip {
  77. width: auto;
  78. z-index: 10;
  79. margin: 24px 14px 7px 12px;
  80. /* style and design */
  81. padding: 3px;
  82. background-color: #ebf6f9;
  83. /* font */
  84. font-family: consolas;
  85. text-transform: uppercase;
  86. font-size: 9px;
  87. line-height: 16px;
  88. color: #FFFFFF;
  89. text-align: center;
  90. letter-spacing: 1px;
  91. </style>
  92. <style>
  93. body {
  94. background-color: #f9f9f9;
  95. }
  96. ::-webkit-scrollbar {
  97. width: 5px;
  98. height: 10px;
  99. padding-top: 40px;
  100. }
  101. ::-webkit-scrollbar-track {
  102. background-color: #ffffff;
  103. }
  104. ::-webkit-scrollbar-thumb {
  105. height: 30px;
  106. width: 5px;
  107. background-color: #f1f1f1;
  108. }
  109. ::-webkit-scrollbar-track-piece {
  110. height: 30px;
  111. width: 30px;
  112. }
  113. ::-moz-selection, ::selection {
  114. background: #ebf6f9;
  115. color: #ffffff;
  116. !important
  117. }
  118. ::selection {
  119. background: #ebf6f9;
  120. color: #ffffff;
  121. !important
  122. }
  123. a {
  124. font-family: calibri;
  125. font-size: 9px;
  126. text-transform: uppercase;
  127. color: #c2e0e8;
  128. letter-spacing: 0px;
  129. text-decoration: none;
  130. -webkit-transition: all .5s ease-in-out;
  131. }
  132. a:hover {
  133. color: #f9bcc1;
  134. letter-spacing: 1px;
  135. }
  136. i {
  137. font-style: italic;
  138. font-size: 9px;
  139. font-family: georgia;
  140. text-transform: lowercase;
  141. font-weight: bold italics;
  142. line-spacing: 4px;
  143. color: #cfeff8;
  144. }
  145. b {
  146. color: #c2e0e8;
  147. font-family: calibri;
  148. font-size: 9px;
  149. line-height: 10px;
  150. text-transform: uppercase;
  151. }
  152. u {
  153. color: #c2e0e8;
  154. font-family: lucida console;
  155. font-size: 8px;
  156. text-transform: uppercase;
  157. letter-spacing: 0px;
  158. text-decoration: none;
  159. border-bottom: dashed 1px #c2e0e8;
  160. }
  161. blockquote {
  162. font-family: georgia;
  163. font-style: italic;
  164. color: #c2e0e8;
  165. margin: 5px;
  166. text-transform: lowercase;
  167. font-size: 13px;
  168. text-align: center;
  169. letter-spacing: -1px;
  170. }
  171. .mainbox {
  172. background-color: #ffffff;
  173. position: fixed;
  174. width: 181px;
  175. height: 215px;
  176. left: 84px;
  177. top: 95px;
  178. padding: 10px;
  179. border: 7px solid #f1f1f1;
  180. opacity: 1;
  181. }
  182. .quotebox {
  183. position: fixed;
  184. background-color: #fff;
  185. opacity: 1;
  186. top: 355px;
  187. height: 20px;
  188. width: 216px;
  189. left: 83px;
  190. border-bottom: 7px solid #f1f1f1;
  191. font-family: arial;
  192. font-size: 8px;
  193. text-transform: uppercase;
  194. line-height: 25px;
  195. text-align: center;
  196. letter-spacing: 3px;
  197. color: #dadada;
  198. }
  199. h1 {
  200. padding: 0px;
  201. margin: 0px;
  202. font-size: 13px;
  203. font-family: georgia;
  204. font-weight: lighter;
  205. text-transform: uppercase;
  206. text-align: center;
  207. letter-spacinG: 5px;
  208. text-shadow:-2px 1px 0px #cecece;
  209. color: #ffffff;
  210. }
  211. h2 {
  212. padding: 0px;
  213. margin: 0px 0px 3px 0px;
  214. font-size: 10px;
  215. font-family: georgia;
  216. font-style: italic;
  217. font-weight: lighter;
  218. text-transform: lowercase;
  219. text-align: center;
  220. letter-spacing: 3px;
  221. color: #e1e1e1;
  222. }
  223. .toggleone {
  224. display: inline-block;
  225. color: #ffffff;
  226. background-color: #f1f1f1;
  227. text-decoration: none;
  228. text-transform: uppercase;
  229. letter-spacing: 0px;
  230. font-family: corbel;
  231. font-size: 9px;
  232. width: 40px;
  233. height: 15px;
  234. margin: 0px 0px 0px 0px;
  235. line-height: 15px;
  236. text-align: center;
  237. -webkit-transition: all .7s ease-in-out;
  238. }
  239. .toggleone:hover {
  240. background-color: #ebf6f9;
  241. color: #fff;
  242. }
  243. #containerone {
  244. background-color: #fff;
  245. width: 190px;
  246. height: 115px;
  247. margin-top: 3px;
  248. margin-left: -4px;
  249. font-family: arial;
  250. font-size: 9px;
  251. color: #d4d4d4;
  252. letter-spacing: 1px;
  253. }
  254. #containertwo {
  255. background-color: #fff;
  256. width: 190px;
  257. height: 115px;
  258. margin-top: 3px;
  259. margin-left: -4px;
  260. font-family: arial;
  261. font-size: 9px;
  262. color: #d4d4d4;
  263. letter-spacing: 1px;
  264. }
  265. #containerthree {
  266. background-color: #fff;
  267. width: 190px;
  268. height: 115px;
  269. margin-top: 3px;
  270. margin-left: -4px;
  271. font-family: arial;
  272. font-size: 9px;
  273. color: #d4d4d4;
  274. letter-spacing: 1px;
  275. }
  276. #containerfour {
  277. background-color: #fff;
  278. width: 190px;
  279. height: 115px;
  280. margin-top: 3px;
  281. margin-left: -4px;
  282. font-family: arial;
  283. font-size: 9px;
  284. color: #d4d4d4;
  285. letter-spacing: 1px;
  286. }
  287. .hoverbox {
  288. position: fixed;
  289. background-color: #fff;
  290. opacity: 0;
  291. width: 208px;
  292. height: 100px;
  293. padding: 5px;
  294. left: 83px;
  295. top: 330px;
  296. font-family: arial;
  297. font-size: 9px;
  298. color: #d4d4d4;
  299. letter-spacing: 0px;
  300. -webkit-transition: all .7s ease-in-out;
  301. }
  302. .hoverbox:hover {
  303. opacity: 1;
  304. top: 390px;
  305. }
  306. .hoverbox b {
  307. color: #d0e6ec;
  308. font-family: calibri;
  309. font-size: 10px;
  310. line-height: 5px;
  311. text-transform: uppercase;
  312. }
  313. .titlebox {
  314. position: fixed;
  315. background-color: #transparent;
  316. -webkit-transform: rotate(90deg);
  317. width: 300px;
  318. height: 30px;
  319. top: 230px;
  320. left: 170px;
  321. font-family: impact;
  322. font-size: 38px;
  323. color: #f1f1f1;
  324. text-transform: uppercase;
  325. letter-spacing: -1px;
  326. }
  327. .linkbox {
  328. position: fixed;
  329. background-color: #fff;
  330. width: 100px;
  331. height: 100px;
  332. left: 141px;
  333. top: 49px;
  334. z-index: 9;
  335. opacity: 0;
  336. -webkit-transition: all .7s ease-in-out;
  337. }
  338. .linkbox:hover {
  339. opacity: 1;
  340. }
  341. .linkbox a {
  342. display: block;
  343. background-color: #ebf6f9;
  344. margin-top: 4px;
  345. height: 15px;
  346. width: 90px;
  347. align: center;
  348. line-height: 15px;
  349. color: #fff;
  350. }
  351. .linkbox a:hover {
  352. background-color: #d5e9ee;
  353. }
  354. .music {
  355. position: fixed;
  356. background-color: #transparent;
  357. width: 22px;
  358. height: 20px;
  359. top: 75px;
  360. left: 246px;
  361. overflow: hidden;
  362. }
  363. </style>
  364. <div class="music">
  365. <object type="application/x-shockwave-flash" data="http://flash-mp3-player.net/medias/player_mp3_mini.swf" width="200" height="20">
  366. <param name="movie" value="http://flash-mp3-player.net/medias/player_mp3_mini.swf" />
  367. <param name="bgcolor" value="#f9f9f9" />
  368. <param name="FlashVars" value="mp3=http%3A//k003.kiwi6.com/hotlink/d05qg5esnb/beautiful_sunrise.mp3&amp;autoplay=1&amp;bgcolor=f9f9f9&amp;loadingcolor=cccccc&amp;buttoncolor=cccccc" />
  369. </object>
  370. </div>
  371.  
  372.  
  373.  
  374.  
  375.  
  376. <div class="linkbox">
  377. <center> <a href="/">HOME</a>
  378. <a href="/">ASK</a>
  379. <a href="/">LINK</a>
  380. <a href="/">LINK</a>
  381. <a href="http://eufleuric.tumblr.com/">CREDIT</a>
  382. </center>
  383. </div>
  384.  
  385.  
  386.  
  387.  
  388. <div class="titlebox">kuroo tetsurou</div>
  389.  
  390.  
  391.  
  392.  
  393. <div class="mainbox">
  394. <div style="width: 100px; height: 100px; border: 7px solid #f1f1f1; margin-top: -70px; margin-left: 33px; margin-bottom: 10px;">
  395. <img src="http://i.imgur.com/nktHZxN.png">
  396. </div>
  397. <h1>the beginning</h1>
  398.  
  399. <h2>so where do i begin?</h2>
  400.  
  401. <center> <a href="#" onclick="toggleVisibility('containerone');" title="about" class="toggleone">I</a> <a href="#" onclick="toggleVisibility('containertwo');" title="faq" class="toggleone">II</a>
  402. <a href="#" onclick="toggleVisibility('containerthree');" title="tags" class="toggleone">III</a>
  403. <a href="#" onclick="toggleVisibility('containerfour');" title="links" class="toggleone">IV</a>
  404. </center>
  405.  
  406.  
  407.  
  408. <div id="containerone" style="display: normal;">
  409. <fieldset style="overflow: auto; height: 95px; border: solid 1px #f1f1f1; margin-top: 10px;">this is text, yes. hi. how are you. <b>this is text, yes. hi. how are you. </b> <i>this is text, yes. hi. how are you. </i> <a href="#">this is text, yes. hi. how are you. </a>this is text, yes. hi. how are you. <b>this is text, yes. hi. how are you. </b> <i>this is text, yes. hi. how are you. </i> <a href="#">this is text, yes. hi. how are you. </a>
  410.  
  411. <blockquote>this is text, yes. hi. how are you.</blockquote>
  412. </fieldset>
  413. </div>
  414.  
  415.  
  416.  
  417.  
  418.  
  419. <div id="containertwo" style="display: none;">
  420. <fieldset style="overflow: auto; height: 95px; border: solid 1px #f1f1f1; margin-top: 10px;">box two box two box two box two box two box two box two box two box two box two box two box two box two box two box two box two box two box two box two box two box two box two box two box two box two box two box two box two box two box two box two box two box two box two box two box two box two box two box two box two box two box two box two box two box two box two box two box two box two box two box two box two box two box two box two box two box two box two box two box two box two box two box two box two box two box two box two box two box two box two box two box two box two box two box two box two box two box two box two box two box two box two box two box two box two box two box two box two box two box two</fieldset>
  421. </div>
  422.  
  423.  
  424.  
  425.  
  426. <div id="containerthree" style="display: none;">
  427. <fieldset style="overflow: auto; height: 95px; border: solid 1px #f1f1f1; margin-top: 10px;">box three box three box three box three box three box three box three box three box three box three box three box three box three box three box three box three box three box three box three box three box three box three box three box three box three box three box three box three box three box three box three box three box three box three box three box three box three box three box three box three box three box three box three box three box three box three box three box three box three box three box three box three box three box three box three box three box three box three box three box three box three box three box three box three box three box three box three box three box three box three box three box three box three box three box three</fieldset>
  428. </div>
  429.  
  430.  
  431.  
  432.  
  433. <div id="containerfour" style="display: none;">
  434. <fieldset style="overflow: auto; height: 95px; border: solid 1px #f1f1f1; margin-top: 10px;">box four box four box four box four box four box four box four box four box four box four box four box four box four box four box four box four box four box four box four box four box four box four box four box four box four box four box four box four box four box four box four box four box four box four box four box four box four box four box four box four box four box four box four box four box four box four box four box four box four box four box four box four box four box four box four box four box four box four box four box four box four box four box four box four box four box four box four box four box four box four</fieldset>
  435. </div>
  436. </div>
  437.  
  438.  
  439.  
  440.  
  441. <div class="quotebox">hover here</div>
  442.  
  443.  
  444.  
  445. <div class="hoverbox">
  446. <div style="float: left; width: 49%; height: 95px; overflow: auto; overflow-x: hidden; border: solid 0px #000;">
  447. <br> <b>●</b> fact or something
  448. <br> <b>●</b> fact or something
  449. <br> <b>●</b> fact or something
  450. <br> <b>●</b> fact or something
  451. <br> <b>●</b> fact or something
  452. <br> <b>●</b> fact or something
  453. <br> <b>●</b> fact or something
  454. <br> <b>●</b> fact or something
  455. <br>
  456. </div>
  457.  
  458. <div style="float: right; width: 50%; height: 95px; overflow: auto; overflow-x: hidden; border: solid 1px #f1f1f1;">something short here? maybe your interests or something? something short here? maybe your interests or something? something short here? maybe your interests or something? something short here? maybe your interests or something? something short here? maybe your interests or something? something short here? maybe your interests or something?</div>
  459. </div>
  460.  
  461.  
  462.  
  463.  
  464.  
  465.  
  466.  
  467.  
  468.  
  469.  
  470.  
  471.  
  472.  
  473.  
  474.  
  475.  
  476.  
  477. <style>
  478. #bellafleur{position: absolute;width: 20px;height: 20px;background-color: #FFFFFF;right: 10px;bottom: 10px;z-index: 1;border: solid #c2d2cf 2px;outline: 2px solid #FFFFFF;}
  479. #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: #c2d2cf;text-align: center;}
  480. #bellafleur:hover + #precipitation {opacity: 1;bottom: 8px;}
  481. #bellafleur a {text-transform: lowercase;text-decoration: none;color: #c2d2cf;font-family: georgia;font-size: 20px;line-height: 17px;margin-left: 5px;font-style: italic;-webkit-transition: all .5s ease-in-out;}
  482. #bellafleur a:hover {color: #aaa19c;}
  483. </style>
  484. <div id="bellafleur"> <a href="http://eufleuric.tumblr.com/">e</a> </div>
  485. <div id="precipitation">Everything was typed and coded by Ricky <font color="ffb6cb">@eufleuric</font> on Twitter and Tumblr. Toggle JavaScript goes to help of <a href="http://stackoverflow.com/questions/20128515/javascript-toggle-visibility-of-multiple-divs">these people</a>. <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