Advertisement
Gived

Gived theme #10

Aug 7th, 2013
1,727
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.67 KB | None | 0 0
  1. <!------------theme by gived remove the credit and die---------------->
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4.  
  5. <head>
  6.  
  7. <script type="text/javascript"
  8. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  9. <link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300' rel='stylesheet' type='text/css'>
  10.  
  11.  
  12. <meta name="font:Body" content="courier new"/>
  13.  
  14. <meta name="color:Background" content="#FFFFFF"/>
  15. <meta name="color:Link" content="#000000"/>
  16. <meta name="color:Scrollbar" content="#130C11"/>
  17. <meta name="color:text" content="#130C11"/>
  18.  
  19. <meta name="text:Text Size" content="11"/>
  20. <meta name="text:Blogtitle Size" content="30"/>
  21.  
  22. <meta name="color:t1" content="#9ae9a4"/>
  23. <meta name="color:t2" content="#a8e0e0"/>
  24. <meta name="color:Chat" content="#7B7B7B"/>
  25. <meta name="color:photo tags" content="#fff"/>
  26. <meta name="color:text tags" content="#000"/>
  27. <meta name="color:Sidebar" content="#ffffff"/>
  28. <meta name="image:Background" content="1"/>
  29. <meta name="if:fullbg" content="0"/>
  30. <meta name="if:one column" content="0"/>
  31. <meta name="if:triangles" content="0"/>
  32. <meta name="if:tiny cursor" content="0"/>
  33. <meta name="if:tiny scrollbar" content="1"/>
  34. <meta name="if:show sidebar photo" content="0"/>
  35. <meta name="image:sidebar" content="1"/>
  36. <meta name="if:shadow" content="1"/>
  37. <meta name="if:fixed sidebar" content="0"/>
  38. <meta name="text:Link One Title" content="Home" />
  39. <meta name="text:Link One" content="/" />
  40. <meta name="text:Link Two Title" content="ask" />
  41. <meta name="text:Link Two" content="/ask" />
  42. <meta name="text:Link Three Title" content="past" />
  43. <meta name="text:Link Three" content="/archive" />
  44. <meta name="text:Link Four Title" content="link4" />
  45. <meta name="text:Link Four" content="" />
  46. <meta name="text:Link Five Title" content="link5" />
  47. <meta name="text:Link Five" content="" />
  48. <meta name="color:Chat Even" content="#E1E1E1"/>
  49. <meta name="color:Chat Odd" content="#EEEEEE"/>
  50.  
  51. <link href='http://fonts.googleapis.com/css?family=Quicksand:400,700|The+Girl+Next+Door|Marck+Script|Lobster|Reenie+Beanie|Shadows+Into+Light+Two|Megrim|Rock+Salt|Raleway:100' rel='stylesheet' type='text/css'>
  52.  
  53. <link href='http://fonts.googleapis.com/css?family=Quicksand:400,700|The+Girl+Next+Door|Marck+Script|Lobster|Reenie+Beanie|Shadows+Into+Light+Two|Megrim|Rock+Salt|Raleway:100' rel='stylesheet' type='text/css'>
  54.  
  55.  
  56.  
  57. <style>
  58. .my-like {
  59. display:inline-block;
  60. vertical-align:top;
  61. }
  62. .my-liked, .my-like:hover {
  63. color:red;
  64. cursor:pointer;
  65. display:inline-block;
  66. vertical-align:top;
  67. }
  68. </style>
  69. <script>
  70. window.onload = function () {
  71. document.body.insertAdjacentHTML( 'beforeEnd', '<iframe id="my-like-frame" style="display:none;"></iframe>' );
  72. document.addEventListener( 'click', function ( event ) {
  73. var myLike = event.target;
  74. if( myLike.className.indexOf( 'my-like' ) > -1 ) {
  75. var frame = document.getElementById( 'my-like-frame' ),
  76. liked = ( myLike.className == 'my-liked' ),
  77. command = liked ? 'unlike' : 'like',
  78. reblog = myLike.getAttribute( 'data-reblog' ),
  79. id = myLike.getAttribute( 'data-id' ),
  80. oauth = reblog.slice( -8 );
  81. frame.src = 'http://www.tumblr.com/' + command + '/' + oauth + '?id=' + id;
  82. liked ? myLike.className = 'my-like' : myLike.className = 'my-liked';
  83. };
  84. }, false );
  85. };
  86. </script>
  87. <style type="text/css">
  88. @import url(http://fonts.googleapis.com/css?family=Megrim);
  89. @import url(http://fonts.googleapis.com/css?family=Marck+Script);
  90. @import url(http://fonts.googleapis.com/css?family=Open+Sans);
  91.  
  92.  
  93.  
  94.  
  95. {block:iftinycursor}body, a, a:hover {cursor: url(http://cur.cursors-4u.net/cursors/cur-9/cur817.cur), progress;}{/block:iftinycursor}
  96.  
  97.  
  98. {block:iftinyscrollbar}::-webkit-scrollbar {width: 6px; height: 4px; background: {color:Background}; }
  99.  
  100. ::-webkit-scrollbar-thumb { background-color: {color:scrollbar};}{/block:iftinyscrollbar}
  101.  
  102.  
  103. #tumblr_controls{
  104. position:fixed !important;
  105. }
  106.  
  107. .wrapper{
  108. margin: 0px auto;
  109. width: 802px;
  110. }
  111.  
  112. .header{
  113. float: left;
  114. width: 100%;
  115. }
  116.  
  117. .left{
  118. float: left;
  119. margin-right: 20px;
  120. width: 802px;
  121. }
  122.  
  123. .right{
  124. float: right;
  125. width: 200px;
  126. background-color: {color:Background};
  127. }
  128.  
  129. body {
  130. padding: 0px;
  131. margin: 0px;
  132. font-family: {font:Body};
  133. font-size: {text:Text Size}px;
  134. text-align:left;
  135. background-color: {color:Background};
  136. background-image:url({image:Background});
  137. background-attachment: fixed;
  138. background-image: repeat;
  139. {block:iffullbg}
  140. background-size: cover;
  141. {block:iffullbg}
  142. }
  143.  
  144. @font-face { font-family: pixie; src: url('http://static.tumblr.com/1kdckk4/9yjlolf0w/slkscr.ttf'); }
  145.  
  146. a:link, a:active, a:visited{color: {color:Link}; text-decoration: none;}
  147. a:hover {color:black;
  148. background: ;
  149. text-transform: none;
  150. text-decoration:none;
  151. }
  152.  
  153.  
  154.  
  155. .entry {
  156. float:left;
  157. margin:20px;
  158. color:{color:text};
  159. display: block;
  160. {block:IndexPage}
  161. width:250px;
  162. {block:ifonecolumn}
  163. width:500px;
  164. {/block:ifonecolumn}
  165. {/block:IndexPage}
  166. {block:PermalinkPage}
  167. width:400px;
  168. {/block:PermalinkPage}
  169. }
  170.  
  171. #permalink {
  172. position: absolute;
  173. margin-top: 9px;
  174. margin-left: 6px;
  175. opacity: 0;
  176. -webkit-transition: all .3s ease;
  177. -moz-transition: all .3s ease;
  178. -o-transition: all .3s ease;
  179. transition: all .3s ease;
  180. }
  181.  
  182. .entry:hover #permalink {
  183. margin-top: 9px;
  184. margin-left: 6px;
  185. opacity: 1;
  186. }
  187.  
  188. .countreblog {
  189. color: #FFFFFF;
  190. letter-spacing:1px;
  191. font-family: cambria;
  192. font-size:10px;
  193. line-height:14px;
  194. margin: 2px;
  195. background-image:url(http://static.tumblr.com/8jq17g7/CH8lofvyp/dark-transparent.png);
  196. background-repeat:repeat;
  197. border:1px solid rgba(0,0,0,0.1);
  198. padding:3px 5px;
  199. -webkit-border-radius:2px;
  200. moz-border-radius:2px;
  201. -o-border-radius:2px;
  202. border-radius:2px;
  203. }
  204.  
  205. .countreblog a { color: #FFF; }
  206.  
  207.  
  208. .perma{
  209. position: absolute;
  210. margin-left: 510px;
  211. opacity: 1;
  212. filter: alpha(opacity = 0);
  213. -moz-transition: all 0.5s;
  214. -webkit-transition: all 0.5s;
  215. -o-transition: all 0.5s;
  216. transition: all 0.5s;
  217. {block:PermalinkPage}display: none;{/block:PermalinkPage}
  218. }
  219.  
  220. .p{
  221. display: block;
  222. font-family: Verdana;
  223. font-size: 12px;
  224. letter-spacing: 1px;
  225. }
  226.  
  227. .entry:hover .perma{
  228. opacity: 1;
  229. filter: alpha(opacity = 100);
  230. -moz-transition: all 0.5s;
  231. -webkit-transition: all 0.5s;
  232. -o-transition: all 0.5s;
  233. transition: all 0.5s;
  234. }
  235.  
  236. .tags {
  237. z-index:2;
  238. bottom:3px;
  239. position:absolute;
  240. }
  241.  
  242. .tags a {
  243. font-family:courier new;
  244. text-decoration:none!important;
  245. font-weight:normal;
  246. color:{color:photo tags};
  247. }
  248.  
  249. .tags2 {
  250. z-index:2;
  251. bottom:-14px;
  252. position:absolute;
  253. }
  254.  
  255. .tags2 a {
  256. font-family:courier new;
  257. text-decoration:none!important;
  258. font-weight:normal;
  259. color:{color:text tags};
  260. }
  261.  
  262. .entry img{
  263. opacity:1;
  264. max-width:600px;
  265. {block:permalinkpage}
  266. max-width:400px;
  267. {/block:permalinkpage}
  268. {block:ifshadow}
  269. -webkit-box-shadow: 2px 2px 2px #ccc;
  270. -moz-box-shadow: 2px 2px 2px #ccc;
  271. box-shadow: 2px 2px 2px #ccc;
  272. {/block:ifshadow}
  273. }
  274.  
  275.  
  276. #postie{
  277. position:fixed !important;
  278. right:3px;
  279. top:26px;
  280. font-family: arial;
  281. font-size: 10px;
  282. line-height:12px;
  283. vertical-align: middle;
  284. overflow: hidden;
  285. padding:3px;
  286. -webkit-border-radius:2px;
  287. moz-border-radius:2px;
  288. -o-border-radius:2px;
  289. border-radius:2px;
  290. z-index: 100;}
  291.  
  292. #postie a{
  293. color: #fff;}
  294.  
  295.  
  296.  
  297.  
  298. div#sidebar{
  299. position:fixed;
  300. z-index:999;
  301. color:{color:text};
  302. width:250px ;
  303. margin: 220px 0px 0px -175px;
  304. overflow:;
  305. padding:16px;
  306. background-color: ;
  307. text-align:left;
  308. line-height: 14px;
  309. opacity: 1;
  310. border-right: px solid #ccc;
  311. }
  312.  
  313. #posts {
  314. margin-top:3px;
  315. {block:PermalinkPage}
  316. width: 500px;
  317. margin-left:-38px;
  318. {/block:PermalinkPage}
  319. width: 925px;
  320. margin-left:103px;
  321. }
  322.  
  323. #album img
  324. {border:px solid #fff;
  325. width:100px;
  326. height:100px;
  327. border-top-left-radius:50px;
  328. margin:10px;
  329. float:left;}
  330.  
  331. #infos
  332. {float:left;
  333. margin-top:10px;
  334. background-color: #fff;
  335. color: black;
  336. padding:5px;
  337. width:120px;
  338. }
  339.  
  340. #player
  341. {float:left;
  342. width:120px;
  343. padding:5px;
  344. height:30px;
  345. border-top-right-radius:50px;
  346. overflow:hidden;
  347. margin-top:10px;
  348. }
  349.  
  350.  
  351. #infscr-loading{
  352. bottom: -70px;
  353. position: absolute;
  354. left: 50%;
  355. margin-left:-8px;
  356. width:16px;
  357. height:11px;
  358. overflow:hidden;
  359. margin-bottom: 50px;
  360. }
  361.  
  362. .title{
  363. font-size:18px;
  364. font-family:open sans condensed;
  365. text-transform:uppercase;
  366. text-align:left;
  367. letter-spacing:0px;
  368. padding-bottom:3px;
  369. }
  370.  
  371. @font-face{font-family:high; src:url('http://static.tumblr.com/t98gn37/ZWZmf68so/typorsl_.ttf');}
  372.  
  373. @font-face {
  374. font-family:pay;
  375. src: url('http://static.tumblr.com/uclifpr/60Dmqmcs4/dk_meshuggeneh.otf');,
  376. }
  377.  
  378. @font-face {
  379. font-family:undefined;
  380. src: url('http://static.tumblr.com/uclifpr/PZXmqmc4f/sketch_serif.ttf');,
  381. }
  382.  
  383.  
  384. @font-face {
  385. font-family:q;
  386. src: url('http://static.tumblr.com/ejm8w78/E7bmdzk1u/kgthefighter.ttf');
  387. }
  388. @font-face {
  389. font-family:wat;
  390. src: url('http://static.tumblr.com/ejm8w78/nVglz2tf6/merkur.otf');
  391. }
  392.  
  393. div #blogtitle {
  394. font-family: open sans condensed;
  395. font-size:{text:Blogtitle Size}px;
  396. letter-spacing:3px;
  397. background: none;
  398.  
  399. border-bottom:2px solid {color:text};
  400. line-height:30px;
  401. color:{color:text};
  402. }
  403.  
  404. #blogtitle a {color:{color:text};}
  405.  
  406. @font-face {
  407. font-family: "tit";
  408. src: url('http://static.tumblr.com/exioynw/NBFm4wy7z/bebasneue.otf');
  409. }
  410.  
  411.  
  412. .links{padding-top:5px;-webkit-transition-duration: 0.3s;}
  413. .links a{font-family:arial;
  414. text-transform:uppercase;
  415. text-align:center;
  416. margin-bottom:40px;
  417. font-size:13px;
  418. -moz-transition: all 0.5s ease-out;
  419. -o-transition: all 0.5s ease-out;
  420. -webkit-transition: all 0.5s ease-out;
  421. transition: all 0.5s ease-out; }
  422.  
  423. .links :hover {color:black;
  424. background: ;-webkit-transition-duration: 0.3s;
  425.  
  426. text-transform:uppercase;
  427. border-top:2px solid #222;
  428. }
  429.  
  430. .o {cursor:pointer; position:relative;margin:1px;font-size: 10px;color: #696969; font-weight: normal; text-align:center; text-decoration: none;}
  431. .no {text-align:right; display:none;font-size: 10px; color: #696969;margin-bottom: 2px;}
  432.  
  433. @font-face { font-family: "kewl"; src: url("http://static.tumblr.com/f4q5ma8/Ky3mkc2ec/brain_flower.ttf"); }
  434.  
  435. @font-face { font-family: "xx"; src: url('http://static.tumblr.com/fxpo5zq/ad0m5vybr/quicksand_light.otf'); }
  436.  
  437.  
  438. blockquote{
  439. padding:2px 2px 2px 3px;
  440. margin:2px 2px 0px 5px;
  441. border-left: 5px solid #000000;
  442. }
  443.  
  444. blockquote p, ul{
  445. margin:15px;
  446. padding:0px;
  447. }
  448.  
  449. #postie{
  450. position:fixed !important;
  451. right:3px;
  452. top:26px;
  453. font-family: arial;
  454. font-size: 10px;
  455. line-height:12px;
  456. vertical-align: middle;
  457. overflow: hidden;
  458. padding:3px;
  459. -webkit-border-radius:2px;
  460. moz-border-radius:2px;
  461. -o-border-radius:2px;
  462. border-radius:2px;
  463. z-index: 100;}
  464.  
  465. #postie a{
  466. color: #fff;}
  467.  
  468. .caption img {
  469. max-width: 100%;
  470. }
  471.  
  472. .caption img:hover {
  473. max-width: 100%;
  474. }
  475.  
  476. #triangleone{
  477. position:fixed;
  478. bottom:-1px;
  479. left:-1px;
  480. width: 0;
  481. height: 0;
  482. border-left: 0px solid transparent;
  483. border-right: 400px solid transparent;
  484. border-bottom: 400px solid {color:t1};
  485. opacity:.6;
  486. z-index:-99;
  487. }
  488.  
  489. #triangletwo{
  490. position:fixed;
  491. top:-1px;
  492. left:-1px;
  493. width: 0;
  494. height: 0;
  495. border-left: 0px solid transparent;
  496. border-right: 400px solid transparent;
  497. border-top: 400px solid {color:t2};
  498. opacity:.7;
  499. z-index:-99;
  500. }
  501.  
  502. ul.chat {
  503. margin: 0;
  504. padding: 0;
  505. }
  506.  
  507. .chat li {
  508. list-style-type: none;
  509. margin-left: 0px;
  510. padding: 2px;
  511. }
  512.  
  513. .chat li.odd {
  514. margin-bottom: 3px;
  515. background-color:{color:Chat Odd};
  516. color: {color:Chat};
  517. }
  518.  
  519. .chat li.even {
  520. margin-bottom: 3px;
  521. background-color:{color:Chat Even};
  522. color:{color:Chat};
  523. }
  524.  
  525. .label {
  526. font-weight: bold;
  527. }
  528.  
  529. td{
  530. width:250px;
  531. }
  532.  
  533. .answerbox {
  534. padding: 20px;
  535. background: black;
  536. color:white;
  537. }
  538.  
  539. .arrow_box {
  540. position: relative;
  541. background: black;
  542. }
  543. .arrow_box:after {
  544. top: 100%;
  545. border: solid transparent;
  546. content: " ";
  547. height: 0;
  548. width: 0;
  549. position: absolute;
  550. pointer-events: none;
  551. }
  552.  
  553. .arrow_box:after {
  554. border-color: rgba(0, 0, 0, 0);
  555. border-width: 10px;
  556. left: 10%;
  557. margin-left: -10px;
  558. border-top-color: black;
  559. }
  560.  
  561. </style>
  562. <div id="postie">
  563. <a href="http://gived.tumblr.com/" target="_blank"><div class="yo"><img src="http://static.tumblr.com/vzjzx9a/Oyymbuhss/hdggj57retuete.png"></div> </a>
  564. </div>
  565. </div>
  566. {block:IndexPage}
  567. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  568. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  569.  
  570. <script type="text/javascript">
  571. $(window).load(function () {
  572. var $content = $('#posts');
  573. $content.masonry({itemSelector: '.entry'}),
  574. $content.infinitescroll({
  575. navSelector : 'div#pagination',
  576. nextSelector : 'div#pagination a#nextPage',
  577. itemSelector : '.entry',
  578. loading: {
  579. finishedMsg: '',
  580. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  581. },
  582. bufferPx : 600,
  583. debug : false,
  584. },
  585. // call masonry as a callback.
  586. function( newElements ) {
  587. var $newElems = $( newElements );
  588. $newElems.hide();
  589. // ensure that images load before adding to masonry layout
  590. $newElems.imagesLoaded(function(){
  591. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  592.  
  593.  
  594. });
  595. });
  596. });
  597. </script>
  598.  
  599. {/block:IndexPage}
  600.  
  601. <title>{title}</title>
  602.  
  603. <link rel="shortcut icon" href="{Favicon}">
  604. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  605. <meta name="viewport" content="width=820" />
  606.  
  607. </head>
  608. <body>
  609.  
  610. <div class="wrapper">
  611. <div class="header">
  612. </div>
  613.  
  614. <script type="text/javascript">
  615. $(document).ready(function(){
  616. $(".no").hide();
  617. $(".o").click(function(){
  618. $(this).next(".no").slideToggle('fast');
  619. }); }); </script>
  620. {block:ifshowsidebarphoto}<img style="position:relative; float:left; top:225px; margin-left:-255px; position:fixed;z-index:999999;-webkit-border-radius: 70px; -moz-border-radius: background:white;70px; border-radius: 70px;"src="{image:sidebar}" width=96px height=96px>{/block:ifshowsidebarphoto}
  621. {block:iftriangles}
  622. <div id="triangleone"></div>
  623. <div id="triangletwo"></div>
  624. {/block:iftriangles}
  625.  
  626. <div id="sidebar">
  627.  
  628. <div id="blogtitle"><a href="/">{title}</a></div>
  629. {description}
  630. {block:ifshowblogtitle}
  631. </a></span>{/block:ifshowblogtitle}
  632. {block:ifshowphoto}<a title="" href="/"><img src="{image:sidebar}"width=182px;</a>{/block:ifshowphoto}
  633. <br><div class="links">
  634. {block:ifLinkOneTitle}
  635. <a href="{text:Link One}">{text:Link One Title}</a>
  636. {/block:ifLinkOneTitle}
  637. {block:ifLinkTwoTitle}
  638. <a href="{text:Link Two}">{text:Link Two Title}</a>
  639. {/block:ifLinkTwoTitle}
  640. {block:ifLinkThreeTitle}
  641. <a href="{text:Link Three}">{text:Link Three Title} </a>
  642. {/block:ifLinkThreeTitle}
  643. {block:ifLinkFourTitle}
  644. <a href="{text:Link Four}">{text:Link Four Title} </a>
  645. {/block:ifLinkFourTitle}
  646. {block:ifLinkFiveTitle}
  647. <a href="{text:Link Five}">{text:Link Five Title} </a>
  648. {/block:ifLinkFiveTitle}
  649. <a href="http://gived.tumblr.com/">credit</a></div>
  650. </div>
  651.  
  652. {block:ifborderbar}
  653. <div id="qt">
  654. </div>
  655. {block:ifborderbar}
  656.  
  657. <div class="left">
  658.  
  659. <div id="posts">
  660.  
  661. {block:Posts}
  662. <div class="entry">
  663. {block:IndexPage}
  664. {block:ifonecolumn}
  665. <div class="perma"><a href="{Permalink}" class="p">{NoteCount}</a><a href="{ReblogURL}" class="p">RBLG</a><div class="p">{likebutton size=14}</div></div>{/block:ifonecolumn}
  666. {block:ifnotonecolumn}
  667. <div id="permalink">
  668. <span class="countreblog"><a href="{ReblogURL}" target="_blank">Reblog</a></span>
  669. <span class="countreblog"><a href="{Permalink}">{NoteCount}</a></span></div>{/block:ifnotonecolumn}
  670. {/block:IndexPage}
  671.  
  672.  
  673. {block:Answer}<div class="answerbox"><img style="float: left; padding-right: 10px; padding-bottom: 10px;" src="{AskerPortraitURL-16}">{Question} <span style="color:{color:text}; font-style: italic;">asked by {Asker}</span></div><div class="arrow_box"></div><br>
  674. {Answer}
  675. {block:IndexPage}
  676. {block:HasTags}
  677. <div class="tags2" style="letter-spacing:0px; padding:1px;">
  678. {block:Tags}<a href="{TagURL}">#{Tag}&nbsp;&nbsp;</a>{block:Tags}
  679. </div>{/block:HasTags}
  680. {/block:IndexPage}
  681. {block:Answer}
  682.  
  683.  
  684.  
  685.  
  686. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<div class="caption"><span class="entrytext">{Body}</span></div>
  687. {block:HasTags}
  688. <div class="tags2" style="letter-spacing:0px; padding:1px;">
  689. {block:Tags}<a href="{TagURL}">#{Tag}&nbsp;&nbsp;</a>{block:Tags}
  690. </div>{/block:HasTags}
  691. {/block:IndexPage}
  692. {/block:text}
  693.  
  694. {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}{Description}{/block:Description}
  695. {block:HasTags}
  696. <div class="tags2" style="letter-spacing:0px; padding:1px;">
  697. {block:Tags}<a href="{TagURL}">#{Tag}&nbsp;&nbsp;</a>{block:Tags}
  698. </div>{/block:HasTags}
  699. {/block:IndexPage}
  700. {/block:link}
  701.  
  702. {block:Photo}
  703. {block:indexpage}
  704. {LinkOpenTag}<img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/>{LinkCloseTag}
  705. {block:IndexPage}
  706. {block:HasTags}
  707. <div class="tags" style="letter-spacing:0px; padding:1px;">
  708. {block:Tags}<a href="{TagURL}">#{Tag}&nbsp;&nbsp;</a>{block:Tags}
  709. </div>{/block:HasTags}
  710. {/block:IndexPage}
  711. {/block:indexpage}
  712.  
  713. {block:permalinkpage}
  714. {LinkOpenTag}<img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/>{LinkCloseTag}
  715. {/block:permalinkpage}
  716. {/block:Photo}
  717.  
  718. {block:Photoset}
  719. {block:IndexPage}
  720. <center>
  721. {Photoset-250}</center>
  722. {/block:IndexPage}
  723. {block:PermalinkPage}
  724. <center>
  725. {Photoset-400}</center>
  726. {/block:PermalinkPage}
  727. {block:HasTags}
  728. <div class="tags" style="letter-spacing:0px; padding:1px;">
  729. {block:Tags}<a href="{TagURL}">#{Tag}&nbsp;&nbsp;</a>{block:Tags}
  730. </div>{/block:HasTags}
  731. {/block:IndexPage}
  732. {/block:Photoset}
  733.  
  734. {block:Quote}<span class="title">"{Quote}"</span>{block:Source}<i> - {Source}</i>{/block:Source}
  735. {block:HasTags}
  736. <div class="tags2" style="letter-spacing:0px; padding:1px;">
  737. {block:Tags}<a href="{TagURL}">#{Tag}&nbsp;&nbsp;</a>{block:Tags}
  738. </div>{/block:HasTags}
  739. {/block:IndexPage}
  740. {/block:Quote}
  741.  
  742. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  743. <ul class="chat">{block:Lines}<li class="{Alt} user_{UserNumber}"> {block:Label} <span class="label">{Label}</span> {/block:Label}{Line}</li>{/block:Lines}
  744. {block:IndexPage}
  745.  
  746. {/block:IndexPage}
  747. {block:HasTags}
  748. <div class="tags2" style="letter-spacing:0px; padding:1px;">
  749. {block:Tags}<a href="{TagURL}">#{Tag}&nbsp;&nbsp;</a>{block:Tags}
  750. </div>{/block:HasTags}
  751. {/block:IndexPage}
  752. {/block:Chat}
  753.  
  754. {block:Audio}
  755. {block:IndexPage}
  756. <div id="album">{block:AlbumArt}<img style="border-top-left-raidus:100px;" width="100px" src="{AlbumArtURL}" />{/block:AlbumArt}</div>
  757. <div id="player"><div style="margin-top:-3px;">{AudioPlayerBlack}</div></div>
  758. <div id="infos">
  759. <div class="name">{block:TrackName}
  760. {TrackName}
  761. {/block:TrackName}</div>
  762. {block:Artist}
  763. <div id="artist">by {Artist}</div>
  764. {/block:Artist}
  765. <div style="padding-top:2px;">{PlayCountWithLabel}</div>
  766. </div>
  767. {/block:IndexPage}
  768. {block:PermalinkPage}
  769. {block:AlbumArt}<img width="500px" src="{AlbumArtURL}"/>{/block:AlbumArt}
  770. <br/><br/>
  771. {AudioPlayerWhite}
  772. <br/>
  773. {block:TrackName}
  774. {TrackName}
  775. {/block:TrackName}
  776. {block:Artist}
  777. by {Artist}
  778. {/block:Artist}
  779. {/block:PermalinkPage}
  780. {block:HasTags}
  781. <div class="tags2" style="letter-spacing:0px; padding:1px;">
  782. {block:Tags}<a href="{TagURL}">#{Tag}&nbsp;&nbsp;</a>{block:Tags}
  783. </div>{/block:HasTags}
  784. {/block:IndexPage}
  785. {/block:Audio}
  786.  
  787. {block:Video}
  788. {block:IndexPage}
  789. <center>
  790. {Video-250}</center>
  791. {/block:IndexPage}
  792. {block:PermalinkPage}
  793. <center>
  794. {Video-400}</center>
  795. {/block:PermalinkPage}
  796. {block:HasTags}
  797. <div class="tags" style="letter-spacing:0px; padding:1px;">
  798. {block:Tags}<a href="{TagURL}">#{Tag}&nbsp;&nbsp;</a>{block:Tags}
  799. </div>{/block:HasTags}
  800. {/block:IndexPage}
  801. {block:Video}
  802.  
  803. {block:PermalinkPage}<div style="font-family:courier new; font-size:12px;">
  804. <center>
  805.  
  806. <br>{TimeAgo} | {12HourWithZero}:{Minutes}{AmPm}
  807. <br>{block:Caption}{Caption}{/block:Caption}{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:HasTags}
  808. {block:Tags}<a href="{TagURL}">#{Tag}&nbsp;&nbsp;</a>{block:Tags}
  809. {/block:HasTags}</center>
  810. <br>
  811. {block:RebloggedFrom}
  812. <a href="{ReblogParentURL}">via</a>{block:ContentSource} /
  813. <a href="{ReblogRootURL}">source</a>
  814. {/block:ContentSource}{/block:RebloggedFrom}
  815. {block:PostNotes}{PostNotes}
  816. {/block:PostNotes}</div>
  817. {/block:PermalinkPage}
  818.  
  819.  
  820.  
  821.  
  822. </div>
  823.  
  824.  
  825. {/block:Posts}
  826. </div>
  827. </div>
  828. {block:IndexPage}
  829. {block:Pagination}
  830. <div id="pagination">
  831. {block:NextPage}
  832. <a id="nextPage" href="{NextPage}">&nbsp;&rarr;</a>
  833. {/block:NextPage}
  834. {block:PreviousPage}
  835. <a href="{PreviousPage}">&larr;&nbsp;</a>
  836. {/block:PreviousPage}
  837. </div>
  838. {/block:Pagination}
  839. {/block:IndexPage}
  840.  
  841. <script type="text/javascript" src="http://static.tumblr.com/uiqhh9x/aK8m1cpdr/like2.js"></script>
  842. <iframe id="likeiframe" style="width: 1px; height: 1px;"></iframe>
  843. </body>
  844.  
  845. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement