emileesomething

Custom 2 (doingzayn)

Jul 18th, 2013
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.55 KB | None | 0 0
  1. <!--
  2. Go to tumblr.com/docs/en/custom_themes for assistance.
  3. -->
  4.  
  5. <html lang="en">
  6. <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  7. <html xmlns="http://www.w3.org/1999/xhtml">
  8. <head>
  9. <link href="http://static.tumblr.com/z0cd8ty/aJjm6uyej/meffects.css" rel="stylesheet">
  10. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  11. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  12. <script>
  13. (function($){
  14. $(document).ready(function(){
  15. $("a[title]").style_my_tooltips({
  16. tip_follows_cursor:true,
  17. tip_delay_time:90,
  18. tip_fade_speed:600,
  19. attribute:"title"
  20. });
  21. });
  22. })(jQuery);
  23. </script>
  24.  
  25.  
  26. <script type="text/javascript">
  27. <!--
  28.  
  29. // Disable Right Click Script
  30.  
  31. function IE(e)
  32. {
  33. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  34. {
  35. return false;
  36. }
  37. }
  38. function NS(e)
  39. {
  40. if (document.layers || (document.getElementById && !document.all))
  41. {
  42. if (e.which == "2" || e.which == "3")
  43. {
  44. return false;
  45. }
  46. }
  47. }
  48. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  49.  
  50. //-->
  51. </script>
  52.  
  53.  
  54. <script type="text/javascript"
  55. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  56.  
  57. <!--DEFAULT VARIABLES-->
  58. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  59. <meta name="color:background" content="#fff"/>
  60. <meta name="color:link" content="#777"/>
  61. <meta name="color:text" content="#777"/>
  62. <meta name="color:hover" content="#fff"/>
  63. <meta name="color:post title" content="#333"/>
  64. <meta name="color:sidebar title" content=""/>
  65. <meta name="color:link bar 1" content="#000"/>
  66. <meta name="color:link bar 2" content="#ccc"/>
  67. <meta name="color:quote color" content="#969696"/>
  68. <meta name="color:quote bar background" content="#fff"/>
  69.  
  70. <meta name="text:Sidebar Title" content=""/>
  71. <meta name="text:your name" content=""/>
  72. <meta name="text:link 1" content=""/>
  73. <meta name="text:link 1 title" content=""/>
  74. <meta name="text:link 2" content=""/>
  75. <meta name="text:link 2 title" content=""/>
  76. <meta name="text:link 3" content=""/>
  77. <meta name="text:link 3 title" content=""/>
  78. <meta name="text:link 4" content=""/>
  79. <meta name="text:link 4 title" content=""/>
  80. <meta name="text:link 5" content=""/>
  81. <meta name="text:link 5 title" content=""/>
  82. <meta name="text:quote" content=""/>
  83.  
  84. <meta name="image:sidebar 1" content="1"/>
  85. <meta name="image:sidebar 2" content="1"/>
  86. <meta name="image:sidebar 3" content="1"/>
  87. <meta name="image:sidebar 4" content="1"/>
  88. <meta name="image:sidebar 5" content="1"/>
  89. <meta name="image:sidebar 6" content="1"/>
  90. <meta name="image:background" content="1"/>
  91. <meta name="image:side background" content="1"/>
  92.  
  93.  
  94. <style type="text/css">
  95.  
  96.  
  97. 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-
  98.  
  99. transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  100.  
  101. 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;}
  102.  
  103. p {
  104. margin:0px;
  105. margin-top:0px;
  106. }
  107.  
  108.  
  109. body {
  110. padding: 0px;
  111. margin: 0px;
  112. color:{color:text};
  113. font-family: tahoma;
  114. line-height:14px;
  115. font-size:11px;
  116. background-color: {color:Background};
  117. background-image:url({image:Background});
  118. background-attachment: fixed;
  119. background-repeat: repeat;
  120. }
  121.  
  122.  
  123. a:link, a:active, a:visited{
  124. text-decoration: none;
  125. -webkit-transition: color 0.3s ease-out;
  126. -moz-transition: color 0.3s ease-out;
  127. transition: color 0.3s ease-out;
  128. color:{color:link};
  129. }
  130.  
  131. a:hover {
  132. text-decoration: none;
  133. font-style:;
  134. color: {color:Hover};
  135. }
  136.  
  137. div#center{
  138. margin:auto;
  139. position:relative;
  140. width:100%;
  141. background-color:;
  142. overflow:auto;
  143. overflow-y:hidden;
  144. }
  145.  
  146.  
  147. /*CUSTOMIZE ENTRY SETTINGS HERE*/
  148. .entry {
  149. float:left;
  150. display: block;
  151. padding: 8px;
  152. padding-bottom:5px;
  153. border:1px solid #dedede;
  154. margin:6px;
  155. overflow:hidden;
  156. width:250px;
  157. {block:PermalinkPage}
  158. width:450px;
  159. text-align:left;
  160. line-height:10px;
  161. {/block:PermalinkPage}
  162. background:white;
  163. background-image:URL();
  164. }
  165.  
  166.  
  167. /*CUSTOMIZE THE APPEARANCE OF PERMALINKS*/
  168. .entry .perma{
  169. width:auto;
  170. height:auto;
  171. margin-left:0px;
  172. position: absolute;
  173. line-height: 16px;
  174. overflow:hidden;
  175. text-align:center;
  176. margin-top:10px;
  177. padding:2px;
  178. padding-top:1px;
  179. padding-bottom:1px;
  180. padding-right:8px;
  181. font-family:calibri;
  182. font-size:11px;
  183. font-style:italic;
  184. background:white;
  185. opacity: 0.0;
  186. word-spacing:3px;
  187. letter-spacing:0px;
  188. border-top-right-radius:10px;
  189. border-bottom-right-radius: 10px;
  190. -webkit-transition: all .9s ease;
  191. -moz-transition: all .9s ease;
  192. -o-transition: all .9s ease;
  193. transition: all .9s ease;
  194. }
  195.  
  196. .entry:hover .perma{
  197. overflow:visible;
  198. opacity:1;
  199. }
  200.  
  201. .perma:hover{
  202. padding-left:20px;
  203. }
  204.  
  205. @font-face{
  206. font-family: "Fashion";
  207. src: url('http://static.tumblr.com/9wzbixa/rQPmj2mab/i_m_fashionista__demo-version.ttf');
  208. }
  209.  
  210.  
  211. /*CUSTOMIZE POST POSITIONING AND STUFFZ HERE*/
  212. #posts {
  213. width:860px;
  214. margin-top:28px;
  215. z-index:99;
  216. margin-left:128px;
  217. right:auto;
  218. background:transparent;
  219. margin-right:auto;
  220. position:relative;
  221. overflow-y: hidden;
  222. }
  223.  
  224.  
  225. /*CUSTOMIZE SIDEBAR HERE*/
  226. #sidebar{
  227. position:fixed !important;
  228. width:260px;
  229. padding:5px;
  230. background:white;
  231. height:auto;
  232. margin-top:150px;
  233. margin-left:1028px;
  234. text-align:center;
  235. border: 1px solid #aaa;
  236. box-shadow: 0px 0px 3px #aaa;
  237. -webkit-transition: all .9s ease;
  238. -moz-transition: all .9s ease;
  239. -o-transition: all .9s ease;
  240. transition: all .9s ease;
  241. }
  242.  
  243. #sidebar:hover{
  244. padding-bottom:57px;
  245. }
  246.  
  247. .sidebarpics{
  248. padding:8px;
  249. border: 1px solid #dedede;
  250. }
  251.  
  252. #desc{
  253. position:fixed;
  254. margin-left:35px;
  255. margin-top:-100px;
  256. opacity:0;
  257. width:180px;
  258. border: 1px solid #dedede;
  259. padding:5px;
  260. background-color:white;
  261. transform:rotate(360deg);
  262. -ms-transform:rotate(360deg);
  263. -webkit-transform:rotate(360deg);
  264. -webkit-transition: all .5s ease;
  265. -moz-transition: all .5s ease;
  266. -o-transition: all .5s ease;
  267. transition: all .5s ease;
  268. }
  269.  
  270. #sidebar:hover #desc{
  271. transform:rotate(0deg);
  272. -ms-transform:rotate(0deg);
  273. -webkit-transform:rotate(0deg);
  274. opacity:1;
  275. }
  276.  
  277. #bars{
  278. opacity:1;
  279. -webkit-transition: all .9s ease;
  280. -moz-transition: all .9s ease;
  281. -o-transition: all .9s ease;
  282. transition: all .9s ease;
  283. }
  284.  
  285. #sidebar:hover #bars{
  286. margin-top:30px;
  287. }
  288.  
  289. #bar1{
  290. position:fixed;
  291. height:6px;
  292. width:270px;
  293. margin-top:-5px;
  294. margin-left:-5px;
  295. opacity:1;
  296. background-color:{color:link bar 1};
  297. }
  298.  
  299. #bar2{
  300. position:fixed;
  301. height:6px;
  302. width:270px;
  303. margin-top:8px;
  304. margin-left:-5px;
  305. opacity:1;
  306. background-color:{color:link bar 2};
  307. }
  308.  
  309. #links{
  310. position:fixed;
  311. margin-top:-20px;
  312. margin-left:6px;
  313. opacity:1;
  314. -webkit-transition: all .9s ease;
  315. -moz-transition: all .9s ease;
  316. -o-transition: all .9s ease;
  317. transition: all .9s ease;
  318. }
  319.  
  320. #links a{
  321. text-align:center;
  322. font-family:PeaKat;
  323. font-size:25px;
  324. height:35px;
  325. line-height:38px;
  326. width:35px;
  327. padding:5px;
  328. background-color:white;
  329. letter-spacing:1px;
  330. display:inline-block;
  331. border: 1px solid #dedede;
  332. border-radius:15px 30px/25px 15px;
  333. -webkit-transition: all .9s ease;
  334. -moz-transition: all .9s ease;
  335. -o-transition: all .9s ease;
  336. transition: all .9s ease;
  337. }
  338.  
  339. #links a:hover{
  340. border-radius:30px 15px/15px 25px;
  341. background-color:#eee;
  342. }
  343.  
  344. #linkbar{
  345. position:fixed;
  346. opacity:0;
  347. margin-top:-5px;
  348. -webkit-transition: all .7s ease;
  349. -moz-transition: all .7s ease;
  350. -o-transition: all .7s ease;
  351. transition: all .7s ease;
  352. }
  353.  
  354. #sidebar:hover #linkbar{
  355. opacity:1;
  356. }
  357.  
  358. #panel1{
  359. position:fixed;
  360. margin-left:40px;
  361. width:80px;
  362. height:100%;
  363. margin-top:29px;
  364. background-image:url({image:side background});
  365. background-repeat:no-repeat;
  366. background-position:fixed;
  367. -webkit-animation:fadeInUpBig 1s;
  368. -moz-animation: fadeInUpBig 1s;
  369. -ms-animation: fadeInUpBig 1s;
  370. }
  371.  
  372. #panel2{
  373. position:fixed;
  374. margin-left:975px;
  375. width:20px;
  376. height:100%;
  377. margin-top:50px;
  378. border-top-right-radius:20px;
  379. border-top-left-radius:20px;
  380. background-image:url({image:side background});
  381. background-repeat:no-repeat;
  382. background-position:fixed;
  383. -webkit-animation:fadeInUpBig 2s;
  384. -moz-animation: fadeInUpBig 2s;
  385. -ms-animation: fadeInUpBig 2s;
  386. }
  387.  
  388. #panel3{
  389. position:fixed;
  390. z-index:9999;
  391. margin-left:1330px;
  392. width:20px;
  393. height:93%;
  394. margin-top:29px;
  395. border-bottom-left-radius:20px;
  396. border-bottom-right-radius:20px;
  397. background-image:url({image:side background});
  398. background-repeat:no-repeat;
  399. background-position:fixed;
  400. -webkit-animation:fadeInDownBig 2s;
  401. -moz-animation: fadeInDownBig 2s;
  402. -ms-animation: fadeInDownBig 2s;
  403. }
  404.  
  405. #sidetitle{
  406. position:fixed;
  407. text-align:left;
  408. font-size:35px;
  409. font-family:"Jane Austen";
  410. width:260px;
  411. margin-top:-20px;
  412. text-shadow:1px 1px 3px #aaa;
  413. color:{color:sidebar title};
  414. }
  415.  
  416. @font-face{font-family:"Jane Austen"; src:url('http://static.tumblr.com/9wzbixa/ncHmj2mmb/janeaust.ttf');}
  417.  
  418. @font-face { font-family: "PeaKat"; src: url('http://static.tumblr.com/9wzbixa/Qgwmkun3g/peakatrina.ttf'); }
  419.  
  420.  
  421. @font-face { font-family: "dixel"; src: url('http://static.tumblr.com/jdjsstr/8ovm78cbb/pf_arma_five_1_.ttf'); }
  422.  
  423.  
  424. /*HEADER AND STUFF (:*/
  425. #quote{
  426. z-index:9999999999999999999999;
  427. position:fixed;
  428. text-align:center;
  429. margin-top:0px;
  430. margin-left:0px;
  431. height:28px;
  432. width:100%;
  433. text-transform:uppercase;
  434. font-family:consolas;
  435. font-size:9px;
  436. letter-spacing:2px;
  437. line-height:30px;
  438. color:{color:quote color};
  439. border-bottom:1px solid {color:sidebar title};
  440. background-color:{color:quote bar background};
  441. }
  442.  
  443. /*CUSTOMIZE TITLE OF ENTRIES HERE*/
  444. .title{
  445. line-height: 18px;
  446. color:{color:post title};
  447. font-family:peakat;
  448. font-size:15px;
  449. font-weight: normal;
  450. }
  451.  
  452.  
  453. /*CUSTOMIZE PERMALINKS OF TEXT POSTS AND SUCH HERE*/
  454. .permalink{
  455. text-transform: normal;
  456. display: block;
  457. text-align: right;
  458. text-decoration: none;
  459. }
  460.  
  461.  
  462. /*I RECCOMMEND TO NOT TOUCH ANY OF THIS LOLz*/
  463. #infscr-loading{
  464. bottom: -70px;
  465. position: absolute;
  466. left: 50%;
  467. margin-left:-8px;
  468. width:16px;
  469. height:11px;
  470. overflow:hidden;
  471. margin-bottom: 50px;
  472. }
  473.  
  474. #postnotes{
  475. text-align: justify;}
  476.  
  477. #postnotes blockquote{
  478. border: 0px;}
  479.  
  480. blockquote{
  481. padding:0px 0px 2px 5px;
  482. margin:0px 0px 2px 10px;
  483. border-left: 1px solid #555555;
  484. }
  485.  
  486. blockquote p, ul{
  487. margin:0px;
  488. padding:0px;
  489. }
  490.  
  491. a img{border: 0px;}
  492.  
  493.  
  494. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  495.  
  496. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  497. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  498.  
  499. .notes img{width:10px; position:relative; top:3px;}
  500. <--ses-->
  501. small{font-size: 90%;}
  502.  
  503. {CustomCSS}
  504.  
  505. askk{
  506. font-family:peakat;
  507. font-size:11px;
  508. text-shadow: 0px 0px 1px #dedede;
  509. line-height:15px;
  510. }
  511.  
  512. portraitt{
  513. float:right;
  514. margin-top:-5px;
  515. }
  516.  
  517. #s-m-t-tooltip {
  518. max-width:300px;
  519. padding:8px 8px 8px 8px;
  520. margin:20px 0px 0px 20px;
  521. background: #fff; /* change the background color */
  522. border-left:4px solid {color:sidebar title};/* change the border color */
  523. font-family:peakat; /* change the font */
  524. font-size:15px; /* change the font size */
  525. letter-spacing:0px; /* change the letter spacing */
  526. text-transform:lowercase; /* can be uppercase, lowercase, none*/
  527. color:#000; /* change the text color */
  528. z-index:999999999999999999999999999999999999;
  529. }
  530.  
  531. </style>
  532.  
  533. {block:IndexPage}
  534. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  535. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  536.  
  537. <script type="text/javascript">
  538. $(window).load(function(){
  539. var $wall = $('#posts');
  540. $wall.imagesLoaded(function(){
  541. $wall.masonry({
  542. itemSelector: '.entry, .entry_photo',
  543. isAnimated : false
  544. });
  545. });
  546.  
  547. $wall.infinitescroll({
  548. navSelector : '#pagination',
  549. nextSelector : '#pagination a',
  550. itemSelector : '.entry, .entry_photo',
  551. bufferPx : 2000,
  552. debug : false,
  553. errorCallback: function() {
  554. $('#infscr-loading').fadeOut('normal');
  555. }},
  556. function( newElements ) {
  557. var $newElems = $( newElements );
  558. $newElems.hide();
  559. $newElems.imagesLoaded(function(){
  560. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  561. });
  562. }); $('#posts').show(500);
  563. });
  564. </script>
  565.  
  566.  
  567. {/block:IndexPage}
  568.  
  569.  
  570. <title>{title}</title>
  571.  
  572. <link rel="shortcut icon" href="{Favicon}" />
  573. <meta name="viewport" content="width=820" />
  574. </head>
  575.  
  576. <body>
  577. <BODY onselectstart="return false;" ondragstart="return false;">
  578. <div class="wrapper">
  579. <div class="header">
  580. <div id="quote">
  581. {text:quote}
  582. </div>
  583. </div>
  584.  
  585. <div id="cage">
  586. <div id="center">
  587.  
  588. <!--STUFF THAT GOES INTO THE SIDEBAR-->
  589. <div id="sidebar">
  590. <div id="sidetitle">
  591. {text:Sidebar Title}
  592. </div>
  593. <div class="sidebarpics">
  594. <a href="/"><script language="JavaScript">
  595. <!--
  596.  
  597. /*
  598. Random Image Script- By JavaScript Kit (http://www.javascriptkit.com)
  599. Over 400+ free JavaScripts here!
  600. Keep this notice intact please
  601. */
  602.  
  603. function random_imglink(){
  604. var myimages=new Array()
  605. //specify random images below. You can have as many as you wish
  606. myimages[1]="{image:sidebar 1}"
  607. myimages[2]="{image:sidebar 2}"
  608. myimages[3]="{image:sidebar 3}"
  609. myimages[4]="{image:sidebar 4}"
  610. myimages[5]="{image:sidebar 5}"
  611. myimages[6]="{image:sidebar 6}"
  612.  
  613. var ry=Math.floor(Math.random()*myimages.length)
  614. if (ry==0)
  615. ry=1
  616. document.write('<img src="'+myimages[ry]+'" border=0 width=100%> ')
  617. }
  618. random_imglink()
  619. //-->
  620. </script></a>
  621. </div>
  622. <div id="desc">
  623. {description}
  624. </div>
  625.  
  626. <div id="linkbar">
  627. <div id="bars">
  628. <div id="bar1"></div>
  629. <div id="bar2"></div>
  630. </div>
  631.  
  632. <div id="links">
  633. <a title="{text:link 1 title}" href="{text:link 1}">.01</a>
  634. <a title="{text:link 2 title}" href="{text:link 2}">.02</a>
  635. <a title="{text:link 3 title}" href="{text:link 3}">.03</a>
  636. <a title="{text:link 4 title}" href="{text:link 4}">.04</a>
  637. <a title="{text:link 5 title}" href="{text:link 5}">.05</a>
  638. </div>
  639. </div>
  640.  
  641. </div>
  642. <!------------------------------------->
  643.  
  644. <div id="panel1"></div>
  645. <div id="panel2"></div>
  646. <div id="panel3"></div>
  647.  
  648. <div class="left">
  649. <div id="posts">
  650. {block:Posts}
  651. <div class="entry">
  652.  
  653. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span><p align=right><span class="permalink"><a
  654.  
  655. href="{Permalink}"><a href="{Permalink}"><a href="{Permalink}">{notecountwithlabel}</a></a><br>{/block:HasTags}</span></align>
  656. {/block:Text}
  657.  
  658. {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description} <p align=right><span
  659.  
  660. class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"></span></align>{block:Link}
  661.  
  662. {block:Photo}
  663. {block:IndexPage}
  664. <center>
  665. <div class="perma">
  666.  
  667. <a href="{Permalink}">{notecountwithlabel}</a> -
  668. <a href="{ReblogURL}" target="_blank"> reblog </a>
  669.  
  670. </div>
  671.  
  672. <div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  673. {/block:IndexPage}
  674. {block:PermalinkPage}
  675. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  676.  
  677. {LinkCloseTag}
  678. {/block:PermalinkPage}
  679. {/block:Photo}
  680.  
  681. {block:Photoset}
  682. {block:IndexPage}
  683. <center>
  684.  
  685. <div class="perma">
  686.  
  687. <a href="{Permalink}">{notecountwithlabel}</a> -
  688. <a href="{ReblogURL}" target="_blank"> reblog </a>
  689.  
  690. </div>
  691.  
  692. {Photoset-250}</center>
  693. {/block:IndexPage}
  694. {block:PermalinkPage}
  695. <center>
  696. {Photoset-500}</center>
  697. {/block:PermalinkPage}
  698. {/block:Photoset}
  699.  
  700. {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br><p align=right><span class="permalink"><a
  701.  
  702. href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"> </span>{/block:Quote}
  703.  
  704. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  705. <ul class="chat">
  706. {block:Lines}
  707. <li class="user_{UserNumber}">
  708. {block:Label}
  709. <span class="label">{Label}</span>
  710. {/block:Label}
  711.  
  712. {Line}
  713. </li>
  714. {/block:Lines}
  715. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}">
  716. {/block:Chat}
  717.  
  718. {block:Audio}
  719. <div style="width:200px; height:30px;">
  720. {AudioPlayerBlack}
  721. </div>
  722. {block:IndexPage}<span class="permalink">
  723. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"> </a>
  724. </span>{/block:IndexPage}
  725. {/block:Audio}
  726.  
  727. {block:Video}
  728. {block:IndexPage}
  729. <center>
  730. <div class="perma">
  731.  
  732. <a href="{Permalink}">{notecountwithlabel}</a> -
  733. <a href="{ReblogURL}" target="_blank"> reblog </a>
  734.  
  735. </div>
  736. {Video-250}</center>
  737. {/block:IndexPage}
  738. {block:PermalinkPage}
  739. <center>
  740. {Video-400}</center>
  741. {/block:PermalinkPage}
  742. {block:Video}
  743.  
  744. {block:Answer}
  745. <div style="border-left:4px solid {color:sidebar title}; border-bottom:4px solid {color:border}; background-color:#fff; padding:3px; min-height:15px;">
  746. <portraitt><img src="{AskerPortraitURL-40}" width="40" align="right" style="margin-right:3px; border-radius:50px; background-color:white;" border="1px solid {color:sidebar title}"/></portraitt><div style="margin-top:5px;"><askk>{Asker}</askk>: {Question}</div></div>
  747. <div style="text-align:center; background-color:#fff; padding:5px;">{Answer}</div>
  748.  
  749. <div style="color:{color:sidebar title}; text-align:right; margin-top:3px; font-size:20px; font-family:jane austen;">{text:your name}</div>
  750. <span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a></span>
  751. {block:Answer}
  752.  
  753.  
  754. {block:PostNotes}<div align="middle">{caption}</div>
  755. <center>
  756.  
  757. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  758.  
  759. {block:HasTags}
  760. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  761. {block:RebloggedFrom}
  762. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  763. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  764.  
  765. {/block:RebloggedFrom}
  766. </center></span>
  767. <br>
  768. <div id="postnotes">{PostNotes}</div><br>
  769.  
  770. <center>{block:ContentSource}
  771. <br><a href="{SourceURL}">
  772. {lang:Source}:
  773. {block:SourceLogo}
  774. <img src="{BlackLogoURL}" width="{LogoWidth}"
  775. height="{LogoHeight}" alt="{SourceTitle}" />
  776. {/block:SourceLogo}
  777. {block:NoSourceLogo}
  778. {SourceLink}
  779. {/block:NoSourceLogo}
  780. </a>
  781. {/block:ContentSource}</center>
  782.  
  783. {/block:PostNotes}
  784. </div>
  785. {/block:Posts}
  786. </div></div>
  787.  
  788. {block:IndexPage}
  789. {block:Pagination}
  790. <div id="pagination">
  791. {block:NextPage}
  792. <a id="nextPage" href="{NextPage}"></a>
  793. {/block:NextPage}
  794. {block:PreviousPage}
  795. <a href="{PreviousPage}"></a>
  796. {/block:PreviousPage}
  797. </div>
  798. {/block:Pagination}
  799. {/block:IndexPage}
  800. </body>
  801. </html>
Add Comment
Please, Sign In to add comment