Advertisement
themesbycl

theme 4

Jul 25th, 2012
8,014
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.43 KB | None | 0 0
  1. <!-----------------------------------------------------------------
  2. * THEME BY CLASSY-LOVELY.TUMBLR.COM
  3. * PLEASE KEEP ALL CREDIT, THANK YOU !❤
  4. ------------------------------------------------------------------->
  5.  
  6.  
  7. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  8. <html xmlns="http://www.w3.org/1999/xhtml">
  9.  
  10. <head>
  11.  
  12. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  13.  
  14. <!-- DEFAULT VARIABLES -->
  15. <meta name="color:Text" content="#000000"/>
  16. <meta name="color:Background" content="#ffffff"/>
  17. <meta name="color:Links" content="#000000"/>
  18. <meta name="color:Hover" content="#eeeeee"/>
  19. <meta name="color:sidebar" content="#FFE4E1"/>
  20. <meta name="color:Scrollbar" content="#000000"/>
  21. <meta name="color:navigation" content="#a4eaf1"/>
  22. <meta name="color:navigation hover" content="#4260c5"/>
  23. <meta name="image:Background" content=""/>
  24. <meta name="image:Sidebar" content=""/>
  25. <meta name="if:Title" content="1"/>
  26. <meta name="if:Sidebar Image" content="1"/>
  27. <meta name="if:Centered Sidebar" content="0"/>
  28. <meta name="if:rainbow links" content="0"/>
  29. <meta name="if:tiny cursor" content="1"/>
  30. <meta name="text:Link 1 Title" content=""/>
  31. <meta name="text:Link 1 URL" content=""/>
  32. <meta name="text:Link 2 Title" content=""/>
  33. <meta name="text:Link 2 URL" content=""/>
  34. <meta name="text:Link 3 Title" content=""/>
  35. <meta name="text:Link 3 URL" content=""/>
  36. <meta name="text:Link 4 Title" content=""/>
  37. <meta name="text:Link 4 URL" content=""/>
  38. <meta name="text:Link 5 Title" content=""/>
  39. <meta name="text:Link 5 URL" content=""/>
  40. <meta name="text:Link 6 Title" content=""/>
  41. <meta name="text:Link 6 URL" content=""/>
  42.  
  43. <link rel="shortcut icon" href="{Favicon}">
  44. {block:Description}
  45. <meta name="description" content="{MetaDescription}" />
  46. {/block:Description}
  47.  
  48. <title>{Title}</title>
  49.  
  50. </head>
  51.  
  52. <script src="http://static.tumblr.com/me5sfsd/1YFl414t0/jquery142.js"></script>
  53. <script type="text/javascript">
  54. $(document).ready(function () {
  55. $('li.drawer div:nth-child(2)').hide();
  56. $('li.drawer h4').click(function () {
  57. if ($(this).hasClass('open')) {
  58. $('li.drawer div:visible:nth-child(2)').slideUp().prev().removeClass('open');}
  59. else {
  60. $('li.drawer div:visible:nth-child(2)').slideUp().prev().removeClass('open');
  61. $(this).next().slideDown();
  62. $(this).addClass('open');}
  63. });
  64. };)
  65. </script>
  66.  
  67. <link href='http://fonts.googleapis.com/css?family=Nixie+One' rel='stylesheet' type='text/css'>
  68. <link href='http://fonts.googleapis.com/css?family=Advent+Pro:500' rel='stylesheet' type='text/css'>
  69.  
  70. <style type="text/css">
  71.  
  72.  
  73. {block:iftinycursor}body, a:hover {cursor: url(http://i.imgur.com/ZOrzC.png), progress !important;} a:hover {cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), progress !important;}{/block:iftinycursor}
  74.  
  75. ::-webkit-scrollbar {width: 7px; height: 4px; background: {color:background};}
  76. ::-webkit-scrollbar-thumb { background-color: {color:scrollbar};}
  77.  
  78. @font-face { font-family: "journal"; src: url('http://static.tumblr.com/xgp678o/5v8m6km27/journal.ttf'); }
  79.  
  80. iframe#tumblr_controls {right:3px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.5;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  81.  
  82. 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;}
  83.  
  84.  
  85. body {
  86. font-family: century gothic;
  87. font-size:11px;
  88. text-align:justify;
  89. line-height:12px;
  90. color:{color:Text};
  91. background-color:{color:background};
  92. background-image:url('{image:Background}');
  93. background-color:{color:Background};
  94. background-repeat: repeat;
  95. background-attachment: fixed;
  96. background-size: cover;
  97. }
  98.  
  99. .sidebar {
  100. position:fixed;
  101. font-size:11px;
  102. text-align:left;
  103. {block:Ifcenteredsidebar}text-align:center;
  104. {/block:Ifcenteredsidebar}{block:IfNotcenteredsidebar}text-alrign:right;{/block:IfNotcenteredsidebar}
  105. line-height:15px;
  106. width:240px;
  107. bottom:100px;
  108. padding:8px;
  109. right:150px;
  110. z-index:1;
  111. background-color: {color:sidebar}
  112. }
  113.  
  114.  
  115. .link {
  116. display: inline-block;
  117. background :{color:navigation};
  118. letter-spacing:1px;
  119. font-family: tahoma;
  120. font-size:8px;
  121. text-transform:uppercase;
  122. height: 18px;
  123. margin-bottom:5px; margin-left:1px;
  124. line-height:18px;
  125. padding-left:4px;padding-right:4px;
  126. text-align:center;
  127. color:{color:links}
  128. }
  129.  
  130. .link:hover {
  131. display: inline-block;
  132. background :{color:navigation hover};
  133. letter-spacing:1px;
  134. font-family: tahoma;
  135. font-size:8px;
  136. text-transform:uppercase;
  137. height: 18px;
  138. margin-top:0px; margin-left:1px;
  139. line-height:18px;
  140. padding-left:4px;padding-right:4px;
  141. text-align:center;
  142. border-radius:10px;
  143. color:{color:hover};
  144. -webkit-transition: all 0.6s linear;
  145. -webkit-transition: all 0.6s linear;
  146. -moz-transition: all 0.6s linear;
  147. transition: all 0.6s linear;
  148. }
  149.  
  150.  
  151. #hoverings
  152.  
  153. #hovering a {display:block;}
  154.  
  155. #hovering .dropdown {
  156. margin-top:-50px;filter: alpha(opacity = 0);opacity:0;
  157. -webkit-transition: all 0.6s ease-out;-moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out;
  158. }
  159. #hovering:hover .dropdown {
  160. margin-top:-10px;opacity:.8;filter: alpha(opacity = 100);
  161. -webkit-transition: all .7s ease-out;-moz-transition: all .7s ease-out;transition: all .7s ease-out;
  162. }
  163.  
  164. #navigation {
  165. width:0px;
  166. margin:auto;
  167. position:absolute;
  168. height:200%;
  169. }
  170.  
  171. #content {
  172. width:100%; margin-left:auto; margin-right:auto;
  173. position: relative;
  174. }
  175.  
  176. #postage {
  177. background-color:transparent; display:block;
  178. width:600px;margin-left:180px;margin-right:auto;height:100%;
  179. }
  180.  
  181. #content .posts {
  182. width:800px;margin-top:10px;
  183. right:auto; auto;margin-left:138px;margin-right:auto;
  184. position:relative;background-color:{color:Post};padding-left:10px;
  185. }
  186.  
  187. #content .posts img {
  188. {block:IndexPage}width:240px;padding:3px;
  189. {/block:IndexPage}
  190. {block:PermalinkPage}max-width: 600px; {/block:PermalinkPage}
  191. }
  192.  
  193. #content .entry {
  194. {block:IndexPage}width: 240px; float:left;
  195. position: relative;
  196. {/block:IndexPage}
  197. margin-right:15px;
  198. margin-bottom:5px;
  199. padding:0px;
  200. {block:PermalinkPage}width:600px; margin:auto; {/block:PermalinkPage}
  201. background-color: transparent;
  202. }
  203.  
  204. .video embed, .video object, .video iframe{
  205. {block:IndexPage}
  206. width:220px /**/ !important;{/block:IndexPage}
  207. {block:PermalinkPage}width:600px !important;
  208. {/block:PermalinkPage}
  209. height:auto !important;
  210. }
  211.  
  212. .base img {
  213. {block:IndexPage}max-width:220px;overflow-y:auto;{/block:IndexPage}
  214. }
  215.  
  216. .img {
  217. opacity:1;
  218. filter:alpha(opacity=100);
  219. -webkit-transition-duration:1s;
  220. }
  221.  
  222.  
  223.  
  224. .entry .permalink {
  225. padding-top:0px;
  226. }
  227.  
  228. .subtitle {
  229. letter-spacing:1px;font-size:17px;
  230. text-decoration: none;letter-spacing:0px;font-weight:none;line-height:100%;
  231. margin-bottom:0px;text-align:left;
  232. }
  233.  
  234.  
  235. .one {
  236. background-color:transparent;
  237. }
  238.  
  239. }
  240. .two {
  241. line-height:100%;margin-bottom:0px;
  242. }
  243.  
  244. .three {
  245. display:block;
  246. font-family:tahoma;
  247. position:absolute;
  248. font-size:9px;
  249. text-transform:uppercase;letter-spacing:1px;
  250. text-align:center;line-height:13px;
  251. opacity: 0;
  252. top:10px;
  253. height:12px;
  254. padding:4px;
  255. right: 5px;
  256. background-color: #fff;
  257.  
  258. -webkit-transition-duration:1s;
  259. filter: alpha(opacity = 0);-webkit-transition: 0.3s ease-in;}
  260.  
  261. .permalinkk a{color:#000;}
  262. .post:hover
  263. .permalinkk{opacity:0.75;filter: alpha(opacity = 75);-webkit-transition: 0.5s ease-in;}
  264. .post:hover
  265. .permalink {opacity: 1;}
  266.  
  267. .entry:hover .three {
  268. position: absolute;
  269. margin-left: 10px;
  270. opacity: 1;
  271. background-color: #f7f8f8;
  272. color:#000;
  273. color:black;
  274.  
  275. -webkit-transition: all 0.5s linear;
  276. -webkit-transition: all 0.5s linear;
  277. -moz-transition: all 0.5s linear;
  278. transition: all 0.5s linear;
  279. }
  280.  
  281. .threetext {
  282. display:block;
  283. position:absolute;
  284. text-transform:uppercase;
  285. opacity: 0;
  286. height:15px;
  287. width:220px;
  288. bottom:-10px;
  289. text-align:center;
  290. z-index:1;
  291.  
  292. -webkit-transition-duration: 0.5s;
  293. border-top-right-radius: 35px;
  294. border-bottom-right-radius: 35px;
  295. -webkit-transition: all 0.2s linear;
  296. -webkit-transition: all 0.2s linear;
  297. -moz-transition: all 0.2s linear;
  298. transition: all 0.2s linear;
  299. }
  300.  
  301. .entry:hover .threetext {
  302. position: absolute;
  303. -webkit-transition: all 0.4s linear;
  304. opacity: 0.8;
  305. -webkit-transition: all 0.4s linear;
  306. -moz-transition: all 0.4s linear;
  307. transition: all 0.4s linear;
  308. opacity: 0.8;}
  309.  
  310. .four {
  311. width:600px;
  312. margin-top:0px;margin-left:0px;margin-right:auto;
  313. font-family:{font:Text};
  314. font-size:9px;
  315. text-transform:uppercase;
  316. text-align:right;letter-spacing:1px;
  317. z-index: 100;
  318. }
  319.  
  320. .five {
  321. margin-top:0;margin-left:0px;margin-right:auto;margin-bottom:0px;
  322. width:600px;
  323. text-align:left;-
  324. background-color:#fff;
  325. max-height:150px;
  326. }
  327.  
  328. .six a {
  329. font-family: tahoma;
  330. font-size:8px;line-height:100%;
  331. padding:2px;
  332. color:black;
  333. z-index:1000;
  334.  
  335. -webkit-transition-duration:1s;
  336. }
  337.  
  338. .six a: hover {
  339. color:black;
  340. }
  341.  
  342.  
  343.  
  344. .eight {
  345. display:block;
  346. position:absolute;
  347. font-size:9px;
  348. text-transform:uppercase;letter-spacing:1px;
  349. text-align:center;line-height:13px;
  350. opacity: 0;
  351. font-family:tahoma;
  352. top:10px;
  353. height:12px;
  354. padding:4px;
  355. right: 55px;
  356. background-color: #fff;
  357.  
  358. -webkit-transition-duration:1s;
  359. filter: alpha(opacity = 0);-webkit-transition: 0.3s ease-in;}
  360.  
  361. .permalinkk a{color:#000;}
  362. .post:hover
  363. .permalinkk{opacity:0.75;filter: alpha(opacity = 75);-webkit-transition: 0.5s ease-in;}
  364. .post:hover
  365. .permalink {opacity: 1;}
  366.  
  367. .entry:hover .eight {
  368. position: absolute;
  369. margin-left: 65px;
  370. opacity: 1;
  371. background-color: #f7f8f8;
  372. color:#000;
  373. color:black;
  374.  
  375. -webkit-transition: all 0.5s linear;
  376. -webkit-transition: all 0.5s linear;
  377. -moz-transition: all 0.5s linear;
  378. transition: all 0.5s linear;
  379. }
  380.  
  381. .perma{
  382. text-align:left;
  383. display:block;
  384. width: auto;
  385. margin-top:7px;
  386. padding: 1px;
  387. font-family:tahoma;
  388. border-top: 1px solid #000;
  389. font-size:8px;
  390. line-height:13px;
  391. text-transform:uppercase;}
  392.  
  393.  
  394. .permalink {
  395. {block:IndexPage}
  396. float:right;
  397. position: absolute;
  398. margin-top:0px;
  399. opacity: 0;
  400. z-index: 50;
  401. text-align:right;
  402. {/block:IndexPage}
  403. }
  404.  
  405. u {
  406. color: {color:text};
  407. border-bottom: 1px solid {color:text};
  408. }
  409.  
  410. b.STRONG {
  411. font-size:9px;
  412. letter-spacing:1px;
  413. }
  414.  
  415. ul{
  416. margin-left:-15px;
  417. }
  418.  
  419. a {
  420. color:{color:Links};
  421. text-decoration: none;
  422. }
  423.  
  424. a:hover {
  425. color:{color:Hover};text-decoration: none;
  426. -webkit-transition-duration: .3s;
  427. }
  428.  
  429. blockquote {
  430. padding-left:5px; padding-right:5px;
  431. padding-top:1px; padding-bottom:1px;
  432. margin-left:5px; margin-right:0px;
  433. border-left: 1px solid #c0c0c0;
  434. }
  435.  
  436. .chat ul {
  437. padding:0px 0px 0px 0px;
  438. margin:0px 0px 0px 0px;
  439. }
  440.  
  441.  
  442. .chat li {
  443. list-style-type: none;padding-left:0px;margin-right:0px;
  444. }
  445.  
  446. .chat li.odd {
  447. color: {color:Text};
  448. }
  449.  
  450. .chat li.even {
  451. color: {color:Links};
  452. }
  453.  
  454. .label {
  455. font-size:10px;
  456. }
  457.  
  458. .musicplayer {
  459. background-color: #fff;
  460. -moz-box-shadow: 3px 3px 4px #ccc;
  461. -webkit-box-shadow: 3px 3px 4px #ccc;
  462. box-shadow: 3px 3px 4px #ccc;
  463. }
  464.  
  465. .album-art {
  466. float: left;width: 100px;height: 100px;
  467. overflow: hidden;
  468. }
  469.  
  470. .nine{
  471. bottom:5px;
  472. right:5px;
  473. font-size:11px;
  474. z-index:4;
  475. position:fixed;
  476. font-family: "century gothic";
  477. padding:0px;
  478. -webkit-transition: all 0.7s ease-out; -moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;
  479. }
  480. .nine:hover{
  481. bottom:15px;
  482. font-family: "century gothic";
  483. -webkit-transition: all 0.7s ease-out; -moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;
  484. }
  485. .nine .linkk{opacity:0;
  486. bottom:5px;
  487. right:7px;
  488. font-family: "century gothic";
  489. font-size:11px;
  490. z-index:4;
  491. position:fixed;
  492. padding:0px;
  493. -webkit-transition: all 0.7s ease-out; -moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;
  494. }
  495. .nine:hover .linkk{
  496. opacity:0.9;
  497. -webkit-transition: all 0.7s ease-out; -moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;
  498. }
  499. #linksss{
  500. position:fixed !important;
  501. width:auto;
  502. height:auto;
  503. right:3px;
  504. top:26px;
  505. }
  506.  
  507. </style>
  508.  
  509. {block:ifrainbowlinks}
  510. <script type="text/javascript" src="http://static.tumblr.com/jn17x0j/2Zvltn7mc/rainbow_links.txt
  511. "></script>{/block:ifrainbowlinks}
  512.  
  513. <script src="http://static.tumblr.com/df28qmy/SHUlh3i7s/jquery.infinitescroll.js"></script>
  514.  
  515. <script src="http://static.tumblr.com/thpaaos/lLwkowcqm/jquery.masonry.js"></script>
  516.  
  517. <script type="text/javascript">
  518.  
  519. $(window).load(function () {
  520. $('.posts').masonry(),
  521. $('.masonryWrap').infinitescroll({
  522. navSelector : "div#navigation",
  523. // selector for the paged navigation (it will be hidden)
  524. nextSelector : "div#navigation a#nextPage",
  525. // selector for the NEXT link (to page 2)
  526. itemSelector : ".entry",
  527. // selector for all items you'll retrieve
  528. bufferPx : 10000,
  529. extraScrollPx: 10,
  530. loadingImg : "http://www.infinite-scroll.com/loading.gif",
  531. loadingText : "<em></em>",
  532. },
  533. // call masonry as a callback.
  534. function() { $('.posts').masonry({ appendedContent: $(this) }); }
  535. );
  536. });
  537. </script>
  538.  
  539. </head>
  540. <script src='http://static.tumblr.com/xgp678o/IdWm3lca4/infinitescrolling.txt' type='text/javascript'></script>
  541.  
  542. <body>
  543.  
  544. <div id="content">
  545. <div id="postage">
  546.  
  547. <div class="sidebar">
  548. <div style="max-width:500px;margin-left:auto;margin-right:auto;">
  549. <br>
  550.  
  551. <div id="hovering"><h4>
  552. {block:Iftitle}
  553. <div style="font-size:31px;font-family: 'journal'; margin-bottom:10px;">
  554. {title}
  555. </div>
  556. {/block:Iftitle}{block:IfNottitle}{/block:IfNottitle}
  557.  
  558. <a href="/"><center>
  559. {block:IfSidebarImage}<img src="{image:Sidebar}" width="240"><br><br>{/block:IfSidebarImage}{block:IfNotSidebarImage}<br>{/block:IfNotSidebarImage}
  560. </center></a>
  561. <div style="font-weight:normal;">
  562. {Description}
  563. <br><br></div>
  564.  
  565. </h4>
  566.  
  567. {block:Ifcenteredsidebar}<div style="text-align:center;padding-left:0px;">
  568. {/block:Ifcenteredsidebar}{block:IfNotcenteredsidebar}<div style="text-align:right;padding-left:20px;">{/block:IfNotcenteredsidebar}
  569. <div class="dropdown">
  570. <div class="link"><a href="/">home</a></div>
  571. <div class="link"><a href="/ask">ask</a></div>
  572. <div class="link"><a href="/archive">archive</a></div>
  573.  
  574.  
  575.  
  576. {block:ifLink1Title}
  577. <a href="{text:Link 1 URL}" class="link">{text:Link 1 Title}</a>&nbsp;&nbsp;
  578. {/block:ifLink1Title}
  579.  
  580. {block:ifLink2Title}
  581. <a href="{text:Link 2 URL}" class="link">{text:Link 2 Title}</a>&nbsp;&nbsp;
  582. {/block:ifLink2Title}
  583.  
  584. {block:ifLink3Title}
  585. <a href="{text:Link 3 URL}" class="link">{text:Link 3 Title}</a>&nbsp;&nbsp;
  586. {/block:ifLink3Title}
  587.  
  588. {block:ifLink4Title}
  589. <a href="{text:Link 4 URL}" class="link">{text:Link 4 Title}</a>&nbsp;&nbsp;
  590. {/block:ifLink4Title}
  591.  
  592. {block:ifLink5Title}
  593. <a href="{text:Link 5 URL}" class="link">{text:Link 5 Title}&nbsp;&nbsp;</a>
  594. {/block:ifLink5Title}
  595.  
  596. {block:ifLink6Title}
  597. <a href="{text:Link 6 URL}" class="link">{text:Link 6 Title}&nbsp;&nbsp;</a>
  598. {/block:ifLink6Title}
  599.  
  600. <div class="link">
  601. <a href="http://classy-lovely.tumblr.com/">theme</a>
  602. </div>
  603. <br><br>
  604. </div>
  605. </div></div></div>
  606.  
  607.  
  608.  
  609. </div>{block:IndexPage}
  610. <div class="column navigation" id="navigation">
  611. {block:Pagination}
  612. {block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage}
  613. {block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination}
  614. </div>{/block:IndexPage}
  615.  
  616. </div>
  617. <div class="posts"> {block:Posts}
  618. <div class="entry">
  619.  
  620.  
  621. {block:TEXT}
  622.  
  623. {block:Title} <a href="{permalink}"><div class="subtitle">{title}</div></a> {/block:Title}
  624. <div class="base">{Body}</div>
  625.  
  626. {block:IndexPage}<div class="perma"><a href="{permalink}">{block:NoteCount} - {NoteCountWithLabel}{/block:NoteCount} {TimeAgo} </a> - <a href="{ReblogURL}"> REBLOG</a>
  627. </div>{/block:IndexPage}
  628.  
  629. {block:PermalinkPage}
  630. <div class="four">
  631. {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}<br>
  632. {block:Date}Posted on {Month} {DayOfMonth}{DayOfMonthSuffix} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date}
  633.  
  634. {block:RebloggedFrom}<br>reblogged from: <a href="{ReblogParentURL}">{ReblogParentName}</a> <br> {/block:RebloggedFrom}
  635. {block:RebloggedFrom}source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}
  636. {block:HasTags}<br><Br> tagged as: {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags}</div>
  637. <div class="five">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  638. {/block:PermalinkPage}
  639. {/block:Text}
  640.  
  641.  
  642. {block:PHOTO}
  643.  
  644. <div class="img">
  645. {block:IndexPage}{LinkOpenTag}<a href="{Permalink}">{/block:IndexPage}
  646. {block:PermalinkPage}<a href="{PhotoURL-HighRes}">{/block:PermalinkPage}
  647. <center><img src="{PhotoURL-500}" alt="{PhotoAlt}" {block:IndexPage}width="240"{/block:IndexPage}{block:PermalinkPage}width="400"{/block:PermalinkPage}/></center></a>
  648. </div>{LinkCloseTag}
  649.  
  650. {block:IndexPage}{block:Photos}<a href="{permalink}"><img src="{PhotoURL-500}" width="300" /></a>
  651. {/block:Photos}
  652. <div class="six"><div class="three"><a href="{ReblogURL}">REBLOG</a></div><div class="eight"> <a href="{permalink}">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
  653. </a></div></div>{/block:IndexPage}
  654. {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}<br>
  655. {/block:PermalinkPage}
  656.  
  657. {block:PermalinkPage}
  658. <div class="four">
  659. {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}<br>
  660. {block:Date}Posted on {Month} {DayOfMonth}{DayOfMonthSuffix} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date}
  661.  
  662. {block:RebloggedFrom}<br>reblogged from: <a href="{ReblogParentURL}">{ReblogParentName}</a> <br> {/block:RebloggedFrom}
  663. {block:RebloggedFrom}source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}
  664. {block:HasTags}<br><Br> tagged as: {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags}</div>
  665. <div class="five">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  666. {/block:PermalinkPage}
  667. {/block:Photo}
  668.  
  669.  
  670. {block:PHOTOSET}
  671.  
  672. {block:IndexPage}{block:Photos}<a href="{permalink}"><img src="{PhotoURL-500}" width="300" /></a>
  673. {/block:Photos}
  674. <div class="six"><div class="three"><a href="{ReblogURL}">REBLOG</a></div><div class="eight"> <a href="{permalink}">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
  675. </a></div></div>{/block:IndexPage}
  676.  
  677. {block:PermalinkPage}
  678. {Photoset-500}<br>{block:Caption}{Caption}<br><br>{/block:Caption}
  679. {/block:PermalinkPage}
  680.  
  681. {block:PermalinkPage}
  682. <div class="four">
  683. {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}<br>
  684. {block:Date}Posted on {Month} {DayOfMonth}{DayOfMonthSuffix} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date}
  685.  
  686. {block:RebloggedFrom}<br>reblogged from: <a href="{ReblogParentURL}">{ReblogParentName}</a> <br> {/block:RebloggedFrom}
  687. {block:RebloggedFrom}source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}
  688. {block:HasTags}<br><Br> tagged as: {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags}</div>
  689. <div class="five">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  690. {/block:PermalinkPage}
  691. {/block:Photoset}
  692.  
  693.  
  694. {block:QUOTE}
  695.  
  696. <a href="{permalink}"><div class="subtitle">{Quote}</div></a>
  697. {block:Source} <div align="right">― {Source}</div>{/block:Source}
  698.  
  699. {block:IndexPage}<div class="perma"><a href="{permalink}">{block:NoteCount} - {NoteCountWithLabel}{/block:NoteCount} {TimeAgo} </a> - <a href="{ReblogURL}"> REBLOG</a>
  700. </div>{/block:IndexPage}
  701.  
  702. {block:PermalinkPage}
  703. <div class="four">
  704. {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}<br>
  705. {block:Date}Posted on {Month} {DayOfMonth}{DayOfMonthSuffix} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date}
  706.  
  707. {block:RebloggedFrom}<br>via: <a href="{ReblogParentURL}">{ReblogParentName}</a> <br> {/block:RebloggedFrom}
  708. {block:RebloggedFrom}source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}
  709. {block:HasTags}<br><Br> tagged as: {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags}</div>
  710. <div class="five">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  711. {/block:PermalinkPage}
  712. {/block:Quote}
  713.  
  714.  
  715. {block:LINK}
  716.  
  717. <div class="subtitle"><a href="{URL}"{Target}>&rarr; {Name}</a></div>
  718. {block:Description} {Description}{/block:Description}
  719.  
  720. {block:IndexPage}<div class="perma"><a href="{permalink}">{block:NoteCount} - {NoteCountWithLabel}{/block:NoteCount} {TimeAgo} </a> - <a href="{ReblogURL}"> REBLOG</a>
  721. </div>{/block:IndexPage}
  722.  
  723. {block:PermalinkPage}
  724. <div class="four">
  725. {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}<br>
  726. {block:Date}Posted on {Month} {DayOfMonth}{DayOfMonthSuffix} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date}
  727.  
  728. {block:RebloggedFrom}<br>via: <a href="{ReblogParentURL}">{ReblogParentName}</a> <br> {/block:RebloggedFrom}
  729. {block:RebloggedFrom}source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}
  730. {block:HasTags}<br><Br> tagged as: {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags}</div>
  731. <div class="five">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  732. {/block:PermalinkPage}
  733. {/block:Link}
  734.  
  735.  
  736. {block:ANSWER}
  737.  
  738. <div style="text-align:left;padding-left:20px;padding-right:10px;padding-top:15px;padding-bottom:5px;"><div class="one">{Asker} asked: {Question}</div></div><div style="text-align:left;padding-left:10px;padding-right:10px;"><div class="two">{Answer}</div></div>
  739.  
  740. {block:IndexPage}<div class="perma"><a href="{permalink}">{block:NoteCount} - {NoteCountWithLabel}{/block:NoteCount} {TimeAgo} </a>
  741. </div>{/block:IndexPage}
  742.  
  743. {block:PermalinkPage}
  744. <div class="four">
  745. {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}<br>
  746. {block:Date}Posted on {Month} {DayOfMonth}{DayOfMonthSuffix} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date}
  747.  
  748. {block:RebloggedFrom}<br>via: <a href="{ReblogParentURL}">{ReblogParentName}</a> <br> {/block:RebloggedFrom}
  749. {block:RebloggedFrom}source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}
  750. {block:HasTags}<br><Br> tagged as: {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags}</div>
  751. <div class="five">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  752. {/block:PermalinkPage}
  753. {/block:Answer}
  754.  
  755.  
  756. {block:CHAT}
  757.  
  758. {block:Title}
  759. <div class="subtitle"><a href="{Permalink}">{Title}</a></div>{/block:Title}
  760. <div class="chat ul">
  761. {block:Lines}
  762. <li class="{Alt} user_{UserNumber}">
  763. {block:Label}<span class="label">{Label}</span>{/block:Label} {Line}</li>
  764. {/block:Lines}</div></li>
  765.  
  766. {block:IndexPage}<div class="perma"><a href="{permalink}">{block:NoteCount} - {NoteCountWithLabel}{/block:NoteCount} {TimeAgo} </a> - <a href="{ReblogURL}"> REBLOG</a>
  767. </div>{/block:IndexPage}
  768.  
  769.  
  770. {block:PermalinkPage}
  771. <div class="four">
  772. {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}<br>
  773. {block:Date}Posted on {Month} {DayOfMonth}{DayOfMonthSuffix} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date}
  774.  
  775. {block:RebloggedFrom}<br>via: <a href="{ReblogParentURL}">{ReblogParentName}</a> <br> {/block:RebloggedFrom}
  776. {block:RebloggedFrom}source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}
  777. {block:HasTags}<br><Br> tagged as: {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags}</div>
  778. <div class="five">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  779. {/block:PermalinkPage}
  780. {/block:Chat}
  781.  
  782.  
  783. {block:VIDEO}
  784.  
  785. {block:PermalinkPage}<div class="video">{Video-500}
  786. </div>{/block:PermalinkPage}
  787.  
  788. {block:IndexPage}{block:Photos}<a href="{permalink}"><img src="{PhotoURL-500}" width="300" /></a>{/block:Photos}
  789. <div class="six"><div class="three">
  790. <a href="{ReblogURL}">REBLOG</a><a href="{permalink}">{block:NoteCount} - {NoteCountWithLabel}{/block:NoteCount}</a>
  791. </div></div>{/block:IndexPage}
  792.  
  793. {block:PermalinkPage}
  794. <div class="four">
  795. {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}<br>
  796. {block:Date}Posted on {Month} {DayOfMonth}{DayOfMonthSuffix} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date}
  797.  
  798. {block:RebloggedFrom}<br>via: <a href="{ReblogParentURL}">{ReblogParentName}</a> <br> {/block:RebloggedFrom}
  799. {block:RebloggedFrom}source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}
  800. {block:HasTags}<br><Br> tagged as: {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags}</div>
  801. <div class="five">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  802. {/block:PermalinkPage}
  803. {/block:Video}
  804.  
  805.  
  806. {block:AUDIO}
  807.  
  808. {block:PermalinkPage}
  809. {block:AlbumArt}<div class="albums"><img src="{AlbumsURL}" height="100px"></div>{/block:AlbumArt}{/block:PermalinkPage}
  810. <div class="musicplayer">{AudioPlayerWhite}</div>{block:Caption}{Caption}{/block:Caption}
  811. {block:PermalinkPage}
  812. {block:TrackName}<br><br>
  813. <b>{TrackName}</b>
  814. {/block:TrackName} by {block:Artist}
  815. {Artist}{/block:Artist}<br>{PlayCountWithLabel}{/block:PermalinkPage}
  816.  
  817. {block:IndexPage}<div class="six"><div class="threetext"><a href="{permalink}">{block:NoteCount} - {NoteCountWithLabel}{/block:NoteCount} {TimeAgo} </a><a href="{ReblogURL}">REBLOG</a>
  818. </div></div>{/block:IndexPage}
  819.  
  820. {block:PermalinkPage}
  821. <div class="four">
  822. {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}<br>
  823. {block:Date}Posted on {Month} {DayOfMonth}{DayOfMonthSuffix} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date}
  824.  
  825. {block:RebloggedFrom}<br>via: <a href="{ReblogParentURL}">{ReblogParentName}</a> <br> {/block:RebloggedFrom}
  826. {block:RebloggedFrom}source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}
  827. {block:HasTags}<br><Br> tagged as: {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags}</div>
  828. <div class="five">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  829. {/block:PermalinkPage}
  830. {/block:Audio}
  831.  
  832. </div>
  833.  
  834. {/block:Posts}
  835. </div></div>
  836.  
  837. </body>
  838. </div><div class="nine"><a href="http://classy-lovely.tumblr.com">theme credit</a><br><div class="linkk"><a href="http://classy-lovely.tumblr.com">classy-lovely</a></div>
  839. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement