Advertisement
ialkhachi

Theme 19 - Print

Nov 10th, 2014
940
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.33 KB | None | 0 0
  1. <!-- * CODE BY THEMESBYIMANI *-->
  2.  
  3.  
  4.  
  5. <script type="text/javascript"
  6. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  7.  
  8.  
  9. <!-- COLORS -->
  10. <meta name="color:background" content="#f7f7f7"/>
  11. <meta name="color:link" content="#c2bebe">
  12. <meta name="color:text" content="#777"/>
  13. <meta name="color:title" content="#fd8585"/>
  14. <meta name="color:hover" content="#a3a3a0"/>
  15. <meta name="color:border" content="#e4e4e4">
  16. <meta name="color:sidebg" content="#3c3b3b">
  17.  
  18.  
  19. <!--SIDEBAR AND BACKGROUND IMAGES-->
  20. <meta name="image:sidebar" content="1"/>
  21. <meta name="image:background" content="1"/>
  22. <meta name="image:header" content="" />
  23. <meta name="image:thekey" content="" />
  24.  
  25. <meta name="text:Link1" content="/" />
  26. <meta name="text:Link1 Title" content="" />
  27. <meta name="text:Link2" content="/" />
  28. <meta name="text:Link2 Title" content="" />
  29. <meta name="text:Link3" content="/" />
  30. <meta name="text:Link3 Title" content="" />
  31. <meta name="text:Link4" content="/" />
  32. <meta name="text:Link4 Title" content="" />
  33. <meta name="text:Link5" content="/" />
  34. <meta name="text:Link5 Title" content="" />
  35.  
  36.  
  37. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  38.  
  39. <style>
  40. div#qTip {
  41. padding: 5px;
  42. display: none;
  43. text-align: center;
  44. position: absolute;
  45. font-size:12px;
  46. line-height:15px;
  47. font-family:calibri;
  48. z-index: 9999999;
  49. border: 1px solid {color:title};
  50. background-color:#1e1e1e;
  51. color: {color:link};
  52. text-transform:uppercase;
  53. letter-spacing:; 1px;
  54. }
  55. </style>
  56.  
  57. <style type="text/css">
  58.  
  59.  
  60. ::-webkit-scrollbar {width: 9px; height: 3px; background: #FFFFFF;}
  61.  
  62. ::-webkit-scrollbar-thumb {background-color:{color:link} ; border: 0px solid #f8f8f8;}
  63.  
  64.  
  65.  
  66.  
  67. iframe#tumblr_controls {right:2px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.05;-webkit-transition: all 0.8s ease-out;-moz-
  68.  
  69. transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  70.  
  71. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 0.8;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  72.  
  73. p {
  74. margin:0px;
  75. margin-top:0px;
  76. }
  77.  
  78.  
  79. body {
  80. padding:10px;
  81. margin: 1px;
  82. color:{color:text};
  83. font-family: calibri;
  84. line-height:10px;
  85. font-size:12px;
  86. background-color: {color:Background};
  87. background-image:url({image:Background});
  88. background-attachment: fixed;
  89. background-repeat: repeat;
  90. }
  91.  
  92.  
  93. iframe#tumblr_controls {
  94. top: 0% !important;
  95. right:0% !important;
  96. opacity:1;
  97. position: fixed !important;
  98. filter:alpha(opacity=30);
  99. -webkit-transition: all 0.7s ease;
  100. -moz-transition: all 0.7s ease;
  101. -o-transition: all 0.7s ease;
  102. }
  103. iframe#tumblr_controls:hover{
  104. top: 0% !important;
  105. right:0% !important;
  106. position: fixed !important;
  107. filter:alpha(opacity=80);
  108. -webkit-transition: all 0.7s ease;
  109. -moz-transition: all 0.7s ease;
  110. -o-transition: all 0.7s ease;
  111. }
  112.  
  113.  
  114. a:link, a:active, a:visited{
  115. text-decoration: none;
  116. -webkit-transition: color 0.3s ease-out;
  117. -moz-transition: color 0.3s ease-out;
  118. transition: color 0.3s ease-out;
  119. color:{color:link};
  120. }
  121.  
  122. a:hover {
  123. text-decoration: none;
  124. font-style:;
  125. color: {color:Hover};
  126. }
  127.  
  128. #bite
  129. #bite a{
  130. display:block
  131. }
  132. #bite .death {
  133. margin-top:0px;filter: alpha(opacity = 0);
  134. opacity:0;-webkit-transition: all 0.5s ease-out;
  135. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  136. }
  137.  
  138. #bite:hover .death {
  139. margin-top:0px;
  140. -webkit-transition: all 0.8s ease-out;
  141. -moz-transition: all 0.8s ease-out;
  142. transition: all 0.8s ease-out;
  143. filter: alpha(opacity = 100);
  144. filter: alpha(opacity = 100);
  145. opacity:100;
  146. }
  147.  
  148. #actualnews {
  149. z-index:9999999999999999999;
  150. font-family:calibri;
  151. font-size:10px;
  152. color: #b8b8b8;
  153. width:110px;
  154. background-color:#fff;
  155. height:auto;
  156. padding-top:3px;
  157. border:1px solid {color:border};
  158. box-shadow: 3px 3px 5px #888;
  159. margin-left:1175px;
  160. margin-top:230px;
  161. text-align:center;
  162. position:fixed;
  163. line-height:10px;
  164. }
  165.  
  166. #thekey img{
  167. z-index:999999999999;
  168. width:55px;
  169. margin-top:165px;
  170. margin-left:1205px;
  171. position:fixed;
  172. }
  173.  
  174. /* DON'T MAKE THE WIDTH NUMBER TOO BIG OR ELSE YOU'LL HAVE A HORIZONTAL SCROLLBAR */
  175.  
  176. div#center{
  177. margin:auto;
  178. position:relative;
  179. width:1340px;
  180. overflow:auto;
  181. overflow-y:hidden;
  182. }
  183.  
  184.  
  185. /* EDIT ENTRY SETTINGS HERE */
  186.  
  187. .entry {
  188. padding:5px;
  189. padding-bottom:4px;
  190. border-radius:4px;
  191. border:1px solid {color:border};
  192. float:left;
  193. margin:15px;
  194. overflow:hidden;
  195. width:275px; /*MAKE IT SMALLER FOR MORE COLUMNS AND BIGGER FOR LESS*/
  196. {block:PermalinkPage}
  197. width:450px;
  198. text-align:left;
  199. line-height:13px;
  200. {/block:PermalinkPage}
  201. background:#1e1e1e;
  202. }
  203.  
  204.  
  205.  
  206. /*EDIT POSTS HERE*/
  207.  
  208. #posts {
  209. width:1000px;
  210. margin-top:220px;
  211. margin-left:175px;
  212. background:transparent;
  213. overflow-y: hidden;
  214. position:inherit;
  215. }
  216.  
  217.  
  218. /*EDIT SIDEBAR HERE*/
  219.  
  220. #bar {
  221. z-index:9999;
  222. top:175px;
  223. left:0px;
  224. background-color:black;
  225. position:fixed;
  226. display:block;
  227. width:100%;
  228. height:45px;
  229. }
  230.  
  231. #header {
  232. z-index:9999;
  233. position:fixed;
  234. width:100%;
  235. height:175px;
  236. top:0px;
  237. left:0px;
  238. opacity:1;
  239. background-image:url({image:header});
  240. background-repeat: repeat-x;
  241. }
  242.  
  243. #sidebar {
  244. z-index:99999;
  245. margin-left:0px;
  246. margin-top:0px;
  247. position:fixed;
  248. background:transparent;
  249. }
  250.  
  251. #sidebar img {
  252. position:fixed;
  253. width:150px;
  254. height:150px;
  255. margin-top:200px;
  256. margin-left:80px;
  257. border:1px solid {color:border};
  258. background: black;
  259. border-radius:100px;
  260. padding:3px;
  261. opacity:1;
  262. -moz-transition-duration:1s;
  263. -webkit-transition-duration:1s;
  264. -o-transition-duration:1s;
  265. }
  266.  
  267. #sidebar img:hover {
  268. position:center;
  269. border:1px solid {color:border};
  270. padding:3px;
  271. -moz-transition-duration:1s;
  272. -webkit-transition-duration:1s;
  273. -o-transition-duration:1s;
  274. }
  275.  
  276. @font-face{font-family:Fashionista; src: url(http://static.tumblr.com/9wzbixa/rQPmj2mab/i_m_fashionista__demo-version.ttf);}
  277.  
  278. .sidetitle{
  279. z-index:9999999;
  280. width:100%;
  281. text-transform:lowercase;
  282. font-size:60px;
  283. font-family:Fashionista;
  284. line-height:100%;
  285. height:auto;
  286. margin-left:625px;
  287. letter-spacing:0px;
  288. word-spacing:0px;
  289. margin-top:-150px;
  290. padding-bottom:10px;
  291. padding-right:5px;
  292. color:{color:title};
  293. position:fixed;
  294. -moz-transition-duration:1s;
  295. -webkit-transition-duration:1s;
  296. -o-transition-duration:1s;
  297. }
  298.  
  299.  
  300.  
  301. .links {
  302. z-index:999;
  303. font-family:calibri;
  304. width:100%;
  305. height:22px;
  306. font-size:22px;
  307. opacity:1;
  308. text-transform:Uppercase;
  309. padding-top:22px;
  310. margin-top:0px;
  311. margin-left:690px;
  312. line-height: 0px;
  313. opacity:1;
  314. position:fixed;
  315. font-style:none;
  316. word-spacing:10px;
  317. -moz-transition-duration:1s;
  318. -webkit-transition-duration:1s;
  319. -o-transition-duration:1s;
  320. }
  321.  
  322. .links a{
  323. height:5px;
  324. padding:2px;
  325. float:center;
  326. margin-left:1px;
  327. color:{color:link};
  328. text-decoration:none;
  329. -moz-transition-duration:1s;
  330. -webkit-transition-duration:1s;
  331. -o-transition-duration:1s;
  332. }
  333.  
  334. .links a:hover{
  335. text-shadow:1px 2px 3px #ffffff;
  336. color:{color:title};
  337. -moz-transition-duration:1s;
  338. -webkit-transition-duration:1s;
  339. -o-transition-duration:1s;
  340. }
  341.  
  342. .desc {
  343. z-index:999999;
  344. position:fixed;
  345. padding-top:0px;
  346. padding-bottom:5px;
  347. margin-top:-75px;
  348. margin-left:625px;
  349. font-size:15px;
  350. font-family:cambria;
  351. width:300px;
  352. height:auto;
  353. color:{color:text};
  354. letter-spacing:0px;
  355. line-height:100%;
  356. background-color:transparent;
  357. text-align:center;
  358. opacity:1;
  359. text-transform:none;
  360. -moz-transition-duration:0.7s;
  361. -webkit-transition-duration:0.7s;
  362. -o-transition-duration:0.7s;
  363. }
  364.  
  365. .desc a{
  366. color:{color:text};
  367. }
  368.  
  369.  
  370. /*CUSTOMIZE TITLE OF ENTRIES HERE*/
  371. .title{
  372. line-height: 12px;
  373. color:{color:Title};
  374. font-weight: normal;
  375. }
  376.  
  377.  
  378. /*EDIT PERMALINK OF POSTS AND STUFF HERE*/
  379.  
  380. .permalink {
  381. color:black;
  382. font-size:12px;
  383. opacity: 0;
  384. width:270px;
  385. height:15px;
  386. padding-bottom:0px;
  387. padding-left:5px;
  388. padding-top:5px;
  389. background-color: #1e1e1e;
  390. position: absolute;
  391. top:0px;
  392. text-align:center;
  393. text-transform:uppercase;
  394. font-family:calibri;
  395. letter-spacing:0px;
  396. line-height:12px;
  397.  
  398. display:block;
  399. -webkit-transition-duration: .75s;
  400. }
  401.  
  402. .entry:hover .permalink {
  403. position: absolute;
  404. top:10px;
  405. width:270px;
  406. opacity:1;
  407. z-index:99;
  408. padding-top:5px;
  409. padding-bottom:0px;
  410. -moz-transition-duration:0.7s;
  411. -webkit-transition-duration:0.7s;
  412. -o-transition-duration:0.7s;
  413. }
  414.  
  415.  
  416.  
  417.  
  418. /* SCROLLBAR */
  419.  
  420. #infscr-loading{
  421. bottom: -70px;
  422. position: absolute;
  423. left: 50%;
  424. margin-left:-8px;
  425. width:16px;
  426. height:11px;
  427. overflow:hidden;
  428. margin-bottom: 50px;
  429. }
  430.  
  431. /* BLOCKQUOTES AND STUFF */
  432.  
  433. #postnotes{
  434. text-align: justify;}
  435.  
  436. #postnotes blockquote{
  437. border: 1px;}
  438.  
  439. blockquote{
  440. padding:0px 0px 2px 5px;
  441. margin:0px 0px 2px 5px;
  442. border-left: 1px solid {color:border};
  443. }
  444.  
  445. blockquote p, ul{
  446. margin:0px;
  447. padding:0px;
  448. }
  449.  
  450. a img{border: 0px;}
  451.  
  452.  
  453. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  454.  
  455. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  456. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  457.  
  458. .notes img{width:10px; position:relative; top:3px;}
  459. <--ses-->
  460. small{font-size: 90%;}
  461.  
  462. /* --- EDIT CREDIT HERE ---*/
  463.  
  464. #credit{
  465. font-size: 10px;
  466. font-style:none;
  467. letter-spacing: 0px;
  468. float: center;
  469. position: fixed;
  470. bottom: 10px;
  471. right: 10px;
  472. text-transform:none;
  473. font-family:calibri;
  474. -moz-transition-duration:0.7s;
  475. -webkit-transition-duration:0.7s;
  476. -o-transition-duration:0.7s;
  477. }
  478.  
  479. #credit a{
  480. color: #fff;
  481. background:{color:border};
  482. padding:5px;
  483. -moz-transition-duration:0.7s;
  484. -webkit-transition-duration:0.7s;
  485. -o-transition-duration:0.7s;
  486. }
  487.  
  488. #credit a:hover{
  489. color:{color:border};
  490. background:{color:background};
  491. -moz-transition-duration:0.7s;
  492. -webkit-transition-duration:0.7s;
  493. -o-transition-duration:0.7s;
  494. }
  495.  
  496. {CustomCSS}
  497.  
  498. </style>
  499.  
  500. <!-- INFINITE SCROLL THING -->
  501.  
  502. {block:IndexPage}
  503. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  504. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  505.  
  506. <script type="text/javascript">
  507. $(window).load(function(){
  508. var $wall = $('#posts');
  509. $wall.imagesLoaded(function(){
  510. $wall.masonry({
  511. itemSelector: '.entry, .entry_photo',
  512. isAnimated : false
  513. });
  514. });
  515.  
  516. $wall.infinitescroll({
  517. navSelector : '#pagination',
  518. nextSelector : '#pagination a',
  519. itemSelector : '.entry, .entry_photo',
  520. bufferPx : 2000,
  521. debug : false,
  522. errorCallback: function() {
  523. $('#infscr-loading').fadeOut('normal');
  524. }},
  525. function( newElements ) {
  526. var $newElems = $( newElements );
  527. $newElems.hide();
  528. $newElems.imagesLoaded(function(){
  529. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  530. });
  531. }); $('#posts').show(500);
  532. });
  533. </script>
  534.  
  535.  
  536. {/block:IndexPage}
  537.  
  538.  
  539. <title>{title}</title>
  540.  
  541. <link rel="shortcut icon" href="{Favicon}" />
  542. <meta name="viewport" content="width=820" />
  543.  
  544.  
  545.  
  546. </head>
  547.  
  548. <body>
  549. <BODY onselectstart="return false;" ondragstart="return false;">
  550. <div class="wrapper">
  551. <div class="header">
  552. </div>
  553. <div id="cage">
  554. <div id="center">
  555.  
  556. <div id="header"></div>
  557. <div id="bar">
  558. <div id="sidebar"><div class="sidetitle">{Blogtitle}</div>
  559. <div class="links">
  560. {block:ifLink1}<a href="{text:Link1}" title="{text:Link1 Title}">I.</a>{/block:ifLink1}
  561. {block:ifLink2}<a href="{text:Link2}" title="{text:Link2 Title}">II.</a>{/block:ifLink2}
  562. {block:ifLink3}<a href="{text:Link3}" title="{text:Link3 Title}">III.</a>{/block:ifLink3}
  563. {block:ifLink4}<a href="{text:Link4}" title="{text:Link4 Title}">IV.</a>{/block:ifLink4}
  564. {block:ifLink5}<a href="{text:Link5}" title="{text:Link5 Title}">V.</a>{/block:ifLink5}
  565. </div>
  566. <div class="desc">
  567. {Description}
  568. </div>
  569. </div></div>
  570.  
  571. <div class="left">
  572. <div id="posts">
  573. {block:Posts}
  574. <div class="entry">
  575.  
  576. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span><p align=right>
  577. <!--EDIT THE PERMALINK STUFF ON TEXT POSTS-->
  578. <a href="{Permalink}"> <a href="{Permalink}">{TimeAgo} - </a><a href="{Permalink}">{NoteCountWithLabel} - </a><a href="{ReblogURL}" target="_blank"> reblog </a>
  579. {block:PermalinkPage}
  580. {block:HasTags}
  581. <br />
  582. {block:Tags}
  583. <a href="{TagURL}">#{Tag}</a>
  584. {/block:Tags}
  585. {/block:HasTags}
  586. {/block:PermalinkPage}
  587. {/block:Text}
  588.  
  589. {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description} <p align=right><a href="{Permalink}"><a href="{Permalink}"></a> <a href="{Permalink}">{TimeAgo} - </a><a href="{Permalink}">{notecountwithlabel} - </a> <a href="{ReblogURL}" target="_blank"> reblog </a></align>
  590.  
  591. {block:PermalinkPage}
  592. {block:HasTags}
  593. <br />
  594. {block:Tags}
  595. <a href="{TagURL}">#{Tag}</a>
  596. {/block:Tags}
  597. {/block:HasTags}
  598. {/block:PermalinkPage}
  599.  
  600. {/block:Link}
  601.  
  602.  
  603. <!--EDIT THE PERMALINK STUFF ON PHOTOS-->
  604. {block:Photo}
  605. {block:IndexPage}
  606. <center>
  607. <div class="permalink">
  608. <a href="{Permalink}"> <a href="{Permalink}">{TimeAgo} - </a><a href="{Permalink}">{NoteCountWithLabel} </a><a href="{ReblogURL}" target="_blank"> - reblog </a> </div>
  609. <div class="photo"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  610. {/block:IndexPage}
  611. {block:PermalinkPage}
  612. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  613.  
  614. {LinkCloseTag}
  615. {/block:PermalinkPage}
  616. {/block:Photo}
  617. {block:Photoset}
  618. {block:IndexPage}
  619. <center>
  620. <!--EDIT THE PERMALINK STUFF ON PHOTOSETS-->
  621. <div class="permalink">
  622. <a href="{Permalink}"> <a href="{Permalink}">{DayOfMonthWithZero} {ShortMonth} - </a><a href="{Permalink}">{NoteCountWithLabel} -</a><a href="{ReblogURL}" target="_blank"> reblog </a> </div>
  623. {Photoset-250}</center>
  624. {/block:IndexPage}
  625. {block:PermalinkPage}
  626. <center>
  627. {block:HasTags}
  628. <br />
  629. {block:Tags}
  630. <a href="{TagURL}">#{Tag}</a>
  631. {/block:Tags}
  632. {/block:HasTags}
  633. {/block:PermalinkPage}
  634. {/block:Photoset}
  635.  
  636. {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br><p align="right">
  637. <!--EDIT THE PERMALINK STUFF ON QUOTES-->
  638. <a href="{Permalink}"> <a href="{Permalink}">{TimeAgo} - </a><a href="{Permalink}">{NoteCountWithLabel} -</a><a href="{ReblogURL}" target="_blank"> reblog </a> <a
  639. </span>
  640. {block:PermalinkPage}
  641. {block:HasTags}
  642. {block:Tags}
  643. <br /><a href="{TagURL}">#{Tag}</a>
  644. {/block:Tags}
  645. {/block:HasTags}
  646. {/block:PermalinkPage}
  647. {/block:Quote}
  648.  
  649. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  650. <ul class="chat">
  651. {block:Lines}
  652. <li class="user_{UserNumber}">
  653. {block:Label}
  654. <span class="label">{Label}</span>
  655. {/block:Label}
  656.  
  657. {Line}
  658. </li>
  659. {/block:Lines}
  660. <!--EDIT THE PERMALINK STUFF ON CHATS-->
  661. <p align="right">
  662. <a href="{Permalink}"> <a href="{Permalink}">{TimeAgo} - </a><a href="{Permalink}">{NoteCountWithLabel} -</a><a href="{ReblogURL}" target="_blank"> reblog </a></p>
  663. {block:PermalinkPage}
  664. {block:HasTags}
  665. {block:Tags}
  666. <br /><a href="{TagURL}">#{Tag}</a>
  667. {/block:Tags}
  668. {/block:HasTags}
  669. {/block:PermalinkPage}
  670. {/block:Chat}
  671.  
  672. {block:Audio}
  673. <div id="player">
  674. {AudioPlayerWhite}
  675. </div>
  676. {block:AlbumArt}
  677. <img src="{AlbumArtURL}" width="150px">
  678. {/block:AlbumArt}
  679. <!--EDIT THE PERMALINK STUFF ON AUDIO POSTS-->
  680. <p align="right">
  681. <a href="{Permalink}"> <a href="{Permalink}">{TimeAgo} - </a><a href="{Permalink}">{NoteCountWithLabel} -</a><a href="{ReblogURL}" target="_blank"> reblog </a></p>
  682. {block:PermalinkPage}
  683. {block:HasTags}
  684. <br />
  685. {block:Tags}
  686. <a href="{TagURL}">#{Tag}</a>
  687. {/block:Tags}
  688. {/block:HasTags}
  689. {/block:PermalinkPage}
  690. {/block:Audio}
  691.  
  692. {block:Video}
  693. {block:IndexPage}
  694. <center>
  695. <!--EDIT THE PERMALINK STUFF ON VIDEO POSTS-->
  696. <div class="permalink">
  697. <a href="{Permalink}"> <a href="{Permalink}">{TimeAgo} - </a><a href="{Permalink}">{NoteCountWithLabel} -</a><a href="{ReblogURL}" target="_blank"> reblog </a> </div>
  698. {Video-250}</center>
  699. {/block:IndexPage}
  700. {block:PermalinkPage}
  701. <center>
  702. {Video-400}</center>
  703. {block:HasTags}
  704. <br />
  705. {block:Tags}
  706. <a href="{TagURL}">#{Tag}</a>
  707. {/block:Tags}
  708. {/block:HasTags}
  709. {/block:PermalinkPage}
  710. {block:Video}
  711.  
  712. <!--EDIT QUESTIONS AND ANSWERS ONLY HERE-->
  713. {block:Answer}
  714. <a href="{AskerUrl}"><img src="{AskerPortraitURL-30}" align="left" style="margin-right:3px; border: 1px solid {color:border};"/></a>
  715. <div style="font-family:fashionista; font-size:17px; margin-top:3px; text-transform:lowercase;"> <b>{Asker} </div> <div style="font-family:calibri; font-size:12px; margin-top:10px;"> - {Question}</b> </div>
  716. <br>
  717. <div style="font-family:calibri; text-transform:none; font-size:12px;">{Answer} </div>
  718. <p align="right">
  719. <a href="{Permalink}"> <a href="{Permalink}">{TimeAgo} - </a><a href="{Permalink}">{NoteCountWithLabel} -</a><a href="{ReblogURL}" target="_blank"> reblog </a></p>
  720. {block:HasTags}
  721. <br />
  722. {block:Tags}
  723. <a href="{TagURL}">#{Tag}</a>
  724. {/block:Tags}
  725. {/block:HasTags}
  726. {/block:Answer}
  727.  
  728. {block:PostNotes}<div align="middle">{caption}</div>
  729. <center>
  730.  
  731. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  732.  
  733. {block:HasTags}
  734. tags: {block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}<br> {/block:HasTags}
  735. {block:RebloggedFrom}
  736. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  737. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  738.  
  739. {/block:RebloggedFrom}
  740. </center></span>
  741. <br>
  742. <div id="postnotes">{PostNotes}</div><br>
  743.  
  744. <center>{block:ContentSource}
  745. <br><a href="{SourceURL}">
  746. {lang:Source}:
  747. {block:SourceLogo}
  748. <img src="{BlackLogoURL}" width="{LogoWidth}"
  749. height="{LogoHeight}" alt="{SourceTitle}" />
  750. {/block:SourceLogo}
  751. {block:NoSourceLogo}
  752. {SourceLink}
  753. {/block:NoSourceLogo}
  754. </a>
  755. {/block:ContentSource}</center>
  756.  
  757. {/block:PostNotes}
  758. </div>
  759. {/block:Posts}
  760. </div></div>
  761.  
  762.  
  763.  
  764. {block:IndexPage}
  765. {block:Pagination}
  766. <div id="pagination">
  767. {block:NextPage}
  768. <a id="nextPage" href="{NextPage}"></a>
  769. {/block:NextPage}
  770. {block:PreviousPage}
  771. <a href="{PreviousPage}"></a>
  772. {/block:PreviousPage}
  773. </div>
  774. {/block:Pagination}
  775. {/block:IndexPage}
  776.  
  777. <div id="credit"> <a href="http://themesbyimani.tumblr.com">♕</a></div>
  778.  
  779.  
  780. </body>
  781. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement