Advertisement
m-orbide

Wonderwall 2V. Theme

Dec 13th, 2012
28,324
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.99 KB | None | 0 0
  1. <!--
  2.  
  3. Theme Wonderwall 2V. by Dayse (m-orbide.tumblr.com).
  4.  
  5. Please, DON'T REMOVE THE CREDITS, RESPECT THIS SIMPLE RULE! I spent a lot of time to do these themes.
  6.  
  7. -->
  8.  
  9. <head>
  10.  
  11. <link href='http://fonts.googleapis.com/css?family=EB+Garamond' rel='stylesheet' type='text/css'>
  12. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js" type="text/javascript"><!--mce:0--></script>
  13. <script src="toggle.js" type="text/javascript"><!--mce:1--></script>
  14. <script type="text/javascript">
  15. $(document).ready(function(){
  16. $(".description").hide();
  17. $(".about").click(function(){
  18. $('.description').slideToggle("fast");
  19. return true;
  20. });
  21. });
  22. </script>
  23.  
  24. <meta name="color:Background" content="#fff" />
  25. <meta name="color:Sid" content="#000" />
  26. <meta name="color:SidLinks" content="#fff" />
  27. <meta name="color:SidLinksHover" content="#918888" />
  28. <meta name="color:TextSid" content="#fff" />
  29. <meta name="color:Text" content="#000" />
  30. <meta name="color:Hover" content="#918888" />
  31. <meta name="color:Audio" content="#eeecec" />
  32. <meta name="color:Text Shadow" content="#000000"/>
  33. <meta name="color:Scroll" content="#000000"/>
  34.  
  35. <meta name="if:Calibri Font" content="1"/>
  36. <meta name="if:Reblog Link On Hover" content="1"/>
  37. <meta name="if:Top Button" content="1"/>
  38. <meta name="if:Top Button One" content="0"/>
  39. <meta name="if:Top Button Two" content="1"/>
  40. <meta name="if:Uppercase Title" content="0"/>
  41. <meta name="if:Shadow Sid" content="1"/>
  42.  
  43. <meta name="if:Repeat Background" content="1"/>
  44. <meta name="if:Maximised BackgroundImage" content="0"/>
  45.  
  46. <meta name="if:Two Columns" content="0"/>
  47. <meta name="if:Three Columns" content="1"/>
  48. <meta name="if:Four Columns" content="0"/>
  49. <meta name="if:Five Columns" content="0"/>
  50.  
  51. <meta name="image:Background" content=""/>
  52.  
  53. <meta name="font:Body" content="Arial"/>
  54.  
  55. <meta name="text:Custom Online Users Code" content="" />
  56.  
  57. <meta name="text:Body font size" content="11"/>
  58.  
  59.  
  60. <meta name="text:Custom Link One" content="" />
  61. <meta name="text:Custom Link One Title" content="" />
  62. <meta name="text:Custom Link Two" content="" />
  63. <meta name="text:Custom Link Two Title" content="" />
  64. <meta name="text:Custom Link Three" content="" />
  65. <meta name="text:Custom Link Three Title" content="" />
  66. <meta name="text:Custom Link Four" content="" />
  67. <meta name="text:Custom Link Four Title" content="" />
  68. <meta name="text:Custom Link Five" content="" />
  69. <meta name="text:Custom Link Five Title" content="" />
  70. <meta name="text:Custom Link Six" content="" />
  71. <meta name="text:Custom Link Six Title" content="" />
  72. <meta name="text:Custom Link Seven" content="" />
  73. <meta name="text:Custom Link Seven Title" content="" />
  74. <meta name="text:Custom Link Eight" content="" />
  75. <meta name="text:Custom Link Eight Title" content="" />
  76. <meta name="text:Custom Link Nine" content="" />
  77. <meta name="text:Custom Link Nine Title" content="" />
  78. <meta name="text:Custom Link Ten" content="" />
  79. <meta name="text:Custom Link Ten Title" content="" />
  80.  
  81.  
  82. <title>{Title}</title>
  83. <link rel="shortcut icon" href="{Favicon}">
  84. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  85. <link rel="shortcut icon" href="{Favicon}">
  86. <title>Untitled Document</title>
  87. <link rel="shortcut icon" href="{Favicon}">
  88. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  89.  
  90. {block:Description}
  91. <meta name="description" content="{MetaDescription}" />
  92. {/block:Description}
  93.  
  94. <style type="text/css">
  95.  
  96. p{
  97. margin:0px;
  98. padding:0px;
  99. }
  100.  
  101. #tumblr_controls{
  102. top: 1px !important;
  103. margin: 0 0 0 0;
  104. right: 0px !important;
  105. position: fixed !important;}
  106. body{
  107. color:{color:Text};
  108. background-color:{color:Background};
  109. background-image:url({image:Background});
  110. background-attachment:fixed;
  111. {block:IfMaximisedBackgroundImage}background-size: 100% 100%;{/block:IfMaximisedBackgroundImage}
  112. {block:IfRepeatBackground}background-repeat:repeat;{block:IfRepeatBackground}
  113. {block:IfNotRepeatBackground}background-repeat:no-repeat;{block:IfNotRepeatBackground}
  114. font-size:{text:Body font size}px;
  115. text-align:justify;
  116. font-family:{font:body};
  117. {block:IfCalibriFont}
  118. font-family:calibri, helvetica;
  119. {/block:IfCalibriFont}
  120. line-height:14px;
  121. color:{color:Text};
  122. }
  123.  
  124. ::-webkit-scrollbar{width:4px;
  125. height:auto;}
  126. ::-webkit-scrollbar-button:start:decrement
  127. ::-webkit-scrollbar-button:end:increment{display:block;
  128. height:0;
  129. background-color:transparent;}
  130. ::-webkit-scrollbar-track-piece{background-color:{color:background};
  131. -webkit-border-radius:0;
  132. -webkit-border-bottom-right-radius:3px;
  133. -webkit-border-bottom-left-radius:3px;}
  134. ::-webkit-scrollbar-thumb:vertical{height:1px;
  135. background-color:{color:Scroll};}
  136. ::-webkit-scrollbar-thumb:horizontal{width:1px;
  137. background-color:{color:Scroll};}
  138.  
  139. .posts{
  140. {block:ifTwoColumns}
  141. width:1200px;
  142. margin-left:120px;
  143. {/block:ifTwoColumns}
  144. {block:ifThreeColumns}width:1330px;
  145. margin-left:5px;
  146. {/block:ifThreeColumns}
  147. {block:ifFourColumns}
  148. width:1190px;
  149. margin-left:70px;
  150. {/block:ifFourColumns}
  151. {block:ifFiveColumns}
  152. width:1340px;
  153. {/block:ifFiveColumns}
  154. margin-top: 45px;
  155. {block:PermalinkPage}
  156. margin-left:110px;
  157. width: 400px;
  158. {/block:PermalinkPage}
  159. }
  160.  
  161. .entry{
  162. margin: 17px;
  163. padding: 4px;
  164. text-align:justify;
  165. {block:IndexPage}
  166. {block:ifTwoColumns}
  167. width:500px;
  168. {/block:ifTwoColumns}
  169. {block:ifThreeColumns}
  170. width:400px;
  171. {/block:ifThreeColumns}
  172. {block:ifFourColumns}
  173. width:250px;
  174. {/block:ifFourColumns}
  175. {block:ifFiveColumns}
  176. width:250px;
  177. margin:4px;
  178. margin-bottom:-1px;
  179. {/block:ifFiveColumns}
  180. {/block:IndexPage}
  181. {block:PermalinkPage}
  182. margin-left:300px;
  183. width: 400px;
  184. {/block:PermalinkPage}
  185.  
  186. }
  187.  
  188. .entry img{
  189. {block:IndexPage}
  190. {block:ifTwoColumns}
  191. max-width:500px;
  192. {/block:ifTwoColumns}
  193. {block:ifThreeColumns}
  194. max-width:400px;
  195. {/block:ifThreeColumns}
  196. {block:ifFourColumns}
  197. max-width:250px;
  198. {/block:ifFourColumns}
  199. {block:ifFiveColumns}
  200. max-width:250px;
  201. {/block:ifFiveColumns}
  202. {/block:IndexPage}
  203. }
  204.  
  205. .left{
  206. float: left;
  207. margin-right: 20px;
  208. width: 802px;
  209. }
  210.  
  211.  
  212.  
  213. .title{
  214. font-family: 'EB Garamond', serif;
  215. font-weight:bold;
  216. position:left;
  217. {block:ifUppercaseTitle}
  218. text-transform:uppercase;
  219. {/block:ifUppercaseTitle}
  220. {block:ifnotUppercaseTitle}
  221. text-transform:none;
  222. {/block:ifnotUppercaseTitle}
  223. font-size: 23px;
  224. margin-left:35px;
  225. padding:5px;
  226. padding-bottom:1px;
  227. }
  228.  
  229. a:link, a:active, a:visited{
  230.  
  231. color:{color:Text};
  232. text-decoration: none;
  233. -o-transition-duration: 3s;
  234. -webkit-transition-duration: 3s;
  235. -moz-transition-duration: 3s;
  236. }
  237.  
  238. a:hover {
  239.  
  240. color:{color:Hover};
  241. -webkit-transition-duration: 0.5s;
  242. -moz-transition-duration: 0.5s;
  243. -o-transition-duration: 0.5s;
  244. -ms-transition-duration: 0.5s;
  245. text-decoration:none;
  246. }
  247.  
  248.  
  249.  
  250. {block:ifReblogLinkOnHover}
  251. .like_and_reblog_buttons {
  252. list-style: none;
  253. position:absolute;
  254. left:20px;
  255. opacity:0;
  256. bottom:10px;
  257. -webkit-transition: 0.2s;
  258. -webkit-transition: 0.2s;
  259. -moz-transition: 0.2s;
  260. transition: 0.2s;}
  261.  
  262. .entry:hover .like_and_reblog_buttons{
  263. opacity:0.9;
  264. -webkit-transition: 0.2s;
  265. -webkit-transition: 0.2s;
  266. -moz-transition: 0.2s;
  267. transition: 0.2s;}
  268.  
  269. .like_and_reblog_buttons li{
  270. float: left;
  271. margin: 0 0 0 -15px;
  272. padding: 5px;}
  273.  
  274. .like_and_reblog_buttons li:first-child {
  275. margin-left:-40px;}
  276.  
  277. {/block:ifReblogLinkOnHover}
  278.  
  279. .post_title{
  280. font-family:{font:body};
  281. {block:IfCalibriFont}
  282. font-family:calibri, helvetica;
  283. {/block:IfCalibriFont}
  284. display:block;
  285. font-size:13px;
  286. line-height:20px;
  287. text-transform:none;
  288. }
  289.  
  290. .link_title{
  291. font-size:13px;
  292. line-height:20px;
  293. text-transform:none;
  294. font-family:{font:body};
  295. {block:IfCalibriFont}
  296. font-family:calibri, helvetica;
  297. {/block:IfCalibriFont}
  298. margin-bottom:5px;
  299. }
  300.  
  301. .nav{
  302. position:fixed;
  303. font-size:11px;
  304. color:{color:TextSid};
  305. background-color:{color:Sid};
  306. text-transform:none;
  307. text-align:left ;
  308. top:0px;
  309. left:0px;
  310. right:0px;
  311. width:100%;
  312. height:auto;
  313. z-index:503;
  314. position:fixed;
  315. {block:ifShadowSid}
  316. -moz-box-shadow: 0 0 1em #000;
  317. -webkit-box-shadow:0 0 1em #000;
  318. box-shadow: 0 0 1em #000;
  319. {/block:ifShadowSid}
  320. }
  321.  
  322. .nav a{
  323. color:{color:SidLinks};
  324. }
  325.  
  326. .nav a:hover{
  327. color:{color:SidLinksHover};
  328. }
  329.  
  330.  
  331. .permalink{
  332. text-transform:none;
  333. text-align:center;
  334. color:gray;
  335. font-family:calibri, helvetica;
  336. position: relative;
  337. margin-top: -10px;
  338. font-size: 11px;
  339. opacity: 0;
  340. filter: alpha(opacity = 0);
  341. -moz-transition: all 0.4s;
  342. -webkit-transition: all 0.4s;
  343. -o-transition: all 0.4s;
  344. transition: all 0.4;
  345. }
  346.  
  347. div#entry:hover .permalink{
  348. margin-top: -5px;
  349. opacity: 1;
  350. filter: alpha(opacity = 100);
  351. -moz-transition: all 0.4s;
  352. -webkit-transition: all 0.4s;
  353. -o-transition: all 0.4s;
  354. transition: all 0.4;
  355. }
  356.  
  357. .quote{
  358. font-size:{text:Body font size}px;
  359. line-height:14px;
  360. padding:3px;
  361. text-transform:none;
  362. margin-bottom:3px;
  363. color:{color:Text};
  364. font-family:{font:body};
  365. {block:IfCalibriFont}
  366. font-family:calibri, helvetica;
  367. {/block:IfCalibriFont}}
  368.  
  369. .photoset{
  370. margin-bottom:3px;
  371. }
  372.  
  373. .audio{
  374. {block:IndexPage}
  375. {block:ifTwoColumns}
  376. width:500px;
  377. {/block:ifTwoColumns}
  378. {block:ifThreeColumns}
  379. width:400px;
  380. {/block:ifThreeColumns}
  381. {block:ifFourColumns}
  382. width:250px;
  383. {/block:ifFourColumns}
  384. {block:ifFiveColumns}
  385. width:250px;
  386. {/block:ifFiveColumns}
  387. {/block:IndexPage}
  388. {block:PermalinkPage}
  389. width:488px;
  390. {/block:PermalinkPage}
  391. background-color:#fff;
  392. padding:5px;
  393. margin-bottom:0px;
  394. border-left:1px solid;
  395. border-right:1px solid;
  396. border-color:{color:Audio};
  397. }
  398.  
  399. .audiocap, .videocap{
  400. background-color:{color:Audio};
  401. display:block;
  402. padding:10px;
  403. }
  404.  
  405. .albumart, .albumart img{
  406. {block:IndexPage}
  407. {block:ifTwoColumns}
  408. width:500px;
  409. {/block:ifTwoColumns}
  410. {block:ifThreeColumns}
  411. width:400px;
  412. {/block:ifThreeColumns}
  413. {block:ifFourColumns}
  414. width:250px;
  415. {/block:ifFourColumns}
  416. {block:ifFiveColumns}
  417. width:250px;
  418. {/block:ifFiveColumns}
  419. {/block:IndexPage}
  420. {block:PermalinkPage}
  421. width:500px;
  422. {/block:PermalinkPage}
  423. }
  424.  
  425. div.video embed,
  426. div.post div.video object {
  427. {block:IndexPage}
  428. width:250px !important;
  429. height:150px !important;
  430. {/block:IndexPage}
  431. {block:PermalinkPage}
  432. width:500px !important;
  433. height:400px !important;
  434. {/block:PermalinkPage}
  435. }
  436.  
  437. .question{
  438. font-weight:normal;
  439. margin-bottom:5px;
  440. font-size:{text:Body font size}px;
  441. line-height:15px;
  442. display:block;
  443. text-transform:lowercase;
  444. }
  445.  
  446. .caption{
  447. margin-top:5px;
  448. margin-bottom:5px;
  449. }
  450.  
  451. .h1 {color: {color:Text}; font-size: 32px; line-height: 25px; text-align: left; margin-bottom: -0px; cursor: arrow; font-family: 'EB Garamond', serif;
  452. }
  453.  
  454. #scrollToTop:link,#scrollToTop:visited { color: transparent; background-color: transparent; display: none; position: fixed; top: 640px; right: 5px;}
  455.  
  456. </style>
  457.  
  458. {block:ifTopButton}
  459. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script><script src="http://static.tumblr.com/ikeq9mi/DfYl6o46t/scrolltotop.min.js"></script><a href="javascript:;" id="scrollToTop"title="scroll to top">
  460. {block:ifTopButtonOne}
  461. <img src="http://static.tumblr.com/i8axhtw/hBmma2nol/topbuttom.png" border="0">
  462. {/block:ifTopButtonOne}
  463. {block:ifTopButtonTwo}
  464. <img src="http://static.tumblr.com/i8axhtw/7g2meyile/top2.png" border="0">
  465. {/block:ifTopButtonTwo}
  466. </a>
  467. {/block:ifTopButton}
  468.  
  469. <script type="text/javascript" src="http://static.tumblr.com/imovwvl/dJWl20ley/jqueryformasonry.js"></script>
  470. <script type="text/javascript" src="http://static.tumblr.com/imovwvl/rSGl20lfv/masonry.js">
  471. </script>
  472. <script src="http://static.tumblr.com/df28qmy/SHUlh3i7s/jquery.infinitescroll.js"></script>
  473. <script src="http://static.tumblr.com/thpaaos/lLwkowcqm/jquery.masonry.js"></script>
  474. <script type="text/javascript">
  475.  
  476. $(window).load(function () {
  477. $('.posts').masonry(),
  478. $('.masonryWrap').infinitescroll({
  479. navSelector : "div#navigation",
  480. // selector for the paged navigation (it will be hidden)
  481. nextSelector : "div#navigation a#nextPage",
  482. // selector for the NEXT link (to page 2)
  483. itemSelector : ".entry",
  484. // selector for all items you'll retrieve
  485. bufferPx : 10000,
  486. extraScrollPx: 11000,
  487. loadingImg : "",
  488. loadingText : "<em></em>",
  489. },
  490. // call masonry as a callback.
  491. function() { $('.posts').masonry({ appendedContent: $(this) }); }
  492. );
  493. });
  494. </script>
  495.  
  496. </head>
  497.  
  498. <body>
  499.  
  500.  
  501. <div class="nav">
  502.  
  503. <br><span class="title"><a href="/">{Title}</a></span>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
  504. <a href="/">home</a> &nbsp; &nbsp;
  505. {block:AskEnabled}<a href="/ask">message</a>&nbsp; &nbsp; {/block:AskEnabled}{block:HasPages}{block:Pages}<a href="{URL}">{Label}</a>&nbsp; &nbsp;
  506. {/block:Pages}{/block:HasPages}
  507. {block:ifCustomLinkOneTitle}<a href="{text:Custom Link One}" >{text:Custom Link One Title}</a> &nbsp; &nbsp; {/block:ifCustomLinkOneTitle}
  508.  
  509. {block:ifCustomLinkTwoTitle}<a href="{text:Custom Link Two}" >{text:Custom Link Two Title}</a>&nbsp; &nbsp; {/block:ifCustomLinkTwoTitle}
  510.  
  511. {block:ifCustomLinkThreeTitle}<a href="{text:Custom Link Three}" >{text:Custom Link Three Title}</a>&nbsp; &nbsp; {/block:ifCustomLinkThreeTitle}
  512.  
  513. {block:ifCustomLinkFourTitle}<a href="{text:Custom Link Four}" >{text:Custom Link Four Title}</a>&nbsp; &nbsp; {/block:ifCustomLinkFourTitle}
  514.  
  515. {block:ifCustomLinkFiveTitle}<a href="{text:Custom Link Five}" >{text:Custom Link Five Title}</a>&nbsp; &nbsp; {/block:ifCustomLinkFiveTitle}
  516.  
  517. {block:ifCustomLinkSixTitle}<a href="{text:Custom Link Six}" >{text:Custom Link Six Title}</a>&nbsp; &nbsp; {/block:ifCustomLinkSixTitle}
  518.  
  519. {block:ifCustomLinkSevenTitle}<a href="{text:Custom Link Seven}" >{text:Custom Link Seven Title}</a> &nbsp; &nbsp; {/block:ifCustomLinkSevenTitle}
  520.  
  521. {block:ifCustomLinkEightTitle}<a href="{text:Custom Link Eight}" >{text:Custom Link Eight Title}</a> &nbsp; &nbsp; {/block:ifCustomLinkEightTitle}
  522.  
  523. {block:ifCustomLinkNineTitle}<a href="{text:Custom Link Nine}" >{text:Custom Link Nine Title}</a> &nbsp; &nbsp; {/block:ifCustomLinkNineTitle}
  524.  
  525. {block:ifCustomLinkTenTitle}<a href="{text:Custom Link Ten}" >{text:Custom Link Ten Title}</a> &nbsp; &nbsp; {/block:ifCustomLinkTenTitle}
  526.  
  527. <a href="http://m-orbide.tumblr.com/">credit</a> &nbsp; &nbsp;
  528.  
  529. {block:ifCustomOnlineUsersCode}{text:Custom Online Users Code}{/block:ifCustomOnlineUsersCode}
  530.  
  531. <br>
  532. <br>
  533.  
  534. <div style="font-family:calibri, helvetica; position:fixed; top:19px; right:8px; padding:10px 0px 0px 0px;text-align:rigth; "><a href="http://m-orbide.tumblr.com"target="_blank">install theme</a></div>
  535.  
  536. </div>
  537.  
  538. </div>
  539.  
  540.  
  541.  
  542. <div class="left">
  543.  
  544.  
  545. <div class="posts">
  546.  
  547. {block:Posts}
  548.  
  549. <div class="entry">
  550.  
  551. {block:Text}
  552. <div id="entry">
  553. {block:Title}<span class="post_title">{Title}</span>{/block:Title}
  554. {Body}
  555. {block:IndexPage}<div class="permalink"><a href="{Permalink}">{block:Date}{NoteCount}&nbsp; &nbsp;<a href="{ReblogURL}" target="_blank">reblog</a>{/block:Date}</a></div>{/block:IndexPage}
  556. </div>
  557. {/block:Text}
  558.  
  559. {block:Photo}
  560. {block:IndexPage}{block:ifReblogLinkOnHover}<ul class="like_and_reblog_buttons">
  561. <li>{ReblogButton color="white" size="15"}</li>
  562. <li>{LikeButton color="white" size="15"}</li>
  563. </ul>{/block:IndexPage}
  564. {/block:ifReblogLinkOnHover}
  565. {LinkOpenTag}<a href="{Permalink}">{block:ifTwoColumns}<img src="{PhotoUrl-500}" width="500">{/block:ifTwoColumns}{block:ifThreeColumns}<img src="{PhotoUrl-500}" width="400">{/block:ifThreeColumns}{block:ifFourColumns}<img src="{PhotoUrl-500}" width="250">{/block:ifFourColumns}{block:ifFiveColumns}<img src="{PhotoUrl-500}" width="250">{/block:ifFiveColumns}
  566. </a>{LinkCloseTag}{/block:IndexPage}
  567. {block:PermalinkPage}
  568. {block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  569. {/block:Photo}
  570.  
  571. {block:Photoset}
  572. <div id="entry">
  573. <div class="photoset">
  574. {block:IndexPage}{block:ifTwoColumns}{Photoset-500}{/block:ifTwoColumns}{block:ifThreeColumns}{Photoset-400}{/block:ifThreeColumns}{block:ifFourColumns}{Photoset-250}{/block:ifFourColumns}{block:ifFiveColumns}{Photoset-250}{/block:ifFiveColumns}{/block:IndexPage}
  575. {block:PermalinkPage}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  576. {block:IndexPage}<div class="permalink"><a href="{Permalink}">{block:Date}{NoteCount}&nbsp; &nbsp;<a href="{ReblogURL}" target="_blank">reblog</a>{/block:Date}</a></div>{/block:IndexPage}
  577. </div></div>
  578. {/block:Photoset}
  579.  
  580. {block:Quote}
  581. <div id="entry">
  582. <div class="quote">" {Quote} " </div>
  583. {block:IndexPage}<div class="permalink"><a href="{Permalink}">{block:Date}{NoteCount}&nbsp; &nbsp;<a href="{ReblogURL}" target="_blank">reblog</a>{/block:Date}</a></div>{/block:IndexPage}
  584. </div>
  585. {/block:Quote}
  586.  
  587. {block:Link}
  588. <div id="entry">
  589. <a href="{URL}"{Target}><span class="link_title">&rarr; {Name}</span></a>
  590. {block:Description}<small>{Description}</small>{/block:Description}
  591. {block:IndexPage}<div class="permalink"><a href="{Permalink}">{block:Date}{NoteCount}&nbsp; &nbsp;<a href="{ReblogURL}" target="_blank">reblog</a>{/block:Date}</a></div>{/block:IndexPage}
  592. </div>
  593. {/block:Link}
  594.  
  595. {block:Video}
  596. <div class="video">
  597. {block:IndexPage}{block:ifTwoColumns}{Video-500}{/block:ifTwoColumns}{block:ifThreeColumns}{Video-400}{/block:ifThreeColumns}{block:ifFourColumns}{Video-250}{/block:ifFourColumns}{block:ifFiveColumns}{Video-250}{/block:ifFiveColumns}{/block:IndexPage}
  598. {block:PermalinkPage}{Video-500}{/block:PermalinkPage}
  599. </div>
  600. {block:IndexPage}{block:Caption}<div class="videocap"><a href="{Permalink}">{Caption}</a></div>{/block:Caption}{/block:IndexPage}
  601. {block:PermalinkPage}{block:Caption}<div class="videocap">{Caption}</div>{/block:Caption}{/block:PermalinkPage}
  602. {/block:Video}
  603.  
  604. {block:Chat}
  605. <div id="entry">
  606. {block:Title}
  607. <div class="ptitle">{Title}</div>
  608. {/block:Title}{block:Lines}{block:Label}<b>{Label}</b> {/block:Label}{Line}<br>{/block:Lines}
  609. {block:IndexPage}<div class="permalink"><a href="{Permalink}">{block:Date}{NoteCount}&nbsp; &nbsp;<a href="{ReblogURL}" target="_blank">reblog</a>{/block:Date}</a></div>{/block:IndexPage}
  610. </div>
  611. {/block:Chat}
  612.  
  613. {block:Audio}
  614. {block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"></a></div>{/block:AlbumArt}
  615. <div class="audio">{AudioPlayerWhite}</div>
  616. {block:IndexPage}{block:Caption}<div class="audiocap"><a href="{Permalink}">{Caption}</a></div>{/block:Caption}{/block:IndexPage}
  617. {block:PermalinkPage}{block:Caption}<div class="audiocap">{Caption}</div>{/block:Caption}{/block:PermalinkPage}
  618. {/block:Audio}
  619.  
  620. {block:Answer}
  621. <div id="entry">
  622. <div class="question">{Asker}:&nbsp; {Question}</div>
  623. <div style="border-bottom: 1px #999 dotted; padding-bottom:1px;"></div>
  624.  
  625. {Answer}
  626. {block:IndexPage}<div class="permalink"><a href="{Permalink}">{block:Date}{NoteCount}&nbsp; &nbsp;<a href="{ReblogURL}" target="_blank">reblog</a>{/block:Date}</a></div>{/block:IndexPage}
  627. </div>
  628. {/block:Answer}
  629.  
  630. {block:PermalinkPage}
  631. {block:Date}Posted {TimeAgo} with {NoteCountWithLabel}{/block:Date}{/block:PermalinkPage}
  632. {block:PostNotes}{PostNotes}{/block:PostNotes}
  633.  
  634. </div>
  635.  
  636. {/block:Posts}
  637. </div>
  638. </div>
  639.  
  640. {block:IndexPage}
  641. <div class="column navigation" id="navigation">
  642. {block:Pagination}
  643. {block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage}
  644. {block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination}
  645. </div>
  646. {/block:IndexPage}
  647.  
  648.  
  649. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement