Advertisement
interludethenshivers

Theme 06, The Romanov Family

May 7th, 2013
717
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.11 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. <!--THEME BY INTERLUDE-THEN-SHIVERS
  5. ROMANOV
  6. HEY JUST DO NOT STEAL PRETTY PRTTY PLEASE!
  7. HUM.. HAVE YOU HEARD OF THE ROMANOV FAMILY?
  8. AW IM IN LOVE WITH ANASTASIA-->
  9.  
  10. <head>
  11.  
  12. <meta name="color:background" content="#ffffff" />
  13. <meta name="color:asker" content="#f5f5f5" />
  14. <meta name="color:text" content="#9b9b9b">
  15. <meta name="color:link" content="#cecece" />
  16. <meta name="color:hover" content="#8a8a8a" />
  17. <meta name="color:Border" content="#e4e4e4"/>
  18. <meta name="color:FirstLetter" content="#a0a0a0"/>
  19.  
  20. <meta name="if:OpacityImages" content="1" />
  21.  
  22. <meta name="image:Sidebar" content="http://static.tumblr.com/29cbda6e34af8616271ad7001cc3875a/izeveah/J9Fmmehlk/tumblr_static_anasta.gif"/>
  23. <meta name="image:Background" content=""/>
  24.  
  25. <meta name="text:HomeLabel" content="home" />
  26. <meta name="text:AskLabel" content="message" />
  27. <meta name="text:link 1" content="uno" />
  28. <meta name="text:link 1 url" content="http://" />
  29. <meta name="text:link 2" content="dos" />
  30. <meta name="text:link 2 url" content="http://" />
  31. <meta name="text:link 3" content="tres" />
  32. <meta name="text:link 3 url" content="http://" />
  33.  
  34.  
  35. <title>{Title}</title>
  36. <link rel="shortcut icon" href="{Favicon}">
  37. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  38. <link rel="shortcut icon" href="{Favicon}">
  39. <title>Untitled Document</title>
  40. <link rel="shortcut icon" href="{Favicon}">
  41. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  42. <link href='http://fonts.googleapis.com/css?family=Cabin+Sketch:bold' rel='stylesheet' type='text/css'>
  43.  
  44. {block:Description}
  45. <meta name="description" content="{MetaDescription}" />
  46. {/block:Description}
  47.  
  48. <style type="text/css">
  49. iframe#tumblr_controls {
  50. right:3px !important;
  51. position: fixed !important;
  52. opacity: 0.5;
  53.  
  54. -webkit-transition: opacity 0.7s linear;
  55. -webkit-transition: all 0.8s ease-out;
  56. -moz-transition: all 0.8s ease-out;
  57. transition: all 0.8s ease-out;
  58. -webkit-filter: invert(100%);
  59. }
  60.  
  61. iframe#tumblr_controls:hover{
  62. -webkit-transition: opacity 0.7s linear;
  63. opacity: 1;
  64.  
  65. -webkit-transition: all 0.4s ease-out;
  66. -moz-transition: all 0.4s ease-out;
  67. transition: all 0.4s ease-out;
  68. }
  69.  
  70. iframe#tumblr_controls {
  71. top: 0% !important;
  72. right:0% !important;
  73. position: fixed !important;
  74. }
  75.  
  76. body{
  77. font-family:calibri;
  78. font-size:11px;
  79. line-height: 13px;
  80. text-align:justify;
  81. color:{color:text};
  82. background-color:{color:background};
  83. background:{color:background color} url({image:background});
  84. background-position: top left;
  85. background-attachment: fixed;
  86. repeat: repeat;
  87. }
  88.  
  89.  
  90. #content{
  91. margin: auto;
  92. position:relative;
  93. {block:IndexPage}
  94. width:960px;
  95. {/block:IndexPage}
  96. {block:PermalinkPage}
  97. width:550px;
  98. {/block:PermalinkPage}
  99. }
  100.  
  101. #content .posts {
  102. {block:IndexPage}
  103. margin-left:200px;
  104. width:900px;
  105. margin-top:5px;
  106. {/block:IndexPage}
  107. {block:PermalinkPage}
  108. margin:auto;
  109. padding-bottom:10px;
  110. width:200px;
  111. margin-top:10px;
  112. position:relative;
  113. {/block:PermalinkPage}
  114. }
  115.  
  116. #content .entry {
  117. {block:IndexPage}
  118. width: 270px;
  119. margin:5px;
  120. padding:7px;
  121. float:left;
  122. position: relative;
  123. {/block:IndexPage}
  124. {block:PermalinkPage}
  125. margin:0px;
  126. padding:20px;
  127. width:550px;
  128. position:relative;
  129. {/block:PermalinkPage}
  130. }
  131.  
  132. a:link, a:active, a:visited{
  133. text-decoration:none;
  134. -moz-transition: 0.4s ease-in;
  135. -webkit-transition: 0.4s ease-in;
  136. -o-transition: 0.4s ease-in;
  137. transition: 0.4s ease-in;
  138. color: {color:link};
  139. }
  140.  
  141. a:hover{
  142. text-decoration:none;
  143. -moz-transition: 0.4s ease-in;
  144. -webkit-transition: 0.4s ease-in;
  145. -o-transition: 0.4s ease-in;
  146. transition: 0.4s ease-in;
  147. color: {color:hover};
  148. }
  149.  
  150. .ptitle {
  151. font-family:calibri;
  152. font-size: 11px;
  153. text-transform:uppercase;
  154. color:{color:text};
  155. }
  156.  
  157. .permalink {
  158. text-align:left;
  159. font-family:calibri;
  160. font-weight:bold;
  161. font-size:9px;
  162. opacity:.6;
  163. }
  164.  
  165. .right {
  166. margin: 0 0 px 0;
  167. padding-top: 3px;
  168. overflow:hidden;
  169. -moz-border-radius:3px;
  170. border-radius:3px;
  171. text-align: left;
  172. text-transform:;
  173. }
  174.  
  175. .persa {
  176. font-weight:bold;
  177. font-size:9px;
  178. text-transform:uppercase;
  179. padding:3px;
  180. }
  181.  
  182. .persa a{
  183. -moz-transition: 0.4s ease-in;
  184. -webkit-transition: 0.4s ease-in;
  185. -o-transition: 0.4s ease-in;
  186. transition: 0.4s ease-in;
  187. padding:3px;
  188. background-color:#fff;
  189. color:#eee;
  190. }
  191.  
  192. .persa a:hover{
  193. -moz-transition: 0.4s ease-in;
  194. -webkit-transition: 0.4s ease-in;
  195. -o-transition: 0.4s ease-in;
  196. transition: 0.4s ease-in;
  197. padding:3px;
  198. background-color:#eee;
  199. color:#fff;
  200. }
  201.  
  202. .totalright {
  203. float:right;
  204. margin-top:0px;
  205. }
  206.  
  207. .bordered {
  208. padding:5px;
  209. border-top:1px solid #000;
  210. border-bottom:1px solid #000;
  211. border-left:1px solid #000;
  212. border-right:1px solid #000;
  213. }
  214.  
  215. .quote {
  216. font-family:calibri;
  217. font-size:11px;
  218. text-transform:none;
  219. font-style:italic;
  220. }
  221.  
  222. .source {
  223. font-family:calibri;
  224. font-size:11px;
  225. font-weight:bold;
  226. text-align:right;
  227. text-transform:uppercase;
  228. }
  229.  
  230. .audio {
  231. background-color:white;
  232. overflow-y:hidden;text-align:center;
  233. {block:IndexPage}
  234. width:220px;
  235. {/block:IndexPage}
  236. {block:PermalinkPage}
  237. width:545px;
  238. {/block:PermalinkPage}
  239. }
  240.  
  241. div.video embed, div.post div.video object {
  242. {block:IndexPage}
  243. width:270px !important;
  244. height:auto !important;
  245. {/block:IndexPage}
  246. {block:PermalinkPage}
  247. width:550px !important;
  248. height:320px !important;
  249. {/block:PermalinkPage}
  250. }
  251.  
  252. .chat ul {
  253. padding:0px;
  254. margin:0px 0px 0px 0px;
  255. }
  256.  
  257. .chat li {
  258. list-style-type: none;
  259. padding:3px;
  260. margin-right:0px;
  261. }
  262.  
  263. .chat li.odd {
  264. color:{color:Text};
  265. background-color:#ffffff;
  266. }
  267.  
  268. .chat li.even {
  269. color: {color:Text};
  270. background-color: {color:asker};
  271. }
  272.  
  273. .label {
  274. font-size: 9px;
  275. letter-spacing: 1px;
  276. font-family:calibri;
  277. text-decoration: none;
  278. font-weight: bold;
  279. color:{color:link}
  280. }
  281.  
  282. .set{
  283. width:270px;
  284. }
  285.  
  286. .question {
  287. background-color:{color:asker};
  288. padding:4px;
  289. border-bottom:2px dotted {color:asker};
  290. }
  291.  
  292. .answer {
  293. background-color:#FFF;
  294. padding:3px;
  295. }
  296.  
  297. {block:ifOpacityImages}
  298. img {
  299. opacity:.8;
  300. -webkit-transition-duration: 0.8s;
  301. {block:IndexPage}
  302. max-width:270px;
  303. {/block:IndexPage}
  304. {block:PermalinkPage}
  305. max-width:550px;
  306. {/block:PermalinkPage}
  307. }
  308.  
  309. img:hover {
  310. opacity: 1;
  311. -webkit-transition-duration: 0.8s;
  312. }
  313. {/block:ifOpacityImages}
  314.  
  315. .noti{
  316. position:absolute;
  317. background:#ffffff;
  318. border-radius:5px;
  319. padding-top:5px;
  320. padding-bottom:5px;
  321. left: 50%;
  322. margin-left:-70px;
  323. width:140px;
  324. height:70px;
  325. margin-top:-40px;
  326. top:50%;
  327. overflow:hidden;
  328. text-align:center;
  329. text-transform:uppercase;
  330. font-size:14px;
  331. line-height:23px;
  332. box-shadow:1px 3px 7px gray;
  333. opacity: 0;
  334. -webkit-transition: all 0.2s linear;
  335. -webkit-transition: all 0.2s linear;
  336. -moz-transition: all 0.2s linear;
  337. transition: all 0.2s linear;
  338. }
  339.  
  340. .noti:hover {
  341. overflow:hidden;
  342. opacity: .9;
  343. -webkit-transition: all 0.2s linear;
  344. -webkit-transition: all 0.2s linear;
  345. -moz-transition: all 0.2s linear;
  346. transition: all 0.2s linear;
  347. }
  348.  
  349. .tweek a {
  350. font-size:15px;
  351. padding:2px;
  352. color:{color:Hover};
  353. -webkit-transition-duration:1s;
  354. z-index:999999;
  355. }
  356.  
  357. .tweek a: hover {
  358. color:{color:Link};
  359. }
  360.  
  361. .elvis {
  362. padding:20px;
  363. background-color:#757575;;
  364. text-decoration: none;
  365. text-transform: uppercase;
  366. font-family: 'Georgia', serif;
  367. font-style: italic;
  368. font-size: 7pt;
  369. line-height: 7pt;
  370. color: #fff;
  371. border-style:double;
  372. border-color:#757575;
  373. display:inline-block;
  374. letter-spacing: 2px;
  375. text-align: center;
  376. }
  377.  
  378. .elvis:hover {
  379. opacity:0.6;
  380. padding:20px;
  381. background-color:#000;
  382. text-decoration: none;
  383. text-transform: uppercase;
  384. font-family: 'Georgia', serif;
  385. font-weight: normal;
  386. font-style: italic;
  387. font-size: 7pt;
  388. line-height: 7pt;
  389. color: #fff;
  390. display:inline-block;
  391. letter-spacing: 2px;
  392. text-align: center;
  393. -webkit-transition: all 0.5s ease-in-out;
  394. -moz-transition: all 0.5s ease-in-out;
  395. -o-transition: all 0.5s ease-in-out;
  396. -ms-transition: all 0.5s ease-in-out;
  397. transition: all 0.5s ease-in-out;
  398. }
  399.  
  400. #sidebar {
  401. width:250px;
  402. position:fixed;
  403. margin-left:250px;
  404. margin-top:100px;
  405. }
  406. /* THEME BY INTERLUDE-THEN-SHIVERS */
  407. #description {
  408. background-color:transparent;
  409. font-family:cambria;
  410. padding-top:1px;
  411. width:100px;
  412. margin-top:-10px;
  413. margin-bottom:25px;
  414. line-height:80%;
  415. font-size:9px;
  416. padding:7px
  417. }
  418.  
  419. #description img {
  420. width:100px;
  421. padding:10px;
  422. height:190px;
  423. background-color:transparent;
  424. border:1px solid {color:linkblock};
  425. margin-top:-30px
  426. }
  427.  
  428. #des {position:fixed;
  429. text-align:justify;
  430. word-spacing:1px;
  431. font-family: ashley;
  432. font-style:italic;
  433. font-size: 9px;
  434. height:118px;
  435. margin-top:-131px;
  436. margin-left:122px;
  437. opacity:1;
  438. width:102px;
  439. line-height:120%;
  440. background-color:#fafafa;
  441. padding:5px;
  442. border-left:1px {color:Border} solid;
  443. border-right:1px {color:Border} solid;
  444. border-top:1px {color:Border} solid;
  445. border-bottom:1px {color:Border} solid;
  446. -webkit-transition: all 0.6s ease-in-out;
  447. -moz-transition: all 0.6s ease-in-out;
  448. -o-transition: all 0.6s ease-in-out;
  449. -ms-transition: all 0.6s ease-in-out;
  450. transition: all 0.6s ease-in-out;
  451. }
  452.  
  453. #des:first-letter {
  454. width:20px;
  455. height:20px;
  456. padding:5px;
  457. margin-bottom:0px;
  458. margin-right:8px;
  459. float:left;
  460. background-color:{color:FirstLetter};
  461. color:#fff;
  462. font-family:times;
  463. font-size:26px;
  464. font-style:italic;
  465. line-height:20px;
  466. text-transform:uppercase;
  467. text-align:center;
  468. }
  469.  
  470. #des a{font-size:8px;
  471. padding:2px;
  472. -webkit-transition: all 0.6s ease-in-out;
  473. -moz-transition: all 0.6s ease-in-out;
  474. -o-transition: all 0.6s ease-in-out;
  475. -ms-transition: all 0.6s ease-in-out;
  476. transition: all 0.6s ease-in-out;
  477. }
  478.  
  479. #des a:hover {
  480. color:{color:background};
  481. opacity:..8;
  482. -webkit-transition: all 0.6s ease-in-out;
  483. -moz-transition: all 0.6s ease-in-out;
  484. -o-transition: all 0.6s ease-in-out;
  485. -ms-transition: all 0.6s ease-in-out;
  486. transition: all 0.6s ease-in-out;
  487. }
  488.  
  489. #sidebar {
  490. width:237px;
  491. height:132px;
  492. padding:7px;
  493. margin-left:-120px;
  494. margin-top:150px;
  495. background-color:transparent;
  496. border:4px {color:Border} double;
  497. }
  498.  
  499. #sidebarimage img {
  500. width:105px;
  501. height:120px;
  502. padding:4px;
  503. opacity:1;
  504. border:1px solid {color:border};
  505. background-color: transparent;
  506.  
  507. -webkit-transition: all 0.4s ease-in-out;
  508. -moz-transition: all 0.4s ease-in-out;
  509. -o-transition: all 0.4s ease-in-out;
  510. -ms-transition: all 0.4s ease-in-out;
  511. transition: all 0.4s ease-in-out;
  512. }
  513.  
  514. #sidebarimage:hover #links{
  515. opacity:1;
  516. }
  517.  
  518. #description {
  519. padding:5px;
  520. text-align:center;
  521. }
  522.  
  523. /* THEME BY INTERLUDE-THEN-SHIVERS */
  524.  
  525. #links {text-align:center;
  526. position:fixed;
  527. text-transform: lowercase;
  528. width:50px;
  529. height:108px;
  530. margin-top:-112px;
  531. margin-left:40px;
  532. opacity:0;
  533. font-family:ashley;
  534. font-style:italic;
  535. color:{color:Firstletter};
  536. transition: all 0.5s ease-out;
  537. -o-transition: all 0.5s ease-out;
  538. -webkit-transition: all 0.5s ease-out;
  539. -moz-transition: all 0.5s ease-out;
  540. }
  541.  
  542. #links a {
  543. display:block;
  544. width:70px;
  545. height:16px;
  546. font-size:10px;
  547. line-height:130%;
  548. text-decoration:none;
  549. opacity:1;
  550. text-align:center;
  551. background-color:#f9f9f9;
  552. color:{color:Firstletter};
  553. -webkit-transition: all 0.5s ease-in-out;
  554. -moz-transition: all 0.5s ease-in-out;
  555. -o-transition: all 0.5s ease-in-out;
  556. -ms-transition: all 0.5s ease-in-out;
  557. transition: all 0.5s ease-in-out;
  558. }
  559.  
  560. #links a:hover{
  561. background-color:{color:FirstLetter};
  562. color:#ffffff;
  563. opacity:1;
  564. -webkit-transition: all 0.5s ease-in-out;
  565. -moz-transition: all 0.5s ease-in-out;
  566. -o-transition: all 0.5s ease-in-out;
  567. -ms-transition: all 0.5s ease-in-out;
  568. transition: all 0.5s ease-in-out;
  569. }
  570.  
  571. /* THEME BY INTERLUDE-THEN-SHIVERS */
  572.  
  573. </style>
  574.  
  575. <script type="text/javascript" src="http://static.tumblr.com/imovwvl/dJWl20ley/jqueryformasonry.js"></script>
  576. <script type="text/javascript" src="http://static.tumblr.com/imovwvl/rSGl20lfv/masonry.js">
  577. </script>
  578. <script type="text/javascript" src="http://static.tumblr.com/izeveah/jcUmmef21/gunsorhands.txt"></script>
  579. <script src="http://static.tumblr.com/df28qmy/SHUlh3i7s/jquery.infinitescroll.js"></script>
  580. <script src="http://static.tumblr.com/thpaaos/lLwkowcqm/jquery.masonry.js"></script>
  581. <script type="text/javascript">
  582. $(window).load(function () {
  583. $('.posts').masonry(),
  584. $('.masonryWrap').infinitescroll({
  585. navSelector : "div#navigation",
  586. // selector for the paged navigation (it will be hidden)
  587. nextSelector : "div#navigation a#nextPage",
  588. // selector for the NEXT link (to page 2)
  589. itemSelector : ".entry",
  590. // selector for all items you'll retrieve
  591. bufferPx : 10000,
  592. extraScrollPx: 11000,
  593. loadingImg : "http://b.imagehost.org/0548/Untitled-2.png",
  594. loadingText : "<em></em>",
  595. },
  596. // call masonry as a callback.
  597. function() { $('.posts').masonry({ appendedContent: $(this) }); }
  598. );
  599. });
  600. </script>
  601. <script type="text/javascript">
  602. $(window).load(function(){
  603. $("p").remove(":contains('Source:')");
  604. });
  605. </script>
  606.  
  607. </head>
  608.  
  609. <body>
  610.  
  611. <div id="content">
  612. <div id="sidebar">
  613.  
  614. <div id="navcontainer">
  615. {block:HasPages}
  616. {block:Pages}
  617. <ul>
  618. <li><a href={URL}>{Label}</a></li>
  619. </ul>
  620. {/block:Pages}
  621. {/block:HasPages}
  622. </div>
  623.  
  624.  
  625. <div id="sidebarimage">
  626. <a href="/"><img src="{image:sidebar}"></a>
  627. <div id="links">
  628. <a href="/">{text:HomeLabel}</a>
  629. <a href="/ask">{text:AskLabel}</a>
  630. <a href="{text:link 1 url}">{text:link 1}</a>
  631. <a href="{text:link 2 url}">{text:link 2}</a>
  632. <a href="{text:link 3 url}">{text:link 3}</a>
  633. </div>
  634. </div>
  635.  
  636. <div id="des">{Description}</div>
  637.  
  638.  
  639. <div id="description">
  640.  
  641. </div></div>
  642.  
  643.  
  644. <!--THEME BY INTERLUDE-THEN-SHIVERS-->
  645.  
  646. <div class="posts">
  647. {block:Posts}
  648. <div class="entry">
  649.  
  650. {block:Text}
  651. {block:Title} <span style="font-size:11px; font-weight:bold; text-transform:uppercase;">{Title}</span> {/block:Title}
  652. {Body}
  653. {Block:IndexPage}<div align="right"><a href="{Permalink}"> <div class="persa">NOTES</div></a></div>{/block:IndexPage}
  654. {block:PermalinkPage} <span style="word-spacing:3px;"> <div class="right"> <b>Posted:</b> {TimeAgo} {block:NoteCount}<b>Notes:</b> {NoteCount}{/block:NoteCount}
  655. {block:RebloggedFrom}<br>via: <a href="{ReblogParentURL}">{ReblogParentName}</a> , {/block:RebloggedFrom}
  656. {block:RebloggedFrom}source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom} <div class="totalright"> {block:HasTags} <b>Tagged:</b> {block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags} {block:HasTags} </span> </div> </div>{/block:PermalinkPage}
  657. {/block:Text}
  658.  
  659. {block:Photo}
  660. {block:IndexPage}<a href="{Permalink}">{/block:IndexPage}
  661. {block:PermalinkPage}{LinkOpenTag}{/block:PermalinkPage}
  662. <img src="{block:IndexPage}{PhotoURL-HighRes}{/block:IndexPage}{block:PermalinkPage}{PhotoURL-HighRes}{/block:PermalinkPage}" alt="{PhotoAlt}" {block:IndexPage} width="270" {/block:IndexPage}{block:PermalinkPage} width="550" {/block:PermalinkPage}/> {block:IfNotHideCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfNotHideCaptions}
  663. {block:IndexPage}</a>{/block:IndexPage}
  664. {block:PermalinkPage}{LinkCloseTag}{block:IfHideCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfHideCaptions}
  665. {/block:PermalinkPage}
  666. {block:PermalinkPage} <span style="word-spacing:3px;"> <div class="right"> <b>Posted:</b> {TimeAgo} {block:NoteCount}<b>Notes:</b> {NoteCount}{/block:NoteCount} {block:RebloggedFrom}<br>via: <a href="{ReblogParentURL}">{ReblogParentName}</a> , {/block:RebloggedFrom}
  667. {block:RebloggedFrom}source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom} <div class="totalright"> {block:HasTags} <b>Tagged:</b> {block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags} {block:HasTags} </span> </div> </div>{/block:PermalinkPage}
  668. {/block:Photo}
  669.  
  670. {block:Photoset}
  671. <div class="set">{Photoset-300}</div>
  672. {block:Caption}
  673. {Caption}
  674. {/block:Caption}
  675. {Block:IndexPage}<div align="right"><a href="{Permalink}"> <div class="persa">NOTES</div> </a></div>{/block:IndexPage}
  676. {block:PermalinkPage} <span style="word-spacing:3px;"> <div class="right"> <b>Posted:</b> {TimeAgo} {block:NoteCount}<b>Notes:</b> {NoteCount}{/block:NoteCount}
  677. {block:RebloggedFrom}<br>via: <a href="{ReblogParentURL}">{ReblogParentName}</a> , {/block:RebloggedFrom}
  678. {block:RebloggedFrom}source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}<div class="totalright"> {block:HasTags} <b>Tagged:</b> {block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags} {block:HasTags} </span> </div> </div>{/block:PermalinkPage}
  679. {/block:Photoset}
  680.  
  681. {block:Quote}
  682. <div class="quote">❝&nbsp;&nbsp;{Quote}</div>
  683. <div class="right">-{block:Source}<i>{Source}</i>{/block:Source} {block:IndexPage}<div class="totalright"><a href="{Permalink}"> <div class="persa">NOTES</div> </a></div>{/block:IndexPage}</div>
  684. {block:PermalinkPage} <span style="word-spacing:3px;"> <div class="right"> <b>Posted:</b> {TimeAgo} {block:NoteCount}<b>Notes:</b> {NoteCount}{/block:NoteCount}
  685. {block:RebloggedFrom}<br>via: <a href="{ReblogParentURL}">{ReblogParentName}</a> , {/block:RebloggedFrom}
  686. {block:RebloggedFrom}source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}<div class="totalright"> {block:HasTags} <b>Tagged:</b> {block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags} {block:HasTags} </span> </div> </div>{/block:PermalinkPage}
  687. {/block:Quote}
  688.  
  689. {block:Link}
  690. <span style="font-size:12px; font-weight:bold; text-transform:uppercase;"> <a href="{URL}"{Target}>{Name}</a> </span>
  691. {block:Description} {Description} {/block:Description}
  692. {Block:IndexPage}<div align="right"><a href="{Permalink}"> <div class="persa">NOTES</div> </a></div>{/block:IndexPage}
  693. {block:PermalinkPage} <span style="word-spacing:3px;"> <div class="right"> <b>Posted:</b> {TimeAgo} {block:NoteCount}<b>Notes:</b> {NoteCount}{/block:NoteCount}
  694. {block:RebloggedFrom}<br>via: <a href="{ReblogParentURL}">{ReblogParentName}</a> , {/block:RebloggedFrom}
  695. {block:RebloggedFrom}source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}<div class="totalright"> {block:HasTags} <b>Tagged:</b> {block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags} {block:HasTags} </span> </div> </div>{/block:PermalinkPage}
  696. {/block:Link}
  697.  
  698. <div class="video">
  699. {block:Video}
  700. {Video-500}
  701. {block:Caption}
  702. {Caption}
  703. {/block:Caption}
  704. {Block:IndexPage}<div align="right"><a href="{Permalink}"> <div class="persa">NOTES</div> </a></div>{/block:IndexPage}
  705. {block:PermalinkPage} <span style="word-spacing:3px;"> <div class="right"> <b>Posted:</b> {TimeAgo} {block:NoteCount}<b>Notes:</b> {NoteCount}{/block:NoteCount}
  706. {block:RebloggedFrom}<br>via: <a href="{ReblogParentURL}">{ReblogParentName}</a> , {/block:RebloggedFrom}
  707. {block:RebloggedFrom}source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}<div class="totalright"> {block:HasTags} <b>Tagged:</b> {block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags} {block:HasTags} </span> </div> </div>{/block:PermalinkPage}
  708. {/block:Video}
  709. </div>
  710.  
  711. {block:Chat}
  712. {block:Title}
  713. <div class="ptitle">{Title}</div>
  714. {/block:Title}
  715. <div class="chat ul">
  716. {block:Lines}
  717. <li class="{Alt} user_{UserNumber}">
  718. {block:Label}<span class="label">{Label}</span>{/block:Label} {Line}</li>
  719. {/block:Lines}</div></li>
  720. {Block:IndexPage}<div align="right"><a href="{Permalink}"> <div class="persa">NOTES</div> </a></div>{/block:IndexPage}
  721. {block:PermalinkPage} <span style="word-spacing:3px;"> <div class="right"> <b>Posted:</b> {TimeAgo} {block:NoteCount}<b>Notes:</b> {NoteCount}{/block:NoteCount}
  722. {block:RebloggedFrom}<br>via: <a href="{ReblogParentURL}">{ReblogParentName}</a> , {/block:RebloggedFrom}
  723. {block:RebloggedFrom}source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom} <div class="totalright"> {block:HasTags} <b>Tagged:</b> {block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags} {block:HasTags} </span> </div> </div>{/block:PermalinkPage}
  724. {/block:Chat}
  725. <!--THEME BY INTERLUDE-THEN-SHIVERS-->
  726. {block:Audio}
  727. {block:AlbumArt}
  728. <img src="{AlbumArtURL}" style="width:25px;height:25px;float:left;padding-right:3px;padding-bottom:3px;padding-top:3px;background-color:{color:background};">{/block:AlbumArt}
  729. <div class="audio"> {AudioPlayerwhite} </div>
  730. {block:Caption} {Caption} {/block:Caption}
  731. {block:IndexPage}<b> <a href="{Permalink}"><div class="persa">NOTES</div></a> </b> {/block:IndexPage}
  732. {block:PermalinkPage} <span style="word-spacing:3px;"> <div class="right"> <b>Posted:</b> {TimeAgo} <b>Plays:</b> {PlayCount} {block:NoteCount}<b>Notes:</b> {NoteCount}{/block:NoteCount}
  733. {block:RebloggedFrom}<br>via: <a href="{ReblogParentURL}">{ReblogParentName}</a> , {/block:RebloggedFrom}
  734. {block:RebloggedFrom}source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom} <div class="totalright"> {block:HasTags} <b>Tagged:</b> {block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags} {block:HasTags} </span> </div> </div>{/block:PermalinkPage}
  735. {/block:Audio}
  736.  
  737. {block:Answer}
  738. <img align="left" width="17px"src="{AskerPortraitURL-48}"><div class="question">&nbsp;{Asker}: {Question}</div>
  739. <div class="answer">{Answer}</div>
  740. {Block:IndexPage}<div align="right"><a href="{Permalink}"> <div class="persa">NOTES</div> </a></div>{/block:IndexPage}
  741. {block:PermalinkPage} <span style="word-spacing:3px;"> <div class="right"> <b>Asked:</b> {TimeAgo} {block:NoteCount}<b>Notes:</b> {NoteCount}{/block:NoteCount}
  742. {block:RebloggedFrom}<br>via: <a href="{ReblogParentURL}">{ReblogParentName}</a> , {/block:RebloggedFrom}
  743. {block:RebloggedFrom}source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}<div class="totalright"> {block:HasTags} <b>Tagged:</b> {block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags} {block:HasTags} </span> </div> </div>{/block:PermalinkPage}
  744. {/block:Answer}
  745. <!--THEME BY INTERLUDE-THEN-SHIVERS-->
  746. {block:PermalinkPage}
  747. {block:PostNotes}{PostNotes}{/block:PostNotes}
  748. {/block:PermalinkPage}
  749.  
  750. </div>
  751. {/block:Posts}
  752. </div>
  753. </div>
  754.  
  755.  
  756.  
  757. {block:IndexPage}
  758. <div class="column navigation" id="navigation">
  759. {block:Pagination}
  760. {block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage}
  761. {block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination}
  762. </div>
  763. {/block:IndexPage}
  764.  
  765. </body>
  766. <!--THEME BY INTERLUDE-THEN-SHIVERS-->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement