benshepherd

Untitled

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