Advertisement
Guest User

Untitled

a guest
Feb 12th, 2016
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 38.35 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. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8. <!---- this is theme 41 by Hollywhood
  9. please don't remove the credit
  10. thank you
  11. --->
  12.  
  13. <meta name="color:Background" content="#ffffff"/>
  14. <meta name="color:Text" content="#9B9B9B"/>
  15. <meta name="color:Link" content="#b8b8b8"/>
  16. <meta name="color:scrollbar" content="#999999">
  17. <meta name="color:title" content="#999999">
  18. <meta name="color:Link Hover" content="#eeeeee"/>
  19.  
  20. <meta name="image:sidebar" content=""/>
  21. <meta name="text:sidebartitle" content="">
  22.  
  23. <meta name="text:link 1" content="Link 1"/>
  24. <meta name="text:link 1 url" content="/"/>
  25. <meta name="text:link 2" content="Link 2"/>
  26. <meta name="text:link 2 url" content="/"/>
  27. <meta name="text:link 3" content="Link 3"/>
  28. <meta name="text:link 3 url" content="/"/>
  29. <meta name="text:link 4" content="Link 4"/>
  30. <meta name="text:link 4 url" content="/"/>
  31. <meta name="text:link 5" content="Link 5"/>
  32. <meta name="text:link 5 url" content="/"/>
  33.  
  34. <link href='http://fonts.googleapis.com/css?family=Cabin:400,400italic' rel='stylesheet' type='text/css'>
  35. <link href='https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700' rel='stylesheet' type='text/css'>
  36. <link href='https://fonts.googleapis.com/css?family=IM+Fell+Double+Pica:400,400italic' rel='stylesheet' type='text/css'>
  37. <link href='https://fonts.googleapis.com/css?family=Petit+Formal+Script' rel='stylesheet' type='text/css'>
  38. <link href='https://fonts.googleapis.com/css?family=Raleway:500' rel='stylesheet' type='text/css'>
  39. <link href='https://fonts.googleapis.com/css?family=Iceland' rel='stylesheet' type='text/css'>
  40. <link href='https://fonts.googleapis.com/css?family=Maven+Pro:400,900' rel='stylesheet' type='text/css'>
  41. <link href='https://fonts.googleapis.com/css?family=Anton' rel='stylesheet' type='text/css'>
  42. <link href='http://fonts.googleapis.com/css?family=Pacifico' rel='stylesheet' type='text/css'>
  43.  
  44.  
  45. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  46.  
  47. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  48. <script>
  49. (function($){
  50. $(document).ready(function(){
  51. $("[title]").style_my_tooltips({
  52. tip_follows_cursor:true,
  53. tip_delay_time:200,
  54. tip_fade_speed:300
  55. }
  56. );
  57. });
  58. })(jQuery);
  59. </script>
  60.  
  61. <script language=JavaScript>
  62. <!--
  63.  
  64. //Disable right mouse click Script
  65. //By Maximus (maximus@nsimail.com) w/ mods by DynamicDrive
  66. //For full source code, visit http://www.dynamicdrive.com
  67.  
  68. var message="spoiler alert!";
  69.  
  70. ///////////////////////////////////
  71. function clickIE4(){
  72. if (event.button==2){
  73. alert(message);
  74. return false;
  75. }
  76. }
  77.  
  78. function clickNS4(e){
  79. if (document.layers||document.getElementById&&!document.all){
  80. if (e.which==2||e.which==3){
  81. alert(message);
  82. return false;
  83. }
  84. }
  85. }
  86.  
  87. if (document.layers){
  88. document.captureEvents(Event.MOUSEDOWN);
  89. document.onmousedown=clickNS4;
  90. }
  91. else if (document.all&&!document.getElementById){
  92. document.onmousedown=clickIE4;
  93. }
  94.  
  95. document.oncontextmenu=new Function("alert(message);return false")
  96.  
  97. // -->
  98. </script>
  99.  
  100. <script type="text/javascript"
  101. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  102. <script>
  103. $(document).ready(function() {
  104. //
  105. $('a.poplight[href^=#]').click(function() {
  106. var popID = $(this).attr('rel'); //Get Popup Name
  107. var popURL = $(this).attr('href'); //Get Popup href to define size
  108. var query= popURL.split('?');
  109. var dim= query[1].split('&');
  110. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  111. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  112. var popMargTop = ($('#' + popID).height() + 80) / 2;
  113. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  114. //Apply Margin to Popup
  115. $('#' + popID).css({
  116. 'margin-top' : -popMargTop,
  117. 'margin-left' : -popMargLeft
  118. });
  119. $('body').append('<div id="fade"></div>');
  120. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  121. return false;
  122. });
  123. $('a.close, #fade').live('click', function() {
  124. $('#fade , .popup_block, .popup_block2 , .popup_block3 ,').fadeOut(function() {
  125. $('#fade, a.close').remove(); //fade them both out
  126. });
  127. return false;
  128. });
  129. });
  130. </script>
  131.  
  132.  
  133.  
  134.  
  135. <style type="text/css">
  136.  
  137.  
  138.  
  139. .popup_block{
  140. display:none;
  141. background: url('http://i.imgur.com/nctTpUb.png');
  142. background-repeat: no-repeat;
  143. padding:20px;
  144. height:544px;
  145. float:left;
  146. position:fixed;
  147. top:56%;left:53%;
  148. z-index: 99999;
  149.  
  150. }
  151.  
  152.  
  153. #text {
  154. margin-left:40px;
  155. margin-top: 270px;
  156. width:400px;
  157. overflow: scroll;
  158. overflow-x: hidden;
  159. left:50%;
  160. top:50%;
  161. height:220px;
  162. padding:10px;
  163. text-align:justify;
  164. color:#f6f6f6;
  165. font-family:calibri;
  166. font-size:11px;
  167. opacity:0.9;
  168.  
  169. -webkit-transition: opacity 0.8s linear;
  170. opacity: 0.50;
  171. }
  172.  
  173. #text:hover {
  174. -webkit-transition: opacity 0.8s linear;
  175. opacity: 1;
  176.  
  177.  
  178. }
  179.  
  180.  
  181. *html #fade {position: absolute;}
  182. *html .popup_block, .popup_block2, {position: absolute;}
  183. #fade {
  184. display:none;
  185. position:fixed;
  186. left:0px;
  187. top:0px;
  188. width:100%;
  189. height:100%;
  190. z-index:9999;
  191. background:#252525; /* change to #fff for solid white */
  192. opacity:0.9; /* change to opacity:1; */
  193. }
  194.  
  195.  
  196.  
  197.  
  198.  
  199.  
  200.  
  201.  
  202. *, body, a, a:hover {cursor: url('http://img69.imageshack.us/img69/7673/cursorw.png'), auto;}
  203.  
  204.  
  205. iframe#tumblr_controls {
  206. white-space:nowrap; filter: invert(100%); -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%);opacity:0.2;
  207. }
  208. #tumblr_controls{
  209. position:fixed !important;
  210. -webkit-filter: invert(100%)
  211. }
  212.  
  213.  
  214. body {
  215. background:#252525;
  216. margin:0px;
  217. color:{color:text};
  218. font-family: 'Maven Pro', sans-serif;
  219. font-size:10px;
  220. line-height:100%;
  221. background-image:url(http://i.imgur.com/ZhIXbfe.png);
  222. background-attachment: fixed;
  223. background-repeat: no-repeat;
  224.  
  225.  
  226.  
  227. }
  228.  
  229. small,sup,sub {
  230. font-size:8px;
  231. }
  232.  
  233.  
  234.  
  235. b, strong {
  236. line-height:100%;
  237. font-weight: bold;
  238. color:#c22dc3;
  239. text-shadow: 0px 0px 3px #c22dc3;
  240. font-size:10px;
  241. letter-spacing:1px;
  242. font-family: 'Raleway', sans-serif;
  243. }
  244.  
  245. i, em {
  246. font-size:10px;
  247. font-family: 'Maven Pro', sans-serif;
  248. letter-spacing:2px;
  249. text-shadow:0px 0px 3px #f4ef64;
  250. color:#f4ef64;
  251.  
  252.  
  253. }
  254.  
  255. pre {
  256. background-color: #700b00;
  257. background-image:url("http://i.imgur.com/fisG4H2.png");
  258. font-family: 'Raleway', sans-serif;
  259. color: #fff;
  260. text-shadow:0px 0px 5px #2c2f34;
  261. font-size: 10px;
  262. line-height: 10px;
  263. letter-spacing: 2px;
  264. text-align: center;
  265. text-transform:uppercase;
  266. padding:2px;
  267. line-height:120%;
  268. border-left:2px solid #e8e82e;
  269. border-right:2px solid #e8e82e;
  270. border-radius:2em;
  271. }
  272.  
  273. }
  274.  
  275. y {
  276. font: 8px 'Calibri';
  277. text-transform:uppercase;
  278. }
  279.  
  280. w {
  281. color: {color:bold};
  282. }
  283.  
  284. k {
  285. color: {color:link};
  286. }
  287.  
  288. a {
  289. text-decoration:none;
  290. outline:none;
  291. -moz-outline-style:none;
  292. color:{color:link};
  293. -moz-transition-duration:.7s;
  294. -webkit-transition-duration:.7s;
  295. -o-transition-duration:.7s;
  296.  
  297. }
  298.  
  299. a:hover {
  300. text-decoration:none;
  301. color: {color:link hover};
  302. outline:none;
  303. -moz-outline-style:none;
  304. -moz-transition-duration:.7s;
  305. -webkit-transition-duration:.7s;
  306. -o-transition-duration:.7s;
  307.  
  308. }
  309.  
  310. img {
  311. border:none;
  312. }
  313.  
  314.  
  315.  
  316.  
  317. blockquote {
  318. padding-left:5px;
  319. border-left:1px solid;
  320. margin:5px 2px 2px 5px;
  321. {color:link};
  322. }
  323.  
  324. blockquote blockquote {
  325. padding-left:5px;
  326. border-left:1px solid;
  327. {color:bold};
  328. }
  329.  
  330. blockquote img {
  331. max-width:230px;
  332. height:auto;
  333. }
  334.  
  335. .chat {
  336. line-height: 12px;
  337. list-style: none }
  338.  
  339. .chat ul {
  340. line-height: 15px;
  341. list-style: none;
  342. padding: 0px;
  343. line-height:20px;}
  344.  
  345. .person1 {
  346. background-color:transparent;
  347. color: {color:Text};}
  348.  
  349. .person1 .label {
  350. font-weight: bold;
  351. padding: 0px;
  352. margin-left: 5px;
  353. color:#85c2c4;}
  354.  
  355. .person2 {
  356. background-color:transparent;
  357. color: {color:text}; }
  358.  
  359. .person2 .label {
  360. font-weight: bold;
  361. padding: 0px;
  362. margin-left: 5px;
  363. color:#767eb8;}
  364.  
  365. h1 {
  366. font: 25px 'Arial';
  367. font-style:bold;
  368. font-weight:bold;
  369. text-transform:uppercase;
  370. letter-spacing:-1px;
  371. width: 250px;
  372. color:#ffffff;
  373. text-shadow: 0px 0px 8px #ffffff;
  374. text-align: center;
  375. }
  376.  
  377. h1 a {
  378. color:{color:link};
  379. -moz-transition-duration:.7s;
  380. -webkit-transition-duration:.7s;
  381. -o-transition-duration:.7s;
  382. }
  383. h1 a:hover {
  384. color:{color:link hover};
  385. -moz-transition-duration:.7s;
  386. -webkit-transition-duration:.7s;
  387. -o-transition-duration:.7s;
  388. }
  389.  
  390.  
  391. h2 {
  392. background-color: #700b00;
  393. background-image:url("http://i.imgur.com/fisG4H2.png");
  394. font-family: 'Maven Pro', sans-serif;
  395. color: #fff;
  396. text-shadow:0px 0px 5px #2c2f34;
  397. font-size: 10px;
  398. line-height: 10px;
  399. letter-spacing: 2px;
  400. text-align: center;
  401. text-transform:uppercase;
  402. padding:2px;
  403. line-height:120%;
  404. border-left:2px solid #e8e82e;
  405. border-right:2px solid #e8e82e;
  406. border-radius:2em;
  407. }
  408.  
  409.  
  410. #container {
  411. width: 250px;
  412. max-height: 422px;
  413. margin: auto;
  414. overflow-x: hidden;
  415. overflow-y: scroll;
  416. padding: 10px 10px 0px 0px ;
  417. margin-left:658px;
  418. margin-top:580px;
  419. padding:15px;
  420. z-index: 99999;
  421. background-color:none;
  422. position:fixed;
  423. -webkit-mask-image:
  424. -webkit-gradient(
  425. linear, center 70%, center bottom,
  426. from(rgba(0,0,0,50)), to(rgba(50,0,0,0)));
  427. -webkit-filter: blur(0px);
  428. opacity:1;
  429.  
  430. }
  431.  
  432.  
  433.  
  434. #entries {
  435. padding:4px;
  436. width:250px;
  437. margin-left:000px;
  438. margin-top:-437px;
  439. text-transform:none;
  440. position:fixed;
  441. text-align:center;
  442.  
  443.  
  444.  
  445.  
  446. -webkit-transition: opacity 0.8s linear;
  447. opacity: 0.3;
  448. }
  449.  
  450. #entries:hover {
  451. -webkit-transition: opacity 0.8s linear;
  452. opacity: 1;
  453.  
  454.  
  455. }
  456.  
  457. #post {
  458. width:250px;
  459. text-align:justify;
  460.  
  461. line-height:100%;
  462. background-color:none;
  463. -moz-border-radius:11px;
  464. -webkit-border-radius:11px;
  465. padding-bottom:10px;
  466. }
  467.  
  468.  
  469. #coverpiece {
  470. z-index:9999;
  471. position:fixed;
  472. margin-top:564px;
  473. margin-left:655px;
  474. }
  475.  
  476. #sidebar {
  477. color:{color:text};
  478. position:fixed;
  479. width:100px;
  480. height:auto;
  481. margin-top:39px;
  482. margin-left:250px;
  483. text-align:left;
  484. }
  485.  
  486. #sidebarimage img {
  487. width:200px;
  488. margin-top:-10px;
  489. margin-bottom:0px;
  490. margin-left:-9px;
  491. }
  492.  
  493. .table { color: {color:text}; float: left; background-color:none; padding-left:15px; padding-right:15px; padding-bottom:10px;}
  494.  
  495. .navigation {
  496. margin-top:-1px;
  497. text-align:left;}
  498.  
  499. .navigation a {
  500. padding:1px 0px;
  501. border-right: 1px solid #ffffff;
  502. margin-top:2px;
  503. width:80px;
  504. font-size:8px;
  505. letter-spacing:1px;
  506. text-transform:uppercase;
  507. font-family:calibri;
  508. display:block;
  509. background-color:none;
  510. color:{color:link};
  511. -webkit-transition:all 0.6s ease-out;
  512. -moz-transition:all 0.6s ease-out;
  513. -transition:all 0.6s ease-out;
  514. }
  515. .navigation a:hover {
  516. background-color:none;
  517. color:{color:bold};
  518. border-right: 1px solid {color:link};
  519. -webkit-transition:all 0.6s ease-out;
  520. -moz-transition:all 0.6s ease-out;
  521. -transition:all 0.6s ease-out;}
  522.  
  523. ::-moz-selection {color:{color:background};cursor: crosshair;background-color:{color:selection};}
  524. ::selection{color:{color:background};cursor: crosshair;background-color:{color:selection};}
  525.  
  526. ::-webkit-scrollbar {background-color:transparent; height:8px; width:5px}
  527. ::-webkit-scrollbar-thumb:vertical {background-color:transparent; height:50px}
  528. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:8px}
  529.  
  530. #s-m-t-tooltip {
  531. max-width:300px;
  532. background-color:{color:link};
  533. font-family:calibri;
  534. font-size:8px;
  535. color:{color:background};
  536. letter-spacing:0px;
  537. text-transform:uppercase;
  538. padding:3px;
  539. margin:20px 0px 0px 20px;
  540. z-index:999999999999999999999999999999999999;
  541. }
  542.  
  543.  
  544. #source {
  545. font: 9px 'Georgia';
  546. font-style:italic;
  547. text-transform:none;
  548. }
  549.  
  550.  
  551. #description {
  552. background color: #ffffff;
  553. padding:5px;
  554. font: 0px 'calibri';
  555. text-align:justify;
  556. }
  557.  
  558. #nw {
  559. position:absolute;
  560. top:140px;
  561. left:985px;
  562. -webkit-transition: opacity 0.8s linear;
  563. opacity: 0.80;
  564. transform: rotate(-16deg);
  565. -ms-transform: rotate(-16deg);
  566. -webkit-transform: rotate(-16deg);
  567. -o-transform: rotate(-16deg);
  568. -moz-transform: rotate(-16deg);
  569. }
  570.  
  571. #nw a:hover {
  572. -webkit-filter: blur(2px) ;
  573. -webkit-transition: opacity 0.8s linear;
  574. opacity: 2; }
  575.  
  576. #nw2 {
  577. position:absolute;
  578. top:185px;
  579. left:965px;
  580. -webkit-transition: opacity 0.8s linear;
  581. opacity: 0.80;
  582. transform: rotate(16deg);
  583. -ms-transform: rotate(16deg);
  584. -webkit-transform: rotate(16deg);
  585. -o-transform: rotate(16deg);
  586. -moz-transform: rotate(16deg);
  587.  
  588. }
  589.  
  590. #nw2 a:hover {
  591. -webkit-filter: blur(2px) ;
  592. -webkit-transition: opacity 0.8s linear;
  593. opacity: 2; }
  594.  
  595. #nw3 {
  596. position:absolute;
  597. top:170px;
  598. left:1030px;
  599. -webkit-transition: opacity 0.8s linear;
  600. opacity: 0.80;
  601. transform: rotate(-50deg);
  602. -ms-transform: rotate(-50deg);
  603. -webkit-transform: rotate(-50deg);
  604. -o-transform: rotate(-50deg);
  605. -moz-transform: rotate(-50deg);
  606. }
  607.  
  608. #nw3 a:hover {
  609. -webkit-filter: blur(2px) ;
  610. -webkit-transition: opacity 0.8s linear;
  611. opacity: 2; }
  612.  
  613. #nw4 {
  614. position:absolute;
  615. top:220px;
  616. left:1005px;
  617. -webkit-transition: opacity 0.8s linear;
  618. opacity: 0.80;
  619. }
  620.  
  621. #nw4 a:hover {
  622. -webkit-filter: blur(2px) ;
  623. -webkit-transition: opacity 0.8s linear;
  624. opacity: 2; }
  625.  
  626. #nw5 {
  627. position:absolute;
  628. top:248px;
  629. left:970px;
  630. transform: rotate(36deg);
  631. -ms-transform: rotate(36deg);
  632. -webkit-transform: rotate(36deg);
  633. -o-transform: rotate(36deg);
  634. -moz-transform: rotate(36deg);
  635. -webkit-transition: opacity 0.8s linear;
  636. opacity: 0.80;
  637.  
  638. }
  639.  
  640. #nw5 a:hover {
  641. -webkit-filter: blur(2px) ;
  642. -webkit-transition: opacity 0.8s linear;
  643. opacity: 2; }
  644.  
  645. #description {
  646. position:fixed;
  647. width:200px;
  648. font-family:trebuchet ms;
  649. margin-top:55px;
  650. margin-left:-9px;
  651. text-align:justify;
  652. font-size:9px;
  653. color: {color:text};
  654. letter-spacing:0px;
  655. line-height:130%;
  656. -moz-transition-duration:1s;
  657. -webkit-transition-duration:1s;
  658. -o-transition-duration:1s;
  659. }
  660.  
  661. #description a {
  662. color:{color:link};
  663. }
  664.  
  665. #description a:hover {
  666. color:{color:link hover};
  667. }
  668.  
  669. .sidebartitle {
  670. width:210px;
  671. text-align:center;
  672. position:fixed;
  673. font-family:arial;
  674. line-height:120%;
  675. margin-left:-13px;
  676. font-size:13px;
  677. margin-top:10px;
  678. color:{color:title};
  679. }
  680.  
  681. #pagination {
  682. color:#00a3d2;
  683. text-shadow: 2px 2px 2px #b32eae;
  684. font-family: 'Anton', sans-serif;
  685. text-transform:UPPERcase;
  686. width:150px;
  687. font-size:15px;
  688. margin-top:365px;
  689. margin-left:1020px;
  690. padding-left:5px;
  691. letter-spacing:1px;
  692. text-align:center;
  693.  
  694. }
  695.  
  696. #pagination a {
  697.  
  698. }
  699.  
  700. #info {
  701. width:225px;
  702.  
  703. background:{color:post info bg};
  704. background-image: url('http://i.imgur.com/QXp1qgn.png');
  705. background-position:center;
  706. margin-top:0px;
  707. margin-left:5px;
  708. word-spacing:30px;
  709. font-size:10px;
  710. border-left:4px solid #e8e82e;
  711. border-right:4px solid #e8e82e;
  712. border-radius:2em;
  713. padding:5px;
  714. padding-top:5px;
  715. text-align:center;
  716.  
  717. }
  718.  
  719. #info a {
  720. color:{color:link};
  721. text-shadow:0px 0px 0px {color:bold shadow};
  722. font-style:normal;
  723.  
  724. }
  725.  
  726. #info a:hover {
  727. color:{color:link hover}
  728. -webkit-transform: rotate(360deg);
  729. -moz-transform: rotate(360deg);
  730. -o-transform: rotate(360deg);
  731. -ms-transform: rotate(360deg);
  732. transform: rotate(360deg);
  733. }
  734.  
  735. #tags {
  736. font-style:normal;
  737. font-family: 'Raleway', sans-serif;
  738. width:240px;
  739. text-transform:uppercase;
  740. margin-top:0px;
  741. color:{color:link};
  742. line-height:120%;
  743. font-size:8px;
  744. padding-bottom:10px;
  745. text-align:center;
  746. padding:5px;
  747. -moz-transition-duration:0.4s;
  748. -webkit-transition-duration:0.4s;
  749. -o-transition-duration:0.4s;
  750. opacity:0;
  751. }
  752.  
  753.  
  754. #post:hover #tags {
  755. opacity:1;
  756. -moz-transition-duration:1s;
  757. -webkit-transition-duration:1s;
  758. -o-transition-duration:1s;
  759. }
  760.  
  761.  
  762.  
  763. #ask {
  764. font-family: 'Maven Pro', sans-serif;
  765. font-size:8px;
  766. text-align:center;
  767. letter-spacing:1px;
  768.  
  769. background:transparent;
  770. color:#fff;
  771. text-shadow:0px 0px 3px #fff,
  772. text-transform: justify;
  773.  
  774.  
  775. }
  776.  
  777. #ask a {
  778. color:#fff;
  779. }
  780.  
  781. #ask a:hover {
  782. color: #fff;
  783. }
  784.  
  785. #beepbeep {
  786. font-weight: bold;
  787. color:#c037c0;
  788. text-shadow: 0px 0px 8px #c037c0;
  789.  
  790. font-size:15px;
  791. letter-spacing:3px;
  792. font-family: 'Raleway', sans-serif;
  793. text-align:center;
  794. padding-bottom:5px;
  795.  
  796. }
  797.  
  798. #beepbeep2 {
  799. font-weight: bold;
  800. color:#ffffff;
  801. text-shadow: 0px 0px 8px #ffffff;
  802.  
  803. font-size:8px;
  804. letter-spacing:1px;
  805. font-family: 'Raleway', sans-serif;
  806. text-align:center;
  807. padding-bottom:5px;
  808.  
  809. }
  810.  
  811.  
  812. #asker {
  813. font-family:'arial';
  814. font-size:8px;
  815. text-align:left;
  816. text-transform:justify;
  817.  
  818. }
  819.  
  820. #asker a {
  821. color:#fff;
  822. }
  823.  
  824. #asker a:hover {
  825. color: #fff;
  826. }
  827.  
  828.  
  829. #audio {
  830. height:auto;
  831. min-height:60px;
  832. padding-bottom:13px;
  833. }
  834.  
  835. .cover {
  836. position:absolute;
  837. z-index:1;
  838. width:60px;
  839. height:60px;
  840. border-radius:100px;
  841. }
  842.  
  843. .cover img {
  844. float:left;
  845. width:60px;
  846. height:60px;
  847. background-color:none;
  848. padding:5px;
  849.  
  850. border-radius:100px;
  851. }
  852.  
  853. .button {
  854. width:19px;
  855. height:20px;
  856. overflow:hidden;
  857. position:relative;
  858. z-index:1000;
  859. margin-top:22px;
  860. margin-left:21px;
  861. text-align:center;
  862. margin-top:4px;
  863. margin-left:5px;
  864. -webkit-transition: all 0.7s ease-out; -moz-transition: all 0.7s ease-out
  865. }
  866.  
  867. .box {
  868. opacity:0.8;
  869. width:35px;
  870. height:35px;
  871.  
  872. margin-top:18px;
  873. margin-left:18px;
  874. background:#fff;
  875. position:absolute;
  876. z-index:1000;
  877. -webkit-border-radius:100px;
  878. -moz-border-radius:100px;
  879. border-radius:100px;
  880. -webkit-transition: all 0.7s ease-out; -moz-transition: all 0.7s ease-out
  881. }
  882.  
  883. .box:hover {
  884. opacity:1.0;
  885. width:35px;
  886. height:35px;
  887. margin-top:18px;
  888. margin-left:18px;
  889. background:#fff;
  890. position:absolute;
  891. z-index:1000;
  892. -webkit-border-radius:100px;
  893. -moz-border-radius:100px;
  894. border-radius:100px;
  895. -webkit-transition: all 0.7s ease-out; -moz-transition: all 0.7s ease-out
  896. }
  897.  
  898. .capbox {
  899. padding:20px;
  900. margin-left:82px;
  901. height:auto;
  902. min-height:35px;
  903. background-color: none;
  904. border-left: 1px solid #e9e9e9;
  905. text-align:left;
  906. width:250;
  907. }
  908.  
  909.  
  910.  
  911.  
  912.  
  913.  
  914.  
  915.  
  916.  
  917.  
  918. #cred a {
  919. color:#525252;
  920. background-color:#0d0d0d;
  921. padding:4px;
  922. border-radius:100px;
  923. border:1px solid #525252;
  924. font-family:"calibri";
  925. }
  926.  
  927. #cred a:hover {
  928. color:#000000;
  929. background-color:#940606;
  930. border:1px solid #000000;
  931. padding:4px;
  932. border-radius:100px;
  933. font-family:"calibri";
  934. text-decoration:none;
  935. }
  936.  
  937. #cred {
  938. width:auto;
  939. height:auto;
  940. bottom:15px;
  941. right:15px;
  942. padding:4px;
  943. z-index:1000000;
  944. font-size:8px;
  945. letter-spacing:1px;
  946. position:fixed;
  947. text-align:center;
  948. font-family:"calibri";
  949. text-transform:uppercase;
  950. -webkit-transition: all 0.7s ease-out; -moz-transition: all 0.7s ease-out;
  951. }
  952.  
  953. hr {
  954. border: 0;
  955. height: 1px;
  956. background-image: linear-gradient(to right, rgba(37,37,37,1) 0%, rgba(255,245,54,1) 50%, rgba(37,37,37,1) 100%);
  957. }
  958.  
  959.  
  960. #c {
  961. position:fixed;
  962. bottom:4px;
  963. right:4px;
  964. font-size:13px;
  965. font-family:helvetica;}
  966.  
  967.  
  968.  
  969. .hardziam1 {
  970. position:fixed;
  971. width:180px;
  972. height:160px;
  973. z-index:9999;
  974. text-align:justify;
  975. left:965px;
  976. top:442px;
  977. overflow-y:scroll;
  978. overflow-x:hidden;
  979. border:2px solid #5d1e56;
  980.  
  981. }
  982.  
  983.  
  984.  
  985. .hzcontent {
  986. padding:5px;
  987. margin-left:0px;
  988. width:170px;
  989. height:100px;
  990. font:8px
  991. font-family: 'Maven Pro', sans-serif;
  992. color:#ffffff;
  993. text-align:justify;
  994.  
  995. -webkit-filter: blur(0.8px);
  996. -moz-transition-duration:0.7s;
  997. -webkit-transition-duration:0.7s;
  998. -o-transition-duration:0.7s;
  999. }
  1000.  
  1001. .hzcontent:hover {
  1002. opacity:1;
  1003. -webkit-filter: blur(0px);
  1004. -moz-transition-duration:0.7s;
  1005. -webkit-transition-duration:0.7s;
  1006. -o-transition-duration:0.7s;
  1007. }
  1008.  
  1009.  
  1010. {CustomCSS}</style></head><body>
  1011.  
  1012. <div class="hardziam1">
  1013. <div class="hzcontent">
  1014.  
  1015.  
  1016. <!------- here you put your updates -------->
  1017. <p></P>
  1018. <h2>INFORMATION</h2>
  1019.  
  1020. <center><small>Spoiler. Robin.<i> B a t g i r l.</i><br>
  1021.  
  1022. <b>The Blonde Girl Wonder.</b> <br>
  1023. I'm in it for the hope, kid.<p>
  1024. Independent Stephanie Brown
  1025. Roleplay Account.
  1026. <p>
  1027. Written by Jen <br>
  1028. <i>Please </i>read rules before interacting.</small>
  1029. <p></P>
  1030.  
  1031.  
  1032.  
  1033. <h2></h2>
  1034.  
  1035.  
  1036.  
  1037.  
  1038.  
  1039. <!------ don't edit anything below this -------->
  1040.  
  1041.  
  1042. </div>
  1043. </div>
  1044.  
  1045.  
  1046.  
  1047. <div id="box1" class="popup_block">
  1048. <div id="text">
  1049. <p><center><div id="beepbeep">R U L E S</div></center></p>
  1050. <h2>INTRODUCTION</h2>
  1051. <center>These rules are slightly long but it’s <i>important</i> that you read
  1052. all of it so we can smoothly write with each other! If you have
  1053. <b>any</b> questions feel free to send them my way! This is just to
  1054. make sure that the writing experience is a safe and healthy
  1055. environment.</center>
  1056. <hr></hr>
  1057. <h2>TO BE FOLLOWED</h2>
  1058. <center><b>I.</b>I am 18+ but I’m pretty selective when writing mature
  1059. themes with Steph and others, mostly because Steph
  1060. and relationships are at a weird place with one another
  1061. in the main verse I write her in.<p>
  1062.  
  1063. <b>II.</b>If I follow you—I’m probably like the biggest fangirl
  1064. of your blog so I would love to write with you!<p>
  1065.  
  1066. <b>III.</b>I’m not too picky with characters I write with! You’re
  1067. in the DC fandom? Cool. You’re not? Chill. If you’re
  1068. an OC—and you have a well-written bio/info page,
  1069. then let me love you.<p>
  1070.  
  1071. <b>VI.</b>If I don’t talk to you even though we’re mutuals –
  1072. I literally only get small bursts of confidence to talk
  1073. to new people but if you come message me,
  1074. I’ll definitely love you!<p>
  1075.  
  1076. <b>V.</b>I will not tolerate any OOC drama of any kind, respect
  1077. people and their wishes its not a hard thing.
  1078. If I’m doing anything that is nudging you in the
  1079. wrong way—please tell me! I wouldn’t want to make you
  1080. uncomfortable in any way especially if we’re writing
  1081. together.<p>
  1082.  
  1083. <b>VI.</b>I’m a multiverse, multiship blog so if I have a ship
  1084. with you but you see me having a shippy thread with
  1085. someone else, that’s why.<p>
  1086.  
  1087. <b>VII.</b>On that note—I’m pretty picky when it comes to
  1088. shipping with Steph. I love her to pieces and she
  1089. generally needs time with relationships
  1090. considering her fiasco of a love life with Tim Drake.
  1091. That being said, I love Steph and Tim but considering
  1092. how Tim is portrayed—She’s not going to jump at him.
  1093. I like to have <i>relationships build </i>that’s all.<p>
  1094.  
  1095. <b>VIII.</b>I’m still very new to indie roleplaying –
  1096. my formatting will be minimal at
  1097. best but that doesn’t reflect on writing skills so if
  1098. you don’t use any formatting at all, I don’t mind.<p>
  1099.  
  1100. <b>IX.</b>When it comes to memes and asks – Its free game!
  1101. Go ahead and send them to me even if we haven’t
  1102. interacted yet! Be aware though, my asks muse is
  1103. finicky. Some days I will get everything done in thirty
  1104. minutes. Other times, it may be a month before I
  1105. answer a meme. It’s nothing about you, its just how
  1106. I write.<p>
  1107.  
  1108. <b>X.</b>If you want to have a long term writing experience
  1109. with me or Steph, the best thing you can do is
  1110. message me and talk with me. All you need is to
  1111. just send a little nice <i>‘hi I want to plot with you’</i> and
  1112. we’ll be good! For me communication is key. <p>
  1113.  
  1114. <b>XI.</b>I won’t shove anything on you, don’t do it to me.
  1115. FOR THE LOVE OF GOD DO NOT GODMOD ME.
  1116. Do not say <i>‘Steph did this’ </i>if you are mentioning
  1117. MY Stephanie specifically. If you just mean
  1118. Steph in a general sense then that’s totally fine!
  1119. <b>But. Do. Not. Godmod. Me. </b><p>
  1120.  
  1121. <b>XII.</b>Lastly (for now) I am going to be<i> semi-selective.</i>
  1122. It’s possible I may even become selective. I’ve never
  1123. even been semi-selective before but starting Steph
  1124. has made me actually be apart of the indie community
  1125. and I actually have drafts piling up. So, I will be
  1126. semi-selective. That doesn’t mean we can’t be friends
  1127. if we aren’t mutuals though! Always feel free to
  1128. message me!<p>
  1129.  
  1130. <b>XII. if you have read the rules please go <a href="http://www.yourworldoftext.com/yourblondebat">here</b></a>
  1131.  
  1132. </center></div>
  1133.  
  1134. </div></div></div></div></div></div></div></div></div></div>
  1135.  
  1136. <div id="box2" class="popup_block">
  1137. <div id="text">
  1138. <h2> ASK </h2>
  1139. <p></p>
  1140. <iframe id="ask_form" style="background-color: transparent; overflow: hidden;" src="http://www.tumblr.com/ask_form/yourblondebat.com" frameborder="0" scrolling="no" width="100%" height="250"></iframe><br><br><hr></hr><br><br>
  1141.  
  1142.  
  1143. <iframe id="submit_form" style="background-color: transparent; overflow: hidden;" src="http://www.tumblr.com/submit_form/yourblondebat.com" frameborder="0" scrolling="no" width="100%" height="250"></iframe>
  1144. </div></div></div></div>
  1145.  
  1146. </div></div></div></div></div></div></div></div></div></div>
  1147.  
  1148. <div id="box3" class="popup_block">
  1149. <div id="text">
  1150. <h2>QUICK ABOUT</h2>
  1151. <center><p><strong>Name:</strong> Stephanie Brown
  1152. <br /><strong>Nickname</strong>: Steph<br />
  1153. <strong>Height:</strong> 5'5"<br />
  1154. <strong>Weight:</strong> 129 lbs <br />
  1155. <strong>Alias</strong>&rsquo;: spoiler | Robin | Batgirl.<br />
  1156. <strong>Status</strong>: Alive.<br />
  1157. <strong>Gender:</strong> Cis Female.<br />
  1158. <strong>Relationship</strong>: Depending on verse.<br />
  1159. <strong>Age</strong>: Varies.&nbsp;<br />
  1160. <strong>Resident</strong>: depending on verse ( mainly gotham. )<br /><P></small></center></p>
  1161. <h2>ABILITIES</h2>
  1162. <center><p><b>steph has been:<br></b> trained extensively by Batgirl ( cass ), Batman, and the Birds of Prey in martial arts, acrobatics, strength training, interrogation, and detective skills
  1163. <p>
  1164. trained with a bo staff by cass cain. <p>
  1165. trained to know how to use high tech gadgets and has <i>some</i> computer skills<p>
  1166. trained with medical skills to know how to survive for longer when hurt<p>
  1167. <i>do not underestimate her.</i>
  1168.  
  1169.  
  1170.  
  1171.  
  1172. </div></div></div></div></div></div></div></div></div></div>
  1173.  
  1174.  
  1175. <div id="box4" class="popup_block">
  1176. <div id="text">
  1177.  
  1178. <p align="right" style="color: #ffffff; font-family: 'Maven Pro', sans-serif;; font-size: 20px; text-shadow: 0px 0px 8px #ffffff; line-height: normal;"> VERSES.</p>
  1179. <p align="justify" style="color: #adadad; 'Maven Pro', sans-serif; font-size: 9px; line-height: normal;"><img style="float: right; padding-left:15px" src="http://i.imgur.com/R9HwtDV.png"></a><b>SPOILER.</b><br>
  1180. <i>age:</i> 14-16 years old<br>
  1181. <i>the gist:</i> fighting crime, stopping the dad, y'know… gotham life. Stephanie Brown tailors a costume for herself, and calls herself the <b>"Spoiler"</b> due to her attempts to 'spoil' her father's ( Cluemaster ) plans. She learns where her father is hiding out, finds out his plans, and leaves clues so that the police and<i> Batman </i> could stop him. Robin (Tim Drake) tracks her down and, after a few brief confrontations, helps capture Cluemaster. Although she initially wishes to <i> kill </i> her father, Batman convinces her to allow him to be arrested. Each time Cluemaster escapes or starts some new plan, Stephanie dons her costume again. <i>Eventually,</i> she decides she likes being a <b>superhero,</b> and she begins regular patrols as Spoiler.
  1182. </p>
  1183. <hr></hr>
  1184.  
  1185. <p align="justify" style="color: #adadad; 'Maven Pro', sans-serif; font-size: 9px; line-height: normal;"><img style="float: left; padding-right:15px" src="http://i.imgur.com/dJC0Fr8.png"></a><b>ROBIN.</b><br>
  1186. <i>age:</i> 17 years old<br>
  1187. <i>the gist:</i> say goodbye to the pretty ex, say hello to sexy batman. i can learn to be as good as them, i promise.<br>
  1188. after tim's ( robin III ) father discovers he is robin, after warlock's death, orders him to give up the cape which left batman <b>without</b> a robin. seeing her chance she creates a homemade Robin costume, sneaks into the Batcave and <i>demands</i> that Batman train her as the new Robin. Batman reluctantly accepts her as the new Robin, puts her through several months of intensive training, and makes her a <i>better</i> costume with roughly the same design as Tim's. As Robin, she patrols with Batman, but he thinks she is too unskilled to be an acceptable replacement for Tim. Batman later <b>fires </b>her after she disobeys his orders in the field.
  1189. <br><br>In a bid to prove her worth as <b>robin</b> she tries to fulfill one of batmans planned missions but it quickly goes horribly wrong ending with Stephanie getting <i>captured</i> by the Black Mask. She is<b> tortured extensively</b> by him to get information about Batman, as well as learning enough information to allow him to take control of Batman's plan and assume command of the gangs himself. Although she <i>escapes</i> and makes her way to a hospital, she is severely injured, and supposedly dies in a hospital bed as Batman sits beside her. ( later it's shown that leslie thompkins<b> faked</b> her death because she wanted steph's death to be a<i> deterrent </i>to all other kids wanting to follow in her footsteps. )
  1190. <hr></hr>
  1191.  
  1192. <p align="justify" style="color: #adadad; 'Maven Pro', sans-serif; font-size: 9px; line-height: normal;"><img style="float: right; padding-left:15px" src="http://i.imgur.com/0ut5RSG.png"></a><b>REBIRTHED SPOILER</b><br>
  1193. <i>age:</i> 19 years old<br>
  1194. <i>the gist:</i> after the resurrection of Ra's al Ghul, Robin ( tim drake again. ) follows the trail of a female thief called <i>Violet.</i> This leads him to reunite with his friend Ives during social service classes at St. Camillus Cathedral. He also has random encounters with a blonde student in high school that trigger his memories of Stephanie. During his quest to find Violet, he is followed by a character dressed as<b> Spoiler.</b> This Spoiler reveals herself to Robin, trying to warn him that Violet led him to an ambush. Believing someone else is dressing up as Spoiler, Robin falls into Violet's <i>trap</i> after Spoiler addresses him by his real name. After escaping the ambush, Robin and Batman track down the woman in a bid to <b>force</b> her to stop imitating Stephanie. When confronted, she removes her mask and reveals that she is indeed Stephanie, with Leslie Thompkins having <i>faked</i> her death , living with Leslie in Africa under an alias, Stephanie had been performing volunteer work until an attack from a local witch-hunting tribe prompted her to return to <b>crimefighting,</b> and subsequently to Gotham. Stephanie reunites with her mother, enrolls in Tim's high school, and <i>rejoins</i> the Bat-Family.</p>
  1195. <hr></hr>
  1196.  
  1197. <p align="justify" style="color: #adadad; 'Maven Pro', sans-serif; font-size: 9px; line-height: normal;"><img style="float: left; padding-right:15px" src="http://i.imgur.com/eIKDoJG.png"></a><b>BATGIRL.</b><br>
  1198. <i>age:</i> 20-25 years old<br>
  1199. <i>the gist:</i>
  1200. Stephanie Brown graduates from high school off-panel, is a student at Gotham University, and is still living with her mother. Cassandra Cain has apparently become <b>disillusioned</b> following Bruce Wayne's apparent death and gives Stephanie her <i>Batgirl costume.</i> After operating as the new Batgirl in Cain's costume, Stephanie is confronted by Barbara Gordon who was notified of her activities by Dick Grayson. Barbara tried to <i>reason</i> with Stephanie to get her to stop being a vigilante, as she still saw Stephanie as an impetuous youth, remembering her role in causing a city-wide gang war and her near-death experience at Black Mask's hands. however after impressing barbara by taking down <b>scarecrow</b> and his new drug that had been around in gotham, oracle lets steph remain as <i>batgirl</i> and redesigns her suit to have a spoiler-esque feel to it. After <b>Bruce Wayne's</b> return, it is revealed that the true reason Cassandra Cain handed over her Batgirl mantle to Stephanie was that she was acting under her mentor's order in the event of his death or disappearance </p>
  1201. <hr></hr>
  1202.  
  1203. <p align="justify" style="color: #adadad; 'Maven Pro', sans-serif; font-size: 9px; line-height: normal;"><img style="float: right; padding-left:15px" src="http://i.imgur.com/iGOjGQr.png"></a><B>OFFICER BROWN. ( AU )</B> <br>
  1204. <i>age:</i> 25 years old<br>
  1205. <i>the gist:</i>
  1206. stephanie brown lived the normal sob story. father was a <i> criminal</i> and her mother died of a drug overdose when she was seventeen. she had nothing to her name and wanted something, <b>anything</b>. maybe it was <i>revenge,</i> maybe it wasn’t but the moment after her mother’s funeral stephanie knew there was only one thing she wanted to do. work to put people like her father behind bars to <b>save</b> people like her mom. to save people like her from what she had to suffer through. </p>
  1207. <hr></hr>
  1208.  
  1209. <p align="justify" style="color: #adadad; 'Maven Pro', sans-serif; font-size: 9px; line-height: normal;"><img style="float: left; padding-right:15px" src="http://i.imgur.com/wC3Qlvd.png"></a><b>STAR WARS ( AU )</b><br>
  1210. <i>age:</i> 16-24 years old<br>
  1211. <i>the gist:</i>
  1212. Stephanie was trained from a young age to be a Jedi Knight as having the <i>qualities</i> and though she was a great learner, she had troubles with her family ties as her father kept getting involved in <b>criminal activity</b> and was leaving her mother worse every time. When she was fourteen years old she decided it was enough and though many worried that she would kill her father, she merely turned evidence in against him to keep him <i>away</i> from her mother. Life returned to normal despite Stephanie disobeying orders but she had the hope and good conscious of a level headed Jedi. She’s <b>determined </b>and holds onto belief that the resistance will hold out with the power of the light. </p>
  1213. <hr></hr>
  1214. <p></p>
  1215. <center>
  1216.  
  1217.  
  1218.  
  1219.  
  1220.  
  1221. </div></div></div></div></div></div></div></div></div></div>
  1222.  
  1223.  
  1224.  
  1225. <div id="coverpiece"><img src="http://i.imgur.com/e2PFxqK.png"></div>
  1226.  
  1227.  
  1228. <div id="nw"><a title="HOME." href="/"title="HOME"><img src="http://i.imgur.com/S2799Nw.png"/></div>
  1229.  
  1230. <div id="nw2"><a href="#?w=540" title="ASK." rel="box2" class="poplight"><img src="http://i.imgur.com/2B0AHtj.png"/></div>
  1231.  
  1232. <div id="nw3"><a href="#?w=540" title="RULES." rel="box1" class="poplight"><img src="http://i.imgur.com/2B0AHtj.png"/></div>
  1233.  
  1234. <div id="nw4"><a href="#?w=540" title="ABOUT." rel="box3" class="poplight"><img src="http://i.imgur.com/2B0AHtj.png"/></div>
  1235.  
  1236. <div id="nw5"><a href="#?w=540" title="VERSES" rel="box4" class="poplight"><img src="http://i.imgur.com/2B0AHtj.png"/></div>
  1237.  
  1238.  
  1239. <div id="c"><a href="http://incedo.tumblr.com">©</a></div>
  1240.  
  1241. <div id="sidebar">
  1242.  
  1243. <div id="sidebarimage">
  1244. <a href="/"><img src="{image:sidebar}"></a></div>
  1245.  
  1246. <div class="sidebartitle">{text:sidebartitle}</div>
  1247.  
  1248.  
  1249. </div></div>
  1250.  
  1251. <div id="description">{description}
  1252.  
  1253. <div id="pagination">
  1254. <center>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">↤</a>{/block:PreviousPage} &nbsp;{block:NextPage}<a href="{NextPage}">↦</a><br />{/block:NextPage}{/block:Pagination}</div></center></div>
  1255. </div></div></div>
  1256.  
  1257. <div id="entries"><div id="container">{block:Posts}<div id="post"><br>
  1258.  
  1259. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  1260.  
  1261. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-250}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  1262.  
  1263. {block:Photoset}{Photoset-250}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  1264.  
  1265. {block:Quote}<h2>{Quote}</h2>{block:Source}<div id="source"> + {Source}</div>{/block:Source}{/block:Quote}
  1266.  
  1267. {block:Link}<h1><a title="{Name}" href="{URL}" {Target}>{Name} »</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  1268.  
  1269. {block:Chat}
  1270. {block:Title}
  1271. <h1>{Title}</h1>
  1272. {/block:Title}
  1273. <div class="chat"><ul>{block:Lines}
  1274. <li class="person{UserNumber}">{block:Label}
  1275. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  1276.  
  1277. {/block:Chat}
  1278.  
  1279. {block:Audio}
  1280. <div id="audio">
  1281. <div class="cover">
  1282. <img src="http://static.tumblr.com/k9utpfa/tcom8wpif/default_cover_m.jpg">
  1283. </div>
  1284. {block:AlbumArt}
  1285. <div class="cover">
  1286. <img src="{AlbumArtURL}"></div>
  1287. {/block:AlbumArt}
  1288. <div class="box">
  1289. <div class="button">
  1290. {block:AudioPlayer}
  1291. {AudioPlayerWhite}
  1292. {/block:AudioPlayer}
  1293. </div></div>
  1294. <div class="capbox">
  1295. <span class="caption"><b>Artist:</b><span {block:Artist} style="display:none;"{/block:Artist}>Unknown</span> {block:Artist}{Artist}{/block:Artist}<br>
  1296. <b>Title:</b> <span{block:TrackName} style="display:none;"{/block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}
  1297. <br>{block:PlayCount} {PlayCountWithLabel}{/block:PlayCount}
  1298. </span>
  1299. </div></div>
  1300. {/block:Audio}
  1301.  
  1302. {block:Video}{Video-250}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  1303.  
  1304. {block:Answer}<br><div id="beepbeep">TEXT NOTIFICATION ✉</div>
  1305. <div id="beepbeep2">CONTACT//: ( {ASKER} ) <hr></hr></div>
  1306. <div id="ask">
  1307. {Question}<hr></hr></div>
  1308.  
  1309. <div class="answer">
  1310. {Answer}</div>{/block:answer}
  1311.  
  1312. <div id="info">
  1313. <font color={color:bold}></font> <a title="{NoteCountWithLabel}" href="{Permalink}">
  1314. ✿</a> {block:RebloggedFrom} <a href="{ReblogParentURL}"
  1315. title="{ReblogParentTitle}">✿</a> <a href="{ReblogRootURL}"title="{ReblogRoottitle}">©</a>{/block:RebloggedFrom}</div>
  1316.  
  1317. <div id="tags">{block:HasTags}{block:Tags} # <a title="{Tag}" href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}</div>
  1318.  
  1319. </div>
  1320. {block:PostNotes}{PostNotes}{/block:PostNotes}
  1321. {/block:Posts}<br></div>
  1322.  
  1323.  
  1324.  
  1325.  
  1326.  
  1327.  
  1328.  
  1329.  
  1330.  
  1331. </body>
  1332.  
  1333. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement