Advertisement
ogaraster

Glass Redux Theme v.2

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