Advertisement
Guest User

terushims theme

a guest
Jul 24th, 2016
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.99 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head><title>{Title}</title>
  4. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  5.  
  6. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  7.  
  8. <script>
  9.  
  10. (function($){
  11.  
  12. $(document).ready(function(){
  13.  
  14. $("a[title]").style_my_tooltips({
  15.  
  16. tip_follows_cursor:true,
  17.  
  18. tip_delay_time:90,
  19.  
  20. tip_fade_speed:600,
  21.  
  22. attribute:"title"
  23.  
  24. });
  25.  
  26. });
  27.  
  28. })(jQuery);
  29.  
  30. </script>
  31. <!--basic tooltip from tutorial-baby!-->
  32. <style>
  33. .tooltip{
  34. display: inline;
  35. position: relative;
  36. }
  37. #s-m-t-tooltip {
  38. max-width:300px;
  39. border-radius: 5px;
  40. padding:3px 4px 5px 4px;
  41. margin:20px 7px -2px 20px;
  42. background-color:#AAACAB;
  43. border-left:3px solid #000000;
  44. border-right:3px solid #000000;
  45. font-family:pompiere;
  46. font-size:10px;
  47. font-weight:bold;
  48. letter-spacing:2px;
  49. text-transform:uppercase;
  50. color:#000;
  51. z-index:999999999999999999999999999999999999;
  52. }
  53. </style>
  54.  
  55. <meta name="image:Question Image" content=""/>
  56.  
  57. <link rel="shortcut icon" href="{Favicon}">
  58. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  59. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  60.  
  61. <!---- this is theme 55 by Hollywhood
  62. please don't remove the credit
  63. thank you
  64. --->
  65.  
  66. <meta name="color:Background" content="#ffffff"/>
  67. <meta name="color:Text" content="#9B9B9B"/>
  68. <meta name="color:Link" content="#b8b8b8"/>
  69. <meta name="color:Link Hover" content="#eeeeee"/>
  70. <meta name="color:sidebar links bg" content="#EEEEEE">
  71. <meta name="color:description" content="EDEDED"/>
  72. <meta name="color:title" content="#aaaaaa"/>
  73. <meta name="color:info bg" content="#EEEEEE"/>
  74.  
  75. <meta name="image:sidebar" content=""/>
  76. <meta name="text:sidebartitle" content="">
  77.  
  78. <meta name="text:link 1" content="Link 1"/>
  79. <meta name="text:link 1 url" content="/"/>
  80. <meta name="text:link 2" content="Link 2"/>
  81. <meta name="text:link 2 url" content="/"/>
  82. <meta name="text:link 3" content="Link 3"/>
  83. <meta name="text:link 3 url" content="/"/>
  84. <meta name="text:link 4" content="Link 4"/>
  85. <meta name="text:link 4 url" content="/"/>
  86.  
  87. <link href='https://fonts.googleapis.com/css?family=Poppins' rel='stylesheet' type='text/css'>
  88.  
  89. <link href='https://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
  90.  
  91. <link href='https://fonts.googleapis.com/css?family=Yantramanav' rel='stylesheet' type='text/css'>
  92.  
  93. <link href='https://fonts.googleapis.com/css?family=Pompiere' rel='stylesheet' type='text/css'>
  94.  
  95. <link href='https://fonts.googleapis.com/css?family=Orienta' rel='stylesheet' type='text/css'>
  96.  
  97. <style type="text/css">
  98.  
  99. ::-webkit-scrollbar-thumb{
  100. background-color: #ffffff;
  101. height:auto;
  102. }
  103.  
  104. ::-webkit-scrollbar {
  105. height:auto;
  106. width:6px;
  107. }
  108.  
  109.  
  110. iframe#tumblr_controls {
  111. white-space:nowrap;
  112. -webkit-filter: invert(100%);
  113. -moz-filter: invert(100%);
  114. -o-filter: invert(100%);
  115. -ms-filter: invert(100%);
  116. filter: invert(100%);
  117. opacity:.2;transition: .8s ease-in-out;
  118. -webkit-transition: .8s ease-in-out;
  119. -moz-transition: .8s ease-in-out;
  120. -o-transition: .8s ease-in-out;
  121. }
  122.  
  123. h1 {
  124. font-weight:normal;
  125. font-size:23px;
  126. text-align:center;
  127. font-style:normal;
  128. line-height:100%;
  129. letter-spacing:1px;
  130. text-transform:normal;
  131. color:#414040;
  132. }
  133.  
  134. h2 {
  135. font-size:20px;
  136. text-align:center;
  137. line-height:100%;
  138. letter-spacing:-0.5px;
  139. color:{color:text};
  140. font-weight:bold;
  141. text-transform:uppercase;
  142. padding:5px;
  143. padding-bottom:2px;
  144. }
  145.  
  146. blockquote {
  147. border-left:3px solid #cecece;
  148. border-radius:10px;
  149. padding:7px;
  150. margin:10px 2px 0px 10px
  151. }
  152.  
  153. body {
  154. background:#AAACAB;
  155. margin:0px;
  156. color:#eeeeee;
  157. font-family: 'Roboto', sans-serif;
  158. font-size:12px;
  159. line-height:120%;
  160. background-image:url(http://i.imgur.com/TvRIvWz.png);
  161. background-attachment: fixed;
  162. background-repeat: no-repeat;
  163. background-position:left top;
  164. }
  165.  
  166. a {
  167. text-decoration:none;
  168. outline:none;
  169. -moz-outline-style:none;
  170. color:#585656;
  171. font-family: 'Orienta', sans-serif;
  172. text-shadow:0px 0px 0px #055b65;
  173. -moz-transition-duration:0.5s;
  174. -webkit-transition-duration:0.5s;
  175. -o-transition-duration:0.5s;
  176. c
  177. }
  178.  
  179. a:hover {
  180. text-decoration:none;
  181. outline:none;
  182. -moz-outline-style:none;
  183. color:#dddddd;
  184. }
  185.  
  186. img {
  187. border:none;
  188. max-width:425px;
  189. }
  190.  
  191. #theme {
  192. width:425px;
  193. margin:0 auto -12px auto;
  194. }
  195.  
  196. #post {
  197. width:425px;
  198. margin-bottom:10px;
  199. margin-top:10px;
  200. }
  201.  
  202. #entries {
  203. padding:10px;
  204. left:545px;
  205. top:60px;
  206. position:fixed;
  207. background-color:transparent;
  208. width:425px;
  209. height:510px;
  210. top:320px;
  211. padding:0px;
  212. overflow-x:scroll;
  213. scroll:left;
  214. overflow-x:hidden;
  215.  
  216. }
  217.  
  218. #sidebar {
  219. color:{color:text};
  220. position:fixed;
  221. width:100px;
  222. height:auto;
  223. margin-top:18px;
  224. margin-left:434px;
  225. text-align:left;
  226. }
  227.  
  228. #sidebar img {
  229. width:170px;
  230. margin-top:0px;
  231. margin-bottom:5px;
  232. padding:-1px;
  233. outline-offset:4px;
  234. }
  235.  
  236. #link1 {
  237. position:absolute;
  238. font-size:24px;
  239. left:234px;
  240. top:312px;
  241. -webkit-transform: rotate(320deg);
  242. -moz-transform: rotate(320deg);
  243. -o-transform: rotate(320deg);
  244. }
  245.  
  246. #link2 {
  247. position:absolute;
  248. font-size:24px;
  249. left:150px;
  250. top:376px;
  251. -webkit-transform: rotate(-320deg);
  252. -moz-transform: rotate(-320deg);
  253. -o-transform: rotate(-320deg);
  254. }
  255.  
  256. #link3 {
  257. position:absolute;
  258. font-size:24px;
  259. left:227px;
  260. top:443px;
  261. -webkit-transform: rotate(-320deg);
  262. -moz-transform: rotate(-320deg);
  263. -o-transform: rotate(-320deg);
  264. }
  265.  
  266. #link4 {
  267. position:absolute;
  268. font-size:24px;
  269. left:150px;
  270. top:500px;
  271. -webkit-transform: rotate(320deg);
  272. -moz-transform: rotate(320deg);
  273. -o-transform: rotate(320deg);
  274. }
  275.  
  276. #link5 {
  277. position:absolute;
  278. font-size:24px;
  279. left:230px;
  280. top:564px;
  281. -webkit-transform: rotate(-320deg);
  282. -moz-transform: rotate(-320deg);
  283. -o-transform: rotate(-320deg);
  284. }
  285.  
  286.  
  287. .sidebartitle {
  288. width:170px;
  289. text-align:center;
  290. font-family:'Caviar Dreams';
  291. z-index:1;
  292. line-height:120%;
  293. margin-left:0px;
  294. text-transform:uppercase;
  295. background:#;
  296. word-spacing:1px;
  297. font-size:28px;
  298. margin-top:5px;
  299. color:{color:title};
  300. }
  301.  
  302. #description {
  303. width:150px;
  304. margin-bottom:0px;
  305. margin-top:10px;
  306. margin-left:0px;
  307. text-align:justify;
  308. word-spacing:1px;
  309. font-size:9px;
  310. color:{color:text};
  311. padding:10px;
  312. background:{color:description};
  313. line-height:125%;
  314. }
  315.  
  316. #description a {
  317. color:{color:link};
  318. }
  319.  
  320. #pagination {
  321. font-size:15px;
  322. text-transform:uppercase;
  323. margin-top:633px;
  324. margin-left:-465px;
  325. width:170px;
  326. word-spacing:5px;
  327. font-style:normal;
  328. text-align:center;
  329. }
  330.  
  331. #pagination a {
  332. color:#lalala;
  333. }
  334.  
  335.  
  336. #info {
  337. width:403px;
  338. margin-top:15px;
  339. padding-top:1px;
  340. font-size:9px;
  341. background-image:url(' http://i.imgur.com/n9ktVSH.png ');
  342. border-right:3px solid #ffffff;
  343. border-left:3px solid #ffffff;
  344. border-top-right-radius:50px;
  345. border-bottom-left-radius:50px;
  346. padding:4px;
  347. color:{color:text};
  348. text-transform:uppercase;
  349. font-style:normal;
  350. text-align:center;
  351. -moz-transition-duration:0.5s;
  352. -webkit-transition-duration:0.5s;
  353. -o-transition-duration:0.5s;
  354. }
  355.  
  356. #info a {
  357. color:#000000;
  358. font-style:normal;
  359. }
  360.  
  361. #info a:hover {
  362. color:{color:link hover};
  363. }
  364.  
  365. .tags {
  366. width:405px;
  367. text-transform:uppercase;
  368. font-style:normal;
  369. line-height:120%;
  370. padding:5px;
  371. font-size:10px;
  372. opacity:0;
  373. text-align:left;
  374. -moz-transition-duration:0.5s;
  375. -webkit-transition-duration:0.5s;
  376. -o-transition-duration:0.5s;
  377. }
  378. .tags a{
  379. color:#000000;
  380. }
  381. .tags a:hover{
  382. color:{color:link hover};
  383. -moz-transition-duration:0.5s;
  384. -webkit-transition-duration:0.5s;
  385. -o-transition-duration:0.5s;
  386. }
  387.  
  388. #post:hover .tags{
  389. opacity:1;
  390. -moz-transition-duration:0.5s;
  391. -webkit-transition-duration:0.5s;
  392. -o-transition-duration:0.5s;
  393. }
  394.  
  395. .audio{
  396. background-color:#e5e5e5;
  397. height:65px;
  398. overflow:hidden;
  399. }
  400.  
  401. #chat {
  402. line-height:150%;list-style:none;}
  403.  
  404. .line.even {
  405. background:#ffffff;
  406. margin-bottom:3px;
  407. padding:5px;
  408. list-style:none;
  409. font-size:10px;}
  410.  
  411. .line.odd {
  412. background:#f7f7f7;
  413. margin-bottom:3px;
  414. padding:5px;
  415. list-style:none;
  416. font-size:10px;}
  417.  
  418. .label {
  419. padding-right:1px;
  420. text-transform:normal;
  421. font-weight:bold;
  422. color:{color:link};
  423. }
  424.  
  425. .asker {
  426. text-transform:uppercase;
  427. font-family: 'Poppins', sans-serif;
  428. text-decoration:none;
  429. padding:0px;
  430. text-align:left;
  431. color:#gggggg;
  432. font-size:30px;
  433. line-height:100%;
  434. }
  435.  
  436. .question {
  437. background-image:url();
  438. padding:9px;
  439. text-align:left;
  440. text-transform:italic;
  441. font-family:'Pompiere', cursive;
  442. font-size:16px;
  443. color:{color:text};
  444. border-radius:0px;
  445. border-top:1px solid #ffffff;
  446. border-bottom:3px solid #ffffff;
  447. overflow-x:scroll;
  448. overflow-y:hidden;
  449. line-height:100%;
  450. }
  451.  
  452. .answer {
  453. text-align:left;
  454. padding-top:7px;
  455. color:{color:text};
  456. }
  457.  
  458. .popup_block {
  459. width:370px;
  460. height:460px;
  461. overflow-y:hidden;
  462. overflow-x:hidden;
  463. color:#4f4f4f;
  464. display:none;
  465. background:#fbfbfb;
  466. background-image:url(' http://i.imgur.com/DyGPtgk.png ');
  467. padding:20px;
  468. border:1px solid #eee;
  469. border-radius:0px;
  470. text-shadow:0px 0px 0px #000;
  471. float:left;
  472. position:fixed;
  473. top:50%;
  474. left:50%;
  475. z-index: 99999;
  476. -webkit-box-shadow: 2px 2px 5px #000;
  477. -moz-box-shadow: 2px 2px 5px #000;
  478. box-shadow: 2px 2px 5px #000;
  479. }
  480.  
  481. *html #fade {position: absolute;}
  482. *html .popup_block {position: absolute;}
  483. #fade {
  484. display:none;
  485. position:fixed;
  486. left:0px;
  487. top:0px;
  488. width:100%;
  489. height:100%;
  490. z-index:9999;
  491. background:#000; /* change to #fff for solid white */
  492. opacity:0.5; /* change to opacity:1; */
  493. }
  494.  
  495. #popuptext {
  496. width:200px;
  497. margin-left:210px;
  498. text-align:right;
  499.  
  500. }
  501.  
  502. #popupimage {
  503. margin-left:0px;
  504. position:absolute;
  505. }
  506.  
  507. #popupimage img{
  508. max-width:200px;
  509. }
  510.  
  511. b, strong {
  512. font-family: 'Yantramanav', sans-serif;
  513. font-size:17px;
  514. color:#404040;
  515. }
  516.  
  517. i, italic, em {
  518. font-family: 'Pompiere', cursive;
  519. color:#272727;
  520. font-size:17px;
  521. text-shadow: 0px 0px 2px #eae7e7
  522. }
  523.  
  524. /* --- UPDATES ---*/
  525.  
  526. #updates {
  527. font-size:10px;
  528. color:{color:Text};
  529. text-align:left;
  530. height:13px;
  531. width:100px;
  532. padding:8px;
  533. top:15px;
  534. left:20px;
  535. z-index:10;
  536. position:fixed;
  537. overflow:hidden;
  538. -webkit-transition: all 0.5s ease-in-out;
  539. -moz-transition: all 0.5s ease-in-out;
  540. -o-transition: all 0.5s ease-in-out;
  541. }
  542.  
  543. #updates:hover {
  544. height:185px;
  545. -webkit-transition: all 0.5s ease-in-out;
  546. -moz-transition: all 0.5s ease-in-out;
  547. -o-transition: all 0.5s ease-in-out;
  548. }
  549.  
  550. #updatestitle {
  551. font-size:16px;
  552. text-transform:uppercase;
  553. font-family:Pompiere;
  554. font-weight:bold;
  555. letter-spacing:4px;
  556. color:#989191;
  557. }
  558.  
  559. /* --- CREDIT ---*/
  560.  
  561. #credit {
  562. font-size:9px;
  563. font-family:arial;
  564. font-style:none;
  565. letter-spacing:1px;
  566. -moz-transition-duration:0.5s;
  567. -webkit-transition-duration:0.5s;
  568. -o-transition-duration:0.5s;
  569. }
  570.  
  571. #credit a {
  572. background-color:#fff;
  573. padding:5px;
  574. border:1px solid #e9e9e9;
  575. position:fixed;
  576. right:15px;
  577. bottom:10px
  578. }
  579.  
  580. #credit a:hover {
  581. color:#fff;
  582. background-color:#191919;
  583. }
  584.  
  585. /* --- end of credit ---*/
  586.  
  587. {CustomCSS}</style></head><body>
  588.  
  589. <!-- begin updates tab -->
  590.  
  591. <div id="updates">
  592. <div id="updatestitle">HOVER.</div>
  593.  
  594. <div style="padding-top:10px;">
  595.  
  596. IND.PRI.SEL
  597. <br>
  598. TERUSHIMA YUUJI FROM HAIKYUU.
  599. <br>READ <i><b><font color="000000">RULES</font></b></i> BEFORE INTERACTION.
  600. <br>
  601. WRITTEN BY STEVIE
  602. <br><script language="JavaScript">var fhs = document.createElement('script');var fhs_id = "5314291";
  603. var ref = (''+document.referrer+'');var pn = window.location;var w_h = window.screen.width + " x " + window.screen.height;
  604. fhs.src = "//s1.freehostedscripts.net/ocounter.php?site="+fhs_id+"&e1=partying hard&e2=partying hard&r="+ref+"&wh="+w_h+"&a=1&pn="+pn+"";
  605. document.head.appendChild(fhs);document.write("<span id='o_"+fhs_id+"'></span>");
  606. </script>
  607. </div></div>
  608. <!-- end updates tab -->
  609.  
  610.  
  611. <script type="text/javascript"
  612. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  613. <script>
  614. $(document).ready(function() {
  615. //
  616. $('a.poplight[href^=#]').click(function() {
  617. var popID = $(this).attr('rel'); //Get Popup Name
  618. var popURL = $(this).attr('href'); //Get Popup href to define size
  619. var query= popURL.split('?');
  620. var dim= query[1].split('&');
  621. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  622. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  623. var popMargTop = ($('#' + popID).height() + 80) / 2;
  624. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  625. //Apply Margin to Popup
  626. $('#' + popID).css({
  627. 'margin-top' : -popMargTop,
  628. 'margin-left' : -popMargLeft
  629. });
  630. $('body').append('<div id="fade"></div>');
  631. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  632. return false;
  633. });
  634. $('a.close, #fade').live('click', function() {
  635. $('#fade , .popup_block').fadeOut(function() {
  636. $('#fade, a.close').remove(); //fade them both out
  637. });
  638. return false;
  639. });
  640. });
  641. </script>
  642.  
  643.  
  644. <div id="theme">
  645.  
  646. <div id="sidebar">
  647.  
  648. <div id="sidebarimage">
  649. <a href="/"><img src="{image:sidebar}"> </a></div>
  650.  
  651. <div class="sidebartitle">{text:sidebartitle}</div>
  652.  
  653.  
  654. <div id="links">
  655. <div id="link1"><a href="/" rel="/" class="poplight" title= "home">01.</a></div>
  656. <div id="link2"><a href="#?w=400" rel="box0" class="poplight" title= "ask">02.</a></div>
  657. <div id="link3"><a href="#?w=400" rel="box1" class="poplight" title= "rules">03.</a></div>
  658. <div id="link4"><a href="#?w=400" rel="box2" class="poplight" title= "bio">04.</a></div>
  659. <div id="link5"><a href="#?w=400" rel="box3" class="poplight" title= "navi">05.</a></div>
  660. </div>
  661.  
  662. <div id="description">
  663. <div id="bigletter">
  664. {text:bigletter}</div>{Description}</div>
  665.  
  666. {block:Pagination}
  667. <div id="pagination">
  668. {block:PreviousPage}
  669. <a href="{PreviousPage}">BACK</a>
  670. {/block:PreviousPage}
  671. {block:JumpPagination length="5"}
  672. {block:CurrentPage}
  673. <span class="current_page"></span>
  674. {/block:CurrentPage}
  675. {block:JumpPage}
  676. <a class="jump_page" href="{URL}"></a>
  677. {/block:JumpPage}
  678. {/block:JumpPagination}
  679. {block:NextPage}
  680. <a href="{NextPage}">NEXT</a>
  681. {/block:NextPage}
  682. </div>
  683. {/block:Pagination}
  684.  
  685. </div>
  686.  
  687. <div id="entries">{block:Posts}<div id="post">
  688.  
  689. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  690.  
  691. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  692.  
  693. {block:Photoset}{Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  694.  
  695. {block:Quote}<big><big>"{Quote}"</big></big>{block:Source}<br><br> <div style="text-align:center;">— {Source}</div>{/block:Source}{/block:Quote}
  696.  
  697. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  698.  
  699. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title} <div class="chat"> {block:Lines} <li class="line {Alt}"> {block:Label} <span class="label"> {Label}</span> {/block:Label}{Line}</li> {/block:Lines}</div>{/block:Chat}{hw}
  700.  
  701. {block:Audio}{block:AlbumArt}<img src="{AlbumArtURL}" width="65px" align="left">{/block:AlbumArt}<div class="audio">{AudioPlayerGrey}<br>{block:TrackName}&nbsp;&nbsp;&nbsp;&nbsp; {TrackName}{/block:TrackName}
  702. {block:Artist} &nbsp;—&nbsp; {Artist} {/block:Artist}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  703.  
  704. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  705.  
  706. {block:Answer}<div align="right"><div class="asker">&nbsp;{ASKER} ;</div><div class="question"><br>&nbsp;&nbsp; {Question}<p></div></div><div class="answer">{Answer}</div>{/block:answer}
  707.  
  708. {block:Date}<div id="info"> <div align="center"><a href="{Permalink}">●</a>
  709. {/block:Date} {block:NoteCount}&nbsp; <a href="{Permalink}">●</a> {/block:NoteCount}
  710.  
  711. {block:RebloggedFrom}&nbsp;<a title="{ReblogParentName}" href="{ReblogParentURL}">●</a> {/block:RebloggedFrom}{block:ContentSource} &nbsp; <a title="{SourceTitle}" href="{SourceURL}">●</a>{/block:ContentSource} {/block:RebloggedFrom} &nbsp; <a href="{ReblogURL}"target="_blank" title="reblog this post">●</a>
  712. </div></div>
  713.  
  714.  
  715. {block:HasTags}
  716. <div class="tags">
  717. {block:Tags} <a href="{TagURL}"> #{Tag} &nbsp; </a> {/block:Tags}</div>
  718. {/block:HasTags}
  719. <div class="postnote">
  720. {block:PostNotes}{PostNotes}{/block:PostNotes}
  721. </div>
  722. </div>
  723. {/block:Posts}
  724.  
  725.  
  726. </div>
  727.  
  728. <script language=JavaScript>
  729. <!--
  730.  
  731. //Disable right mouse click Script
  732. //By Maximus (maximus@nsimail.com) w/ mods by DynamicDrive
  733. //For full source code, visit http://www.dynamicdrive.com
  734.  
  735. var message="(ง ͡°ᴥ ͡°)ง";
  736.  
  737. ///////////////////////////////////
  738. function clickIE4(){
  739. if (event.button==2){
  740. alert(message);
  741. return false;
  742. }
  743. }
  744.  
  745. function clickNS4(e){
  746. if (document.layers||document.getElementById&&!document.all){
  747. if (e.which==2||e.which==3){
  748. alert(message);
  749. return false;
  750. }
  751. }
  752. }
  753.  
  754. if (document.layers){
  755. document.captureEvents(Event.MOUSEDOWN);
  756. document.onmousedown=clickNS4;
  757. }
  758. else if (document.all&&!document.getElementById){
  759. document.onmousedown=clickIE4;
  760. }
  761.  
  762. document.oncontextmenu=new Function("alert(message);return false")
  763.  
  764. // -->
  765. </script>
  766.  
  767. </body>
  768.  
  769. <div id="box0" class="popup_block">
  770. <br><br><br>
  771. <iframe frameborder="0" height="300" id="ask_form" scrolling="yes" src="http://www.tumblr.com/ask_form/terushims.tumblr.com" width="100%"></iframe>
  772. </div>
  773.  
  774. <div id="box1" class="popup_block">
  775. <div style="background-color:#transparent; width:220px;padding:10px;text-align:justify; text-style:normal; letter-spacing:1px;font-size:12px;font-family:'silkscreen';margin-left:20px;overflow-x:hidden;scroll:left;overflow-x:hidden; height:440px; width:340px;margin-top:15px;">
  776. <p>
  777. independent, selective, private &. multiship blog for terushima yuuji from the animanga haikyuu!!</br>
  778. <br>general:</br>
  779. <br>• i am updated with the anime. ( currently reading the manga. ) i will always try my best to stay in character. MUSE ≠ MUN!</br>
  780. <br>• selective & mutuals only. this means i will not always follow everyone back. i ONLY roleplay with mutuals for my comfort. ( please don't try to guilt trip me, if i don't follow you back. )</br>
  781. <br>• multi-ship & ship exclusive. this means that there will be more than ONE ship on this blog. i will be ship-exclusive which means i won't ship with duplicates of the same character.</br>
  782. <br>• a smut free zone. i am underage & will not roleplay smut of any kind.</br>
  783. <br>triggers:</br>
  784. <br>• if you have any triggers, please let me know so i can tag them.
  785. <br>• i tag triggers as <i>trigger //</i>
  786. <br>• please tag <b>trypophobia</b>.</br>
  787. <br>tags:</br>
  788. <br>• please tag your smut, pedophilia, necrophilia and any form of incest. :/</br>
  789. <br>following/unfollowing:</br>
  790. <br>• i don't do follow for a follow.</br>
  791. <br>• i will be highly selective with OC's. i'll only follow them if they are developed and i can see my muse interacting with them.</br>
  792. <br>• i will unfollow you if you make me uncomfortable in anyway.</br>
  793. <br>• if you have a problem with my friends, i'll unfollow you.</br>
  794. <br>• if you reblog an ask with a reply, i'll unfollow you because i prefer my dash clean.</br>
  795. <br>other:</br>
  796. <br>• i don't send in any passwords, they make me very anxious.</br>
  797. <br>• please keep in mind that i do read everyone's rules before following and interacting.</br>
  798. <br>• skype is available for mutuals.</br>
  799. <br>• none of the art on this blog belongs to me and goes to there respective owners. i do take ownership over my writing and edits unless stated otherwise.</br>
  800. <br>• semi-active. ( my brother is a jerkface who claims my computer. >:( )</br>
  801. <br>the meme behind the screen:</br>
  802. <br>• my name is stevie :^)
  803. <br>• sixteen years old
  804. <br>• 4 years of roleplaying expierence. 10 months on tumblr.
  805. <br>• giant meme™
  806. <br>• come talk to me, i'm lonely
  807. <br>• talks about pepe the frog a lot</br>
  808.  
  809. </p>
  810.  
  811.  
  812. </div></div></div>
  813.  
  814. <div id="box2" class="popup_block">
  815. <div style="background-color:#transparent; width:220px;padding:10px;text-align:justify; text-style:normal; letter-spacing:1px;font-size:12px;font-family:'silkscreen';margin-left:20px;overflow-x:hidden;scroll:left;overflow-x:hidden; height:440px; width:340px;margin-top:15px;">
  816. <p><i><b>SOLAR DEITY</b></i> ; bring forth a new world & make it shine again. o' little boy, raised from a small family, C H E R I S H E D many great memories. times have change <b>NOW</b> and you are not the same. exuberant feelings are found inside of you & to use this new found energy, you must find people who <i>truly</i> love you. now <b>SIXTEEN</b>, playing volleyball was something you are very <i>passionate</i> about.
  817. <br> <b>KNIGHT OF SUN & ENERGY</b>; <a class="poplight" href="#?w=400" rel="box5">spike the ball and show the world true victory.</a>
  818. </p>
  819.  
  820. </div></div>
  821.  
  822. <div id="box3" class="popup_block">
  823. <div style="background-color:#transparent; width:220px;padding:10px;text-align:justify; text-style:normal; letter-spacing:1px;font-size:12px;font-family:'silkscreen';margin-left:20px;overflow-x:hidden;scroll:left;overflow-x:hidden; height:440px; width:340px;margin-top:15px;">
  824. <br><a class="poplight" href="#?w=400" rel="box4">VERSES</a>
  825.  
  826. <p>
  827.  
  828. </p>
  829. </div></div>
  830.  
  831. <div id="box4" class="popup_block">
  832. <div style="background-color:#transparent; width:220px;padding:10px;text-align:justify; text-style:normal; letter-spacing:1px;font-size:12px;font-family:'silkscreen';margin-left:20px;overflow-x:hidden;scroll:left;overflow-x:hidden; height:440px; width:340px;margin-top:15px;">
  833. <img src="http://i.imgur.com/TZrRsBF.png">
  834. <center><a href="/">MAIN.</a></center>
  835. a boy soaring through the air, as the ball is set into his hand to <b>SPIKE</b>. he scores for the team; loud cheers erupt from his teammates and the crowd as an out cry was heard from him. he didn't really think volleyball was <b>THIS</b> important, only thinking it was just a sport for fun. facing the karasuno team, he was ready for <b>EVEN</b> more fun. as captain, he had to lead the team to victory, but did he <i>really</i> think they could win?
  836. <img src="http://i.imgur.com/jZFaFjN.png">
  837. <center><a href="/">COLLEGE.</a></center>
  838. set during terushima's days in college. after thinking about it, terushima wants to go college. working <b>HARD</b>, he get's a scholarship to an university in TOKYO where he majors in <b>SPORTS SCIENCE/SPORTS PSYCHOLOGY</b>. he continues to play volleyball and tries his best to get on the national team. he <b>HOPES</b> to have <i>fun</i> while going through these new challenges. READ MORE <a href="http://terushims.tumblr.com/post/141732298680/become-your-legacy"><font color="#ffffff">HERE</font></a>
  839. <img src="http://i.imgur.com/eY8EyYP.png">
  840. <center><a href="/">CYBERPUNK.</a></center>
  841. a new era is here, with japan changing into a more <i>hi-tech</i> country. the economy is corrupted and it's <b>EVEN</b> hard to live in this type of system. terushima, a freelancher, assassin, is going to do <b>EVERYTHING</b> he can to crack the system while living in this world. READ MORE <a href="http://terushims.tumblr.com/post/141735421830/remember-me-for-centuries-cyberpunk-au"><font color="#ffffff">HERE</font></a>
  842. <img src="http://i.imgur.com/OgBocNC.png">
  843. <center><a href="/">DJ.</a></center>
  844. he is the <b>LOUD</b> type, who loves to have fun; she is the <b>QUIET</b> type, who is very reserved. they both must work togetherin a night club with rowdy people. a dj and a bartender; will their world's clash <i>?</i> READ MORE <a href="http://terushims.tumblr.com/post/141737636055/tonight-we-are-victorious-dj-au-with"><font color="#ffffff">HERE</font></a>
  845. <img src="http://i.imgur.com/gguEcYa.png">
  846. <center><a href="/">VERSE WITH KARMA.</a></center>
  847. in this verse, <a href="http://executive.god.jp/"><font color="#000000">semiseniortis's</font></a> karma meets terushima for the first time. both have <b>A LOT</b> of similar interests and instantly become bros. follow them both for wild adventures, funny jokes, and even more <i>crazy</i> things.
  848.  
  849. </div></div>
  850.  
  851. <div id="box5" class="popup_block">
  852. <div style="background-color:#transparent; width:220px;padding:10px;text-align:justify; text-style:normal; letter-spacing:1px;font-size:12px;font-family:'silkscreen';margin-left:20px;overflow-x:hidden;scroll:left;overflow-x:hidden; height:440px; width:340px;margin-top:15px;">
  853. terushima yuuji. april 18th. 17. bisexual. cis male. 5'9".</br>
  854. <br><i>darkness consumes your soul ; let light shine through.</i></br>
  855. <br><img src="http://i.imgur.com/tceZwKc.png"></br>
  856. <br><b>BIRTHPLACE:</b> MIYAGI PREFECTURE.
  857. <br><b>FAMILY:</b>MOTHER, FATHER & DOG.
  858. <br><b>STATUS:</b>TAKEN.
  859. <br><b>ASTROLOGY SIGN:</b>ARIES.
  860. <br>*he is japanese & korean mix.
  861. <br>*he has a tongue piercing.
  862. <br>*he is bad at cooking.
  863. <br>*he <b>REALLY</b> likes to have fun.
  864. <br>*he has a siberian husky.</br>
  865. <br><img src="http://i.imgur.com/ueXveIz.png"></br>
  866. <br><b>TRAITS.</b>
  867. <br><b>P.</b> exuberant. intelligent. out going. friendly.
  868. <br><b>N.</b> childish. loud. immature. careless.</br>
  869. <br><i>let's stay young forever & paint the world in stars.</i></br>
  870.  
  871.  
  872. </div></div></div></div></div></div></div></div></div></div>
  873.  
  874. <div id="credit"><a href="http://hollywhood.tumblr.com">HW</div> </div>
  875. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement