Advertisement
benshepherd

Untitled

Feb 26th, 2014
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 29.20 KB | None | 0 0
  1. <HTML LANG="EN">
  2.  
  3. <!---------------------------------------
  4. Theme 'Liberation' by James, 2012.
  5. http://themesbyjames.tumblr.com
  6. --------------------------------------->
  7.  
  8. <head>
  9. <!-- TITLE - FOR CUSTOM TITLE CHANGE "{TITLE}" -->
  10. <title>{title}</title>
  11. <!-- THE COLOR -->
  12. <meta name="color:Background" content="#FFF"/>
  13. <meta name="color:Posts" content="#FFF"/>
  14. <meta name="color:Title" content="#292929"/>
  15. <meta name="color:Text" content="#363636"/>
  16. <meta name="color:Link" content="#000"/>
  17. <meta name="color:Hover" content="#D4D4D4"/>
  18. <meta name="color:Scrollbar" content="#130C11"/>
  19. <!-- IMAGE UPLOADS -->
  20. <meta name="image:Banner" content=""/>
  21. <meta name="image:Background" content="http://static.tumblr.com/ek9ly4s/i6Fm12595/pagebg.png"/>
  22. <!-- THE IF'S -->
  23. <meta name="if:Inverted Fade" content="0"/>
  24. <meta name="if:Show Time Ago on Posts" content="0"/>
  25. <meta name="if:Post Background Transparent" content="1"/>
  26. <meta name="if:Show Default Links" content="1">
  27. <meta name="if:Three Columns" content="1"/>
  28. <meta name="if:Two Columns" content="0"/>
  29. <meta name="if:Reblog Link On Hover" content="1"/>
  30. <meta name="if:Show Blog Description" content="1"/>
  31. <meta name="if:Install Button" content="1"/>
  32. <!-- FONT -->
  33. <meta name="font:Body" content="Arial, 'Helvetica Neue', Helvetica, sans-serif"/>
  34. <!-- TEXT -->
  35. <meta name="text:Link One" content="" />
  36. <meta name="text:Link One Title" content="" />
  37. <meta name="text:Link Two" content="" />
  38. <meta name="text:Link Two Title" content="" />
  39. <meta name="text:Link Three" content="" />
  40. <meta name="text:Link Three Title" content="" />
  41. <meta name="text:Link Four" content="" />
  42. <meta name="text:link Four Title" content="" />
  43. <meta name="text:link Five" content="" />
  44. <meta name="text:link Five Title" content="" />
  45. <!-- STYLESHEETS -->
  46. <link rel="stylesheet" href="http://static.tumblr.com/tak5d5w/raDlsuinn/quicksandfonts.css" type="text/css" charset="utf-8">
  47. <link href='http://fonts.googleapis.com/css?family=Delius+Unicase' rel='stylesheet' type='text/css'>
  48. <link href='http://fonts.googleapis.com/css?family=Ubuntu+Condensed' rel='stylesheet' type='text/css'>
  49. </script>
  50. <meta name="description" content="{MetaDescription}" />
  51. {/block:Description}
  52. <style type="text/css">
  53. body {
  54. margin: 0px;
  55. background-color: {
  56. color:Background
  57. }
  58. ;
  59. background-image:url({image:Background});
  60. background-attachment: fixed;
  61. background-repeat: repeat;
  62. font-size: 11px;
  63. font-family: {
  64. font:Body
  65. };
  66. line-height:12px;
  67. color: {
  68. color:Text
  69. };
  70. }
  71.  
  72. ::-webkit-scrollbar {
  73. width: 5px;
  74. height: 5px;
  75. background: {
  76. color:Background
  77. };
  78. }
  79. ::-webkit-scrollbar-thumb {
  80. background-color: {
  81. color:scrollbar
  82. };
  83. -webkit-border-radius: 4ex;
  84. }
  85. a:link, a:active, a:visited {
  86. color: {
  87. color:Link
  88. }
  89. ;
  90. text-decoration: none;
  91. -webkit-transition: all 0.6s ease-out;
  92. -moz-transition: all 0.6s ease-out;
  93. -o-transition: all 0.6s ease-out;
  94. transition: all 0.6s ease-out;
  95. }
  96. a:hover {
  97. color: {
  98. color:Hover
  99. }
  100. ;
  101. text-decoration: none;
  102. -webkit-transition: all 0.3s ease-out;
  103. -moz-transition: all 0.3s ease-out;
  104. -o-transition: all 0.3s ease-out;
  105. transition: all 0.3s ease-out;
  106. }
  107. .sidelink {
  108. font-style: none;
  109. font-family: {
  110. font:Body
  111. }
  112. ;
  113. font-color: {
  114. color:Text
  115. };
  116. text-align: center;
  117. padding-right:5px;
  118. text-transform:uppercase;
  119. font-size:11px;
  120. -webkit-transition: all 1.5s linear;
  121. -moz-transition: all 1.5s linear;
  122. transition: all 1.5s linear;
  123. }
  124. .description {
  125. font-style: none;
  126. font-family: {
  127. font:Body
  128. }
  129. ;
  130. font-color: {
  131. color:Text
  132. };
  133. text-align: center;
  134. text-transform:uppercase;
  135. font-size:11px;
  136. }
  137. .sidelink:hover {
  138. background-color: rgba(0,0,0,0);
  139. style: none;
  140. color: {
  141. color:Hover
  142. }
  143. ;
  144. -webkit-transition: all 0.2s linear;
  145. -moz-transition: all 0.2s linear;
  146. transition: all 0.2s linear;
  147. }
  148. .sidelink a:hover {
  149. color: {
  150. color:Link
  151. }
  152. ;
  153. -webkit-transition: all 0.2s linear;
  154. -moz-transition: all 0.2s linear;
  155. transition: all 0.2s linear;
  156. }
  157. iframe#tumblr_controls {
  158. position: absolute;
  159. z-index: 1337;
  160. top: 0px;
  161. right: 0px;
  162. border: 0px;
  163. background-color: transparent;
  164. overflow: hidden
  165. }
  166. #posts1 {
  167. {
  168. block:ifThreeColumns
  169. }
  170. width:345px;
  171. height:auto;
  172. } {
  173. /block:ifThreeColumns
  174. } {
  175. block:ifTwoColumns
  176. }
  177. width:500px;
  178. height:auto;
  179. } {
  180. /block:ifTwoColumns
  181. } {
  182. block:PermalinkPage
  183. }
  184. width:600px; {
  185. /block:PermalinkPage
  186. }
  187. }
  188. #posts2 {
  189. padding-top: 3px;
  190. padding-bottom: 3px;
  191. position: fixed !important;
  192. {
  193. block:ifThreeColumns
  194. }
  195. width:345px;
  196. height:207px; {
  197. /block:ifThreeColumns
  198. } {
  199. block:ifTwoColumns
  200. }
  201. width:500px;
  202. height:207px; {
  203. /block:ifTwoColumns
  204. } {
  205. block:ifnotpostbackgroundtransparent
  206. }
  207. background: {
  208. color:posts
  209. }; {
  210. /block:ifnotpostbackgroundtransparent
  211. } {
  212. block:ifpostbackgroundtransparent
  213. }
  214. background:transparent; {
  215. block:ifpostbackgroundtransparent
  216. } {
  217. block:PermalinkPage
  218. }
  219. width:600px;
  220. height:207px; {
  221. /block:PermalinkPage
  222. }
  223. }
  224. #containerr {
  225. margin: auto;
  226. top: 30px;
  227. padding-top: 15px;
  228. position: relative;
  229. {
  230. block:indexpage
  231. }
  232. {
  233. block:ifThreeColumns
  234. }
  235. width:1090px;
  236. left:10px; {
  237. /block:ifThreeColumns
  238. } {
  239. block:ifTwoColumns
  240. }
  241. width:1090px;
  242. left:30px; {
  243. /block:ifTwoColumns
  244. } {
  245. /block:indexpage
  246. } {
  247. block:permalinkpage
  248. } {
  249. block:ifThreeColumns
  250. }
  251. width:1090px;
  252. left:90px; {
  253. /block:ifThreeColumns
  254. } {
  255. block:ifTwoColumns
  256. }
  257. width:1090px;
  258. left:96px; {
  259. /block:ifTwoColumns
  260. } {
  261. /block:permalinkpage
  262. }
  263. overflow:hidden;
  264. }
  265. #container .topbanner {
  266. z-index: 999999999999999;
  267. top: 0px;
  268. width: 900px;
  269. height: auto;
  270. background-color: transparent;
  271. }
  272. #posts {
  273. {
  274. block:indexpage
  275. }
  276. {
  277. block:ifThreeColumns
  278. }
  279. width:1080px; {
  280. /block:ifThreeColumns
  281. } {
  282. block:ifTwoColumns
  283. }
  284. width:1100px; {
  285. /block:ifTwoColumns
  286. } {
  287. /block:indexpage
  288. } {
  289. block:permalinkpage
  290. }
  291. width:800px; {
  292. /block:permalinkpage
  293. }
  294. }
  295. #install {
  296. position: fixed !important;
  297. width: auto;
  298. height: auto;
  299. right: 3px;
  300. top: 26px;
  301. }
  302. #install:hover {
  303. position: fixed !important;
  304. width: auto;
  305. height: auto;
  306. }
  307. #entry {
  308. z-index: 9999;
  309. border: 0px solid;
  310. border-color: #FFFFF1;
  311. float: left;
  312. {
  313. block:ifThreeColumns
  314. }
  315. width:345px;
  316. height:auto; {
  317. /block:ifThreeColumns
  318. } {
  319. block:ifTwoColumns
  320. }
  321. width:500px;
  322. height:auto; {
  323. /block:ifTwoColumns
  324. }
  325. background-color:transparent; {
  326. block:PermalinkPage
  327. }
  328. width: 600px;
  329. height: auto; {
  330. /block:PermalinkPage
  331. }
  332. line-height:8px;
  333. padding:0px;
  334. margin-right:10px;
  335. margin-bottom:10px;
  336. overflow:hidden;
  337. }
  338. #entry img {
  339. {
  340. block:IndexPage
  341. }
  342. {
  343. block:ifThreeColumns
  344. }
  345. max-width: 345px;
  346. height: auto; {
  347. /block:ifThreeColumns
  348. } {
  349. block:ifTwoColumns
  350. }
  351. max-width: 500px;
  352. height: auto; {
  353. /block:ifTwoColumns
  354. } {
  355. /block:IndexPage
  356. } {
  357. block:PermalinkPage
  358. }
  359. max-width: 600px;
  360. height: auto; {
  361. /block:PermalinkPage
  362. }
  363. } {
  364. block:ifReblogLinkOnHover
  365. }
  366. #entry:hover #reblog {
  367. {
  368. block:IndexPage
  369. }
  370. {
  371. block:ifThreeColumns
  372. }
  373. margin-left:315px; {
  374. /block:ifThreeColumns
  375. } {
  376. block:ifTwoColumns
  377. }
  378. margin-left:470px; {
  379. /block:ifTwoColumns
  380. }
  381. margin-top:8px;
  382. opacity:1;
  383. -webkit-transition: all 0.3s ease-out;
  384. -moz-transition: all 0.3s ease-out;
  385. transition: all 0.3s ease-out; {
  386. /block:IndexPage
  387. }
  388. }
  389. #reblog {
  390. width: 22px;
  391. float: left;
  392. {
  393. block:ifThreeColumns
  394. }
  395. margin-left:315px; {
  396. /block:ifThreeColumns
  397. } {
  398. block:ifTwoColumns
  399. }
  400. margin-left:470px; {
  401. /block:ifTwoColumns
  402. }
  403. margin-top:0px;
  404. position:absolute;
  405. opacity:0;
  406. -webkit-transition: all 0.3s ease-out;
  407. -moz-transition: all 0.3s ease-out;
  408. transition: all 0.3s ease-out;
  409. } {
  410. /block:ifReblogLinkOnHover
  411. }
  412. #permapagenotesbox {
  413. font-family: {
  414. Font:Body
  415. }
  416. ;
  417. font-size: 9px;
  418. text-align: center;
  419. padding-bottom:10px;
  420. z-index:9999;
  421. width:600px; {
  422. block:ifnotpostbackgroundtransparent
  423. }
  424. background: {
  425. color:posts
  426. }; {
  427. /block:ifnotpostbackgroundtransparent
  428. } {
  429. block:ifpostbackgroundtransparent
  430. }
  431. background:transparent; {
  432. block:ifpostbackgroundtransparent
  433. }
  434. }
  435. #pagination {
  436. font-size: 10px;
  437. }
  438. #permapage {
  439. font-family: {
  440. Font:Body
  441. }
  442. ;
  443. font-size: 9px;
  444. text-align: center;
  445. padding-bottom:10px;
  446. z-index:9999;
  447. }
  448. #notes {
  449. {
  450. block:permalinkpage
  451. }
  452. {
  453. block:ifnotpostbackgroundtransparent
  454. }
  455. background: {
  456. color:posts
  457. }; {
  458. /block:ifnotpostbackgroundtransparent
  459. } {
  460. block:ifpostbackgroundtransparent
  461. }
  462. background:transparent; {
  463. block:ifpostbackgroundtransparent
  464. }
  465. display:block;
  466. width:800px;
  467. float: left;
  468. padding:10px;
  469. overflow:visible;
  470. z-index:9999999;
  471. margin-top: 10px;
  472. outline:1px solid rgba(0, 0, 0, .1);
  473. border:2px solid rgba(0, 0, 0, .05);
  474. text-align: left; {
  475. /block:permalinkpage
  476. }
  477. }
  478. .title {
  479. font-family: {
  480. font:Body
  481. }
  482. ;
  483. text-transform:uppercase;
  484. font-size: 14px;
  485. line-height: 14px;
  486. color: {
  487. color:Title
  488. };
  489. letter-spacing: 0px;
  490. }
  491. .asktitle {
  492. font-family: {
  493. font:Body
  494. }
  495. ;
  496. font-size: 12px;
  497. line-height: 12px;
  498. color: {
  499. color:Title
  500. };
  501. font-weight: normal;
  502. letter-spacing: 0px;
  503. }
  504. .credy:hover {
  505. font-family: Arial;
  506. font-size: 9px;
  507. opacity: .6;
  508. color: {
  509. color:Body
  510. }
  511. ;
  512. letter-spacing: 0px;
  513. border-style: inset;
  514. border-width: 2px;
  515. }
  516. .permalinktext {
  517. font-family: {
  518. Font:Body
  519. }
  520. ;
  521. padding: 5px;
  522. position: absolute;
  523. text-align: center;
  524. width: 200px;
  525. -moz-transition: 0.3s ease-out;
  526. -webkit-transition: 0.3s ease-out;
  527. transition: 0.3s ease-out;
  528. opacity:0;
  529. }
  530. .permalinktext a {
  531. color: {
  532. color:links
  533. }
  534. ;
  535. }
  536. .entry:hover .permalinktext {
  537. -moz-transition: 0.3s ease-out;
  538. -webkit-transition: 0.3s ease-out;
  539. transition: 0.3s ease-out;
  540. width: 200px;
  541. text-decoration: line-through;
  542. height: auto;
  543. display: block;
  544. opacity: 1;
  545. }
  546. blockquote {
  547. padding: 0px 0px 2px 3px;
  548. margin: 0px 0px 2px 1px;
  549. }
  550. ul, ol, li {
  551. list-style: none;
  552. margin: 0px;
  553. padding: 0px;
  554. }
  555. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label, .user_7 .label, .user_8 .label, .user_9 .label {
  556. color: {
  557. color:Title
  558. }
  559. ;
  560. }
  561. a.links {
  562. font-family: Arial;
  563. font-size: 10px;
  564. line-height: 9px;
  565. text-transform: normal;
  566. letter-spacing: 0px;
  567. display: block;
  568. padding: 0px;
  569. margin-bottom: 0px;
  570. -moz-border-radius: 0px;
  571. border-radius: 0px;
  572. }
  573. a.links:hover {
  574. font-style: italic;
  575. text-decoration: underline;
  576. letter-spacing: 10px;
  577. }
  578. h2 {
  579. color: {
  580. color:link
  581. }
  582. ;
  583. font-weight: normal;
  584. font-size: 50px;
  585. font-family: 'BebasNeueRegular', sans-serif;
  586. line-height: 0px;
  587. text-transform:uppercase;
  588. }
  589. h1 a {
  590. color: link
  591. }
  592. } {
  593. block:ifInvertedFade
  594. }
  595. img {
  596. -webkit-transition: opacity 0.7s linear;
  597. opacity: 50;
  598. }
  599. img:hover {
  600. -webkit-transition: opacity 0.2s linear;
  601. opacity: .60;
  602. }
  603. {
  604. /block:ifInvertedFade
  605. } {
  606. CustomCSS
  607. }
  608. img {
  609. -webkit-filter: Grayscale(100%);
  610. -webkit-transition-duration: 0.8s;
  611. -moz-transition-duration: 0.8s;
  612. transition-duration: 0.8s;
  613. -o-transition-duration: 0.8s;
  614. }
  615. img:hover {
  616. -webkit-filter: Grayscale(0%);
  617. -webkit-transition: all 0.5s ease-out;
  618. -moz-transition: all 0.5s ease-out;
  619. transition: all 0.5s ease-out;
  620. }
  621. #music {
  622. position: absolute;
  623. top: 25px;
  624. left: 25px;
  625. }
  626. </style>
  627. <link rel="shortcut icon" href="{Favicon}">
  628. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  629. <meta name="viewport" content="width=720" />
  630. </head><body>
  631. <script src="http://static.tumblr.com/6jwx45k/9Ivm1xjuj/infintescroll.txt" type="text/javascript"></script>
  632. <div id="containerr">
  633. <div class="topbanner" style="overflow:hidden;
  634. {block:ifThreeColumns}
  635. margin-left:-20px;
  636. {/block:ifThreeColumns}
  637. {block:ifTwoColumns}
  638. margin-left:-70px;
  639. {/block:ifTwoColumns}
  640.  
  641. {block:permalinkpage}
  642. {block:ifThreeColumns}
  643. margin-right:178px;
  644. {/block:ifThreeColumns}
  645. {block:ifTwoColumns}
  646. margin-right:120px;
  647. {/block:ifTwoColumns}
  648. {block:permalinkpage}">
  649. <center>
  650. {block:IfbannerImage}<a href="/"><img style="max-width:800px; max-height:300px; margin-bottom:5px;" src="{image:Banner}"></a><br>
  651. {/block:IfbannerImage}
  652.  
  653. {block:IfnotbannerImage}
  654. <div style="text-align:center;">
  655. <h2 class="bebas"><a href="/">{title}</a></h2>
  656. </div>
  657. {/block:IfnotbannerImage}
  658. <div style="text-align: center;text-transform: uppercase;"> {block:ifshowdefaultlinks} <a href="/" class="link">Home&nbsp;&nbsp;&nbsp;&nbsp;</a> <a href="/ask" class="link">Message&nbsp;&nbsp;&nbsp;&nbsp;</a> {/block:ifshowdefaultlinks}
  659.  
  660. {block:ifLinkOneTitle} <a href="{text:Link One}" class="link">{text:Link One Title}</a>&nbsp;&nbsp;&nbsp;&nbsp;
  661. {/block:ifLinkOneTitle}
  662. {block:ifLinkTwoTitle} <a href="{text:Link Two}" class="link">{text:Link Two Title}</a>&nbsp;&nbsp;&nbsp;&nbsp;
  663. {/block:ifLinkTwoTitle}
  664. {block:ifLinkThreeTitle} <a href="{text:Link Three}" class="link">{text:Link Three Title}</a>&nbsp;&nbsp;&nbsp;&nbsp;
  665. {/block:ifLinkThreeTitle}
  666. {block:ifLinkFourTitle} <a href="{text:Link Four}" class="link">{text:Link Four Title}</a>&nbsp;&nbsp;&nbsp;&nbsp;
  667.  
  668. {/block:ifLinkFourTitle}
  669. {block:ifLinkFiveTitle} <a href="{text:Link Five}" class="link">{text:Link Five Title}&nbsp;&nbsp;&nbsp;&nbsp;</a> {/block:ifLinkFiveTitle}
  670.  
  671. {block:HasPages}{block:Pages}<a href="{URL}" class="link">{Label}&nbsp;&nbsp;&nbsp;&nbsp;</a> {/block:Pages} {/block:HasPages}
  672.  
  673. {block:ifshowdefaultlinks} <a href="/archive" class="link">Archive&nbsp;&nbsp;&nbsp;&nbsp;</a> <a href="http://themesbyjames.tumblr.com" class="link">Theme&nbsp;&nbsp;&nbsp;&nbsp;</a> {/block:ifshowdefaultlinks} </div>
  674. {block:IfShowBlogDescription}
  675. <p>{Description}</p>
  676. {/block:IfShowBlogDescription}<br>
  677. </center>
  678. </div>
  679. </div>
  680. <div id="posts2">
  681. <div id="containerr">
  682. <div id="sidebarr"> </div>
  683. </center>
  684. <div id="pagination">
  685. <div align="center">
  686. <div id="posts"> {block:Posts}
  687. <div id="entry"> {block:Photo}
  688. {block:IndexPage}
  689. {block:ifReblogLinkOnHover}
  690. <div id="reblog"><a href="{ReblogURL}" title="Reblog"><img src="http://static.tumblr.com/6jwx45k/RTKm1xjsa/reblogme.png" width="22px"/></a></div>
  691. {/block:ifReblogLinkOnHover}
  692. <div id="posts1"> <a href="{permalink}"> <img src="{PhotoURL-500}" alt="{PhotoAlt}" width={block:ifThreeColumns}345{/block:ifThreeColumns}{block:ifTwoColumns}500{/block:ifTwoColumns}; style=""></a> </div>
  693. {/block:IndexPage}
  694.  
  695. {block:PermalinkPage}
  696. {LinkOpenTag}
  697. <center>
  698. <img src="{PhotoURL-500}" alt="{PhotoAlt}"width=600px; style="border="0">
  699. </center>
  700. {/block:PermalinkPage}
  701. {/block:Photo}
  702.  
  703. {block:Photoset}
  704. <div style="{block:ifnotpostbackgroundtransparent}
  705. background: {color:posts};
  706. {/block:ifnotpostbackgroundtransparent}
  707. {block:ifpostbackgroundtransparent}
  708. background:transparent;
  709. {block:ifpostbackgroundtransparent}">
  710. <div style="padding:5px"> {block:IndexPage}
  711. {block:ifTwoColumns}
  712. {Photoset-500}
  713. {/block:ifTwoColumns}
  714. {block:ifThreeColumns}
  715. {Photoset-250}
  716. {/block:ifThreeColumns}
  717. {/block:IndexPage}
  718. {block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}</div>
  719. {block:indexpage}
  720. <div style="height:1px;background-color:#000; opacity:.2; width:90%; margin-bottom:5px;"></div>
  721. <div align="right" style="padding-right:10px; padding-top:5px; padding-bottom:10px;"><a href="{Permalink}">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount} </a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="{Permalink}">{DayOfMonth} {Month}, {Year} </a></div>
  722. {/block:indexpage} </div>
  723. {block:IndexPage}
  724. {/block:IndexPage}
  725. {block:PermalinkPage}
  726. {/block:PermalinkPage}
  727. {/block:Photoset}
  728.  
  729. {block:Text}
  730. <div style="{block:ifnotpostbackgroundtransparent}
  731. background: {color:posts};
  732. {/block:ifnotpostbackgroundtransparent}
  733. {block:ifpostbackgroundtransparent}
  734. background:transparent;
  735. {block:ifpostbackgroundtransparent}">
  736. <div style="padding-top:15px; padding-bottom:10px; padding-left:10px; padding-right:10px;"> {block:Title} <a href="{permalink}"><span class="title">{Title}</span></a> {/block:Title} <span class="entrytext" style="line-height:12px;">{Body}</span> <a href="{Permalink}"></a></div>
  737. {block:indexpage}
  738. <center>
  739. <div style="height:1px;background-color:#000; opacity:.2; width:90%; margin-bottom:5px;"></div>
  740. </center>
  741. <div align="right" style="padding-right:10px; padding-top:5px; padding-bottom:10px;"><a href="{Permalink}">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount} </a>&nbsp;&nbsp;-&nbsp;&nbsp;{block:ifShowTimeAgoOnPosts} <a href="{permalink}">{TimeAgo}</a> {/block:ifShowTimeAgoOnPosts}
  742. {block:ifnotShowTimeAgoOnPosts} <a href="{permalink}">{DayOfMonth} {Month} {Year}</a> {block:ifnotShowTimeAgoOnPosts}</div>
  743. {/block:indexpage} </div>
  744. {block:IndexPage}
  745. {/block:IndexPage}
  746. {block:PermalinkPage}
  747. {/block:PermalinkPage}
  748. {/block:Text}
  749.  
  750. {block:Link}
  751. <div style="{block:ifnotpostbackgroundtransparent}
  752. background: {color:posts};
  753. {/block:ifnotpostbackgroundtransparent}
  754. {block:ifpostbackgroundtransparent}
  755. background:transparent;
  756. {block:ifpostbackgroundtransparent}">
  757. <div style="padding-top:15px; padding-bottom:0px;>
  758. <a href="{URL}"><span class="title">{Name}</span></a></div>
  759. {block:BlogDescription}<span class="entrytext" style="line-height:12px;">{Description}</span>{/block:BlogDescription}</a> {block:Caption}<a href="{URL}">{Caption}</a>{/block:Caption}
  760. <div style="padding-top:0px; padding-bottom:3px;"></a></div>
  761. {block:indexpage}<br>
  762. <center>
  763. <div style="height:1px;background-color:#000; opacity:.2; width:90%; margin-bottom:5px;"></div>
  764. </center>
  765. <div align="right" style="padding-right:10px; padding-top:5px; padding-bottom:10px;"><a href="{Permalink}">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount} </a>&nbsp;&nbsp;-&nbsp;&nbsp;{block:ifShowTimeAgoOnPosts} <a href="{permalink}">{TimeAgo}</a> {/block:ifShowTimeAgoOnPosts}
  766. {block:ifnotShowTimeAgoOnPosts} <a href="{permalink}">{DayOfMonth} {Month} {Year}</a> {block:ifnotShowTimeAgoOnPosts}</div>
  767. {/block:indexpage} </div>
  768. {/block:Link}
  769.  
  770. {block:Quote}
  771. <div style="{block:ifnotpostbackgroundtransparent}
  772. background: {color:posts};
  773. {/block:ifnotpostbackgroundtransparent}
  774. {block:ifpostbackgroundtransparent}
  775. background:transparent;
  776. {block:ifpostbackgroundtransparent}">
  777. <div style="padding-top:10px; padding-bottom:10px; padding-left:10px; padding-right:10px;"> <span class="title">"{Quote}"</span><br>
  778. <br>
  779. <div style="text-align: right; padding-right:10px;"><a href="{Permalink}">{block:Source}
  780. -{Source}
  781. {/block:Source}</a></div>
  782. <br>
  783. {block:indexpage}
  784. <center>
  785. <div style="height:1px;background-color:#000; opacity:.2; width:98%; margin-bottom:5px;"></div>
  786. </center>
  787. <div align="right" style="padding-right:10px; padding-top:5px;"><a href="{Permalink}">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount} </a>&nbsp;&nbsp;-&nbsp;&nbsp;{block:ifShowTimeAgoOnPosts} <a href="{permalink}">{TimeAgo}</a> {/block:ifShowTimeAgoOnPosts}
  788. {block:ifnotShowTimeAgoOnPosts} <a href="{permalink}">{DayOfMonth} {Month} {Year}</a> {block:ifnotShowTimeAgoOnPosts}</div>
  789. {/block:indexpage} </div>
  790. </div>
  791. {/block:Quote}
  792.  
  793. {block:Chat}
  794. <div style="{block:ifnotpostbackgroundtransparent}
  795. background: {color:posts};
  796. {/block:ifnotpostbackgroundtransparent}
  797. {block:ifpostbackgroundtransparent}
  798. background:transparent;
  799. {block:ifpostbackgroundtransparent}">
  800. <div style="padding-top:15px; padding-bottom:10px; padding-left:10px; padding-right:10px;"> <a href="{permalink}">{block:Title}<span class="title">{Title}</span>{/block:Title}</a>
  801. <ul class="chat">
  802. {block:Lines}
  803. <li class="user_{UserNumber}"> {block:Label} <span class="label" style="line-height:12px;">{Label}</span> {/block:Label}
  804. {Line} </li>
  805. {/block:Lines}
  806. </ul>
  807. {block:Caption}{Caption}{/block:Caption} <br>
  808. {block:indexpage}
  809. <center>
  810. <div style="height:1px;background-color:#000; opacity:.2; width:98%; margin-bottom:5px;"></div>
  811. </center>
  812. <div align="right" style="padding-right:10px; padding-top:5px;"><a href="{Permalink}">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount} </a>&nbsp;&nbsp;-&nbsp;&nbsp;{block:ifShowTimeAgoOnPosts} <a href="{permalink}">{TimeAgo}</a> {/block:ifShowTimeAgoOnPosts}
  813. {block:ifnotShowTimeAgoOnPosts} <a href="{permalink}">{DayOfMonth} {Month} {Year}</a> {block:ifnotShowTimeAgoOnPosts}</div>
  814. {/block:indexpage} </div>
  815. </div>
  816. {/block:Chat}
  817.  
  818. {block:Answer}
  819. <div style="{block:ifnotpostbackgroundtransparent}
  820. background: {color:posts};
  821. {/block:ifnotpostbackgroundtransparent}
  822. {block:ifpostbackgroundtransparent}
  823. background:transparent;
  824. {block:ifpostbackgroundtransparent}">
  825. <div style="padding-bottom:5px;{block:PermalinkPage}padding-left:5px;{block:PermalinkPage} padding-right:5px; padding-top:10px;">
  826. <center>
  827. <div style="padding-left:10px;padding-right:10px; margin-bottom:-10px;"><span class="asktitle">{asker}: {Question}</span></div>
  828. <br>
  829. <div style="padding-right:10px; padding-left:10px;"><span class="entrytext" style="line-height:12px;">{Answer}</span></div>
  830. </center>
  831. </div>
  832. {block:indexpage}
  833. <div style="height:1px;background-color:#000; opacity:.2; width:90%; margin-bottom:5px;"></div>
  834. <div align="right" style="padding-right:10px; padding-top:5px; padding-bottom:10px;"><a href="{Permalink}">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount} </a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="{Permalink}">{DayOfMonth} {Month}, {Year} </a></div>
  835. {/block:indexpage}</div>
  836. {block:IndexPage}
  837. {/block:IndexPage}
  838. {block:PermalinkPage}
  839. {/block:PermalinkPage}
  840. {/block:Answer}
  841.  
  842. {block:Audio}
  843. <div style="{block:ifnotpostbackgroundtransparent}
  844. background: {color:posts};
  845. {/block:ifnotpostbackgroundtransparent}
  846. {block:ifpostbackgroundtransparent}
  847. background:transparent;
  848. {block:ifpostbackgroundtransparent}">
  849. <div style="padding-top:30px; padding-bottom:0px;">
  850. <div style="float:center"> {AudioPlayerGrey} </div>
  851. </div>
  852. <div style="padding-bottom:0px;">{block:Caption}{Caption}{/block:Caption}</div>
  853. {block:indexpage}
  854. <center>
  855. <div style="height:1px;background-color:#000; opacity:.2; width:90%; margin-bottom:5px;"></div>
  856. </center>
  857. <div style=" float:left; padding-left:10px; padding-right:10px; padding-top:5px; padding-bottom:10px;"><a href="{permalink}">{FormattedPlayCount}&nbsp;Plays</a></div>
  858. <div align="right" style="padding-right:10px; padding-top:5px; padding-bottom:10px;"><a href="{Permalink}">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount} </a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="{Permalink}">{block:ifShowTimeAgoOnPosts} <a href="{permalink}">{TimeAgo}</a> {/block:ifShowTimeAgoOnPosts}
  859. {block:ifnotShowTimeAgoOnPosts} <a href="{permalink}">{DayOfMonth} {Month} {Year}</a> {block:ifnotShowTimeAgoOnPosts}</div>
  860. {/block:indexpage} </div>
  861. {/block:Audio}
  862.  
  863. {block:Video}
  864. <div style="{block:ifnotpostbackgroundtransparent}
  865. background: {color:posts};
  866. {/block:ifnotpostbackgroundtransparent}
  867. {block:ifpostbackgroundtransparent}
  868. background:transparent;
  869. {block:ifpostbackgroundtransparent}">
  870. <div style="padding-top:10px; padding-bottom:8px;"> {block:IndexPage}
  871. {block:ifTwoColumns}
  872. {Video-400}
  873. {/block:ifTwoColumns}
  874. {block:ifThreeColumns}
  875. {Video-250}
  876. {/block:ifThreeColumns}
  877. {/block:IndexPage}
  878. {block:PermalinkPage}{Video-500}{/block:PermalinkPage} </div>
  879. <div style="padding-bottom:5px;">{block:Caption}{Caption}{/block:Caption}</div>
  880. {block:indexpage}
  881. <center>
  882. <div style="height:1px;background-color:#000; opacity:.2; width:90%; margin-bottom:5px;"></div>
  883. </center>
  884. <div align="right" style="padding-right:10px; padding-top:5px; padding-bottom:10px;"><a href="{Permalink}">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount} </a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="{Permalink}">{DayOfMonth} {Month}, {Year} </a></div>
  885. {/block:indexpage} </div>
  886. {block:indexpage}
  887. {block:indexpage}
  888.  
  889. {block:permalinkpage}
  890. {/block:permalinkpage}
  891. {/block:Video}
  892. </center>
  893. {block:PermalinkPage}</a>
  894. <div id="permapagenotesbox"><br>
  895. <br>
  896. {block:notecount}
  897. {notecountwithlabel}
  898. {/block:notecount}{block:Date}&nbsp;&nbsp;Posted on: {DayOfWeek} {DayOfMonth} {Month} {Year}{/block:Date}&nbsp;&nbsp;
  899. {block:RebloggedFrom} Reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a></a><br>
  900. <br>
  901. <center>
  902. <div style="height:1px;background-color:#000; opacity:.2; width:90%; margin-bottom:5px;"></div>
  903. </center>
  904. Posted by <a href="{ReblogRootURL}">{ReblogRootName}</a> {/block:RebloggedFrom}<br>
  905. </div>
  906. <br>
  907. <div id="permapage"> <br>
  908. {block:PostNotes}
  909. <div style="{block:ifnotpostbackgroundtransparent}
  910. background: {color:posts};
  911. {/block:ifnotpostbackgroundtransparent}
  912. {block:ifpostbackgroundtransparent}
  913. background:transparent;
  914. {block:ifpostbackgroundtransparent} margin-top:-5px;">
  915. <div align="left" style="padding:5px;">{PostNotes}</div>
  916. </div>
  917. {/block:PostNotes} </div>
  918. </div>
  919. {/block:PermalinkPage} </div>
  920. {/block:Posts} </div>
  921. </div>
  922. </div>
  923. </div>
  924. </center>
  925. </div>
  926. </div>
  927. {block:indexpage}
  928. {block:NextPage}
  929. <div id="page-nav"><a href="{NextPage}"></a></div>
  930. {/block:NextPage}
  931. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  932. <script type="text/javascript" src="http://static.tumblr.com/bswe8t6/UFVlryaq2/jquerymsnryv2.js"></script>
  933. <script type="text/javascript">
  934. $(window).load(function(){
  935. var $wall = $('#posts');
  936. $wall.imagesLoaded(function(){
  937. $wall.masonry({
  938. itemSelector: '#entry, #entry_photo',
  939. isAnimated : false
  940. });
  941. });
  942.  
  943. $wall.infinitescroll({
  944. navSelector : '#page-nav',
  945. nextSelector : '#page-nav a',
  946. itemSelector : '#entry, #entry_photo',
  947. bufferPx : 2000,
  948. debug : false,
  949. errorCallback: function() {
  950. $('#infscr-loading').fadeOut('normal');
  951. }},
  952. function( newElements ) {
  953. var $newElems = $( newElements );
  954. $newElems.hide();
  955. $newElems.imagesLoaded(function(){
  956. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  957. });
  958. }); $('#content').show(500);
  959. });
  960. </script>
  961. {block:ifInstallButton}
  962. <script type="text/javascript" src="http://static.tumblr.com/6jwx45k/pRdm1xj6p/install.js"></script>
  963. {/block:ifInstallButton}
  964.  
  965. {/block:indexpage}
  966. <div>
  967. <div>
  968. <div>
  969. <div>
  970. <style>
  971. body, a, a:hover { cursor:url('http://www.dolliehost.com/dolliecrave/cursors/cursors-all/cute20.gif'), auto }
  972. </style>
  973. <div id="music">
  974. <embed src="http://www.sheepproductions.com/billy/billy.swf?autoplay=true&f0=https://dl.dropboxusercontent.com/s/85aabp1v9cukrr5/06%20Team.mp3?dl=1&token_hash=AAHjlfUZCGhoGwTm1ZnmGnzYAC3_qMPpWEJ1lV7YThGVRA&t0=Team&f1=https://dl.dropboxusercontent.com/s/nm54g1helch825q/Mikky%20Ekko%20-%20Pull%20Me%20Down%20%28Emperor%20Remix%29.mp3?dl=1&token_hash=AAE6mQnTv05-SCABBqcxQZcaIhNyWqtouY7zeLAbIGN4mg&t1=Pull Me Down&f2=https://dl.dropboxusercontent.com/s/saapjwkhd4zth9j/38%20Recovery.mp3?dl=1&token_hash=AAFJ4gZPzv7I7l47Q4a4UdgcDrxEhQuGx5DUbW48gFbn3g&t2=Recovery&f3=https://dl.dropboxusercontent.com/s/lubraqylgj7ycmc/02%20Afraid.mp3?dl=1&token_hash=AAFg7xhEQ_h2EjPeDjO0vb3aDo48s-VJQRShqZ69nw0Puw&t3=Afraid&f4=https://dl.dropboxusercontent.com/s/aozxcm4kepst3or/08%20Flawless.mp3?dl=1&token_hash=AAHEWQMIYnPAm4_15SzdaFddad27psCJpni8Ejvw6R3K4Q&t4=Flawless&total=5" quality="high" wmode="transparent" width="200" height="10" name="billy" align="middle" type="application/x-shockwave-flash" />
  975. </div>
  976. </body>
  977. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement