Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.33 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.  
  5. <link href='http://fonts.googleapis.com/css?family=Bangers' rel='stylesheet' type='text/css'>
  6. <link href='http://fonts.googleapis.com/css?family=Poiret+One' rel='stylesheet' type='text/css'>
  7. <link href='http://fonts.googleapis.com/css?family=PT+Sans+Narrow' rel='stylesheet' type='text/css'>
  8. <link href='http://fonts.googleapis.com/css?family=Raleway:300' rel='stylesheet' type='text/css'>
  9. <link href='http://fonts.googleapis.com/css?family=Lobster+Two' rel='stylesheet' type='text/css'>
  10. <link href='https://fonts.googleapis.com/css?family=Droid+Sans' rel='stylesheet' type='text/css'>
  11.  
  12. <script type="text/javascript"
  13. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  14. <script>
  15. $(document).ready(function() {
  16. //
  17. $('a.poplight[href^=#]').click(function() {
  18. var popID = $(this).attr('rel'); //Get Popup Name
  19. var popURL = $(this).attr('href'); //Get Popup href to define size
  20. var query= popURL.split('?');
  21. var dim= query[1].split('&');
  22. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  23. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  24. var popMargTop = ($('#' + popID).height() + 80) / 2;
  25. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  26. //Apply Margin to Popup
  27. $('#' + popID).css({
  28. 'margin-top' : -popMargTop,
  29. 'margin-left' : -popMargLeft
  30. });
  31. $('body').append('<div id="fade"></div>');
  32. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  33. return false;
  34. });
  35. $('a.close, #fade').live('click', function() {
  36. $('#fade , .popup_block').fadeOut(function() {
  37. $('#fade, a.close').remove(); //fade them both out
  38. });
  39. return false;
  40. });
  41. });
  42. </script>
  43.  
  44. <link rel="shortcut icon" href="{Favicon}">
  45. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  46. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  47.  
  48. <!---- this is theme 30 by Hollywhood
  49. please don't remove the credit
  50. thank yo
  51. --->
  52.  
  53. <meta name="color:Background" content="#ffffff"/>
  54. <meta name="color:Text" content="#9B9B9B"/>
  55. <meta name="color:Link" content="#b8b8b8"/>
  56. <meta name="color:border" content="#F2F2F2"/>
  57. <meta name="color:scrollbar" content="#D6D5D5">
  58. <meta name="color:Link Hover" content="#eeeeee"/>
  59. <meta name="color:Bold" content="#ffffff"/>
  60.  
  61. <meta name="image:sidebar" content=""/>
  62.  
  63. <meta name="text:link 1" content="Link 1"/>
  64. <meta name="text:link 1 url" content="/"/>
  65. <meta name="text:link 2" content="Link 2"/>
  66. <meta name="text:link 2 url" content="/"/>
  67. <meta name="text:link 3" content="Link 3"/>
  68. <meta name="text:link 3 url" content="/"/>
  69. <meta name="text:link 4" content="Link 4"/>
  70. <meta name="text:link 4 url" content="/"/>
  71. <meta name="text:link 5" content="Link 5"/>
  72. <meta name="text:link 5 url" content="/"/>
  73.  
  74. <style type="text/css">
  75.  
  76. #bite
  77. #bite a{
  78. display:block
  79. }
  80. #bite .death {
  81. margin-top:0px;filter: alpha(opacity = 0);
  82. opacity:0;-webkit-transition: all 0.5s ease-out;
  83. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  84. }
  85.  
  86. #bite:hover .death {
  87. margin-top:0px;
  88. -webkit-transition: all 0.8s ease-out;
  89. -moz-transition: all 0.8s ease-out;
  90. transition: all 0.8s ease-out;
  91. filter: alpha(opacity = 100);
  92. filter: alpha(opacity = 100);
  93. opacity:100;
  94. }
  95.  
  96.  
  97. .popup_block{
  98. display:none;
  99. color:#d6d8d9;
  100. background-image:url("https://41.media.tumblr.com/81f74d1d4e524424edbd4be69b1368ef/tumblr_o2m7nkeRS01v8xh7to1_r1_400.png");
  101. height:258px;
  102. border-radius:0px;
  103. padding:20px;
  104. float:left;
  105. position:fixed;
  106. top:370px;
  107. left:515px;
  108. z-index: 99999;
  109. -webkit-box-shadow: 0px 0px 10px #fff; /* delete for solid white */
  110. -moz-box-shadow: 0px 0px 10px #fff;
  111. box-shadow: 0px 0px 10px #fff;
  112. }
  113.  
  114. *html #fade {position: absolute;}
  115. *html .popup_block {position: absolute;}
  116. #fade {
  117. display:none;
  118. position:fixed;
  119. left:0px;
  120. top:0px;
  121. width:100%;
  122. height:100%;
  123. z-index:9999;
  124. background:#fff; /* change to #fff for solid white */
  125. opacity:0.4; /* change to opacity:1; */
  126. }
  127.  
  128. #text {
  129. top:50%;
  130. left:50%;
  131. margin-top:0px;
  132. margin-left:0px;
  133. width:350px;
  134. height:275px;
  135. overflow:scroll;
  136. text-align:justify;
  137. font-family:calibri;
  138. font-size:13px;
  139. color:#fff;
  140. }
  141.  
  142.  
  143.  
  144. img{
  145.  
  146. -webkit-transition: opacity 0.8s linear;
  147.  
  148. }
  149.  
  150. ::-webkit-scrollbar-thumb{
  151. background-color: transparent;
  152. border: 2px solid transparent;
  153. height:auto;
  154. }
  155.  
  156. ::-webkit-scrollbar {
  157. height:auto;
  158. width:0px;
  159. background-color: transparent;
  160. border: 0px solid transparent;
  161. }
  162.  
  163.  
  164. iframe#tumblr_controls {
  165. white-space:nowrap;
  166. -webkit-filter: invert(100%);
  167. -moz-filter: invert(100%);
  168. -o-filter: invert(100%);
  169. -ms-filter: invert(100%);
  170. filter: invert(100%);
  171. opacity:.2;transition: .8s ease-in-out;
  172. -webkit-transition: .8s ease-in-out;
  173. -moz-transition: .8s ease-in-out;
  174. -o-transition: .8s ease-in-out;
  175. }
  176.  
  177. h1 {
  178. font-weight:normal;
  179. font-family:bebas;
  180. font-size:25px;
  181. text-align:center;
  182. font-style:normal;
  183. line-height:100%;
  184. letter-spacing:1px;
  185. text-transform:normal;
  186. text-shadow: 2px 1.5px 0px #fff;
  187. color:#302e35;
  188. }
  189.  
  190. h2 {
  191. font-size:10px;
  192. text-align:center;
  193. line-height:100%;
  194. letter-spacing:-0.5px;
  195. color:#fff;
  196. font-weight:bold;
  197. text-transform:uppercase;
  198. padding:5px;
  199. padding-bottom:2px;
  200. }
  201.  
  202. h3 {
  203. font-size:25px;
  204. font-family:phantom;
  205. text-align:center;
  206. line-height:60%;
  207. color:{color:text};
  208. font-weight:normal;
  209. text-transform:uppercase;
  210. }
  211.  
  212.  
  213.  
  214. blockquote {
  215. border-left:2px solid {color:text};
  216. padding-left:5px;
  217. margin:5px;
  218. }
  219.  
  220. b, strong {
  221. color:#fff;
  222. font-size:18px;
  223. font-family:bebas neue;
  224. line-height:120%;
  225. letter-spacing:2px;
  226. text-transform:lowercase;
  227. text-shadow: 2px 1.1px 0px #292759;
  228. }
  229.  
  230. i {
  231. color:#292759;
  232. font-size:10px;
  233. text-shadow: 1px 1px 0px #fff;
  234. }
  235. small{
  236. font-size:11px;
  237. }
  238.  
  239.  
  240. body {
  241. background:{color:background};
  242. margin:0px;
  243. color:{color:text};
  244. font-family: calibri;
  245. font-size:11px;
  246. line-height:120%;
  247. background-image:url("https://41.media.tumblr.com/4fd7c3a07b328624ba535e783ea87fe2/tumblr_o2m7nkeRS01v8xh7to2_r1_1280.png");
  248. background-attachment: fixed;
  249. background-image:stretch;
  250. background-repeat: no-repeat;
  251. background-image:cover;
  252. background-position:top left;
  253. }
  254.  
  255. a {
  256. text-decoration:none;
  257. outline:none;
  258. -moz-outline-style:none;
  259. color:{color:link};
  260. -moz-transition-duration:0.5s;
  261. -webkit-transition-duration:0.5s;
  262. -o-transition-duration:0.5s;
  263. }
  264.  
  265. a:hover {
  266. text-decoration:none;
  267. outline:none;
  268. -moz-outline-style:none;
  269. color:{color:link hover};
  270. }
  271.  
  272. img {
  273. border:none;
  274. max-width:270px;
  275.  
  276. }
  277.  
  278. blockquote {
  279. padding-left:5px;
  280. border-left:2px solid #fff;
  281. }
  282.  
  283. blockquote blockquote {
  284. padding-left:5px;
  285. border-left:2px solid #fff;
  286. }
  287.  
  288. #theme {
  289. width:375px;
  290. margin:0 auto -12px auto;
  291. }
  292.  
  293. #post {
  294. width:317px;
  295. padding-bottom:30px;
  296. margin-top:20px;
  297. }
  298.  
  299. #title {
  300. font-family:baskerville;
  301. margin-top:95px;
  302. margin-left:500px;
  303. text-transform:uppercase;
  304. font-size:0px;
  305. color: #3c0000;
  306. letter-spacing:1px;
  307. line-height:115%;
  308. }
  309.  
  310. p {
  311. font-size:10px;
  312. }
  313.  
  314. #entries {
  315. padding:10px;
  316. font-size:7px;
  317. left:546px;
  318. top:165px;
  319. position:fixed;
  320. background-color:transparent;
  321. width:315px;
  322. height:445px;
  323. padding: 10px;
  324. overflow-x:scroll;
  325. scroll:left;
  326. overflow-x:hidden;
  327. }
  328.  
  329. #sidebar {
  330. color:{color:text};
  331. position:fixed;
  332. width:200px;
  333. height:auto;
  334. top:310px;
  335. left:720px;
  336. text-align:left;
  337. }
  338.  
  339. #sidebarimage img {
  340. width:479;
  341. position:fixed;
  342. top:0px;
  343. bottom:5px;
  344. left:135px;
  345. z-index:1;
  346. }
  347.  
  348.  
  349. #links {
  350. position:fixed;
  351. font-family:phantom;
  352. font-weight:bold;
  353. color:#fff;
  354. width:10px;
  355. top:60px;
  356. left:735px;
  357. font-size:44px;
  358. text-transform:lowercase;
  359. text-align:center;
  360. line-height:170%;
  361. text-shadow: 1px 1.1px 0px #fff;
  362. transform: rotate(30deg);
  363. -ms-transform: rotate(30deg);
  364. -webkit-transform: rotate(30deg);
  365. -o-transform: rotate(30deg);
  366. -moz-transform: rotate(30deg);
  367. }
  368.  
  369. #links a{
  370. line-height:170%;
  371. padding:1px;
  372. margin-top:1px;
  373. margin-left:2px;
  374. color:#292759;
  375. -moz-transition-duration:.7s;
  376. -webkit-transition-duration:.7s;
  377. -o-transition-duration:.7s;
  378. }
  379.  
  380. #links a:hover {
  381. color: {color:link hover};
  382. -moz-transition-duration:.4s;
  383. -webkit-transition-duration:.4s;
  384. -o-transition-duration:.4s;
  385.  
  386. }
  387.  
  388. #alinks {
  389. position:fixed;
  390. font-family:phantom;
  391. font-weight:bold;
  392. width:10px;
  393. top:80px;
  394. left:700px;
  395. font-size:32px;
  396. text-transform:lowercase;
  397. text-align:center;
  398. line-height:170%;
  399. text-shadow: 1px 1.1px 0px #d2d2de;
  400. transform: rotate(45deg);
  401. -ms-transform: rotate(45deg);
  402. -webkit-transform: rotate(45deg);
  403. -o-transform: rotate(45deg);
  404. -moz-transform: rotate(45deg);
  405. }
  406.  
  407. #links a{
  408. line-height:170%;
  409. padding:1px;
  410. margin-top:1px;
  411. margin-left:2px;
  412. color:#cfd2d2;
  413. -moz-transition-duration:.7s;
  414. -webkit-transition-duration:.7s;
  415. -o-transition-duration:.7s;
  416. }
  417.  
  418. #links a:hover {
  419. color: {color:link hover};
  420. -moz-transition-duration:.4s;
  421. -webkit-transition-duration:.4s;
  422. -o-transition-duration:.4s;
  423.  
  424. }
  425.  
  426. #blinks {
  427. position:fixed;
  428. font-family:phantom;
  429. font-weight:bold;
  430. width:10px;
  431. top:55px;
  432. left:665px;
  433. font-size:38px;
  434. text-transform:lowercase;
  435. text-align:center;
  436. line-height:170%;
  437. text-shadow: 1px 1.1px 0px #d2d2de;
  438. transform: rotate(14deg);
  439. -ms-transform: rotate(14deg);
  440. -webkit-transform: rotate(14deg);
  441. -o-transform: rotate(14deg);
  442. -moz-transform: rotate(14deg);
  443. }
  444.  
  445. #links a{
  446. line-height:170%;
  447. padding:1px;
  448. margin-top:1px;
  449. margin-left:2px;
  450. color:#cfd2d2;
  451. -moz-transition-duration:.7s;
  452. -webkit-transition-duration:.7s;
  453. -o-transition-duration:.7s;
  454. }
  455.  
  456. #links a:hover {
  457. color: {color:link hover};
  458. -moz-transition-duration:.4s;
  459. -webkit-transition-duration:.4s;
  460. -o-transition-duration:.4s;
  461.  
  462. }
  463.  
  464. #clinks {
  465. position:fixed;
  466. font-family:phantom;
  467. font-weight:bold;
  468. width:10px;
  469. top:60px;
  470. left:636px;
  471. font-size:31px;
  472. text-transform:lowercase;
  473. text-align:center;
  474. line-height:170%;
  475. text-shadow: 1px 1.1px 0px #d2d2de;
  476. transform: rotate(60deg);
  477. -ms-transform: rotate(60deg);
  478. -webkit-transform: rotate(60deg);
  479. -o-transform: rotate(60deg);
  480. -moz-transform: rotate(60deg);
  481. }
  482.  
  483. #links a{
  484. line-height:170%;
  485. padding:1px;
  486. margin-top:1px;
  487. margin-left:2px;
  488. color:#cfd2d2;
  489. -moz-transition-duration:.7s;
  490. -webkit-transition-duration:.7s;
  491. -o-transition-duration:.7s;
  492. }
  493.  
  494. #links a:hover {
  495. color: {color:link hover};
  496. -moz-transition-duration:.4s;
  497. -webkit-transition-duration:.4s;
  498. -o-transition-duration:.4s;
  499.  
  500. }
  501.  
  502. #description {
  503. width:130px;
  504. font-family:calibri;
  505. bottom:0px;
  506. top:0px;
  507. margin-top:50px;
  508. margin-left:-515px;
  509. text-align:justify;
  510. font-size:130%;
  511. color: #fff;
  512. letter-spacing:1px;
  513. line-height:115%;
  514. }
  515.  
  516. #description a {
  517. color:{color:link};
  518. }
  519.  
  520. #description a:hover {
  521. color:{color:link hover}
  522. }
  523.  
  524. #pagination {
  525. font-family:cambria;
  526. width:200px;
  527. font-size:8px;
  528. text-transform:normal;
  529. top:-285px;
  530. left:500px;
  531. padding-top:25px;
  532. letter-spacing:1px;
  533. font-style:normal;
  534. text-align:center;
  535. }
  536.  
  537. #pagination a {
  538. color:#fff;
  539. }
  540.  
  541. #info {
  542. font-family:bebas neue;
  543. width:315px;
  544. margin-top:3px;
  545. padding:5px;
  546. font-size:12px;
  547. color:{color:text};
  548. text-transform:uppercase;
  549. letter-spacing:3px;
  550. font-style:normal;
  551. text-align:center;
  552. background-color:transparent;
  553. -moz-transition-duration:0.5s;
  554. -webkit-transition-duration:0.5s;
  555. -o-transition-duration:0.5s;
  556. }
  557.  
  558. #info a {
  559. color:{color:link};
  560. text-align:left;
  561. font-style:normal;
  562. }
  563.  
  564. #info a:hover {
  565. color:{color:link hover};
  566. }
  567.  
  568. .tags {
  569. background-color:;
  570. background-position:fixed;
  571. background-attachment:fixed top;
  572. background-position:top;
  573. background-repeat:no-repeat;
  574. background-color:transparent;
  575. border: 3px solid #d2d2de;
  576. font-family:silkscreen;
  577. font-style:normal;
  578. width:312px;
  579. margin-left:-8px;
  580. text-transform:uppercase;
  581. letter-spacing:0px;
  582. color:#fff;
  583. line-height:140%;
  584. font-size:8px;
  585. opacity:1;
  586. text-align:center;
  587. padding-top:7px;
  588. padding-left:7px;
  589. padding-right:7px;
  590. padding-bottom:7px;
  591. margin-top:5px;
  592. -moz-transition-duration:0.5s;
  593. -webkit-transition-duration:0.5s;
  594. -o-transition-duration:0.5s;
  595. }
  596.  
  597. .tags a{
  598. color:#d2d2de;
  599. }
  600.  
  601. .tags a:hover {
  602. color:#fff;
  603. -moz-transition-duration:0.5s;
  604. -webkit-transition-duration:0.5s;
  605. -o-transition-duration:0.5s;
  606. }
  607.  
  608. .audio{
  609. background-color:#ffffff;
  610. height:65px;
  611. overflow:hidden;
  612. }
  613.  
  614. #ask {
  615. background-color:;
  616. background-position:fixed;
  617. background-attachment:fixed top;
  618. background-position:top;
  619. background-repeat:no-repeat;
  620. background-color:transparent;
  621. width:312px;
  622. color:#fff;
  623. border: 3px solid #d2d2de;
  624. padding:5px;
  625. text-align:center;
  626. font-family: 'PT Sans Narrow', sans-serif;
  627. font-size:11px;
  628. text-transform:uppercase;
  629. font-style:normal;
  630. text-shadow:1px 1px 0px #000;
  631. margin-left:-7px;
  632. }
  633.  
  634. #credit {
  635. font-size:9px;
  636. font-family:cambria;
  637. font-style:italic;
  638. letter-spacing:1px;
  639. -moz-transition-duration:0.5s;
  640. -webkit-transition-duration:0.5s;
  641. -o-transition-duration:0.5s;
  642. }
  643.  
  644. #credit a {
  645. background-color:#fff;
  646. padding:5px;
  647. border:1px solid #000;
  648. position:fixed;
  649. right:15px;
  650. bottom:10px
  651. }
  652.  
  653. #credit a:hover {
  654. color:#fff;
  655. background-color:#19191;
  656. }
  657.  
  658. #pagination {
  659. position:fixed;
  660. margin-top:365px;
  661. margin-left:180px;
  662. }
  663.  
  664. #s-m-t-tooltip {
  665. margin-left:15px;
  666. margin-top:-21px;
  667. letter-spacing:0px;
  668. font-family:silkscreen;
  669. text-transform:auto;
  670. font-size:12px;
  671. color:#000;
  672. padding: 3px;
  673. z-index:99999999999999999999999;
  674. -webkit-transition:all 1.5s;
  675. -moz-transition:all 1.5s;
  676. -ms-transition:all 1.5s;
  677. -o-transition:all 1.5s;
  678. transition:all 1.5s;
  679. }
  680.  
  681. #editthis{
  682. /* EDIT THIS STUFF TO POSITION YOUR MUSIC PLAYER */
  683. position:fixed;
  684. top:130px;
  685. left:700px;
  686. z-index:99;
  687. }
  688.  
  689. /* BOX 1 */
  690.  
  691. #box {
  692. position:fixed;
  693. top:156px;
  694. left:890px;
  695. border:2px solid #d2d2de;
  696. width:5px; /* box width*/
  697. height:5px; /* box height*/
  698. padding:2px;
  699. z-index:9999999; /* every box you add take off a nine from here */
  700. -webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;
  701. }
  702.  
  703.  
  704. #box:hover {
  705. height:110px; /* content box height */
  706. width:105px; /* content box width */
  707. background:#d2d2de;
  708.  
  709. }
  710.  
  711. #box:hover #cont {
  712. opacity:1;
  713. /* keep these same as above but take off 5 px from width */
  714. width:100px;
  715. height:110px;
  716. }
  717.  
  718. #cont {
  719. position:fixed;
  720. padding:2px;
  721. text-align:center;
  722. overflow:hidden;
  723. width:0;
  724. height:0;
  725. opacity:0;
  726. z-index:9;
  727. -webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;
  728. }
  729.  
  730.  
  731.  
  732.  
  733. {CustomCSS}</style></head><body>
  734.  
  735. <script src=“http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js”></script>
  736. <script src=“http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js”></script>
  737. <script>
  738. (function($){
  739. $(document).ready(function(){
  740. $(“a[title]”).style_my_tooltips({
  741. tip_follows_cursor:true,
  742. tip_delay_time:7,
  743. tip_fade_speed:7,
  744. attribute:“title”
  745. });
  746. });
  747. })(jQuery);
  748. </script>
  749.  
  750. <body>
  751. <div id="box">
  752. <div id="cont">
  753. <p>gym leader <b>clemont</b></p>
  754. <p><i>specializing in <b>electric types</b></i></p>
  755. </div>
  756. </div>
  757.  
  758. <div id="title">{Title}</div>
  759.  
  760. <div id="pagination"><p></p><br><br><center>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"><big><big><big><big><big>←</big></big></big></big></big></a>{/block:PreviousPage}{/block:Pagination}
  761. {block:Pagination}{block:NextPage} <a href="{NextPage}"><big><big><big><big><big>→</big></big></big></big></big></a>{/block:NextPage}{/block:Pagination}{/block:Pagination} </center></div>
  762. <div id="theme">
  763.  
  764. <div id="editthis">
  765. <object type="application/x-shockwave-flash" data="http://flash-mp3-player.net/medias/player_mp3_maxi.swf" width="20" height="20">
  766. <param name="movie" value="http://flash-mp3-player.net/medias/player_mp3_maxi.swf" />
  767. <param name="bgcolor"
  768. value="#00001a" />
  769. <param name="FlashVars"
  770. value="mp3=http://cs1.mp3.pm/download/44968959/VUoxTGc3YW5hU0RsZHdPamJWWFIwbmdvNWNqRmZ2ejIxUExmS1MwdWdyRXEyaW5KeC8zSk4yWFQvM3dvNTRTMGJWNWRKckVINTZ1NmVjY2YrVGVLdEtudWswR2ZPYlFHc1JYSlc3T3NHSnpoVTByc2x4Y0cvRmY0dUtiTC9nZ1Q/Tomohisa_Sako_-_Getta_Banban_(mp3.pm).mp3&amp;width=20&amp;loop=0&amp;autoplay=0&amp;volume=50&amp;showslider=0&amp;buttonwidth=20&amp;bgcolor1=00001a&amp;bgcolor2=00001a&amp;buttoncolor=d2d2de&amp;buttonovercolor=ffffff" />
  771. </object></div>
  772. </div>
  773.  
  774. <div id="sidebarimage">
  775. <a title="{text:homelink title}" href="/"><img src="{image:sidebar}"> </a></div>
  776.  
  777. <div id="sidebar">
  778.  
  779.  
  780. <div id="links">
  781. <a href="{text:link 1 url}" title="HOME.">{text:link 1}</a></div>
  782. <div id="alinks">
  783. <a href="#?w=362" rel="box3" title="MESSAGE." class="poplight">★</a></div>
  784. <div id="blinks">
  785. <a href="#?w=362" rel="box1" title="GUIDE." class="poplight">★</a></div>
  786. <div id="clinks">
  787. <a href="#?w=362" rel="box2" title="ABOUT." class="poplight">★</a></div>
  788. </div>
  789.  
  790. <div id="description">
  791. {Description}</div>
  792. </div>
  793.  
  794. <div id="entries">{block:Posts}<div id="post">
  795.  
  796. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  797.  
  798. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-250}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  799.  
  800. {block:Photoset}{Photoset-250}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  801.  
  802. {block:Quote}<big><big>"{Quote}"</big></big>{block:Source}<br><br> <div style="text-align: right;">— {Source}</div>{/block:Source}{/block:Quote}
  803.  
  804. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  805.  
  806. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}{hw}
  807.  
  808. {block:Audio}{block:AlbumArt}<img src="{AlbumArtURL}" width="65px" align="left">{/block:AlbumArt}<div class="audio">{AudioPlayerGrey}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  809.  
  810. {block:Video}{Video-250}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  811.  
  812. {block:Answer}<div id="ask">&nbsp;<big><big><big>{Asker}:</big></big></big><br> &nbsp; "{Question}"</div><br><br>{Answer}{/block:Answer}
  813.  
  814.  
  815. {block:Date}<div id="info"><a href="{Permalink}" style="color:#d2d2de;"> {TimeAgo}</a> {block:NoteCount} with <font color=#fff><big>♥</big></font> <a href="{Permalink}">{NoteCount}</a> {/block:NoteCount} {block:RebloggedFrom} — <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
  816. {block:ContentSource} , <a href="{SourceURL}">source</a> {/block:ContentSource}{/block:Date}</div>
  817.  
  818. {block:HasTags}
  819. <div class="tags">
  820. {block:Tags} <big>#</big> <a href="{TagURL}">
  821. {Tag}</a>{/block:Tags}</div>
  822. {/block:HasTags}
  823. <div class="postnote">
  824. {block:PostNotes}{PostNotes}{/block:PostNotes}
  825. </div>
  826. </div>
  827. {/block:Posts}
  828.  
  829. </div>
  830.  
  831.  
  832.  
  833.  
  834.  
  835. </body>
  836.  
  837. <div id="box1" class="popup_block">
  838. <div id="text">
  839. <p><center>this is an independent, extremely <b>private</b> roleplay blog for clemont from pokemon xy, written by daniel.</center></p>
  840. <blockquote>
  841. <p><b>01.</b> i won't interact with non-mutuals, simple as that. don't even try to contact me. if we're mutuals, that means i want to roleplay and be friends with you! i have trouble talking with others but i do intend to make friends here.
  842. <p><b>02.</b>clemont is entirely based on the anime. i have finished xy & xy2 but not xy&z yet.</p>
  843. <p><b>03.</b>shipping will be limited and probably won't happen. neither will smut.</p>
  844. <p><b>04.</b>i take a while to respond to threads, so be patient with me and don't bother me for replies. i'm a slow roleplayer who tends to put friends before strangers with replies.</p>
  845. <p><b>05.</b>hate will be laughed at and deleted!</p>
  846. <p><b>06.</b>i can't send rules passwords for personal reasons.</p>
  847. </blockquote></div>
  848.  
  849.  
  850. </div>
  851.  
  852. <div id="box2" class="popup_block">
  853. <div id="text">
  854. <img src="https://41.media.tumblr.com/1b4bdf73a6dcfdfc536f189ca0c60e6b/tumblr_inline_o2nnyzjbd31u1eswg_540.png"></p>
  855. <p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<b>name,</b> clemont.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<b>age,</b> sixteen.<br>
  856. &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<b>birthday,</b> december 27th.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp; &nbsp;<b>zodiac,</b> capricorn.</b><br>
  857. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>height,</b> 5'1". &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>weight,</b> 103 lbs.<br>
  858. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>gender,</b> trans boy. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>pronouns,</b> he/him.<br>
  859. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>sexuality,</b> demiromantic asexual.
  860. </div>
  861.  
  862.  
  863.  
  864. </div>
  865.  
  866. <div id="box3" class="popup_block">
  867. <iframe frameborder="0" height="100" id="ask_form" scrolling="yes" src="http://www.tumblr.com/ask_form/{Name}.tumblr.com" width="300"></iframe>
  868. </div>
  869.  
  870. </div></div></div></div></div></div></div></div></div></div>
  871.  
  872. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement