Advertisement
xariaaaa

NVIRXTE - Black Cat (FINAL)

Aug 1st, 2015
306
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.78 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.  
  4. <head><title>{Title}</title>
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  8.  
  9.  
  10.  
  11. <!-- BASE BY HAWTRONES. FINISHED BY NVIRXTE -->
  12.  
  13.  
  14.  
  15. <style type="text/css">
  16. /* NEOU */
  17. @font-face {font-family:Neou; src:url('https://dl.dropboxusercontent.com/s/ggesu9cscg40a2p/Neou-Thin.ttf?dl=1'); format(“truetype”);}
  18.  
  19. /* LAINE */
  20. @font-face {font-family: "laine";src: url('https://dl.dropboxusercontent.com/s/q2nwfx6s9t3k759/Laine.ttf?dl=1'); format("truetype");}
  21.  
  22. /* CONSTANTIA */
  23. @font-face { font-family: "constantia"; src: url('https://dl.dropbox.com/s/8muwpwtc253kcpp/constantia.ttf'); }
  24.  
  25. /* ETERNAL CALL */
  26. @font-face { font-family: "eternal call"; src: url('https://dl.dropbox.com/s/4sxdro3ma793dmq/eternal%20call.ttf'); }
  27.  
  28. /* GASARA */
  29. @font-face { font-family: "gasara"; src: url('https://dl.dropbox.com/s/9mird7ef2oyhzbc/gasara.ttf'); }
  30.  
  31. /* SILK SCREEN (SLKSCR) */
  32. @font-face { font-family: "slkscr"; src: url('https://dl.dropbox.com/s/abvq9jksp4ug1q4/slkscr.ttf'); }
  33.  
  34. /* WENDY */
  35. @font-face { font-family: wendy; src: url('https://dl.dropbox.com/s/g6b6vijy90j4kqx/wendy.ttf');}
  36.  
  37. /* SIGNARITA */
  38. @font-face{ font-family:"signarita"; src: url('https://dl.dropboxusercontent.com/s/gc29howy3wio7t8/signarita%20zhai%20rhianne.ttf?dl=1');}
  39.  
  40. /* RONDA */
  41. @font-face { font-family: "ronda"; src: url('https://dl.dropboxusercontent.com/u/67800931/pf_ronda_seven.ttf'); }
  42.  
  43. /* BELLE */
  44. @font-face { font-family: "belle"; src: url('https://dl.dropboxusercontent.com/u/67800931/neou-bold.otf'); }
  45.  
  46. /* BEBAS NEUE */
  47. @font-face { font-family: "bebas neue"; src: url('https://dl.dropboxusercontent.com/u/67800931/bebasneue.otf'); }
  48.  
  49. /* SIGNERICA */
  50. @font-face{ font-family:"signerica"; src: url('https://dl.dropboxusercontent.com/s/kfe6jebile02ki3/signerica_thin.ttf');}
  51.  
  52. ::selection {
  53. background-color: #0a0a0a;
  54. color: #030303;
  55. }
  56.  
  57. ::-webkit-scrollbar-thumb {
  58. height:auto;
  59. background-color: #030303;
  60. }
  61.  
  62. ::-webkit-scrollbar {
  63. height:9px;
  64. width:4px;
  65. background-color: #c7c7c7;
  66. }
  67.  
  68. body {
  69. background: #0a0a0a;
  70. margin:0px;
  71. }
  72.  
  73. blockquote {
  74. margin-left: 5px;
  75. padding-left: 5 px;
  76. border-left: 1px solid #0d0c0c;
  77. }
  78.  
  79. blockquote blockquote {
  80. margin-left: 5px;
  81. padding-left: 5px;
  82. border-left: 1px solid #0d0c0c;
  83. }
  84.  
  85. blockquote img{
  86. max-width: 230px !important;
  87. height: auto;
  88. opacity: 0.5;
  89. -webkit-filter: grayscale(100%);
  90. filter: grayscale(100%);
  91. -webkit-transition: opacity 0.7s linear;
  92. -webkit-transition: all 0.8s ease-out;
  93. -moz-transition: all 0.8s ease-out;
  94. transition: all 0.8s ease-out;
  95. }
  96.  
  97. blockquote img:hover{
  98. opacity: 0.9;
  99. -webkit-filter: grayscale(30%);
  100. filter: grayscale(30%);
  101. -webkit-transition: opacity 0.7s linear;
  102. -webkit-transition: all 0.8s ease-out;
  103. -moz-transition: all 0.8s ease-out;
  104. transition: all 0.8s ease-out;
  105. }
  106.  
  107. blockquote blockquote img{
  108. max-width: 215px !important;
  109. height: auto;
  110. -webkit-filter: grayscale(100%);
  111. filter: grayscale(100%);
  112. opacity: 0.5;
  113. -webkit-transition: opacity 0.7s linear;
  114. -webkit-transition: all 0.8s ease-out;
  115. -moz-transition: all 0.8s ease-out;
  116. transition: all 0.8s ease-out;
  117. }
  118.  
  119. blockquote blockquote img:hover{
  120. opacity: 0.9;
  121. -webkit-filter: grayscale(30%);
  122. filter: grayscale(30%);
  123. -webkit-transition: opacity 0.7s linear;
  124. -webkit-transition: all 0.8s ease-out;
  125. -moz-transition: all 0.8s ease-out;
  126. transition: all 0.8s ease-out;
  127. }
  128.  
  129. h1 {
  130. font-size: 30px;
  131. line-height: 32px;
  132. letter-spacing: 1px;
  133. text-transform: uppercase;
  134. color: #424242;
  135. text-shadow: 2px 0px 3px #000;
  136. font-family: "Neou";
  137. }
  138.  
  139. a {
  140. text-decoration: none;
  141. color: #ebebeb;
  142. -webkit-transition: opacity 0.7s linear;
  143. -webkit-transition: all 0.8s ease-out;
  144. -moz-transition: all 0.8s ease-out;
  145. transition: all 0.8s ease-out;
  146. }
  147.  
  148. a:hover {
  149. color:#000000;
  150. -webkit-transition: opacity 0.7s linear;
  151. -webkit-transition: all 0.8s ease-out;
  152. -moz-transition: all 0.8s ease-out;
  153. transition: all 0.8s ease-out;
  154. }
  155.  
  156. pre, code {
  157. text-align: justify;
  158. font-family: "Gasara";
  159. letter-spacing: 1px;
  160. font-size: 8px;
  161. color: #424242;
  162. word-wrap: break-word;
  163. line-height: 11px;
  164. background-color: #030303;
  165. padding: 2px;
  166. border-left: 1px solid #000000;
  167. border-right: 1px solid #000000;
  168. border-bottom: 1px dotted #000000;
  169. }
  170.  
  171. /*ENTRIES*/
  172.  
  173. #entries {
  174. padding: 10px;
  175. width: 250px;
  176. margin-left: 30%;
  177. margin-top: 5px;
  178. font-family: "ms gothic";
  179. font-size: 10px;
  180. color: #c7c7c7;
  181. text-align: justify;
  182. }
  183.  
  184. #entries img{
  185. max-width: 245px;
  186. height: auto;
  187. opacity: 0.5;
  188. -webkit-filter: grayscale(100%);
  189. filter: grayscale(100%);
  190. -webkit-transition: opacity 0.7s linear;
  191. -webkit-transition: all 0.8s ease-out;
  192. -moz-transition: all 0.8s ease-out;
  193. transition: all 0.8s ease-out;
  194. }
  195.  
  196. #entries img:hover{
  197. opacity: 0.9;
  198. -webkit-filter: grayscale(30%);
  199. filter: grayscale(30%);
  200. -webkit-transition: opacity 0.7s linear;
  201. -webkit-transition: all 0.8s ease-out;
  202. -moz-transition: all 0.8s ease-out;
  203. transition: all 0.8s ease-out;
  204. }
  205.  
  206. /* INDIVIDUAL ENTRY */
  207. #post {
  208. width: 250px;
  209. padding-bottom: 40px;
  210. padding: 25px;
  211. margin-top: 50px;
  212. }
  213.  
  214. /*POST INFO*/
  215.  
  216. #info {
  217. width: 250px;
  218. font-family: "Gasara";
  219. margin-top: 6px;
  220. margin-left: 0px;
  221. letter-spacing: 1px;
  222. font-size: 8px;
  223. font-style: none;
  224. padding: 1px;
  225. line-height: 10px;
  226. text-transform: uppercase;
  227. border-top: 1px solid;
  228. border-color: #ffe7e7;
  229. color: #ebebeb;
  230. }
  231.  
  232. #info a {
  233. text-align:center;
  234. color:{color:Post Links};
  235. }
  236.  
  237. #info a:hover {
  238. -moz-transition-duration:0.3s;
  239. -webkit-transition-duration:0.3s;
  240. -o-transition-duration:0.3s;
  241. color:{color:Hover}
  242. }
  243.  
  244. /*QUESTION*/
  245.  
  246. .asker {
  247. font-family: "Laine";
  248. font-size: 30px;
  249. letter-spacing: -1px;
  250. color: #fcfcfc;
  251. margin-bottom: -10px;
  252. text-align: right;
  253. }
  254.  
  255. .question {
  256. font-family: "Gasara";
  257. font-size: 8px;
  258. line-height: 11px;
  259. letter-spacing: 1px;
  260. color: #424242;
  261. padding: 3px;
  262. border-bottom: 1px solid #424242;
  263. border-left: 1px dotted #424242;
  264. border-right: 1px dotted #424242;
  265. }
  266.  
  267. .answer {
  268. font-family: "ms gothic";
  269. font-size: 10px;
  270. line-height: 12px;
  271. letter-spacing: -1px;
  272. color: #c7c7c7;
  273. }
  274.  
  275. /* SIDEBAR */
  276. #sbcont{
  277. position: fixed;
  278. bottom: 5%;
  279. left:3%;
  280. height: 400px;
  281. width: 350px;
  282. }
  283.  
  284. .sbp{
  285. margin-left: 10px;
  286. margin-top:30px;
  287. width: 191px;
  288. height: 191px;
  289. background-color: #050505;
  290. padding: 1px;
  291. }
  292.  
  293. .sbp img{
  294. width: 191px;
  295. height: 191px;
  296. opacity:0.6;
  297. -webkit-filter: grayscale(0.9);
  298. filter: grayscale(0.9);
  299. -webkit-transition: all 0.8s ease-out;
  300. -moz-transition: all 0.8s ease-out;
  301. transition: all 0.8s ease-out;
  302. }
  303.  
  304. .sbp img:hover{
  305. opacity: 0.9;
  306. -webkit-filter: grayscale(0.6);
  307. filter: grayscale(0.6);
  308. -webkit-transition: all 0.8s ease-out;
  309. -moz-transition: all 0.8s ease-out;
  310. transition: all 0.8s ease-out;
  311. }
  312.  
  313. .sbbc{
  314. margin-left: 207px;
  315. margin-top: -193px;
  316. height: 398px;
  317. width: 41px;
  318. background-color: #050505;
  319. padding: 1px;
  320. }
  321.  
  322. .sbbc img{
  323. height: 398px;
  324. width: 41px;
  325. opacity: 0.6;
  326. -webkit-filter: grayscale(0.9);
  327. filter: grayscale(0.9);
  328. -webkit-transition: all 0.8s ease-out;
  329. -moz-transition: all 0.8s ease-out;
  330. transition: all 0.8s ease-out;
  331. }
  332.  
  333. .sbbc img:hover{
  334. opacity: 0.9;
  335. -webkit-filter: grayscale(0.6);
  336. filter: grayscale(0.6);
  337. -webkit-transition: all 0.8s ease-out;
  338. -moz-transition: all 0.8s ease-out;
  339. transition: all 0.8s ease-out;
  340. }
  341.  
  342. .sbd{
  343. margin-top: -202px;
  344. margin-left: 10px;
  345. height: 98px;
  346. width: 185px;
  347. padding: 2px 4px 2px 4px;
  348. background-color: #050505;
  349. font-family: "Gasara";
  350. color: #9e9e9e;
  351. font-size: 8px;
  352. line-height: 11px;
  353. letter-spacing: 1px;
  354. text-align: justify;
  355. }
  356.  
  357. .sbh{
  358. margin-top: 5px;
  359. margin-left:10px;
  360. height: 22px;
  361. width: 200px;
  362. }
  363.  
  364. .sbhh{
  365. margin-top: 1px;
  366. height:15px;
  367. width: 15px;
  368. background-color: #050505;
  369. margin-right: 10px;
  370. display: inline-block;
  371. -webkit-transition: opacity 0.7s linear;
  372. -webkit-transition: all 0.8s ease-out;
  373. -moz-transition: all 0.8s ease-out;
  374. transition: all 0.8s ease-out;
  375. }
  376.  
  377. .sbhh:hover {
  378. border-radius: 50%;
  379. -webkit-transition: opacity 0.7s linear;
  380. -webkit-transition: all 0.8s ease-out;
  381. -moz-transition: all 0.8s ease-out;
  382. transition: all 0.8s ease-out;
  383. }
  384.  
  385. .sbu{
  386. margin-top: 0px;
  387. margin-left:10px;
  388. height: 10px;
  389. padding-top: 2px;
  390. width: 191px;
  391. font-family: "Gasara";
  392. color: #9e9e9e;
  393. font-size: 8px;
  394. background-color: #050505;
  395. }
  396.  
  397. .sbd2{
  398. margin-top: 5px;
  399. margin-left: 10px;
  400. height:28px;
  401. width: 185px;
  402. padding: 4px 4px 0px 4px;
  403. background-color: #050505;
  404. font-family: "Gasara";
  405. color: #9e9e9e;
  406. font-size: 8px;
  407. line-height: 12px;
  408. letter-spacing: 1px;
  409. text-align: center;
  410.  
  411. }
  412.  
  413. .sbl{
  414. margin-top: 5px;
  415. margin-left:10px;
  416. height: 22px;
  417. width: 200px;
  418. }
  419.  
  420. .sbll{
  421. margin-top: 1px;
  422. height:15px;
  423. width: 15px;
  424. background-color: #050505;
  425. margin-right: 10px;
  426. display: inline-block;
  427. -webkit-transition: opacity 0.7s linear;
  428. -webkit-transition: all 0.8s ease-out;
  429. -moz-transition: all 0.8s ease-out;
  430. transition: all 0.8s ease-out;
  431. }
  432.  
  433. .sbll:hover {
  434. border-radius: 50%;
  435. -webkit-transition: opacity 0.7s linear;
  436. -webkit-transition: all 0.8s ease-out;
  437. -moz-transition: all 0.8s ease-out;
  438. transition: all 0.8s ease-out;
  439. }
  440.  
  441. /* HOVER STYLE */
  442. #s-m-t-tooltip{
  443. max-width:250px;
  444. margin-top:15px;
  445. margin-left:15px;
  446. padding-left:4px;
  447. padding-right:4px;
  448. z-index:9999999999999999;
  449. background-color: #050505;
  450. color: #9e9e9e;
  451. font-family: "gasara";
  452. font-size:8px;
  453. letter-spacing:1px;
  454. text-transform:uppercase;
  455. text-align:justify;
  456. line-height:14px;
  457. border-left: 3px solid #9e9e9e;
  458. box-shadow:1px 1px 3px rgba(0,0,0,.1);
  459. }
  460.  
  461. .postinfo {
  462. width:245px;
  463. font-family: "Gasara";
  464. font-size:9px;
  465. letter-spacing: 1;
  466. line-height: 100%;
  467. color: #c7c7c7;
  468. text-align: justify;
  469. word-wrap:break-word;
  470. margin-top: -15px;
  471. padding: 10px;
  472. -moz-transition:all ease-in-out 0.7s;
  473. -webkit-transition:all ease-in-out 0.7s;
  474. -o-transition:all ease-in-out 0.7s;
  475. transition:all ease-in-out 0.7s;
  476. }
  477.  
  478. .postnotes {
  479. width:245px;
  480. font-family: "Gasara";
  481. font-size: 8px;
  482. letter-spacing: 1;
  483. line-height: 100%;
  484. color: #c7c7c7;
  485. text-align: left;
  486. text-transform: uppercase;
  487. word-wrap:break-word;
  488. padding: 10px;
  489. -moz-transition:all ease-in-out 0.7s;
  490. -webkit-transition:all ease-in-out 0.7s;
  491. -o-transition:all ease-in-out 0.7s;
  492. transition:all ease-in-out 0.7s;
  493.  
  494. }
  495.  
  496. .postnotes img {
  497. display:none;
  498.  
  499. }
  500.  
  501.  
  502. #permtitle {
  503. font-family: "Neou";
  504. color: #c7c7c7;
  505. font-size: 10px;
  506. padding: 5px;
  507. margin-top: 5px;
  508. text-align: center;
  509. text-transform: uppercase;
  510. }
  511.  
  512. /* PHOTO, PHOTOSET, VIDEO POST */
  513. #photo img{
  514. opacity: 0.5;
  515. -webkit-filter: grayscale(100%);
  516. filter: grayscale(100%);
  517. -webkit-transition: opacity 0.7s linear;
  518. -webkit-transition: all 0.8s ease-out;
  519. -moz-transition: all 0.8s ease-out;
  520. transition: all 0.8s ease-out;
  521. }
  522.  
  523. #photo img:hover{
  524. opacity: 0.9;
  525. -webkit-filter: grayscale(30%);
  526. filter: grayscale(30%);
  527. -webkit-transition: opacity 0.7s linear;
  528. -webkit-transition: all 0.8s ease-out;
  529. -moz-transition: all 0.8s ease-out;
  530. transition: all 0.8s ease-out;
  531. }
  532.  
  533. #photoset, #video {
  534. opacity: 0.5;
  535. -webkit-filter: grayscale(100%);
  536. filter: grayscale(100%);
  537. -webkit-transition: opacity 0.7s linear;
  538. -webkit-transition: all 0.8s ease-out;
  539. -moz-transition: all 0.8s ease-out;
  540. transition: all 0.8s ease-out;
  541. }
  542.  
  543. #photoset:hover, #video:hover {
  544. opacity: 0.9;
  545. -webkit-filter: grayscale(30%);
  546. filter: grayscale(30%);
  547. -webkit-transition: opacity 0.7s linear;
  548. -webkit-transition: all 0.8s ease-out;
  549. -moz-transition: all 0.8s ease-out;
  550. transition: all 0.8s ease-out;
  551. }
  552.  
  553. /* AUDIO POST */
  554.  
  555. #audio i{
  556. font-family: "Neou";
  557. font-size: 20px;
  558. text-align: center;
  559. letter-spacing:-1px;
  560. color: #c7c7c7;
  561. text-transform: lowercase;
  562. }
  563.  
  564. #audio b{
  565. font-family: "Gasara";
  566. font-size: 8px;
  567. letter-spacing: 1px;
  568. color: #c7c7c7;
  569. }
  570.  
  571. #audio {
  572. font-family: "Calibri";
  573. font-size: 8px;
  574. letter-spacing: 1px;
  575. text-transform: uppercase;
  576. }
  577. {CustomCSS}
  578. </style>
  579.  
  580. <!-- INFINITE SCROLL -->
  581. <script type="text/javascript" src="http://codysherman.tumblr.com/tools/infinite-scrolling/code"></script>
  582.  
  583. <!-- S-M-TOOLTIP SCRIPT -->
  584. <script type='text/javascript' src='https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js'></script>
  585. <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  586. <script>
  587. (function($){
  588. $(document).ready(function(){
  589. $("[title]").style_my_tooltips();
  590. });
  591. })(jQuery);
  592. </script>
  593. </head>
  594. <body>
  595.  
  596. <!-- SIDEBAR -->
  597. <div id="sbcont">
  598. <div class="sbp"><img src="http://24.media.tumblr.com/4775784396316e6742d7eedde0dd0d76/tumblr_my7zh8QynN1qhrp73o1_250.gif" /></div>
  599. <div class="sbbc"><img src="http://i.imgur.com/r13aOjn.png" /></div>
  600. <div class="sbd">sneaky? maybe. she's rather eye-catching and impossible to miss; there's something special about the way she moves and speaks, you want to know more. your eyes follow her around, she seems to have no secrets, she's so bold, it's dangerous. Who is she? where is she from? where is she going?</div>
  601.  
  602. <div class="sbh">
  603. <a title="PROJECT #616 LEE YEON A / TROUBLE "><div class="sbhh"></div></a>
  604. <a title="REAL AGE UNKNOWN; PRESUMED 25"><div class="sbhh"></div></a>
  605. <a title="KOREAN / AMERICAN ; MUTATE ORIGINS"><div class="sbhh"></div></a>
  606. <a title="KNOWN AS THE INFAMOUS WORLD-WIDE THIEF BLACK CAT"><div class="sbhh"></div></a>
  607. <a title="( this is only a roleplay account; using Jessica Jung as a face claim, oc/au universe, nsfw themes will be approached, mun is of age. )"><div class="sbhh"></div></a>
  608. <a title="( this muse is inspired by the marvel character black cat with some, obviously, tweaks made by mun! feel free to check my about page or ask me for further curiorities. )"><div class="sbhh"></div></a>
  609. <a title="( i do not own the characters used, i do not represent their personal opinions nor am I affiliated with them. i do not take credit for the icons / gifs used, although some may be made/cropped by me. this is a literate roleplay account. )"><div class="sbhh"></div></a>
  610. </div>
  611.  
  612. <div class="sbu"><marquee behavior="scroll" direction="left" scrollamount="3" onmouseover="this.stop();" onmouseout="this.start();">Updates will go here.</marquee></div>
  613.  
  614. <div class="sbd2">I N H A L E ;; E X H A L E.<br />
  615. Scared? You ought. She's deadly.
  616. </div>
  617.  
  618. <div class="sbl">
  619. <a href="/" title="REFRESH"><div class="sbll"></div></a>
  620. <a href="/ask" title="MESSAGE"><div class="sbll"></div></a>
  621. <a href="/archive" title="ARCHIVE"><div class="sbll"></div></a>
  622. <a href="/princesse-" title="TROUBLE LEE"><div class="sbll"></div></a>
  623. <a href="/masque-" title="BLACK CAT"><div class="sbll"></div></a>
  624. <a href="/taper-" title="MUN NOTE"><div class="sbll"></div></a>
  625. <a href="/navigation-" title="LINKS"><div class="sbll"></div></a>
  626. </div>
  627. </div>
  628. <!-- END OF SIDEBAR -->
  629.  
  630. <div id="entries">
  631. {block:Posts}
  632. <div id="post">
  633.  
  634. <!-- TEXT -->
  635. {block:Text}
  636. <h1>{block:Title}{Title}{/block:Title}</h1>
  637. {Body}
  638. {/block:Text}
  639.  
  640. <!-- PHOTO -->
  641. {block:Photo}
  642. <div id="photo"><center>
  643. {LinkOpenTag}<img src="{PhotoURL-250}">{LinkCloseTag}
  644. {block:IndexPage}{/block:IndexPage}
  645. {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  646. </center></div>
  647. {/block:Photo}
  648.  
  649. <!-- PHOTOSET -->
  650. {block:Photoset}
  651. <div id="photoset">
  652. {Photoset-250}
  653. {block:IndexPage}{/block:IndexPage}
  654. {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  655. </div>
  656. {/block:Photoset}
  657.  
  658. <!-- QUOTE -->
  659. {block:Quote}<h2>"{Quote}"</h2>
  660. {block:Source}<div class="qsource"> —{Source}</div>
  661. {/block:Source}{/block:Quote}
  662.  
  663. <!-- LINK -->
  664. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  665.  
  666. <!-- CHAT -->
  667. {block:Chat}{block:Title}{Title}{/block:Title}{block:Lines}{block:Label}<b><u>{Label}</u></b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  668.  
  669. <!-- AUDIO -->
  670. {AudioPlayerWhite}
  671. <div id="audio">
  672. {block:IndexPage}
  673. <p><i><center>
  674. {block:TrackName}{TrackName}<br>{/block:TrackName}
  675. </center></i>
  676. {block:Artist}<b>Artist:</b> {Artist}<br>{/block:Artist}
  677. {block:Album}<b>Album:</b> {Album}<br>{/block:Album}
  678. {/block:IndexPage}
  679. {block:PermalinkPage}
  680. {block:Caption}{Caption}{/block:Caption}
  681. {/block:PermalinkPage}
  682. </div>
  683. {/block:Audio}
  684.  
  685. <!-- VIDEO -->
  686. {block:Video}
  687. <div id="video">
  688. {Video-250}
  689. {block:IndexPage}{/block:IndexPage}
  690. {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  691. </div>
  692. {/block:Video}
  693.  
  694. <!-- ASKS -->
  695. {block:Answer}
  696. <div class="asker">{Asker}</div>
  697. <div class="question">{Question}</div>
  698. <div class="answer">{Answer}</div>
  699. {/block:Answer}
  700.  
  701.  
  702. <!-- PERMALINK -->
  703. {block:IndexPage}
  704. <div id="info">
  705. <div style="float: left;">
  706. <a href="{Permalink}" title="{Timestamp}/{DayOfMonthWithZero}{MonthNumber}{ShortYear}">POSTED</a> — <a href="{Permalink}" title="{NoteCountWithLabel}">NOTED</a>
  707. </div>
  708. <div style="float: right;">
  709. <a href="{Permalink}" title="{block:Tags} #{Tag}{/block:Tags}">TAGGED</a> — <a href="{ReblogURL}" title="GEt it.">REBLOG</a>
  710. </div>
  711. </div>
  712. {/block:IndexPage}
  713.  
  714. {block:PermaLinkPage}
  715. <div class="postinfo">
  716. <center>
  717. <div id="permtitle">Posted on: {Month} {DayofMonth}, {Year}<br> {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}</div>
  718. {block:RebloggedFrom}
  719. <div id="tags">Via:
  720. <a href="{ReblogParentURL}">{ReblogParentName}</a> ||
  721. Source: <a href="{ReblogRootURL}">{ReblogRootName}</a></div>
  722. {/block:RebloggedFrom}
  723. </center>
  724. <br>
  725. {block:HasTags}
  726. <div id="tags">{block:Tags}#<a href="{TagURL}">{Tag}</a> &nbsp; {/block:Tags} </div>
  727. {/block:HasTags}
  728. </div>
  729.  
  730. {block:PostNotes}<div class="postnotes"><div style="margin-left: -20px;">{PostNotes}</div></div>{/block:PostNotes}
  731. {/block:PermalinkPage}
  732. </div> <!-- END OE INDIVIDUAL POST -->
  733. {/block:Posts}
  734. </div><!-- END OF ENTRIES -->
  735. </body>
  736. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement