Advertisement
hor4ny

Theme 21 - themesbycaralinaandnancy

Jul 14th, 2012
635
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.46 KB | None | 0 0
  1. <!--
  2. Theme by cuntcealer.
  3. Bascode by takec4re (she deleted),
  4. Link/navigation idea from breatheharry's themes(:
  5.  
  6. If you take off the credit, please put it in your FAQ.
  7.  
  8. **Please excuse the names of things. (example: derp). I got bored.**
  9.  
  10. Enjoy!
  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.  
  18.  
  19.  
  20.  
  21. <script type="text/javascript">
  22. <!--
  23.  
  24. // Disable Right Click Script
  25.  
  26. function IE(e)
  27. {
  28. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  29. {
  30. return false;
  31. }
  32. }
  33. function NS(e)
  34. {
  35. if (document.layers || (document.getElementById && !document.all))
  36. {
  37. if (e.which == "2" || e.which == "3")
  38. {
  39. return false;
  40. }
  41. }
  42. }
  43. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  44.  
  45. //-->
  46. </script>
  47.  
  48.  
  49. <script type="text/javascript"
  50. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  51.  
  52. <!-- DEFAULT VARIABLES -->
  53. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  54. <meta name="color:background" content="#fff"/>
  55. <meta name="color:link" content="#666666"/>
  56. <meta name="color:text" content="#666666"/>
  57. <meta name="color:title" content="#666666"/>
  58. <meta name="color:hover" content="#eeeeee"/>
  59. <meta name="color:scrollbar" content="#777777" />
  60. <meta name="color:border" content="#cccccc" />
  61. <meta name="image:sidebar 1" content="1"/>
  62. <meta name="image:sidebar 2" content="1"/>
  63. <meta name="image:sidebar 3" content="1"/>
  64. <meta name="image:sidebar 4" content="1"/>
  65. <meta name="image:background" content="1"/>
  66. <meta name="if:scrollbar" content="1"/>
  67. <meta name="if:twitter button" content="0"/>
  68. <meta name="text:blogtitle" content="forever and always" />
  69. <meta name="text:twitter username" content="">
  70. <meta name="text:marquee text" content="'cause all i need is one love." />
  71. <meta name="text:title letter spacing" content="1" />
  72. <meta name="text:title size" content="40" />
  73. <meta name="text:link one" content="" />
  74. <meta name="text:link one title" content="" />
  75. <meta name="text:link two" content="" />
  76. <meta name="text:link two title" content="" />
  77. <meta name="text:link three" content="" />
  78. <meta name="text:link three title" content="" />
  79. <meta name="text:link four" content="" />
  80. <meta name="text:link four title" content="" />
  81.  
  82. <style type="text/css">
  83.  
  84.  
  85. {block:ifscrollbar}
  86. ::-webkit-scrollbar {width: 4px; height: 4px; border-left:1px solid #aaa; background: #eee;}
  87. ::-webkit-scrollbar-thumb { border-left:1px solid #aaa; background: {color:scrollbar};}
  88. {/block:ifscrollbar}
  89.  
  90. iframe#tumblr_controls {right:2px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.2;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  91.  
  92. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 1;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  93.  
  94. #twitter{
  95. top:25px;
  96. right:5px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.2;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;
  97. }
  98.  
  99. #twitter:hover{
  100. -webkit-transition: opacity 0.7s linear;opacity: 1;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  101.  
  102. .wrapper{
  103. margin: 0px auto;
  104. width: 100%;
  105. }
  106.  
  107. .header{
  108. float: left;
  109. width: 100%;
  110. }
  111.  
  112. .left{
  113. float: left;
  114. margin-right: 20px;
  115. width: 802px;
  116. }
  117.  
  118. .right{
  119. float: right;
  120. width: 200px;
  121. background-color: #fff;
  122. }
  123.  
  124. p {
  125. margin:0px;
  126. margin-top:0px;
  127. }
  128.  
  129.  
  130.  
  131.  
  132. @font-face {font-family: "handy00";src: url('http://static.tumblr.com/8ls1oxv/AfJlyd5ev/handy00.ttf');}
  133.  
  134.  
  135. body {
  136. padding: 0px;
  137. margin: 0px;
  138. color:{color:text};
  139. font-family: handy00;
  140. font-size: 8px;
  141. line-height:7px;
  142. letter-spacing: 0px;
  143. background-color: {color:Background};
  144. background-image:url({image:Background});
  145. background-attachment: fixed;
  146. background-repeat: repeat;
  147. }
  148.  
  149. a:link, a:active, a:visited{
  150. text-decoration: none;
  151. -webkit-transition: color 0.3s ease-out;
  152. -moz-transition: color 0.3s ease-out;
  153. transition: color 0.3s ease-out;
  154. color: {color:Link};
  155. }
  156.  
  157. a:hover {
  158. text-decoration: none;
  159. font-style: italic;
  160. text-shadow:1px 1px 2px #555;
  161. color: {color:Hover};
  162. }
  163.  
  164. div#center{
  165. margin:auto;
  166. position:relative;
  167. width:1000px;
  168. background-color:;
  169. overflow:auto;
  170. overflow-y:hidden;
  171. }
  172.  
  173.  
  174. .entry {
  175. float:left;
  176. display: block;
  177. margin: 2px;
  178. padding:3px;
  179. border:1px solid {color:border};
  180. overflow:hidden;
  181. width:250px;
  182. {block:PermalinkPage}
  183. width:472px;
  184. text-align:left;
  185. {/block:PermalinkPage}
  186. background: white;
  187. background-image:URL();
  188. }
  189.  
  190. #permalink {
  191. position: absolute;
  192. margin-top: 14px;
  193. margin-left: 5px;
  194. opacity: 0;
  195. -webkit-transition: all .7s ease;
  196. -moz-transition: all .7s ease;
  197. -o-transition: all .7s ease;
  198. transition: all .7s ease;
  199. }
  200.  
  201. .entry:hover #permalink {
  202. margin-top: 14px;
  203. margin-left: 64px;
  204. opacity: 1;
  205. -webkit-transition: all .7s ease;
  206. -moz-transition: all .7s ease;
  207. -o-transition: all .7s ease;
  208. transition: all .7s ease;
  209. }
  210.  
  211. .countreblog {
  212. color: #fff;
  213. height: 20px;
  214. padding: 2px;
  215. font-weight:bold;
  216. font-family:arial;
  217. font-size:11px;
  218. line-height:10px;
  219. font-style: none;
  220. margin-left:-20px;
  221. background-image:url(http://static.tumblr.com/8jq17g7/CH8lofvyp/dark-transparent.png);
  222. background-repeat:repeat;
  223. border:1px solid rgba(0,0,0,0.1);
  224. -webkit-border-radius:2px;
  225. moz-border-radius:2px;
  226. -o-border-radius:2px;
  227. border-radius:2px;
  228. -webkit-transition: all .7s ease;
  229. -moz-transition: all .7s ease;
  230. -o-transition: all .7s ease;
  231. transition: all .7s ease;
  232. }
  233.  
  234. .countreblog a { color: #FFF; }
  235.  
  236. .perma{
  237. position:absolute;
  238. width: 60px;
  239. height: 30px;
  240. margin-top: 9px;
  241. margin-left: -20px;
  242. z-index:9999991;
  243. opacity: 0.0;
  244. filter: alpha(opacity = 0);
  245. -webkit-transition: all .7s ease;
  246. -moz-transition: all .7s ease;
  247. -o-transition: all .7s ease;
  248. transition: all .7s ease;
  249. }
  250.  
  251. .entry:hover .perma {
  252. -webkit-transition: opacity 0.6s linear;
  253. margin-top: 9px;
  254. margin-left:-5px;
  255. opacity: 1;
  256. -webkit-transition: all .7s ease;
  257. -moz-transition: all .7s ease;
  258. -o-transition: all .7s ease;
  259. transition: all .7s ease;
  260. }
  261.  
  262. .likep {
  263. display: inline;
  264. overflow: hidden;
  265. position: relative;
  266. float: right;
  267. width: 21px;
  268. height: 20px;
  269. margin-left:-4px;
  270. z-index: 9999999;
  271. }
  272.  
  273. .likep a {
  274. background-image:
  275. url("http://static.tumblr.com/uiqhh9x/BPnlzww8v/like.png");
  276. background-position: 0px 0px;
  277. display: block;
  278. z-index: 9999999;
  279. -webkit-transition: all .7s ease;
  280. -moz-transition: all .7s ease;
  281. -o-transition: all .7s ease;
  282. transition: all .7s ease;
  283. }
  284.  
  285. .likep img {
  286. width: 21px;
  287. height: 20px;
  288. -webkit-transition: all .7s ease;
  289. -moz-transition: all .7s ease;
  290. -o-transition: all .7s ease;
  291. transition: all .7s ease;
  292. }
  293.  
  294. .rep img{
  295. display: inline;
  296. width: 24px;
  297. height: 20px;
  298. }
  299.  
  300.  
  301.  
  302. #posts {
  303. width:650px;
  304. margin-top: 2px;
  305. margin-left:295px;
  306. right:auto;
  307. margin-right:auto;
  308. position:relative;
  309. overflow-y: hidden;
  310.  
  311. }
  312.  
  313. #derp {
  314. position:fixed !important;
  315. width:274px;
  316. height:114px;
  317. padding:1px;
  318. margin-top: 160px;
  319. text-align:center;
  320. border:1px solid {color:border};
  321. margin-left:10px;
  322. z-index:999;
  323. background:white;
  324. }
  325.  
  326. #merp {
  327. position:fixed;
  328. width:150px;
  329. height:auto;
  330. padding:2px;
  331. border:1px solid {color:border};
  332. margin-top:3px;
  333. margin-left:3px;
  334. }
  335.  
  336. @font-face { font-family: "ronda"; src: url('http://static.tumblr.com/rmj06l2/kcLlo1q2y/pf_ronda_seven.ttf'); }
  337.  
  338. #boxxie{
  339. position:fixed !important;
  340. width:150px;
  341. height:84px;
  342. padding:2px;
  343. overflow-x:hidden;
  344. overflow-y:scroll;
  345. text-align:center;
  346. line-height:8px;
  347. letter-spacing:0px;
  348. margin-top:21px;
  349. margin-left:3px;
  350. border:1px solid {color:border};
  351. z-index:9999;
  352. }
  353.  
  354. #niqqa{
  355. margin-left:163px;
  356. margin-top:3px;
  357. position:fixed !important;
  358. z-index: 1;
  359. -webkit-transition: all .9s linear;
  360. -moz-transition: all .9s linear;
  361. -o-transition: all .9s linear;
  362. transition: all .9s linear;
  363. }
  364.  
  365. #niqqa:hover{
  366. -webkit-filter: grayscale(100%);
  367. -webkit-transition: all .9s linear;
  368. -moz-transition: all .9s linear;
  369. -o-transition: all .9s linear;
  370. transition: all .9s linear;
  371. }
  372.  
  373. #niqqa .link{
  374. font-family:pixel;
  375. width:52px;
  376. height:53px;
  377. background:white;
  378. margin-top:-53px;
  379. position: absolute;
  380. color:black;
  381. opacity:0.2;
  382. -webkit-transition: opacity .5s linear;
  383. -webkit-transition: all .5s linear;
  384. -moz-transition: all .5s linear;
  385. transition: all .5s linear;}
  386.  
  387. #niqqa:hover .link{
  388. opacity:0.7;
  389. -webkit-transition: opacity .5s linear;
  390. -webkit-transition: all .5s linear;
  391. -moz-transition: all .5s linear;
  392. transition: all .5s linear;
  393.  
  394. }
  395. #poop{
  396. margin-left:219px;
  397. margin-top:3px;
  398. position:fixed !important;
  399. z-index: 1;
  400. -webkit-filter: grayscale(0%);
  401. -webkit-transition: all .9s linear;
  402. -moz-transition: all .9s linear;
  403. -o-transition: all .9s linear;
  404. transition: all .9s linear;
  405. }
  406.  
  407. #poop:hover {
  408. -webkit-filter: grayscale(100%);
  409. -webkit-transition: all .9s linear;
  410. -moz-transition: all .9s linear;
  411. -o-transition: all .9s linear;
  412. transition: all .9s linear;
  413. }
  414.  
  415.  
  416. #poop .link{
  417. font-family:pixel;
  418. width:52px;
  419. height:53px;
  420. background:white;
  421. margin-top:-53px;
  422. position: absolute;
  423. color:black;
  424. opacity:0.2;
  425. -webkit-transition: opacity .5s linear;
  426. -webkit-transition: all .5s linear;
  427. -moz-transition: all .5s linear;
  428. transition: all .5s linear;}
  429.  
  430. #poop:hover .link{
  431. opacity:0.7;
  432. -webkit-transition: opacity .5s linear;
  433. -webkit-transition: all .5s linear;
  434. -moz-transition: all .5s linear;
  435. transition: all .5s linear;
  436. }
  437.  
  438. #cunt{
  439. margin-left:163px;
  440. margin-top:59px;
  441. position:fixed !important;
  442. z-index: 1;
  443. -webkit-filter: grayscale(0%);
  444. -webkit-transition: all .9s linear;
  445. -moz-transition: all .9s linear;
  446. -o-transition: all .9s linear;
  447. transition: all .9s linear;
  448. }
  449.  
  450. #cunt:hover {
  451. -webkit-filter: grayscale(100%);
  452. -webkit-transition: all .9s linear;
  453. -moz-transition: all .9s linear;
  454. -o-transition: all .9s linear;
  455. transition: all .9s linear;
  456. }
  457.  
  458. #cunt .link{
  459. font-family:pixel;
  460. width:52px;
  461. height:53px;
  462. background:white;
  463. margin-top:-53px;
  464. position: absolute;
  465. color:black;
  466. opacity:0.2;
  467. -webkit-transition: opacity .5s linear;
  468. -webkit-transition: all .5s linear;
  469. -moz-transition: all .5s linear;
  470. transition: all .5s linear;}
  471.  
  472. #cunt:hover .link{
  473. opacity:0.7;
  474. -webkit-transition: opacity .5s linear;
  475. -webkit-transition: all .5s linear;
  476. -moz-transition: all .5s linear;
  477. transition: all .5s linear;
  478. }
  479.  
  480. #watermelondrea {
  481. margin-left:219px;
  482. margin-top:59px;
  483. position:fixed !important;
  484. z-index: 1;
  485. -webkit-transition: all .9s linear;
  486. -moz-transition: all .9s linear;
  487. -o-transition: all .9s linear;
  488. transition: all .9s linear;
  489. }
  490.  
  491. #niqqa:hover{
  492. -webkit-filter: grayscale(100%);
  493. -webkit-transition: all .9s linear;
  494. -moz-transition: all .9s linear;
  495. -o-transition: all .9s linear;
  496. transition: all .9s linear;
  497. }
  498.  
  499. #watermelondrea .link{
  500. font-family:pixel;
  501. width:52px;
  502. height:53px;
  503. background:white;
  504. margin-top:-53px;
  505. position: absolute;
  506. color:black;
  507. opacity:0.2;
  508. -webkit-transition: opacity .5s linear;
  509. -webkit-transition: all .5s linear;
  510. -moz-transition: all .5s linear;
  511. transition: all .5s linear;}
  512.  
  513. #watermelondrea:hover .link{
  514. opacity:0.7;
  515. -webkit-transition: opacity .5s linear;
  516. -webkit-transition: all .5s linear;
  517. -moz-transition: all .5s linear;
  518. transition: all .5s linear;
  519. }
  520.  
  521. #watermelondrea:hover{
  522. -webkit-filter: grayscale(100%);
  523. -webkit-transition: all .9s linear;
  524. -moz-transition: all .9s linear;
  525. -o-transition: all .9s linear;
  526. transition: all .9s linear;
  527. }
  528.  
  529.  
  530. .title{
  531. font-family:arial;
  532. font-size: 11px;
  533. line-height: 10px;
  534. color:{color:Title};
  535. letter-spacing: 0px;
  536. font-weight: normal;
  537. padding:0px 0px 0px 0px;
  538. }
  539.  
  540.  
  541. .blogtitle{
  542. font-family: "black swan";
  543. opacity:0.9999;
  544. line-height:15px;
  545. text-shadow:1px 1px 1px #ccc;
  546. font-size: 35px;
  547. letter-spacing:2px; color:{COLOR:title}; }
  548.  
  549. @font-face { font-family: "black swan"; src: url('http://static.tumblr.com/v1tggoh/R5qlzevb9/a_s_black_swan.ttf');}
  550.  
  551. .permalink{
  552. text-transform: normal;
  553. display: block;
  554. text-align: right;
  555. text-decoration: none;
  556. font-family:pixel;
  557. margin-top:3px;
  558. padding-top:2px;
  559. border-top:1px solid #ddd;
  560. }
  561.  
  562. #infscr-loading{
  563. bottom: -70px;
  564. position: absolute;
  565. left: 50%;
  566. margin-left:-8px;
  567. width:16px;
  568. height:11px;
  569. overflow:hidden;
  570. margin-bottom: 50px;
  571. }
  572.  
  573. #postnotes{
  574. text-align: justify;}
  575.  
  576. #postnotes blockquote{
  577. border: 0px;}
  578.  
  579. blockquote{
  580. padding:0px 0px 2px 5px;
  581. margin:0px 0px 2px 10px;
  582. border-left: 1px dotted #555555;
  583. }
  584.  
  585. blockquote p, ul{
  586. margin:0px;
  587. padding:0px;
  588. }
  589.  
  590. a img{border: 0px;}
  591.  
  592.  
  593. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  594.  
  595. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  596. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  597.  
  598. .notes img{width:10px; position:relative; top:3px;}
  599. <--ses-->
  600. small{font-size: 90%;}
  601.  
  602.  
  603.  
  604. @font-face {font-family: "discoverbeauty";src: url('http://static.tumblr.com/nf5qb3y/3ptm2vwot/discoverbeauty.ttf') format("truetype");}
  605.  
  606.  
  607.  
  608. @font-face{
  609.  
  610.  
  611.  
  612. font-family: 'pixel';
  613.  
  614.  
  615.  
  616. font-style: normal;
  617.  
  618.  
  619.  
  620. font-weight: normal;
  621.  
  622.  
  623.  
  624. src: local('04b24'), url('http://static.tumblr.com/zm7jcjw/dtClscghb/04b_24__.ttf') format('woff');}
  625.  
  626. @font-face {font-family: "discoverbeauty";src: url('http://static.tumblr.com/nf5qb3y/3ptm2vwot/discoverbeauty.ttf') format("truetype");}
  627.  
  628. {CustomCSS}
  629.  
  630. </style>
  631.  
  632. {block:IndexPage}
  633. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  634. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  635.  
  636. <script type="text/javascript">
  637. $(window).load(function () {
  638. var $content = $('#posts');
  639. $content.masonry({itemSelector: '.entry'}),
  640. $content.infinitescroll({
  641. navSelector : 'div#pagination',
  642. nextSelector : 'div#pagination a#nextPage',
  643. itemSelector : '.entry',
  644. loading: {
  645. finishedMsg: '',
  646. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  647. },
  648. bufferPx : 600,
  649. debug : false,
  650. },
  651. // call masonry as a callback.
  652. function( newElements ) {
  653. var $newElems = $( newElements );
  654. $newElems.hide();
  655. // ensure that images load before adding to masonry layout
  656. $newElems.imagesLoaded(function(){
  657. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  658.  
  659.  
  660. });
  661. });
  662. });
  663. </script>
  664.  
  665. {/block:IndexPage}
  666.  
  667.  
  668. <title>{title}</title>
  669.  
  670. <link rel="shortcut icon" href="{Favicon}" />
  671. <meta name="viewport" content="width=820" />
  672. </head>
  673. <body onkeydown="return false">
  674.  
  675. <body>
  676.  
  677. <div class="wrapper">
  678. <div class="header">
  679. </div>
  680.  
  681. <div id="cage">
  682. <div id="center">
  683. <div id="derp">
  684. <div id="merp"><marquee>{text:marquee text}</marquee></div>
  685.  
  686.  
  687. <div style="width:274px;margin-top:-15px;color:{color:title};z-index:999; opacity:0.999;text-align:center;position:fixed;font-family:black swan; text-shadow: 1px 1px 2px #ddd; font-size:{text:title size}px;letter-spacing:{text:title letter spacing}px;">{text:blogtitle}</div>
  688. <div id="niqqa">
  689. <img src="{image:sidebar 1}" width=52 height=52><div class="link"><br><br><br><a href="{text:link one}">{text:link one title}</a>
  690. </div></div>
  691. <div id="poop"><img src="{image:sidebar 2}" width=52 height=52><div class="link"><br><br><br><a href="{text:link two}">{text:link two title}</a></div>
  692. </div>
  693. <div id="cunt"><img src="{image:sidebar 3}" width=52 height=52><div class="link"><br><br><br><a href="{text:link three}">{text:link three title}</a></div>
  694. </div>
  695. <div id="watermelondrea"><img src="{image:sidebar 4}" width=52 height=52><div class="link"><br><br><br><a href="{text:link four}">{text:link four title}</a>
  696. </div></div>
  697.  
  698. <div id="boxxie">
  699. {Description}
  700. </div>
  701. </div>
  702.  
  703.  
  704.  
  705. <div class="left">
  706. <div id="posts">
  707. {block:Posts}
  708. <div class="entry">
  709.  
  710. {block:Answer}
  711. <div style="margin-top:2px; margin-bottom:0px; min-height:30px; padding: 3px; background-color: #eee;">
  712. <img src="{AskerPortraitURL-30}" width="30" align="left" style="margin-right:3px;"/>
  713. {Asker}: {Question}</div>
  714. <div style="margin-top:2px; margin-bottom:4px; background: transparent;">{Answer}</div>
  715. <div class="permalink"> <a href="{permalink}">{notecountwithlabel}</a> </div>
  716. {/block:Answer}
  717.  
  718. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span><p align=right><span class="permalink"><a href="{Permalink}"><a href="{Permalink}"><a href="{Permalink}">{notecountwithlabel} - posted {timeago}</a></a><br>{/block:HasTags}</span></align>
  719. {/block:Text}
  720.  
  721. {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description} <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel} - posted {timeago}</a> <a href="{Permalink}"></span></align>{block:Link}
  722.  
  723. {block:Photo}
  724. {block:IndexPage}
  725. <center>
  726. <div class="perma">
  727.  
  728. <div class="rep"><a href="{reblogurl}" target="_blank"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png" width="30"/></a></div>
  729. </div>
  730. <div id="permalink">
  731. <span class="countreblog"><a href="{Permalink}">{notecount}</a></span></div>
  732. <div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  733. {/block:IndexPage}
  734. {block:PermalinkPage}
  735. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="472px"/></a></div>{LinkCloseTag}
  736. {/block:PermalinkPage}
  737. {/block:Photo}
  738.  
  739. {block:Photoset}
  740. {block:IndexPage}
  741. <center>
  742. {Photoset-250}</center>
  743. {/block:IndexPage}
  744. {block:PermalinkPage}
  745. <center>
  746. {Photoset-500}</center>
  747. {/block:PermalinkPage}
  748. {/block:Photoset}
  749.  
  750. {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br><p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel} - posted {timeago}</a> <a href="{Permalink}"> </span>{/block:Quote}
  751.  
  752. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  753. <ul class="chat">
  754. {block:Lines}
  755. <li class="user_{UserNumber}">
  756. {block:Label}
  757. <span class="label">{Label}</span>
  758. {/block:Label}
  759.  
  760. {Line}
  761. </li>
  762. {/block:Lines}
  763. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel} - {timeago}</a> <a href="{Permalink}">
  764. {/block:Chat}
  765.  
  766. {block:Audio}
  767. <div style="width:400px; height:30px;">
  768. {AudioPlayerBlack}
  769. </div>
  770. {block:IndexPage}<span class="permalink">
  771. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel} - posted {timeago}</a> <a href="{Permalink}"> </a>
  772. </span>{/block:IndexPage}
  773. {/block:Audio}
  774.  
  775. {block:Video}
  776. {block:IndexPage}
  777. <center>
  778. {Video-250}</center>
  779. {/block:IndexPage}
  780. {block:PermalinkPage}
  781. <center>
  782. {Video-500}</center>
  783. {/block:PermalinkPage}
  784. {block:Video}
  785.  
  786.  
  787. {block:PostNotes}<div align="middle">{caption}</div>
  788. <center>
  789.  
  790. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  791.  
  792. {block:HasTags}
  793. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  794. {block:RebloggedFrom}
  795. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  796. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  797.  
  798. {/block:RebloggedFrom}
  799. </center></span>
  800. <br>
  801. <div id="postnotes">{PostNotes}</div><br>
  802.  
  803. <center>{block:ContentSource}
  804. <br><a href="{SourceURL}">
  805. {lang:Source}:
  806. {block:SourceLogo}
  807. <img src="{BlackLogoURL}" width="{LogoWidth}"
  808. height="{LogoHeight}" alt="{SourceTitle}" />
  809. {/block:SourceLogo}
  810. {block:NoSourceLogo}
  811. {SourceLink}
  812. {/block:NoSourceLogo}
  813. </a>
  814. {/block:ContentSource}</center>
  815.  
  816. {/block:PostNotes}
  817. </div>
  818. {/block:Posts}
  819. </div></div>
  820.  
  821. {block:IndexPage}
  822. {block:Pagination}
  823. <div id="pagination">
  824. {block:NextPage}
  825. <a id="nextPage" href="{NextPage}"></a>
  826. {/block:NextPage}
  827. {block:PreviousPage}
  828. <a href="{PreviousPage}"></a>
  829. {/block:PreviousPage}
  830. </div>
  831. {/block:Pagination}
  832. {/block:IndexPage}
  833. </body>
  834.  
  835. </div>
  836. {block:iftwitterbutton}
  837. <div id="twitter"><a href="https://twitter.com/{text:twitter username}" class="twitter-follow-button" data-show-count="false">Follow @{text:twitter username}</a>
  838. <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script></div>{block:iftwitterbutton}
  839.  
  840. <div style="position:fixed; right:1px; bottom:1px;"> <a href="http://themesbycaralinaandnancy.tumblr.com/">credit</a></div>
  841.  
  842. </center>
  843. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement