Advertisement
ialkhachi

Theme 4 - Marlboro Theme

Aug 19th, 2013
586
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.90 KB | None | 0 0
  1. <!-- * BASE CODE BY NATHESYKES *-->
  2. <!-- * THEME BY SIGNIFICUNTLY *-->
  3.  
  4.  
  5.  
  6. <script type="text/javascript"
  7. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  8.  
  9.  
  10. <!-- COLORS -->
  11. <meta name="color:background" content="#f7f7f7"/>
  12. <meta name="color:link" content="#a23434">
  13. <meta name="color:text" content="#777"/>
  14. <meta name="color:title" content="#2e2e2e"/>
  15. <meta name="color:hover" content="#a3a3a0"/>
  16. <meta name="color:border" content="#e4e4e4">
  17. <meta name="color:sidebg" content="#3c3b3b">
  18.  
  19.  
  20. <!--SIDEBAR AND BACKGROUND IMAGES-->
  21. <meta name="image:sidebar" content="1"/>
  22. <meta name="image:background" content="1"/>
  23.  
  24. <!--IF YOU DON'T WANT A TITLE REMOVE THE FIRST META-->
  25. <meta name="text:sidetitle" content="" />
  26. <meta name="text:Link1" content="/" />
  27. <meta name="text:Link1 Title" content="" />
  28. <meta name="text:Link2" content="/" />
  29. <meta name="text:Link2 Title" content="" />
  30. <meta name="text:Link3" content="/" />
  31. <meta name="text:Link3 Title" content="" />
  32. <meta name="text:Link4" content="/" />
  33. <meta name="text:Link4 Title" content="" />
  34. <meta name="text:Link5" content="/" />
  35. <meta name="text:Link5 Title" content="" />
  36.  
  37.  
  38. <style type="text/css">
  39.  
  40.  
  41. ::-webkit-scrollbar {width: 9px; height: 3px; background: #FFFFFF;}
  42.  
  43. ::-webkit-scrollbar-thumb {background-color:{color:background} ; border: 0px solid #f8f8f8;}
  44.  
  45.  
  46. @font-face {font-family: Marlboro; src:url(http://static.tumblr.com/a6640nt/onkmrnap9/marlboro.ttf)}
  47.  
  48.  
  49. iframe#tumblr_controls {right:2px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.05;-webkit-transition: all 0.8s ease-out;-moz-
  50.  
  51. transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  52.  
  53. 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;}
  54.  
  55. p {
  56. margin:0px;
  57. margin-top:0px;
  58. }
  59.  
  60.  
  61. body {
  62. padding:10px;
  63. margin: 1px;
  64. color:{color:text};
  65. font-family: calibri;
  66. line-height:15px;
  67. font-size:15px;
  68. background-color: {color:Background};
  69. background-image:url({image:Background});
  70. background-attachment: fixed;
  71. background-repeat: repeat;
  72. }
  73.  
  74.  
  75. #bite
  76. #bite a{
  77. display:block
  78. }
  79. #bite .death {
  80. margin-top:-40px;filter: alpha(opacity = 0);
  81. opacity:0;-webkit-transition: all 0.5s ease-out;
  82. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  83. }
  84.  
  85. #bite:hover .death {
  86. margin-top:-40px;
  87. -webkit-transition: all 0.8s ease-out;
  88. -moz-transition: all 0.8s ease-out;
  89. transition: all 0.8s ease-out;
  90. filter: alpha(opacity = 100);
  91. filter: alpha(opacity = 100);
  92. opacity:100;
  93. }
  94.  
  95.  
  96. a:link, a:active, a:visited{
  97. text-decoration: none;
  98. -webkit-transition: color 0.3s ease-out;
  99. -moz-transition: color 0.3s ease-out;
  100. transition: color 0.3s ease-out;
  101. color:{color:link};
  102. }
  103.  
  104. a:hover {
  105. text-decoration: none;
  106. font-style:;
  107. color: {color:Hover};
  108. }
  109.  
  110. /* DON'T MAKE THE WIDTH NUMBER TOO BIG OR ELSE YOU'LL HAVE A HORIZONTAL SCROLLBAR */
  111.  
  112. div#center{
  113. margin:auto;
  114. position:relative;
  115. width:1340px;
  116. overflow:auto;
  117. overflow-y:hidden;
  118. }
  119.  
  120.  
  121. /* EDIT ENTRY SETTINGS HERE */
  122.  
  123. .entry {
  124. padding:5px;
  125. padding-bottom:4px;
  126. border-radius:2px;
  127. border:1px solid {color:border};
  128. float:left;
  129. margin:2px;
  130. overflow:hidden;
  131. width:325px; /*MAKE IT SMALLER FOR MORE COLUMNS AND BIGGER FOR LESS*/
  132. {block:PermalinkPage}
  133. width:450px;
  134. text-align:left;
  135. line-height:10px;
  136. {/block:PermalinkPage}
  137. background:white;
  138. }
  139.  
  140.  
  141.  
  142. /*EDIT POSTS HERE*/
  143.  
  144. #posts {
  145. width:1000px;
  146. margin-top:50px;
  147. margin-left:400px;
  148. right:auto;
  149. background:transparent;
  150. margin-right:auto;
  151. overflow-y: hidden;
  152. position:inherit;
  153. }
  154.  
  155.  
  156. /*EDIT SIDEBAR HERE*/
  157.  
  158.  
  159. #sidebar {
  160. z-index:99999;
  161. margin-left:0px;
  162. margin-top:0px;
  163. position:fixed;
  164. background:transparent;
  165. }
  166.  
  167. #sidebar img {
  168. position:fixed;
  169. width:200px;
  170. height:300px;
  171. margin-top:200px;
  172. margin-left:80px;
  173. padding:3px;
  174. opacity:1;
  175. -moz-transition-duration:1s;
  176. -webkit-transition-duration:1s;
  177. -o-transition-duration:1s;
  178. }
  179.  
  180. #sidebar img:hover {
  181. position:center;
  182. padding:3px;
  183. -moz-transition-duration:1s;
  184. -webkit-transition-duration:1s;
  185. -o-transition-duration:1s;
  186. }
  187.  
  188. /*EDIT SIDEBAR TITLE HERE NOTE: IF YOU DON'T WANT THE TITLE TO APPEAR DELETE THIS AND GO TO THE <BODY> TAG AND DELETE <div class="sidetitle">{text:sidetitle}</div> */
  189.  
  190. .sidetitle{
  191. width:500px;
  192. text-transform:none;
  193. font-size:30px;
  194. font-family:Marlboro;
  195. font-style:;
  196. line-height:100%;
  197. text-align:center;
  198. height:auto;
  199. letter-spacing:0px;
  200. word-spacing:0px;
  201. margin-left:-65px;
  202. margin-top:455px;
  203. padding-bottom:10px;
  204. padding-right:5px;
  205. color:{color:title};
  206. position:fixed;
  207. -moz-transition-duration:1s;
  208. -webkit-transition-duration:1s;
  209. -o-transition-duration:1s;
  210. }
  211.  
  212.  
  213. .drag {
  214. display: inline-block;
  215. text-align:bottom;
  216. position: fixed;
  217. padding: 5px;
  218. margin-top:225px;
  219. margin-left:125px;
  220. width: 15px;
  221. height: 100px;
  222. border-bottom-left-radius: 10px;
  223. border-bottom-right-radius: 10px;
  224. transition: all 0.5s ease-out;
  225. -o-transition-transition: all 0.5s ease-out;
  226. -webkit-transition: all 0.5s ease-out;
  227. -moz-transition: all 0.5s ease-out;
  228. -webkit-transform: rotate(180deg);
  229. -moz-transform: rotate(180deg);
  230. transform: rotate(180deg);
  231. }
  232.  
  233. .dragtext{
  234. color: {color:link};
  235. -webkit-transform: rotate(90deg);
  236. -moz-transform: rotate(90deg);
  237. transform: rotate(90deg);
  238. }
  239.  
  240. .cig {
  241. display: inline-block;
  242. text-align:bottom;
  243. position: fixed;
  244. padding: 5px;
  245. margin-top:225px;
  246. margin-left:147.50px;
  247. width: 15px;
  248. height: 100px;
  249. border-bottom-left-radius: 10px;
  250. border-bottom-right-radius: 10px;
  251. transition: all 0.5s ease-out;
  252. -o-transition-transition: all 0.5s ease-out;
  253. -webkit-transition: all 0.5s ease-out;
  254. -moz-transition: all 0.5s ease-out;
  255. -webkit-transform: rotate(180deg);
  256. -moz-transform: rotate(180deg);
  257. transform: rotate(180deg);
  258. }
  259.  
  260. .cigtext{
  261. color: {color:link};
  262. -webkit-transform: rotate(90deg);
  263. -moz-transform: rotate(90deg);
  264. transform: rotate(90deg);
  265. }
  266.  
  267. .ciga {
  268. display: inline-block;
  269. text-align:bottom;
  270. position: fixed;
  271. padding: 5px;
  272. margin-top:225px;
  273. margin-left:170px;
  274. width: 15px;
  275. height: 100px;
  276. border-bottom-left-radius: 10px;
  277. border-bottom-right-radius: 10px;
  278. transition: all 0.5s ease-out;
  279. -o-transition-transition: all 0.5s ease-out;
  280. -webkit-transition: all 0.5s ease-out;
  281. -moz-transition: all 0.5s ease-out;
  282. -webkit-transform: rotate(180deg);
  283. -moz-transform: rotate(180deg);
  284. transform: rotate(180deg);
  285. }
  286.  
  287. .cigatext{
  288. color: {color:link};
  289. -webkit-transform: rotate(90deg);
  290. -moz-transform: rotate(90deg);
  291. transform: rotate(90deg);
  292. }
  293.  
  294. .cigar {
  295. display: inline-block;
  296. text-align:bottom;
  297. position: fixed;
  298. padding: 5px;
  299. margin-top:225px;
  300. margin-left:192px;
  301. width: 15px;
  302. height: 100px;
  303. border-bottom-left-radius: 10px;
  304. border-bottom-right-radius: 10px;
  305. transition: all 0.5s ease-out;
  306. -o-transition-transition: all 0.5s ease-out;
  307. -webkit-transition: all 0.5s ease-out;
  308. -moz-transition: all 0.5s ease-out;
  309. -webkit-transform: rotate(180deg);
  310. -moz-transform: rotate(180deg);
  311. transform: rotate(180deg);
  312. }
  313.  
  314. .cigartext{
  315. color: {color:link};
  316. -webkit-transform: rotate(90deg);
  317. -moz-transform: rotate(90deg);
  318. transform: rotate(90deg);
  319. }
  320.  
  321. .bud {
  322. display: inline-block;
  323. text-align:bottom;
  324. position: fixed;
  325. padding: 5px;
  326. margin-top:225px;
  327. margin-left:215px;
  328. width: 15px;
  329. height: 100px;
  330. border-bottom-left-radius: 10px;
  331. border-bottom-right-radius: 10px;
  332. transition: all 0.5s ease-out;
  333. -o-transition-transition: all 0.5s ease-out;
  334. -webkit-transition: all 0.5s ease-out;
  335. -moz-transition: all 0.5s ease-out;
  336. -webkit-transform: rotate(180deg);
  337. -moz-transform: rotate(180deg);
  338. transform: rotate(180deg);
  339. }
  340.  
  341. .budtext{
  342. color: {color:link};
  343. -webkit-transform: rotate(90deg);
  344. -moz-transform: rotate(90deg);
  345. transform: rotate(90deg);
  346. }
  347.  
  348.  
  349.  
  350. .desc {
  351. position:fixed;
  352. padding-top:0px;
  353. padding-bottom:5px;
  354. margin-top:535px;
  355. margin-left:150px;
  356. text-align:justify;
  357. font-size:15px;
  358. font-family:Marlboro;
  359. width:155px;
  360. height:auto;
  361. color:{color:text};
  362. letter-spacing:0px;
  363. line-height:100%;
  364. background-color:transparent;
  365. opacity:1;
  366. text-transform:none;
  367. -moz-transition-duration:0.7s;
  368. -webkit-transition-duration:0.7s;
  369. -o-transition-duration:0.7s;
  370. }
  371.  
  372. .desc a{
  373. color:{color:text};
  374. }
  375.  
  376.  
  377. /*CUSTOMIZE TITLE OF ENTRIES HERE*/
  378. .title{
  379. line-height: 12px;
  380. color:{color:Title};
  381. font-weight: normal;
  382. }
  383.  
  384.  
  385. /*EDIT PERMALINK OF POSTS AND STUFF HERE*/
  386.  
  387. .permalink {
  388. color:black;
  389. font-size:12px;
  390. opacity: 0;
  391. width:265px;
  392. height:15px;
  393. padding-bottom:0px;
  394. padding-left:5px;
  395. padding-top:5px;
  396. background-color: #fff;
  397. position: absolute;
  398. top:10px;
  399. text-align:center;
  400. text-transform:uppercase;
  401. font-family:calibri;
  402. letter-spacing:0px;
  403. line-height:12px;
  404. border-top:1px solid {color:border};
  405. border-bottom:1px solid {color:border};
  406. display:block;
  407. -webkit-transition-duration: .75s;
  408. }
  409.  
  410. .entry:hover .permalink {
  411. position: absolute;
  412. width:320px;
  413. opacity:1;
  414. z-index:99;
  415. padding-top:5px;
  416. padding-bottom:0px;
  417. -moz-transition-duration:0.7s;
  418. -webkit-transition-duration:0.7s;
  419. -o-transition-duration:0.7s;
  420. }
  421.  
  422.  
  423.  
  424.  
  425. /* SCROLLBAR */
  426.  
  427. #infscr-loading{
  428. bottom: -70px;
  429. position: absolute;
  430. left: 50%;
  431. margin-left:-8px;
  432. width:16px;
  433. height:11px;
  434. overflow:hidden;
  435. margin-bottom: 50px;
  436. }
  437.  
  438. /* BLOCKQUOTES AND STUFF */
  439.  
  440. #postnotes{
  441. text-align: justify;}
  442.  
  443. #postnotes blockquote{
  444. border: 1px;}
  445.  
  446. blockquote{
  447. padding:0px 0px 2px 5px;
  448. margin:0px 0px 2px 5px;
  449. border-left: 1px solid {color:border};
  450. }
  451.  
  452. blockquote p, ul{
  453. margin:0px;
  454. padding:0px;
  455. }
  456.  
  457. a img{border: 0px;}
  458.  
  459.  
  460. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  461.  
  462. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  463. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  464.  
  465. .notes img{width:10px; position:relative; top:3px;}
  466. <--ses-->
  467. small{font-size: 90%;}
  468.  
  469. /* --- EDIT CREDIT HERE ---*/
  470.  
  471. #credit{
  472. font-size: 10px;
  473. font-style:none;
  474. letter-spacing: 0px;
  475. float: center;
  476. position: fixed;
  477. bottom: 10px;
  478. right: 10px;
  479. text-transform:none;
  480. font-family:Marlboro;
  481. -moz-transition-duration:0.7s;
  482. -webkit-transition-duration:0.7s;
  483. -o-transition-duration:0.7s;
  484. }
  485.  
  486. #credit a{
  487. color: #fff;
  488. background:{color:border};
  489. padding:5px;
  490. -moz-transition-duration:0.7s;
  491. -webkit-transition-duration:0.7s;
  492. -o-transition-duration:0.7s;
  493. }
  494.  
  495. #credit a:hover{
  496. color:{color:border};
  497. background:{color:background};
  498. -moz-transition-duration:0.7s;
  499. -webkit-transition-duration:0.7s;
  500. -o-transition-duration:0.7s;
  501. }
  502.  
  503.  
  504. img {
  505. filter: url(http://static.tumblr.com/eptm5us/ueTmafr4p/filters.svg#grayscale); /* Firefox 3.5+ */
  506. filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, IE10 */
  507.  
  508. filter: gray; /* IE6-9 */
  509. -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
  510. -webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */
  511. -webkit-backface-visibility: hidden; /* Fix for transition flickering */}
  512.  
  513. img:hover {
  514. filter: none;
  515. -webkit-filter: grayscale(0%);}
  516.  
  517.  
  518. {CustomCSS}
  519.  
  520. </style>
  521.  
  522. <!-- INFINITE SCROLL THING -->
  523.  
  524. {block:IndexPage}
  525. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  526. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  527.  
  528. <script type="text/javascript">
  529. $(window).load(function(){
  530. var $wall = $('#posts');
  531. $wall.imagesLoaded(function(){
  532. $wall.masonry({
  533. itemSelector: '.entry, .entry_photo',
  534. isAnimated : false
  535. });
  536. });
  537.  
  538. $wall.infinitescroll({
  539. navSelector : '#pagination',
  540. nextSelector : '#pagination a',
  541. itemSelector : '.entry, .entry_photo',
  542. bufferPx : 2000,
  543. debug : false,
  544. errorCallback: function() {
  545. $('#infscr-loading').fadeOut('normal');
  546. }},
  547. function( newElements ) {
  548. var $newElems = $( newElements );
  549. $newElems.hide();
  550. $newElems.imagesLoaded(function(){
  551. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  552. });
  553. }); $('#posts').show(500);
  554. });
  555. </script>
  556.  
  557.  
  558. {/block:IndexPage}
  559.  
  560.  
  561. <title>{title}</title>
  562.  
  563. <link rel="shortcut icon" href="{Favicon}" />
  564. <meta name="viewport" content="width=820" />
  565.  
  566.  
  567.  
  568. </head>
  569.  
  570. <body>
  571.  
  572. <BODY onselectstart="return false;" ondragstart="return false;">
  573. <div class="wrapper">
  574. <div class="header">
  575. </div>
  576. <div id="cage">
  577. <div id="center">
  578.  
  579. <!--SIDEBAR STUFF--> <!--REMOVE <div class="sidetitle">{text:sidetitle}</div> IF YOU DON'T WANT A TITLE-->
  580.  
  581. <div id="bite"><div id="sidebar"><div class="sidetitle">{text:sidetitle}</div>
  582. <center>
  583. <img src="http://31.media.tumblr.com/898457587bb2d60562b65a5ddf747786/tumblr_mrnea6Jg6S1sfv89xo1_r2_400.png" onmouseover="this.src='http://24.media.tumblr.com/01cd45cda6e9c5f278c841e1e6c23ea5/tumblr_mrnea6Jg6S1sfv89xo2_r1_400.png'" />
  584. <div class="death">
  585. <div class="drag"><div id="drag"><img src="http://31.media.tumblr.com/ad94c905445f05520c703a95509c1c56/tumblr_mrnpxx6Ivu1sfv89xo1_r7_100.png" style="margin-top:-10px; margin-left:-14px; width:20px; height:60px; -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); transform: rotate(180deg);">
  586. <div class="dragtext"><div id="dragtext"><a href="{text:Link1}">{text:Link1 Title}</a></img></div></div></div></div>
  587. <div class="cig"><div id="cig"><img src="http://31.media.tumblr.com/ad94c905445f05520c703a95509c1c56/tumblr_mrnpxx6Ivu1sfv89xo1_r7_100.png" style="margin-top:-10px; margin-left:-14px; width:20px; height:60px; -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); transform: rotate(180deg);">
  588. <div class="cigtext"><div id="cigtext"><a href="{text:Link2}">{text:Link2 Title}</a></img></div></div></div></div>
  589. <div class="ciga"><div id="ciga"><img src="http://31.media.tumblr.com/ad94c905445f05520c703a95509c1c56/tumblr_mrnpxx6Ivu1sfv89xo1_r7_100.png" style="margin-top:-10px; margin-left:-14px; width:20px; height:60px; -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); transform: rotate(180deg);">
  590. <div class="cigatext"><div id="cigatext"><a href="{text:Link3}">{text:Link3 Title}</a></img></div></div></div></div>
  591. <div class="cigar"><div id="cigar"><img src="http://31.media.tumblr.com/ad94c905445f05520c703a95509c1c56/tumblr_mrnpxx6Ivu1sfv89xo1_r7_100.png" style="margin-top:-10px; margin-left:-14px; width:20px; height:60px; -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); transform: rotate(180deg);">
  592. <div class="cigartext"><div id="cigartext"><a href="{text:Link4}">{text:Link4 Title}</a></img></div></div></div></div>
  593. <div class="bud"><div id="bud"><img src="http://31.media.tumblr.com/ad94c905445f05520c703a95509c1c56/tumblr_mrnpxx6Ivu1sfv89xo1_r7_100.png" style="margin-top:-10px; margin-left:-14px; width:20px; height:60px; -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); transform: rotate(180deg);">
  594. <div class="budtext"><div id="budtext"><a href="{text:Link5}">{text:Link5 Title}</a></img></div></div></div></div>
  595. <div class="desc">
  596. {Description}
  597. </div>
  598.  
  599. </center>
  600. </div></div>
  601.  
  602. <div class="left">
  603. <div id="posts">
  604. {block:Posts}
  605. <div class="entry">
  606.  
  607. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span><p align=right>
  608. <!--EDIT THE PERMALINK STUFF ON TEXT POSTS-->
  609. <a href="{Permalink}"> <a href="{Permalink}">{DayOfMonthWithZero} {ShortMonth} - </a><a href="{Permalink}">{NoteCount} notes - </a><a href="{ReblogURL}" target="_blank"> reblog </a>
  610. {/block:Text}
  611.  
  612. {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description} <p align=right><span
  613. class="permalink"><a href="{Permalink}"><a href="{Permalink}"></a> <a href="{Permalink}">{DayOfMonthWithZero} {ShortMonth}</a><a href="{Permalink}">{NoteCount} notes {notecountwithlabel}</a> <a href="{Permalink}"></span></align>{block:Link}
  614.  
  615.  
  616. <!--EDIT THE PERMALINK STUFF ON PHOTOS-->
  617. {block:Photo}
  618. {block:IndexPage}
  619. <center>
  620. <div class="permalink">
  621. <a href="{Permalink}"> <a href="{Permalink}">{DayOfMonthWithZero} {ShortMonth} - </a><a href="{Permalink}">{NoteCount} notes </a><a href="{ReblogURL}" target="_blank"> - reblog </a> </div>
  622. <div class="photo"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  623. {/block:IndexPage}
  624. {block:PermalinkPage}
  625. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  626.  
  627. {LinkCloseTag}
  628. {/block:PermalinkPage}
  629. {/block:Photo}
  630. {block:Photoset}
  631. {block:IndexPage}
  632. <center>
  633. <!--EDIT THE PERMALINK STUFF ON PHOTOSETS-->
  634. <div class="permalink">
  635. <a href="{Permalink}"> <a href="{Permalink}">{DayOfMonthWithZero} {ShortMonth} - </a><a href="{Permalink}">{NoteCount} notes -</a><a href="{ReblogURL}" target="_blank"> reblog </a> </div>
  636. {Photoset-250}</center>
  637. {/block:IndexPage}
  638. {block:PermalinkPage}
  639. <center>
  640. {/block:PermalinkPage}
  641. {/block:Photoset}
  642.  
  643. {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br><p align=right>
  644. <!--EDIT THE PERMALINK STUFF ON QUOTES-->
  645. <a href="{Permalink}"> <a href="{Permalink}">{DayOfMonthWithZero} {ShortMonth} - </a><a href="{Permalink}">{NoteCount} notes-</a><a href="{ReblogURL}" target="_blank"> reblog </a> <a
  646. </span>{/block:Quote}
  647.  
  648. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  649. <ul class="chat">
  650. {block:Lines}
  651. <li class="user_{UserNumber}">
  652. {block:Label}
  653. <span class="label">{Label}</span>
  654. <div class="permalink">
  655. <a href="{Permalink}"> <a href="{Permalink}">{DayOfMonthWithZero} {ShortMonth} - </a><a href="{Permalink}">{NoteCount} notes - </a><a href="{ReblogURL}" target="_blank"> reblog </a> </div>
  656. {/block:Label}
  657.  
  658. {Line}
  659. </li>
  660. {/block:Lines}
  661. <!--EDIT THE PERMALINK STUFF ON CHATS-->
  662. <div class="permalink">
  663. <a href="{Permalink}"> <a href="{Permalink}">{DayOfMonthWithZero} {ShortMonth} - </a><a href="{Permalink}">{NoteCount} notes -</a><a href="{ReblogURL}" target="_blank"> reblog </a> </div>
  664. {/block:Chat}
  665.  
  666. {block:Audio}
  667. <div style="width:200px; height:30px;">
  668. {AudioPlayerBlack}
  669. </div>
  670. <!--EDIT THE PERMALINK STUFF ON AUDIO POSTS-->
  671. <div class="permalink">
  672. <a href="{Permalink}"> <a href="{Permalink}">{DayOfMonthWithZero} {ShortMonth} - </a><a href="{Permalink}">{NoteCount} notes -</a><a href="{ReblogURL}" target="_blank"> reblog </a> </div>
  673. {/block:Audio}
  674.  
  675. {block:Video}
  676. {block:IndexPage}
  677. <center>
  678. <!--EDIT THE PERMALINK STUFF ON VIDEO POSTS-->
  679. <div class="permalink">
  680. <a href="{Permalink}"> <a href="{Permalink}">{DayOfMonthWithZero} {ShortMonth} - </a><a href="{Permalink}">{NoteCount} notes -</a><a href="{ReblogURL}" target="_blank"> reblog </a> </div>
  681. {Video-250}</center>
  682. {/block:IndexPage}
  683. {block:PermalinkPage}
  684. <center>
  685. {Video-400}</center>
  686. {/block:PermalinkPage}
  687. {block:Video}
  688.  
  689. <!--EDIT QUESTIONS AND ANSWERS ONLY HERE-->
  690. {block:Answer}
  691. <img src="{AskerPortraitURL-30}" align="left" style="margin-right:3px; border: 1px solid {color:border};"/>
  692. <div style="font-family:calibri; font-size:15px; margin-top:5px; font-style:none; letter-spacing:1px;"> <b>{Asker} </div> <div style="font-family:calibri;">- {Question}</b> </div>
  693. <br>
  694. <div style="font-family:calibri; text-transform:none;">{Answer} </div>
  695. {/block:Answer}
  696.  
  697.  
  698. {block:PostNotes}<div align="middle">{caption}</div>
  699. <center>
  700.  
  701. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  702.  
  703. {block:HasTags}
  704. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  705. {block:RebloggedFrom}
  706. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  707. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  708.  
  709. {/block:RebloggedFrom}
  710. </center></span>
  711. <br>
  712. <div id="postnotes">{PostNotes}</div><br>
  713.  
  714. <center>{block:ContentSource}
  715. <br><a href="{SourceURL}">
  716. {lang:Source}:
  717. {block:SourceLogo}
  718. <img src="{BlackLogoURL}" width="{LogoWidth}"
  719. height="{LogoHeight}" alt="{SourceTitle}" />
  720. {/block:SourceLogo}
  721. {block:NoSourceLogo}
  722. {SourceLink}
  723. {/block:NoSourceLogo}
  724. </a>
  725. {/block:ContentSource}</center>
  726.  
  727. {/block:PostNotes}
  728. </div>
  729. {/block:Posts}
  730. </div></div>
  731.  
  732.  
  733.  
  734. {block:IndexPage}
  735. {block:Pagination}
  736. <div id="pagination">
  737. {block:NextPage}
  738. <a id="nextPage" href="{NextPage}"></a>
  739. {/block:NextPage}
  740. {block:PreviousPage}
  741. <a href="{PreviousPage}"></a>
  742. {/block:PreviousPage}
  743. </div>
  744. {/block:Pagination}
  745. {/block:IndexPage}
  746.  
  747. <div id="credit"> <a href="http://significuntly.tumblr.com">credit</a></div>
  748.  
  749.  
  750. </body>
  751. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement