feiinho

Voltaire Theme brought to you by Atlas Designs htto://atlasd

Apr 9th, 2014
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.36 KB | None | 0 0
  1. <!--
  2.  
  3. Voltaire Theme brought to you by Atlas Designs
  4. htto://atlasdesigns.co/
  5.  
  6. Do not remove credit unless given permission to do so.
  7.  
  8. Updated July 2013:
  9. - post background
  10. - new like/reblog buttons (even on text posts)
  11. - centered permalink page
  12. - reformatted answer posts
  13. - minor design tweaks
  14.  
  15. -->
  16.  
  17. </html>
  18. <head>
  19.  
  20. <link rel="shortcut icon" href="{Favicon}">
  21.  
  22. <script type="text/javascript"
  23. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  24.  
  25. <link href='http://fonts.googleapis.com/css?family=Lato:300,400' rel='stylesheet' type='text/css'>
  26.  
  27. {block:IndexPage}
  28.  
  29. <script type="text/javascript"
  30. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  31.  
  32. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  33.  
  34. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  35. <script type="text/javascript">
  36. $(window).load(function () {
  37. var $content = $('#content');
  38. $content.masonry({itemSelector: '.entry'}),
  39. $content.infinitescroll({
  40. navSelector : 'div#pagination',
  41. nextSelector : 'div#pagination a#nextPage',
  42. itemSelector : '.entry',
  43. loading: {
  44. finishedMsg: '',
  45. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  46. },
  47. bufferPx : 600,
  48. debug : false,
  49. },
  50. // call masonry as a callback.
  51. function( newElements ) {
  52. var $newElems = $( newElements );
  53. $newElems.hide();
  54. // ensure that images load before adding to masonry layout
  55. $newElems.imagesLoaded(function(){
  56. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );});});});</script>
  57. {/block:IndexPage}
  58.  
  59. <meta name="color:background" content="#ffffff" />
  60. <meta name="color:text" content="#000" />
  61. <meta name="color:title" content="#000" />
  62. <meta name="color:link" content="#a8a8a8" />
  63. <meta name="color:link hover" content="#eee" />
  64. <meta name="color:scrollbar" content="#cacaca" />
  65. <meta name="color:header border" content="#ebebeb">
  66. <meta name="color:post background" content="#f0f0f0">
  67.  
  68. <meta name="text:reblog" content="reblog">
  69. <meta name="text:home" content="home">
  70. <meta name="text:ask" content="contact">
  71. <meta name="text:archive" content="index">
  72.  
  73. <meta name="if:show captions" content="0">
  74. <meta name="if:show banner" content="0">
  75.  
  76. <meta name="image:background" content="" />
  77. <meta name="image:banner" content="" >
  78.  
  79. <style type="text/css">
  80.  
  81. ::-webkit-scrollbar {width: 7px; height: 0px; background:{color:background};}
  82. ::-webkit-scrollbar-thumb {background: {color:scrollbar}; border-radius:15px;}
  83.  
  84. iframe#tumblr_controls {top: 3px !important;margin: 0 0 0 0;right:4px !important;position:fixed !important; position:absolute;z-index:99999;webkit-filter: invert(100%);opacity:1;-webkit-filter:invert(100%);}
  85.  
  86.  
  87. body {
  88. background-color: {color:background};
  89. background-image:url({image:Background});
  90. background-attachment: fixed;
  91. background-repeat: repeat;
  92. font-size:11px;
  93. letter-spacing:0px;
  94. font-family: lato, helvetica neue, helvetica;
  95. font-weight:300;
  96. line-height:13px;
  97. text-transform:none;
  98. color: {color:text};
  99. }
  100.  
  101. #top{
  102. position:absolute;
  103. top:30px;
  104. left:50%;
  105. width:800px;
  106. margin-left:-400px;
  107. height:70px;
  108. padding-top:50px;
  109. padding-bottom:50px;
  110. border-bottom:2px solid;
  111. border-color:{color:header border};
  112. }
  113.  
  114. #title{
  115. font-weight:400;
  116. position:absolute;
  117. left:0px;
  118. bottom:10px;
  119. font-size:24px;
  120. letter-spacing:1px;
  121. color:{color:title};
  122. width:500px;
  123. }
  124.  
  125. #links{
  126. position:absolute;
  127. right:0px;
  128. bottom:7px;
  129. text-transform:uppercase;
  130. font-size:12px;
  131. word-spacing:7px;
  132. text-align:right;
  133. color:{color:link};
  134. }
  135. #links a{
  136. font-weight:400;
  137. padding-top:3px;
  138. padding-bottom:8px;
  139. padding-right:3px;
  140. padding-left:3px;
  141. -webkit-transition: all 0s linear;
  142. -moz-transition: all 0s linear;
  143. transition: all 0s linear;
  144. }
  145. #links a:hover{
  146. background-color:{color:header border};
  147. color:{color:background};
  148. -webkit-transition: all 0s linear;
  149. -moz-transition: all 0s linear;
  150. transition: all 0s linear;
  151. }
  152.  
  153. #description{
  154. position:absolute;
  155. left:0px;
  156. bottom:-210px;
  157. font-size:12px;
  158. line-height:14px;
  159. width:350px;
  160. height:200px;
  161. }
  162.  
  163. a {
  164. text-decoration:none;
  165. color:{color:link};
  166. -webkit-transition: all 0.3s linear;
  167. -moz-transition: all 0.3s linear;
  168. transition: all 0.3s linear;
  169. }
  170.  
  171. a:link, a:active, a:visited{
  172. color: {color:link};
  173. }
  174.  
  175. a:hover{
  176. -moz-transition: all 0.3s ease-in-out;
  177. -webkit-transition: all 0.3s ease-in-out;
  178. -o-transition: all 0.3s ease-in-out;
  179. -ms-transition: all 0.3s ease-in-out;
  180. transition: all 0.3s ease-in-out;
  181. color: {color:link hover};
  182. }
  183.  
  184. div#content {
  185. width: 1200px;
  186. left:50%;
  187. margin-left:-600px;
  188. margin-top:300px;
  189. float:left;
  190. position: relative;
  191. }
  192.  
  193. .entry{
  194. position:relative;
  195. font-size: 11px;
  196. line height: 13px;
  197. text-align:left;
  198. margin: 15px;
  199. z-index:999;
  200. float:left;
  201. width: auto;
  202. height: auto;
  203. overflow:hidden;
  204. {block:PermalinkPage}
  205. left:50%;
  206. margin-left:-400px;
  207. width: 400px;
  208. height: auto;
  209. {/block:PermalinkPage}
  210. transition: all 0.4s ease-in-out;
  211. -o-transition-transition: all 0.4s ease-in-out;
  212. -webkit-transition: all 0.4s ease-in-out;
  213. -moz-transition: all 0.4s ease-in-out;
  214. }
  215.  
  216. .photo{
  217. width:210px;
  218. {block:PermalinkPage}
  219. width:400px;
  220. {/block:PermalinkPage}
  221. }
  222. .photo img{
  223. width:210px;
  224. {block:PermalinkPage}
  225. width:400px;
  226. {/block:PermalinkPage}
  227. }
  228.  
  229. .bigphoto{
  230. width:450px;
  231. {block:PermalinkPage}
  232. width:400px;
  233. {/block:PermalinkPage}
  234. }
  235. .bigphoto img{
  236. width:450px;
  237. {block:PermalinkPage}
  238. width:400px;
  239. {/block:PermalinkPage}
  240. }
  241.  
  242. .text{
  243. width:190px;
  244. padding:10px;
  245. background:{color:post background};
  246. {block:permalinkpage}
  247. width:400px;
  248. {/block:permalinkpage}
  249. }
  250.  
  251. .text img{
  252. max-width:210px;
  253. {block:PermalinkPage}
  254. max-width:400px;
  255. {/block:PermalinkPage}
  256. }
  257.  
  258. .bigtext {
  259. width: 430px;
  260. padding:10px;
  261. background:{color:post background};
  262. {block:PermalinkPage}
  263. width:400px;
  264. {/block:PermalinkPage}
  265. }
  266.  
  267. .bigtext img{
  268. max-width: 450px;
  269. {block:PermalinkPage}
  270. max-width:400px;
  271. {/block:PermalinkPage}
  272. }
  273.  
  274. .title{
  275. font-weight:400;
  276. font-size:16px;
  277. line-height:16px;
  278. color: {color:text};
  279. }
  280.  
  281. blockquote{
  282. border-left:2px solid #eee;
  283. padding:2px;
  284. margin:0px;
  285. }
  286.  
  287. .like_and_reblog_buttons {
  288. position:absolute;
  289. top:7px;
  290. margin-top:10px;
  291. margin-left:-28px;
  292. list-style: none;
  293. opacity:0;
  294. -webkit-transition: all 0.2s linear;
  295. -webkit-transition: all 0.2s linear;
  296. -moz-transition: all 0.2s linear;
  297. transition: all 0.2s linear;
  298. }
  299. .entry:hover .like_and_reblog_buttons{
  300. top:0px;
  301. opacity:1;
  302. -webkit-transition: all 0.2s linear;
  303. -webkit-transition: all 0.2s linear;
  304. -moz-transition: all 0.2s linear;
  305. transition: all 0.2s linear;
  306. }
  307.  
  308. .like_and_reblog_buttons li {
  309. float: left;
  310. background-color:rgba(0,0,0,.1);
  311. border-radius:100%;
  312. padding:10px;
  313. height:18px;
  314. width:18px;
  315. }
  316.  
  317. .like_and_reblog_buttons li:first-child {
  318. margin-right:8px;
  319. }
  320.  
  321. .entry .permalink{
  322. padding:0px;
  323. line-height:0px;
  324. opacity:0;
  325. -webkit-transition: all 0.2s linear;
  326. -webkit-transition: all 0.2s linear;
  327. -moz-transition: all 0.2s linear;
  328. transition: all 0.2s linear;
  329. }
  330.  
  331. .permalink{
  332. font-size:11px;
  333. line-height:12px;
  334. text-transform:uppercase;
  335. text-align:center;
  336. }
  337. .entry:hover .permalink{
  338. line-height:12px;
  339. opacity:1;
  340. -webkit-transition: all 0.2s linear;
  341. -webkit-transition: all 0.2s linear;
  342. -moz-transition: all 0.2s linear;
  343. transition: all 0.2s linear;
  344. }
  345. .lowerc{
  346. text-transform:lowercase;
  347. }
  348.  
  349. .speclink{
  350. word-spacing:1px;
  351. }
  352.  
  353. .notess{
  354. position:absolute;
  355. left:50%;
  356. margin-left:10px;
  357. height:400px;
  358. width:500px;
  359. overflow-y:scroll;
  360. z-index:9999;
  361. }
  362. .notess img{
  363. border-radius:100%;
  364. }
  365.  
  366. .caption{
  367. width:90%;
  368. padding:5%;
  369. background:{color:post background};
  370. margin-top:-3px;
  371. }
  372.  
  373. .photo .caption{
  374. width:190px;
  375. background:{color:post background};
  376. margin-top:-3px;
  377. }
  378.  
  379. .bigphoto .caption{
  380. width:430px;
  381. padding:10px;
  382. background:{color:post background};
  383. margin-top:-3px;
  384. }
  385.  
  386. .play{
  387. position:absolute;
  388. left:50%;
  389. margin-left:-24px;
  390. top:50%;
  391. margin-top:-42px;
  392. border:10px solid white;
  393. height:27px;
  394. width:27px;
  395. border-radius:100%;
  396. overflow:hidden;
  397. }
  398.  
  399. .textbuttons ul{
  400. list-style:none;
  401. z-index:9999999;
  402. position:relative;
  403. }
  404. .textbuttons li {
  405. list-style:None;
  406. float: right;
  407. margin-bottom:15px;
  408. margin-right:6%;
  409. }
  410. .textbuttons li:first-child {
  411. }
  412.  
  413. .textnote{
  414. position:absolute;
  415. width:100%;
  416. background:{color:post background};
  417. padding-left:6%;
  418. padding-bottom:10px;
  419. padding-top:15px;
  420. bottom:7px;
  421. font-weight:700;
  422. font-size:12px;
  423. z-index:-999;
  424. }
  425. .textnote a{
  426. font-size:11px;
  427. color:gray;
  428. }
  429.  
  430. {CustomCSS}
  431. </style>
  432.  
  433. <title>{title}</title>
  434.  
  435. <link rel="shortcut icon" href="{PortraitURL-24}">
  436. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  437.  
  438. <meta name="viewport" content="width=820" />
  439.  
  440. </head>
  441. <body>
  442.  
  443. <div id="top">
  444.  
  445. <div id="title">
  446. {block:ifnotshowbanner}{Title}{/block:ifnotshowbanner}
  447. {block:ifshowbanner}<a href="/"><img src="{image:banner}" height="90px"></a>{/block:ifshowbanner}
  448. </div>
  449.  
  450. <div id="links">
  451. <a href="/">{text:home}</a>
  452. <a href="/ask">{text:ask}</a>
  453. <a href="/archive">{text:archive}</a>
  454. {block:HasPages}{block:Pages}<a href="{URL}"><span class="speclink">{Label}</span></a> {/block:Pages}{/block:HasPages}
  455. <a href="http://baesil.tumblr.com/">theme</a>
  456. </div>
  457.  
  458. <div id="description">{description}</div>
  459. </div>
  460.  
  461. <div id="content">
  462.  
  463. {block:Posts}
  464. <div class="entry">
  465.  
  466. {block:Text}
  467. {block:Post1}
  468. <div class="text">{block:Title}<span class="title">{Title}</span>{/block:Title}<br>{Body}</div>
  469. {/block:Post1}
  470. {block:Post2}
  471. <div class="bigtext">{block:Title}<span class="title">{Title}</span>{/block:Title}<br>{Body}</div>
  472. {/block:Post2}
  473. {block:Post3}
  474. <div class="text">{block:Title}<span class="title">{Title}</span>{/block:Title}<br>{Body}</div>
  475. {/block:Post3}
  476. {block:Post4}
  477. <div class="text">{block:Title}<span class="title">{Title}</span>{/block:Title}<br>{Body}</div>
  478. {/block:Post4}
  479. {block:Post5}
  480. <div class="text">{block:Title}<span class="title">{Title}</span>{/block:Title}<br>{Body}</div>
  481. {/block:Post5}
  482. {block:Post6}
  483. <div class="text">{block:Title}<span class="title">{Title}</span>{/block:Title}<br>{Body}</div>
  484. {/block:Post6}
  485. {block:Post7}
  486. <div class="text">{block:Title}<span class="title">{Title}</span>{/block:Title}<br>{Body}</div>
  487. {/block:Post7}
  488. {block:Post8}
  489. <div class="text">{block:Title}<span class="title">{Title}</span>{/block:Title}<br>{Body}</div>
  490. {/block:Post8}
  491. {block:Post9}
  492. <div class="bigtext">{block:Title}<span class="title">{Title}</span>{/block:Title}<br>{Body}</div>
  493. {/block:Post9}
  494. {block:Post10}
  495. <div class="text">{block:Title}<span class="title">{Title}</span>{/block:Title}<br>{Body}</div>
  496. {/block:Post10}
  497. {block:Post11}
  498. <div class="text">{block:Title}<span class="title">{Title}</span>{/block:Title}<br>{Body}</div>
  499. {/block:Post11}
  500. {block:Post12}
  501. <div class="text">{block:Title}<span class="title">{Title}</span>{/block:Title}<br>{Body}</div>
  502. {/block:Post12}
  503. {block:Post13}
  504. <div class="bigtext">{block:Title}<span class="title">{Title}</span>{/block:Title}<br>{Body}</div>
  505. {/block:Post13}
  506. {block:Post14}
  507. <div class="text">{block:Title}<span class="title">{Title}</span>{/block:Title}<br>{Body}</div>
  508. {/block:Post14}
  509. {block:Post15}
  510. <div class="text">{block:Title}<span class="title">{Title}</span>{/block:Title}<br>{Body}</div>
  511. {/block:Post15}
  512. {block:IndexPage}<div class="textnote"><a href="{Permalink}">{NoteCountwithLabel}</a></div>
  513. <ul class="textbuttons">
  514. <li>{ReblogButton color="gray" size=15}</li>
  515. <li>{LikeButton color="gray" size=15}</li>
  516. </ul><br>
  517. {/block:IndexPage}
  518. {/block:Text}
  519.  
  520. {block:Photo}
  521. {block:IndexPage}
  522. {block:Post1}
  523. <div class="photo">{LinkOpenTag}<a href="{Permalink}"><img src="{PhotoUrl-500}" alt="{PhotoAlt}"/> </a>{LinkCloseTag}</div>
  524. {/block:Post1}
  525. {block:Post2}
  526. <div class="bigphoto">{LinkOpenTag}<a href="{Permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}"/> </a>{LinkCloseTag}</div>
  527. {/block:Post2}
  528. {block:Post3}
  529. <div class="photo">{LinkOpenTag}<a href="{Permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}"/> </a>{LinkCloseTag}</div>
  530. {/block:Post3}
  531. {block:Post4}
  532. <div class="photo">{LinkOpenTag}<a href="{Permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}"/> </a>{LinkCloseTag}</div>
  533. {/block:Post4}
  534. {block:Post5}
  535. <div class="photo">{LinkOpenTag}<a href="{Permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}"/> </a>{LinkCloseTag}</div>
  536. {/block:Post5}
  537. {block:Post6}
  538. <div class="photo">{LinkOpenTag}<a href="{Permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}"/> </a>{LinkCloseTag}</div>
  539. {/block:Post6}
  540. {block:Post7}
  541. <div class="photo">{LinkOpenTag}<a href="{Permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}"/> </a>{LinkCloseTag}</div>
  542. {/block:Post7}
  543. {block:Post8}
  544. <div class="bigphoto">{LinkOpenTag}<a href="{Permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}"/> </a>{LinkCloseTag}</div>
  545. {/block:Post8}
  546. {block:Post9}
  547. <div class="photo">{LinkOpenTag}<a href="{Permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}"/> </a>{LinkCloseTag}</div>
  548. {/block:Post9}
  549. {block:Post10}
  550. <div class="photo">{LinkOpenTag}<a href="{Permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}"/> </a>{LinkCloseTag}</div>
  551. {/block:Post10}
  552. {block:Post11}
  553. <div class="photo">{LinkOpenTag}<a href="{Permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}"/> </a>{LinkCloseTag}</div>
  554. {/block:Post11}
  555. {block:Post12}
  556. <div class="photo">{LinkOpenTag}<a href="{Permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}"/> </a>{LinkCloseTag}</div>
  557. {/block:Post12}
  558. {block:Post13}
  559. <div class="bigphoto">{LinkOpenTag}<a href="{Permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}"/> </a>{LinkCloseTag}</div>
  560. {/block:Post13}
  561. {block:Post14}
  562. <div class="photo">{LinkOpenTag}<a href="{Permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}"/> </a>{LinkCloseTag}</div>
  563. {/block:Post14}
  564. {block:Post15}
  565. <div class="photo">{LinkOpenTag}<a href="{Permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}"/> </a>{LinkCloseTag}</div>
  566. {/block:Post15}
  567. <ul class="like_and_reblog_buttons">
  568. <li>{ReblogButton color="white" size=17}</li>
  569. <li>{LikeButton color="white" size=17}</li>
  570. </ul>
  571. {block:ifshowcaptions}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:ifshowcaptions}
  572. {/block:IndexPage}
  573. {block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"width=400px/>{LinkCloseTag}{/block:PermalinkPage}
  574. {/block:Photo}
  575.  
  576. {block:Link}
  577. {block:Post1}
  578. <div class="text"><a href="{URL}" class="title">{Name}</a>
  579. {block:Description}{Description}{/block:Description}</div>
  580. {/block:Post1}
  581. {block:Post2}
  582. <div class="bigtext"><a href="{URL}" class="title">{Name}</a>
  583. {block:Description}{Description}{/block:Description}</div>
  584. {/block:Post2}
  585. {block:Post3}
  586. <div class="text"><a href="{URL}" class="title">{Name}</a>
  587. {block:Description}{Description}{/block:Description}</div>
  588. {/block:Post3}
  589. {block:Post4}
  590. <div class="text"><a href="{URL}" class="title">{Name}</a>
  591. {block:Description}{Description}{/block:Description}</div>
  592. {/block:Post4}
  593. {block:Post5}
  594. <div class="text"><a href="{URL}" class="title">{Name}</a>
  595. {block:Description}{Description}{/block:Description}</div>
  596. {/block:Post5}
  597. {block:Post6}
  598. <div class="text"><a href="{URL}" class="title">{Name}</a>
  599. {block:Description}{Description}{/block:Description}</div>
  600. {/block:Post6}
  601. {block:Post7}
  602. <div class="text"><a href="{URL}" class="title">{Name}</a>
  603. {block:Description}{Description}{/block:Description}</div>
  604. {/block:Post7}
  605. {block:Post8}
  606. <div class="text"><a href="{URL}" class="title">{Name}</a>
  607. {block:Description}{Description}{/block:Description}</div>
  608. {/block:Post8}
  609. {block:Post9}
  610. <div class="bigtext"><a href="{URL}" class="title">{Name}</a>
  611. {block:Description}{Description}{/block:Description}</div>
  612. {/block:Post9}
  613. {block:Post10}
  614. <div class="text"><a href="{URL}" class="title">{Name}</a>
  615. {block:Description}{Description}{/block:Description}</div>
  616. {/block:Post10}
  617. {block:Post11}
  618. <div class="text"><a href="{URL}" class="title">{Name}</a>
  619. {block:Description}{Description}{/block:Description}</div>
  620. {/block:Post11}
  621. {block:Post12}
  622. <div class="text"><a href="{URL}" class="title">{Name}</a>
  623. {block:Description}{Description}{/block:Description}</div>
  624. {/block:Post12}
  625. {block:Post13}
  626. <div class="bigtext"><a href="{URL}" class="title">{Name}</a>
  627. {block:Description}{Description}{/block:Description}</div>
  628. {/block:Post13}
  629. {block:Post14}
  630. <div class="text"><a href="{URL}" class="title">{Name}</a>
  631. {block:Description}{Description}{/block:Description}</div>
  632. {/block:Post14}
  633. {block:Post15}
  634. <div class="text"><a href="{URL}" class="title">{Name}</a>
  635. {block:Description}{Description}{/block:Description}</div>
  636. {/block:Post15}
  637. {block:IndexPage}<div class="textnote"><a href="{Permalink}">{NoteCountwithLabel}</a></div>
  638. <ul class="textbuttons">
  639. <li>{ReblogButton color="gray" size=15}</li>
  640. <li>{LikeButton color="gray" size=15}</li>
  641. </ul><br>
  642. {/block:IndexPage}
  643. {/block:Link}
  644.  
  645. {block:Quote}
  646. {block:Post1}
  647. <div class="text"><span class="title"><a href="{Permalink}">"{Quote}"</a></span>
  648. {block:Source}<br><div id="source"><strong>- {Source}</div></strong>{/block:Source}</div>
  649. {/block:Post1}
  650. {block:Post2}
  651. <div class="bigtext"><span class="title"><a href="{Permalink}">"{Quote}"</a></span>
  652. {block:Source}<br><div id="source"><strong>- {Source}</div></strong>{/block:Source}</div>
  653. {/block:Post2}
  654. {block:Post3}
  655. <div class="text"><span class="title"><a href="{Permalink}">"{Quote}"</a></span>
  656. {block:Source}<br><div id="source"><strong>- {Source}</div></strong>{/block:Source}</div>
  657. {/block:Post3}
  658. {block:Post4}
  659. <div class="text"><span class="title"><a href="{Permalink}">"{Quote}"</a></span>
  660. {block:Source}<br><div id="source"><strong>- {Source}</div></strong>{/block:Source}</div>
  661. {/block:Post4}
  662. {block:Post5}
  663. <div class="text"><span class="title"><a href="{Permalink}">"{Quote}"</a></span>
  664. {block:Source}<br><div id="source"><strong>- {Source}</div></strong>{/block:Source}</div>
  665. {/block:Post5}
  666. {block:Post6}
  667. <div class="text"><span class="title"><a href="{Permalink}">"{Quote}"</a></span>
  668. {block:Source}<br><div id="source"><strong>- {Source}</div></strong>{/block:Source}</div>
  669. {/block:Post6}
  670. {block:Post7}
  671. <div class="text"><span class="title"><a href="{Permalink}">"{Quote}"</a></span>
  672. {block:Source}<br><div id="source"><strong>- {Source}</div></strong>{/block:Source}</div>
  673. {/block:Post7}
  674. {block:Post8}
  675. <div class="bigtext"><span class="title"><a href="{Permalink}">"{Quote}"</a></span>
  676. {block:Source}<br><div id="source"><strong>- {Source}</div></strong>{/block:Source}</div>
  677. {/block:Post8}
  678. {block:Post9}
  679. <div class="bigtext"><span class="title"><a href="{Permalink}">"{Quote}"</a></span>
  680. {block:Source}<br><div id="source"><strong>- {Source}</div></strong>{/block:Source}</div>
  681. {/block:Post9}
  682. {block:Post10}
  683. <div class="text"><span class="title"><a href="{Permalink}">"{Quote}"</a></span>
  684. {block:Source}<br><div id="source"><strong>- {Source}</div></strong>{/block:Source}</div>
  685. {/block:Post10}
  686. {block:Post11}
  687. <div class="bigtext"><span class="title"><a href="{Permalink}">"{Quote}"</a></span>
  688. {block:Source}<br><div id="source"><strong>- {Source}</div></strong>{/block:Source}</div>
  689. {/block:Post11}
  690. {block:Post12}
  691. <div class="text"><span class="title"><a href="{Permalink}">"{Quote}"</a></span>
  692. {block:Source}<br><div id="source"><strong>- {Source}</div></strong>{/block:Source}</div>
  693. {/block:Post12}
  694. {block:Post13}
  695. <div class="bigtext"><span class="title"><a href="{Permalink}">"{Quote}"</a></span>
  696. {block:Source}<br><div id="source"><strong>- {Source}</div></strong>{/block:Source}</div>
  697. {/block:Post13}
  698. {block:Post14}
  699. <div class="text"><span class="title"><a href="{Permalink}">"{Quote}"</a></span>
  700. {block:Source}<br><div id="source"><strong>- {Source}</div></strong>{/block:Source}</div>
  701. {/block:Post14}
  702. {block:Post15}
  703. <div class="text"><span class="title"><a href="{Permalink}">"{Quote}"</a></span>
  704. {block:Source}<br><div id="source"><strong>- {Source}</div></strong>{/block:Source}</div>
  705. {/block:Post15}
  706. {block:IndexPage}<div class="textnote"><a href="{Permalink}">{NoteCountwithLabel}</a></div>
  707. <ul class="textbuttons">
  708. <li>{ReblogButton color="gray" size=15}</li>
  709. <li>{LikeButton color="gray" size=15}</li>
  710. </ul><br>
  711. {/block:IndexPage}
  712. {/block:Quote}
  713.  
  714. {block:Chat}
  715. <div class="text">
  716. {block:Title}<span class="title">{Title}</span>{/block:Title}
  717. <ul class="chat">
  718. {block:Lines}
  719. <li class="user_{UserNumber}">
  720. {block:Label}
  721. <span class="label">{Label}</span>
  722. {/block:Label}
  723. {Line}
  724. </li>
  725. {/block:Lines}
  726. <span class="permalink">
  727. </span><br>
  728. </div>
  729. {block:IndexPage}<div class="textnote"><a href="{Permalink}">{NoteCountwithLabel}</a></div>
  730. <ul class="textbuttons">
  731. <li>{ReblogButton color="gray" size=15}</li>
  732. <li>{LikeButton color="gray" size=15}</li>
  733. </ul><br>
  734. {/block:IndexPage}
  735. {/block:Chat}
  736.  
  737. {block:Audio}
  738. {block:AlbumArt}
  739. <center><a href="{Permalink}"><img src="{AlbumArtURL}" width="100%"></a></center>
  740. {/block:AlbumArt}
  741. <div class="play">{AudioPlayerWhite}</div>
  742. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  743. <ul class="like_and_reblog_buttons">
  744. <li>{ReblogButton color="white" size=17}</li>
  745. <li>{LikeButton color="white" size=17}</li>
  746. </ul>
  747. {/block:IndexPage}
  748. {/block:Audio}
  749.  
  750. {block:Video}
  751. <div class="bigphoto">
  752. <div style="padding-top:0px; padding-bottom:2px;">
  753. {Video-400}</div>
  754. <div style="padding-bottom:5px;">{block:Caption}{Caption}{/block:Caption}</div>
  755. </div>
  756. {block:IndexPage}<div class="textnote"><a href="{Permalink}">{NoteCountwithLabel}</a></div>
  757. <ul class="textbuttons">
  758. <li>{ReblogButton color="gray" size=15}</li>
  759. <li>{LikeButton color="gray" size=15}</li>
  760. </ul><br>
  761. {/block:IndexPage}
  762. {/block:Video}
  763.  
  764. {block:PermalinkPage}
  765. {block:Caption}{Caption}{/block:Caption}
  766. {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:HasTags} &middot; {block:Tags}<a href="TagURL"> #{Tag}</a> {/block:Tags}{/block:hasTags}
  767. {/block:PermalinkPage}
  768.  
  769. </div>
  770.  
  771. {block:PostNotes}
  772. <div class="notess">{PostNotes}</div>
  773. {/block:PostNotes}
  774.  
  775. {/block:Posts}
  776.  
  777. {block:IndexPage}
  778. {block:Pagination}
  779. <div id="pagination">
  780. {block:NextPage}
  781. <a id="nextPage" href="{NextPage}"></a>
  782. {/block:NextPage}
  783. {block:PreviousPage}
  784. <a href="{PreviousPage}"></a>
  785. {/block:PreviousPage}
  786. </div>
  787. {/block:Pagination}
  788. {/block:IndexPage}
  789. </div>
  790.  
  791. <div style="position:fixed;z-index:99999999999999999999999999999999999; !important;top:28px;right:6px;-webkit-filter:invert(100%);"><a href="http://atlasdesigns.tumblr.com/"><img src="http://static.tumblr.com/2w7y46r/wuvmba8c2/installtheme.png"></a></div>
  792.  
  793. </body>
  794. </html>
Add Comment
Please, Sign In to add comment