Advertisement
rewarn

Theme #03 BY REWARN @ REWARNTHEMES

Feb 6th, 2014
5,633
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.71 KB | None | 0 0
  1. <!--
  2. Rᴇᴡᴀʀɴ Tʜᴇᴍᴇs
  3. (ʀᴇᴡᴀʀɴᴛʜᴇᴍᴇs.ᴛᴜᴍʙʟʀ.ᴄᴏᴍ)
  4. Mᴀᴅᴇ Bʏ Rᴇᴡᴀʀɴ
  5.  
  6. Tʜᴇᴍᴇ #03
  7.  
  8. Pʟᴇᴀsᴇ ᴋᴇᴇᴘ ᴛʜᴇ ᴛʜᴇᴍᴇ ᴄʀᴇᴅɪᴛs, ᴀɴᴅ ᴘʟᴇᴀsᴇ ᴅᴏ ɴᴏᴛ sᴛᴇᴀʟ ᴏʀ ʀᴇᴅɪsᴛʀɪʙᴜᴛᴇ ᴛʜᴇ ᴄᴏᴅᴇs ғᴏᴜɴᴅ ɪɴ ᴛʜɪs ᴛʜᴇᴍᴇ.
  9.  
  10. Gᴏ ᴛᴏ EᴀsʏHᴛᴍʟTᴜᴛᴏʀɪᴀʟs.ᴄᴏᴍ ғᴏʀ ᴛʜᴇᴍᴇ ᴀssɪsᴛᴀɴᴄᴇ. Mᴀᴅᴇ ᴜsɪɴɢ ᴛʜᴇ Oᴜᴛʟᴀsᴛɪɴɢ BᴀsᴇCᴏᴅᴇ.
  11. -->
  12.  
  13. <html lang="en">
  14. <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  15. <html xmlns="http://www.w3.org/1999/xhtml">
  16. <head>
  17. <link rel="shortcut icon" href="{favicon}">
  18. <script type="text/javascript">
  19. <!--
  20.  
  21. // Disable Right Click Script
  22.  
  23. function IE(e)
  24. {
  25. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  26. {
  27. return false;
  28. }
  29. }
  30. function NS(e)
  31. {
  32. if (document.layers || (document.getElementById && !document.all))
  33. {
  34. if (e.which == "2" || e.which == "3")
  35. {
  36. return false;
  37. }
  38. }
  39. }
  40. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  41.  
  42. //-->
  43. </script>
  44.  
  45. <!-- start of script tooltip -->
  46. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  47. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  48. <script>
  49. (function($){
  50. $(document).ready(function(){
  51. $("a[title]").style_my_tooltips({
  52. tip_follows_cursor:true,
  53. tip_delay_time:90,
  54. tip_fade_speed:600,
  55. attribute:"title"
  56. });
  57. });
  58. })(jQuery);
  59. </script>
  60.  
  61. <!-- end of script tooltip -->
  62.  
  63. <link href='http://fonts.googleapis.com/css?family=Cedarville+Cursive' rel='stylesheet' type='text/css'>
  64.  
  65. <script type="text/javascript"
  66. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  67.  
  68. <a href="http://rewarn.tumblr.com/"><div id="thelogo" style="font-family:serif;">ⓒ&nbsp;&nbsp;theme by<br><i>rewarn</i>themes</div><link rel="stylesheet" type="text/css" href="http://static.tumblr.com/z9fa1r8/l2Jn19uhf/semehtnrawer.css"></a>
  69.  
  70. <!--DEFAULT VARIABLES-->
  71. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  72. <meta name="color:background" content="#fbfbfb"/>
  73. <meta name="color:link" content="#777777"/>
  74. <meta name="color:text" content="#848484"/>
  75. <meta name="color:title" content="#848484"/>
  76. <meta name="color:hover" content="#eeeeee"/>
  77. <meta name="image:sidebar" content="1"/>
  78. <meta name="image:background" content="1"/>
  79. <meta name="color:post background" content="#ffffff"/>
  80. <meta name="color:permalinks" content="#ffe3f6"/>
  81. <meta name="if:two column" content="1"/>
  82. <meta name="if:three column" content="0"/>
  83. <meta name="if:grayscale sidebar" content="0"/>
  84. <meta name="if:grow sidebar" content="1"/>
  85. <meta name="if:post background" content="1"/>
  86.  
  87. <meta name="text:link1" content="/"/>
  88. <meta name="text:link1title" content="home"/>
  89. <meta name="text:link2" content="/ask"/>
  90. <meta name="text:link2title" content="ask"/>
  91. <meta name="text:link3" content="/submit"/>
  92. <meta name="text:link3title" content="submit"/>
  93. <meta name="text:link4" content="/"/>
  94. <meta name="text:link4title" content="link 4"/>
  95. <meta name="text:link5" content="http://rewarn.tumblr.com"/>
  96. <meta name="text:link5title" content="theme"/>
  97.  
  98. <style type="text/css">
  99. ::-webkit-scrollbar {width: 8px; height: 4px; background: #fff; border-left: 0px solid #fff; }
  100.  
  101. ::-webkit-scrollbar-thumb { background-color:{color:permalinks}; border-bottom: 0px solid #fff; border-top: 0px solid #fff; border-left: 0px solid
  102. #fff; border-right: 0px solid #fff; }
  103.  
  104. iframe#tumblr_controls {right:2px !important; position: fixed !important;-webkit-transition: opacity 0.8s linear;opacity: 0.5;-webkit-transition: all 0.8s ease-out;-moz-
  105.  
  106. transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  107.  
  108. 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;}
  109.  
  110. p {
  111. margin:0px;
  112. margin-top:0px;
  113. }
  114.  
  115.  
  116. body {
  117. padding: 0px;
  118. margin: 0px;
  119. color:{color:text};
  120. font-family:times;
  121. line-height:13px;
  122. font-size:11px;
  123. background-color: {color:Background};
  124. background-image:url({image:Background});
  125. background-attachment: fixed;
  126. background-repeat: repeat;
  127. }
  128.  
  129. #s-m-t-tooltip {
  130. max-width:300px; /* maximum width */
  131. background-color:#ffffff; /* color background */
  132. border:1px solid {color:permalinks}; /* color, shape and thickness of the border */
  133. font-size:9px; /* font size */
  134. color:{color:text}; /* font color */
  135. letter-spacing:2px; /* font spacing */
  136. text-transform:uppercase; /* uppercase, lowercase, none */
  137. padding:3px; /* padding size */
  138. margin:5px 0px 0px 20px; /* margin size */
  139. z-index:9999999999999999999999;
  140. border-radius: 2px; /* border radius */
  141. }
  142.  
  143.  
  144. a:link, a:active, a:visited{
  145. text-decoration: none;
  146. -webkit-transition: color 0.3s ease-out;
  147. -moz-transition: color 0.3s ease-out;
  148. transition: color 0.3s ease-out;
  149. color:{color:link};
  150. }
  151.  
  152. a:hover {
  153. text-decoration: none;
  154. font-style:;
  155. color: {color:Hover};
  156. }
  157.  
  158. div#center{
  159. margin:auto;
  160. position:relative;
  161. width:1100px;
  162. background-color:;
  163. overflow:auto;
  164. overflow-y:hidden;
  165. }
  166.  
  167.  
  168. /*CUSTOMIZE ENTRY SETTINGS HERE*/
  169. .entry {
  170. float:left;
  171. display: block;
  172. margin:15px;
  173. overflow:hidden;
  174. {block:iftwocolumn}
  175. width:250px;
  176. {/block:iftwocolumn}
  177. {block:ifthreecolumn}
  178. width:200px;
  179. {/block:ifthreecolumn}
  180. {block:PermalinkPage}
  181. width:450px;
  182. text-align:left;
  183. line-height:13px;
  184. {/block:PermalinkPage}
  185. {block:ifpostbackground}
  186. background:{color:post background};
  187. border:1px solid #ddd;
  188. {/block:ifpostbackground}
  189. padding: 15px;
  190. background-image:URL();
  191. -webkit-border-radius: 5px;
  192. -moz-border-radius: 5px;
  193. border-radius: 5px;
  194. }
  195.  
  196.  
  197. /*CUSTOMIZE THE APPEARANCE OF PERMALINKS*/
  198. .entry .perma{
  199. width:20px;
  200. height:20px;
  201. margin-top:25px;
  202. background: {color:permalinks};
  203. border-left: 5px solid #fff;
  204. margin-left:10px;
  205. position: absolute;
  206. text-align:center;
  207. padding:5px;
  208. top:0px;
  209. text-transform:none;
  210. opacity: 0.0;
  211. -webkit-transition: all .7s ease;
  212. -moz-transition: all .7s ease;
  213. -o-transition: all .7s ease;
  214. transition: all .7s ease;
  215. overflow:hidden;
  216. }
  217.  
  218. .entry:hover .perma{
  219. opacity:1.0;
  220. }
  221.  
  222. .entry .permados{
  223. width:auto;
  224. height:20;
  225. margin-top:25px;
  226. background: {color:permalinks};
  227. border-left: 5px solid #fff;
  228. margin-left:55px;
  229. position: absolute;
  230. text-align:center;
  231. padding:5px;
  232. top:0px;
  233. text-transform:none;
  234. opacity: 0.0;
  235. -webkit-transition: all .7s ease;
  236. -moz-transition: all .7s ease;
  237. -o-transition: all .7s ease;
  238. transition: all .7s ease;
  239.  
  240. }
  241.  
  242. .entry:hover .permados{
  243. opacity:1.0;
  244. }
  245.  
  246. .entry img { max-width:100%;}
  247.  
  248.  
  249. /*CUSTOMIZE POST POSITIONING AND STUFFZ HERE*/
  250. #posts {{block:iftwocolumn}
  251. width:625px;
  252. margin-left:350px;
  253. {block:iftwocolumn}
  254. {block:ifthreecolumn}
  255. width:790px;
  256. margin-left:300px;
  257. {/block:ifthreecolumn}
  258. margin-top:20px;
  259. z-index:99;
  260. right:auto;
  261. background:transparent;
  262. margin-right:auto;
  263. position:relative;
  264. overflow-y: hidden;
  265. }
  266.  
  267.  
  268. /*CUSTOMIZE SIDEBAR HERE*/
  269. #sidebar{
  270. position:fixed !important;
  271. width:185px;
  272. background:transparent;
  273. height:auto;
  274. margin-top:150px;
  275. {block:iftwocolumn}
  276. margin-left:100px;
  277. {/block:iftwocolumn}
  278. {block:ifthreecolumn}
  279. margin-left:60px;
  280. {/block:ifthreecolumn}
  281. }
  282.  
  283.  
  284. .sidebarpic img { padding:5px;
  285. border:3px solid #eee;
  286. -webkit-border-radius: 100px;
  287. -moz-border-radius: 100px;
  288. border-radius: 100px;
  289. {block:ifgrayscalesidebar}
  290. -webkit-filter: grayscale(1);
  291. {/block:ifgrayscalesidebar}
  292. -webkit-transition: all .7s ease;
  293. -moz-transition: all .7s ease;
  294. -o-transition: all .7s ease;
  295. transition: all .7s ease;
  296. }
  297.  
  298. .sidebarpic img:hover {
  299. {block:ifgrowsidebar}
  300. transform: scale(1.05);
  301. -ms-transform: scale(1.05);
  302. -webkit-transform: scale(1.05);
  303. -o-transform: scale(1.05);
  304. -moz-transform: scale(1.05);
  305. transition: all 0.2s ease-out;
  306. -o-transition-transition: all 0.2s ease-out;
  307. -webkit-transition: all 0.2s ease-out;
  308. -moz-transition: all 0.2s ease-out;
  309. {/block:ifgrowsidebar}
  310. {block:ifgrayscalesidebar}
  311. -webkit-filter: grayscale(0);
  312. {/block:ifgrayscalesidebar}
  313. -webkit-transition: all .7s ease;
  314. -moz-transition: all .7s ease;
  315. -o-transition: all .7s ease;
  316. transition: all .7s ease;
  317. }
  318.  
  319.  
  320. .blogtitle {
  321. font-family: 'Cedarville Cursive', cursive;
  322. font-size:25px;
  323. line-height: 25px;
  324. color:{color:Title};
  325. text-align:center;
  326. margin-bottom:5px;}
  327.  
  328. #nav {
  329. position:fixed !important;
  330. width:auto;
  331. -webkit-border-radius: 5px;
  332. -moz-border-radius: 5px;
  333. border-radius: 5px;
  334. height:auto;
  335. margin-top:395px;
  336. {block:iftwocolumn}
  337. margin-left:95px;
  338. {/block:iftwocolumn}
  339. {block:ifthreecolumn}
  340. margin-left:55px;
  341. {/block:ifthreecolumn}
  342. }
  343.  
  344. #nav img { opacity:0.5;
  345. height:12px;
  346. width:12px;
  347. padding:8px;
  348. border:1px
  349. solid {color:permalinks};
  350. background:{color:permalinks};
  351. -webkit-border-radius: 30px;
  352. -moz-border-radius: 30px;
  353. border-radius: 30px;
  354. margin-left:10px;
  355. -webkit-transition: all .4s ease;
  356. -moz-transition: all .4s ease;
  357. -o-transition: all .4s ease;
  358. transition: all .4s ease;}
  359.  
  360. #nav img:hover {
  361. margin-top:-2px;
  362. margin-left:9px;
  363. margin-right:-1px;
  364. height:14px;
  365. width:14px;
  366. background:#fff;
  367. -webkit-transition: all .4s ease;
  368. -moz-transition: all .4s ease;
  369. -o-transition: all .4s ease;
  370. transition: all .4s ease;}
  371.  
  372. .title{
  373. font-family: 'Cedarville Cursive', cursive;
  374. font-size:22px;
  375. line-height: 22px;
  376. color:{color:Title};
  377. font-weight: normal;}
  378.  
  379. .title a{
  380. color:{color:Title};}
  381.  
  382. .title a:hover{
  383. color:{color:Hover};}
  384.  
  385.  
  386. /*CUSTOMIZE PERMALINKS OF TEXT POSTS AND SUCH HERE*/
  387. .permalink{
  388. margin-top:3px;
  389. padding:2px;
  390. text-transform:uppercase;
  391. font-size:9px;
  392. display: block;
  393. text-align: center;
  394. background-color: {color:permalinks};
  395. border:3px double #fff;
  396. text-decoration: none;}
  397.  
  398.  
  399. .desc {position:fixed;
  400. width:200px;
  401. margin-top:445px;
  402. {block:iftwocolumn}
  403. margin-left:105px;
  404. {/block:iftwocolumn}
  405. {block:ifthreecolumn}
  406. margin-left:65px;
  407. {/block:ifthreecolumn}
  408. font-size:8px;
  409. line-height:10px;
  410. letter-spacing:1px;
  411. text-transform:uppercase;}
  412.  
  413. .audioplayer {display:block;
  414. margin-left:7px;
  415. margin-top:0px;
  416. height:26px;
  417. width:26px;
  418. border:1px
  419. solid {color:permalinks};
  420. overflow:hidden;
  421. padding:5px;
  422. background:white;
  423. -webkit-border-radius: 5px;
  424. -moz-border-radius: 5px;
  425. border-radius: 5px;}
  426.  
  427. .audioinfo {display:block;
  428. margin-left:50px;
  429. margin-top:-40px;
  430. {block:iftwocolumn}
  431. height:52px;
  432. width:177px;
  433. {/block:iftwocolumn}
  434. {block:ifthreecolumn}
  435. height:52px;
  436. width:127px;
  437. {/block:ifthreecolumn}
  438. border:1px solid {color:permalinks};
  439. overflow-y:scroll;
  440. padding:5px;
  441. background:white;
  442. -webkit-border-radius: 5px;
  443. -moz-border-radius: 5px;
  444. border-radius: 5px;
  445. text-transform:uppercase;
  446. font-size:8px;
  447. letter-spacing:2px;
  448. line-height:13px;}
  449.  
  450. .askerr {
  451. font-family: 'Cedarville Cursive', cursive;
  452. font-size:20px;
  453. display:inline; }
  454.  
  455. .askerr a{color:{color:title}}
  456. .askerr a:hover{color:{color:hover}}
  457.  
  458. /*I RECCOMEND YOU DON'T EDIT BELOW HERE*/
  459. #infscr-loading{
  460. bottom: -70px;
  461. position: absolute;
  462. left: 50%;
  463. margin-left:-8px;
  464. width:16px;
  465. height:11px;
  466. overflow:hidden;
  467. margin-bottom: 50px;
  468. }
  469.  
  470. #postnotes{
  471. text-align: justify;}
  472.  
  473. #postnotes blockquote{
  474. border: 0px;}
  475.  
  476. blockquote{
  477. padding:0px 0px 2px 5px;
  478. margin:0px 0px 2px 10px;
  479. border-left: 1px dotted #555555;
  480. }
  481.  
  482. blockquote p, ul{
  483. margin:0px;
  484. padding:0px;
  485. }
  486.  
  487. a img{border: 0px;}
  488.  
  489.  
  490. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  491.  
  492. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  493. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  494.  
  495. .notes img{width:10px; position:relative; top:3px;}
  496. <--ses-->
  497. small{font-size: 90%;}
  498.  
  499. #bord {
  500. position:fixed;
  501. opacity:.7;
  502. z-index:999;
  503. width:100%;
  504. top:0px;
  505. height:30px;
  506. margin-left:-5px;
  507. margin-top:-10px;
  508. background-image:url("http://media.tumblr.com/82703b19182664c198cd163279558d9c/tumblr_inline_mrf2j4fME11rto88t.png");
  509. background-repeat: repeat;
  510. }
  511.  
  512. {CustomCSS}
  513.  
  514. </style>
  515.  
  516. {block:IndexPage}
  517. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  518. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  519.  
  520. <script type="text/javascript">
  521. $(window).load(function(){
  522. var $wall = $('#posts');
  523. $wall.imagesLoaded(function(){
  524. $wall.masonry({
  525. itemSelector: '.entry, .entry_photo',
  526. isAnimated : false
  527. });
  528. });
  529.  
  530. $wall.infinitescroll({
  531. navSelector : '#pagination',
  532. nextSelector : '#pagination a',
  533. itemSelector : '.entry, .entry_photo',
  534. bufferPx : 2000,
  535. debug : false,
  536. errorCallback: function() {
  537. $('#infscr-loading').fadeOut('normal');
  538. }},
  539. function( newElements ) {
  540. var $newElems = $( newElements );
  541. $newElems.hide();
  542. $newElems.imagesLoaded(function(){
  543. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  544. });
  545. }); $('#posts').show(500);
  546. });
  547. </script>
  548.  
  549.  
  550. {/block:IndexPage}
  551.  
  552.  
  553. <title>{title}</title>
  554.  
  555. <link rel="shortcut icon" href="{Favicon}" />
  556. <meta name="viewport" content="width=820" />
  557. </head>
  558.  
  559. <body>
  560. <BODY onselectstart="return false;" ondragstart="return false;">
  561. <div id="bord"></div>
  562. <div class="wrapper">
  563. <div class="header">
  564. </div>
  565.  
  566. <div id="cage">
  567. <div id="center">
  568.  
  569.  
  570. <!--STUFF THAT GOES INTO THE SIDEBAR-->
  571. <div id="sidebar"><div class="blogtitle">{Title}</div>
  572. <center>
  573. <a href="/"><div class="sidebarpic"><img src="{image:sidebar}" width=185px></div>
  574. </a><br>
  575. </center>
  576. </div>
  577.  
  578. <div id="nav">
  579. <a href="{text:link1}" title="{text:link1title}"><img src="http://static.tumblr.com/z9fa1r8/nj0n0910n/flaticon_9305.png" ></a>
  580. <a href="{text:link2}" title="{text:link2title}"><img src="http://static.tumblr.com/z9fa1r8/7P6n0914a/flaticon_9292.png"></a>
  581. <a href="{text:link3}" title="{text:link3title}"><img src="http://static.tumblr.com/z9fa1r8/O3Un0918y/flaticon_9546.png"></a>
  582. <a href="{text:link4}" title="{text:link4title}"><img src="http://static.tumblr.com/z9fa1r8/I8Rn091ah/flaticon_12217.png"></a>
  583. <a href="{text:link5}" title="{text:link5title}"><img src="http://static.tumblr.com/z9fa1r8/MOon091b0/flaticon_9260.png"></a>
  584. </div>
  585. <!------------------------------------->
  586. <div class="desc">
  587. <center>{description}
  588. </center>
  589. </div>
  590.  
  591. <div class="left">
  592. <div id="posts">
  593. {block:Posts}
  594. <div class="entry">
  595.  
  596. {block:Text}{block:Title}<span class="title"><a href="{Permalink}">{Title}</a></span>{/block:Title}<span class="body">{Body}</span><p align=right><span class="permalink"><a
  597.  
  598. href="{Permalink}"><a href="{Permalink}"><a href="{Permalink}">{TimeAgo} with {notecountwithlabel}</a></a><br>{/block:HasTags}</span></align>
  599. {/block:Text}
  600.  
  601. {block:Answer}
  602. <div style="background-color:#f7f7f7; padding:10px; color: {color:Text};-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;"><askk><div class="askerr"><img src="{AskerPortraitURL-16}" style="-moz-border-radius:15px;-webkit-border-radius:15px;border-radius:15px; border:1px solid {color:permalinks}">&nbsp;{Asker}</div>&nbsp;&nbsp;asked:</askk><br>{Question}&nbsp;</div><br>{Answer}<br>
  603. <span class="permalink"><a href="{Permalink}">{TimeAgo} with {notecountwithlabel}</a> </span></align>
  604. {/block:Answer}
  605.  
  606. {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description} <p align=right><span
  607.  
  608. class="permalink"><a href="{Permalink}">{TimeAgo} with {notecountwithlabel}</a> </span></align>{block:Link}
  609.  
  610. {block:Photo}
  611. {block:IndexPage}
  612. <center>
  613. <div class="perma">{LikeButton color="white" size="20"}</div>
  614. <div class="permados">
  615. {ReblogButton color="white" size="20"}
  616. </div>
  617.  
  618. <div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  619. {/block:IndexPage}
  620. {block:PermalinkPage}
  621. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  622.  
  623. {LinkCloseTag}
  624. {/block:PermalinkPage}
  625. {/block:Photo}
  626.  
  627. {block:Photoset}
  628. {block:IndexPage}
  629. <center>
  630.  
  631. <div class="perma">{LikeButton color="white" size="20"}</div>
  632. <div class="permados">
  633. {ReblogButton color="white" size="20"}
  634. </div>
  635. {block:iftwocolumn}
  636. {Photoset}
  637. {/block:iftwocolumn}
  638. {block:ifthreecolumn}
  639. {Photoset}
  640. {/block:ifthreecolumn}
  641. </center>
  642. {/block:IndexPage}
  643. {block:PermalinkPage}
  644. <center>
  645. {Photoset-500}</center>
  646. {/block:PermalinkPage}
  647. {/block:Photoset}
  648.  
  649. {block:Quote}<span class="title">❝{Quote}❞</span> — {block:Source}<b>{Source}</b>{/block:Source}<br><p align=right><span class="permalink"><a
  650.  
  651. href="{Permalink}">{TimeAgo} with {notecountwithlabel}</a> </span>{/block:Quote}
  652.  
  653. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  654. <ul class="chat">
  655. {block:Lines}
  656. <li class="user_{UserNumber}">
  657. {block:Label}
  658. <span class="label">{Label}</span>
  659. {/block:Label}
  660.  
  661. {Line}
  662. </li>
  663. {/block:Lines}
  664. {block:IndexPage}
  665. <p align=right><span class="permalink"><a href="{Permalink}">{TimeAgo} with {notecountwithlabel}</a> </span>{/block:IndexPage}
  666. {/block:Audio}
  667. {/block:Chat}
  668.  
  669. {block:Audio}
  670.  
  671. {block:iftwocolumn}
  672. <div style="width:250px; height:85px; background:#F5F5F5;-webkit-border-radius: 5px;
  673. -moz-border-radius: 5px;
  674. border-radius: 5px;">
  675. {/block:iftwocolumn}
  676. {block:ifthreecolumn}
  677. <div style="width:200px; height:85px; background:#F5F5F5;-webkit-border-radius: 5px;
  678. -moz-border-radius: 5px;
  679. border-radius: 5px;">
  680. {/block:ifthreecolumn}
  681. <br><div class="audioplayer">
  682. {AudioPlayerWhite}</div> <div class="audioinfo"> {block:TrackName}
  683. <u>Track Name:</u><br> {TrackName}<br><br>
  684. {/block:TrackName}
  685. {block:Artist}
  686. <u>Artist:</u><br>
  687. {Artist}<br><br>
  688. {/block:Artist}
  689. {block:Album}
  690. <u>Album:</u><br>
  691. {Album}<br><br>
  692. {/block:Album}
  693. </div>
  694. </div>
  695. {block:IndexPage}
  696. <p align=right><span class="permalink"><a href="{Permalink}">{TimeAgo} with {notecountwithlabel}</a> </span>{/block:IndexPage}
  697. {/block:Audio}
  698.  
  699. {block:Video}
  700. {block:IndexPage}
  701. <center>
  702. <div class="perma">{LikeButton color="white" size="20"}</div>
  703. <div class="permados">
  704. {ReblogButton color="white" size="20"}
  705. </div>
  706. {block:iftwocolumn}
  707. {Video-250}
  708. {/block:iftwocolumn}
  709.  
  710. {block:ifthreecolumn}
  711. <div style="overflow:auto;">{Video-250}</div>
  712. {/block:ifthreecolumn}
  713. </center>
  714. {/block:IndexPage}
  715. {block:PermalinkPage}
  716. <center>
  717. {Video-400}</center>
  718. {/block:PermalinkPage}
  719. {block:Video}
  720.  
  721. {block:PermalinkPage}
  722. {block:PostNotes}{block:Caption}<div align="left" style="padding-top:10px; border-bottom:1px solid #aaa; padding-bottom:10px; ">{caption}</div>{/block:Caption}
  723. <center>
  724.  
  725. {block:NoteCount}<br>{NoteCountWithLabel}<br>{/block:NoteCount}
  726.  
  727. {block:HasTags}
  728. tags: {block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}<br> {/block:HasTags}
  729. {block:RebloggedFrom}
  730. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  731. {/block:RebloggedFrom}
  732.  
  733. {block:ContentSource} posted by <a href="{SourceURL}">{SourceTitle}</a>
  734. {/block:ContentSource}
  735.  
  736. </center></span>
  737. <br>
  738. <div id="postnotes">{PostNotes}</div><br>
  739.  
  740. <center>{block:ContentSource}
  741. <br><a href="{SourceURL}">
  742. {lang:Source}:
  743. {block:SourceLogo}
  744. <img src="{BlackLogoURL}" width="{LogoWidth}"
  745. height="{LogoHeight}" alt="{SourceTitle}" />
  746. {/block:SourceLogo}
  747. {block:NoSourceLogo}
  748. {SourceLink}
  749. {/block:NoSourceLogo}
  750. </a>
  751. {/block:ContentSource}</center>
  752.  
  753. {/block:PostNotes}
  754. {/block:PermalinkPage}
  755. </div>
  756. {/block:Posts}
  757. </div></div>
  758.  
  759. {block:IndexPage}
  760. {block:Pagination}
  761. <div id="pagination">
  762. {block:NextPage}
  763. <a id="nextPage" href="{NextPage}"></a>
  764. {/block:NextPage}
  765. {block:PreviousPage}
  766. <a href="{PreviousPage}"></a>
  767. {/block:PreviousPage}
  768. </div>
  769. {/block:Pagination}
  770. {/block:IndexPage}
  771.  
  772. </body>
  773. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement