Advertisement
Guest User

iamwillhooper's Tumblr Blog

a guest
May 4th, 2012
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.70 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
  2. "http://www.w3.org/TR/html4/loose.dtd">
  3.  
  4. <html>
  5. <!--
  6. Theme: Field Notes (http://fieldnotestheme.tumblr.com)
  7. Version: 4
  8. Creator: Braden Schaeffer (http://manasto.tumblr.com)
  9. -->
  10. <!-- //Updated code// -->
  11. <html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="https://www.facebook.com/2008/fbml" xmlns:og="http://ogp.me/ns#" xml:lang="en" lang="en">
  12.  
  13. <head>
  14. <!-- START For Facebook Open Graph -->
  15.  
  16. {block:PostSummary}
  17.  
  18. <meta property="og:title" content="{PostSummary} - {Name}" />
  19.  
  20. {/block:PostSummary}
  21.  
  22. <!-- //New UPDATED 17-03-12 code -->
  23.  
  24. <meta property="fb:admins" content="http://facebook.com/iamwillhooper" />
  25.  
  26. <meta property="og:type" content="article" />
  27.  
  28. {block:IndexPage}
  29.  
  30. <meta property="og:url" content="http://iamwillhooper.tumblr.com/" />
  31.  
  32. <meta property="og:title" content="{Name}" />
  33.  
  34. {/block:IndexPage}
  35.  
  36. {block:PermalinkPage}
  37.  
  38. <meta property="og:url" content="{Permalink}" />
  39.  
  40. {/block:PermalinkPage}
  41.  
  42. {block:Pages}
  43.  
  44. <meta property="og:url" content="{URL}" />
  45.  
  46. <meta property="og:title" content="{Label} - {Name}" />
  47.  
  48. {/block:Pages}
  49.  
  50. <!-- New UPDATED 17-03-12 code// -->
  51.  
  52. {block:Posts}
  53.  
  54. {block:Photo}<meta property="og:image" content="{PhotoURL-250}" /> {/block:Photo}
  55.  
  56. {block:Text}<meta property="og:image" content="{PortraitURL-128}" /> {/block:Text}
  57.  
  58. {block:Photoset}<meta property="og:image" content="{PortraitURL-128}" /> {/block:Photoset}
  59.  
  60. {block:Quote}<meta property="og:image" content="{PortraitURL-128}" /> {/block:Quote}
  61.  
  62. {block:Link}<meta property="og:image" content="{PortraitURL-128}" /> {/block:Link}
  63.  
  64. {block:Chat}<meta property="og:image" content="{PortraitURL-128}" /> {/block:Chat}
  65.  
  66. {block:Audio}<meta property="og:image" content="{PortraitURL-128}" /> {/block:Audio}
  67.  
  68. {block:Video}<meta property="og:image" content="{PortraitURL-128}" /> {/block:Video}
  69.  
  70. {block:Answer}<meta property="og:image" content="{PortraitURL-128}" /> {/block:Answer}
  71.  
  72. {/block:Posts}
  73.  
  74. <meta property="og:description" content="{MetaDescription}" />
  75.  
  76. <!-- For Facebook Open Graph END -->
  77.  
  78. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  79.  
  80. <title>{Title}{block:PostSummary} | {PostSummary}{/block:PostSummary}{block:SearchPage} | {lang:Search results for SearchQuery}{/block:SearchPage}</title>
  81. <meta name="description" content="{MetaDescription}" />
  82. <link rel="shortcut icon" href="{Favicon}" />
  83. <link rel="alternate" type="application/rss+xml" title="{Title}" href="{RSS}" />
  84.  
  85. <!-- iPhone Meta Data -->
  86. <meta name="viewport" content="width=500, user-scalable=yes" />
  87. <link rel="apple-touch-icon" href="{PortraitURL-96}" />
  88.  
  89. <!-- Custom Tumblr Theme Data -->
  90. <meta name="color:Background" content="#683b20">
  91. <meta name="color:Text" content="#000000">
  92. <meta name="color:Links" content="#FFFFFF">
  93. <meta name="font:Body" content="Futura, Georgia, Helvetica, Arial, serif"/>
  94. <meta name="image:Background" content="http://static.tumblr.com/h3aw40n/KGtkopm5f/background.jpg" />
  95. <meta name="if:Display Twitter Updates" content="1"/>
  96. <meta name="if:Display Following" content="1"/>
  97. <meta name="if:Display Custom Links" content="0"/>
  98. <meta name="text:Disqus Shortname" content="" />
  99. <meta name="text:Flickr ID" content=""/>
  100. <meta name="text:Link Title 1" content=""/>
  101. <meta name="text:Link URL 1" content=""/>
  102. <meta name="text:Link Title 2" content=""/>
  103. <meta name="text:Link URL 2" content=""/>
  104. <meta name="text:Link Title 3" content=""/>
  105. <meta name="text:Link URL 3" content=""/>
  106. <meta name="text:Link Title 4" content=""/>
  107. <meta name="text:Link URL 4" content=""/>
  108. <meta name="text:Link Title 5" content=""/>
  109. <meta name="text:Link URL 5" content=""/>
  110.  
  111. <!-- Stylesheets -->
  112. <style type="text/css">
  113. /* <---- Overall Properties ----> */
  114. * {
  115. margin: 0px;
  116. padding: 0px;
  117. -moz-outline-style: none;
  118. outline: none;
  119. }
  120. body {
  121. background: {color:Background} url({image:Background}) top left fixed;
  122. font-family: {font:Body};
  123. font-size: 13px;
  124. color: {color:Text};
  125. }
  126. #container {
  127. width: 500px;
  128. margin: 0px auto;
  129. padding: 0px 15px;
  130. }
  131. h1, h2, h3, h4, h5, h6 {
  132. font-weight: normal;
  133. }
  134. a {
  135. text-decoration: none;
  136. color: {color:Links};
  137. }
  138. a:hover {
  139. text-decoration: underline;
  140. }
  141. /* <---- Firefox Image Border Fix ----> */
  142. a img, img {
  143. border: none;
  144. }
  145. /* <---- Header ----> */
  146. #header {
  147. text-transform: uppercase;
  148. margin: 25px 0px 60px 0px;
  149. padding: 0px 0px 2px 0px;
  150. }
  151. #header a {
  152. color: {color:Text};
  153. }
  154. #header h1 {
  155. margin: 0px 0px 0px -2px;
  156. }
  157. #header a:hover {
  158. text-decoration: none;
  159. color: {color:Links};
  160. }
  161. /* <---- Top Bar Properties ----> */
  162. #upper {
  163. font-size: 1em;
  164. padding: 0px 0px 0px 0px;
  165. border-bottom: 2px {color:Text} solid;
  166. }
  167. #upper div {
  168. border-top: 1px {color:Text} dashed;
  169. }
  170. #upper #about_container {
  171. border-top: 2px {color:Text} solid;
  172. }
  173. /* <---- Main Nav & Extra Links Properties ----> */
  174. .nav ol, nav ul {
  175. list-style-position: inside;
  176. padding: 2px 0px 0px 0px;
  177. clear: left;
  178. }
  179. .nav ol {
  180. list-style-type: decimal-leading-zero;
  181. }
  182. .nav ul {
  183. list-style-type: circle;
  184. }
  185. .nav li {
  186. float: left;
  187. margin: 0px 10px 2px 0px;
  188. }
  189. /* <---- About Properties ----> */
  190. a#about {
  191. cursor: pointer;
  192. }
  193. #about_container {
  194. display: none;
  195. font-size: 1em;
  196. text-transform: none;
  197. padding: 10px 0px;
  198. }
  199. #about_container a {
  200. color: {color:Links};
  201. }
  202. #about_container a:hover {
  203. text-decoration: underline;
  204. }
  205. p.avatar {
  206. float: left;
  207. margin: 0px 10px 5px 0px;
  208. }
  209. p.avatar img {
  210. width: 90px;
  211. }
  212. /* <---- Search Properties ----> */
  213. #search {
  214. margin: 0 0 20px 0;
  215. padding: 0 0 15px 0;
  216. text-transform: uppercase;
  217. }
  218. #search h2{
  219. font-size: 2em;
  220. text-align: center;
  221. }
  222. /* <---- Post Properties ----> */
  223. .posts {
  224. margin: 0px 0px 40px 0px;
  225. padding: 0px 0px 40px 0px;
  226. border-bottom: 2px {color:Links} solid;
  227. list-style-type: none;
  228. }
  229. .posts:last-child {
  230. border-bottom: none;
  231. }
  232. .posts h1, .posts h2, .posts ul, .posts p, .posts p, .posts ol, .player, .posts pre {
  233. margin-bottom: 10px;
  234. }
  235. .posts h1 {
  236. font-size: 2.25em;
  237. }
  238. .posts h2 {
  239. font-size: 1.5em;
  240. }
  241. .posts ol {
  242. list-style-type: decimal-leading-zero;
  243. }
  244. .posts ul {
  245. list-style-type: disc;
  246. }
  247. .posts ol ul, .posts ul ul {
  248. list-style-type: circle;
  249. }
  250. .posts ol ol, .posts ul ol {
  251. list-style-type: decimal;
  252. }
  253. .posts ol ul, .posts ol ol, .posts ul ul, .posts ul ol {
  254. margin: 10px 0px 10px 20px;
  255. }
  256. .posts ol, .posts ul {
  257. margin: 10px 0px 10px 30px;
  258. }
  259. .posts li {
  260. margin-bottom: 5px;
  261. }
  262. .caption {
  263. font-size: 14px;
  264. }
  265. .posts img, .posts object {
  266. max-width: 500px;
  267. margin: 10px 0px;
  268. }
  269. p.object {
  270. text-align: center;
  271. }
  272. .posts blockquote {
  273. margin: 10px 0px 10px 15px;
  274. padding-left: 15px;
  275. border-left: 1px {color:Links} dashed;
  276. }
  277. .caption img {
  278. max-width: 500px;
  279. }
  280.  
  281. .caption blockquote img {
  282. max-width: 150px;
  283. }
  284. .posts blockquote blockquote {
  285. margin-left: 5px;
  286. }
  287. .posts code {
  288. background: #333;
  289. padding: 1px 2px;
  290. color: {color:Links};
  291. font-size: 12px;
  292. }
  293. .posts pre {
  294. overflow: auto;
  295. background: #333;
  296. font-size: 12px;
  297. padding: 5px;
  298. color: {color:Links};
  299. margin: 15px 0px;
  300. }
  301. .posts pre p {
  302. margin-bottom: 0px;
  303. }
  304. /* <---- Quote Post Properties ----> */
  305. h1.long {
  306. font-size: 1.5em;
  307. }
  308. h1.short:before, h1.medium:before, h1.long:before, h1.short:after, h1.medium:after, h1.long:after {
  309. content: "''";
  310. }
  311. /* <---- Link Post Properties ----> */
  312. a.link {
  313. padding: 0px 2px;
  314. background: {color:Text};
  315. }
  316. /* <---- Audio Post Properties ----> */
  317. .extAudio {
  318. width: 90px;
  319. float: right;
  320. clear: right;
  321. text-align: right;
  322. text-transform: uppercase;
  323. font-size: 11px;
  324. }
  325. /* <---- Chat Post Properties ----> */
  326. .label, .line {
  327. padding: 2px;
  328. float: left;
  329. clear: left;
  330. }
  331. .label {
  332. background: {color:Text};
  333. color: {color:Links};
  334. }
  335. .line {
  336. background: {color:Links};
  337. color: {color:Text};
  338. }
  339. /* <---- Post Info Properties ----> */
  340. .post_info {
  341. margin: 25px 0px 0px 0px;
  342. text-align: right;
  343. font-size: 12px;
  344. }
  345. /* Tags */
  346. .tags a:after {
  347. content: ",";
  348. }
  349. .tags a:last-child:after {
  350. content: "";
  351. }
  352. /* <---- Page/Post Nav Properties ----> */
  353. #post_nav, #perma_nav {
  354. width: 500px;
  355. font-size: 14px;
  356. text-transform: uppercase;
  357. }
  358. #perma_nav {
  359. margin: -20px 0px 20px 0px;
  360. }
  361. #post_nav {
  362. margin: 0px 0px 70px 0px;
  363. padding: 5px 0px 0px 0px;
  364. }
  365. .older {
  366. float: right;
  367. }
  368. .newer {
  369. float: left;
  370. margin-right: 10px;
  371. }
  372. .pages {
  373. width: 200px;
  374. margin: 0px 150px;
  375. text-align: center;
  376. }
  377. /* <---- Notes Properties ----> */
  378. #notes ol {
  379. list-style-type: none;
  380. margin: 30px 0px 0px 0px;
  381. font-size: 12px;
  382. }
  383. #notes ol li {
  384. padding: 7px 0px;
  385. border-top: 1px {color:Links} dotted;
  386. }
  387. #notes ol li:first-child {
  388. border-top: 1px {color:Links} solid;
  389. }
  390. #notes ol li img {
  391. display: none;
  392. }
  393. /* <---- Footer Properties ----> */
  394. #footer {
  395. margin: 0px 0px 150px 0px;
  396. }
  397. #footer div {
  398. clear: both;
  399. border-top: 1px {color:Text} dashed;
  400. }
  401. #footer div:first-child {
  402. border-top: 2px {color:Text} solid;
  403. }
  404. /* <---- Following Properties ----> */
  405. .following {
  406. padding: 5px 3px;
  407. }
  408. li.follows {
  409. height: 25px;
  410. width: 25px;
  411. list-style-type: none;
  412. float: left;
  413. margin: 2px;
  414. }
  415. .following img {
  416. width: 25px;
  417. }
  418. /* <---- Credits Properties ----> */
  419. #credits {
  420. text-align: center;
  421. font-size: 12px;
  422. padding: 5px 0px 0px 0px;
  423. clear: left;
  424. }
  425. /* <---- Flickr Badge Properties ---->*/
  426. #flickr {
  427. padding: 5px 0 0 0;
  428. background: no-repeat 0 5px;
  429. text-indent: 25px;
  430. text-transform: none;
  431. min-height: 15px;
  432. }
  433. #flickr #photos {
  434. border: none;
  435. }
  436. #largeImage {
  437. position: absolute;
  438. border: 3px solid {color:Links};
  439. }
  440. #photos {
  441. margin-left: 16px;
  442. }
  443. #photos img {
  444. float: left;
  445. padding: 0px 0px 5px 10px;
  446. width: 38px;
  447. height: 38px;
  448. }
  449. /* <---- Twitter Badge Properties ----> */
  450. #twitter_div {
  451. background: no-repeat 0 6px;
  452. clear: left;
  453. min-height: 27px;
  454. }
  455. #twitter_div a {
  456. color: {color:Links};
  457. }
  458. #twitter_div a:hover {
  459. text-decoration: underline;
  460. }
  461. #tweets {
  462. list-style-type: none;
  463. font-size: 13px;
  464. padding: 5px 0px;
  465. margin: 0 0 0 25px;
  466. text-transform: none;
  467. }
  468. /* <---- Custom Links Properties ----> */
  469. .links {
  470. padding: 2px 0px 0px 0px;
  471. }
  472. .links ol, .links ul {
  473. list-style-position: inside;
  474. clear: left;
  475. }
  476. .links ol {
  477. list-style-type: decimal-leading-zero;
  478. }
  479. .links ul {
  480. list-style-type: circle;
  481. }
  482. .links li {
  483. text-transform: uppercase;
  484. float: left;
  485. margin: 0px 10px 2px 0px;
  486. }
  487. /*
  488.  
  489. The style below is very important to
  490. keeping this theme looking very clean.
  491.  
  492. I use this style all over this theme
  493. to correct floats, of which there
  494. are a few.
  495.  
  496. Unless you know what you are doing,
  497. do not mess with this style. This
  498. law is given under penalty of death.
  499.  
  500. */
  501. div#clearfix, li#clearfix {
  502. clear: both;
  503. list-style-type: none;
  504. border: none;
  505. }
  506.  
  507. /* Blog Title Font Size */
  508. #header h1 { font-size: 3em; }
  509.  
  510. /* Background Color & Image */
  511. body { background: {color:Background} url('{image:Background}'); }
  512.  
  513. /* Twitter Icon (16x16) */
  514. #twitter_div { background-image: url(http://static.tumblr.com/h3aw40n/giskhqyi3/twitter.png); }
  515.  
  516. /* Flickr Icon (16x16) */
  517. #flickr { background-image: url(http://static.tumblr.com/h3aw40n/BRMkhqyh4/flickr.png); }
  518.  
  519. .tag:before, .search_query:before { content:'“'; }
  520. .tag:after, .search_query:after { content:'”'; }
  521.  
  522. {CustomCSS}
  523. </style>
  524.  
  525. <!-- Scripts -->
  526. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
  527. <script type="text/javascript" src="http://static.tumblr.com/h3aw40n/Lhpkmxpx8/functions.js"></script>
  528. <script type="text/javascript">
  529. $(document).ready(function() {
  530. //Set this variable (x) to change the initial display
  531. //of the number of people you follow before hovering.
  532. //Each row is a multiple of 17.
  533. var x = 34;
  534. hideFollows(x);
  535. {block:IfFlickrID}
  536. var flickr_id = '{text:Flickr ID}';
  537. flickr(flickr_id);
  538. {/block:IfFlickrID}
  539. });
  540. </script>
  541.  
  542. <!-- Javascript Disabled Styles -->
  543. <noscript><style type="text/css">
  544. li#search { display: none; }
  545. </style></noscript>
  546. <script type="text/javascript">var switchTo5x=true;</script><script type="text/javascript" src="http://w.sharethis.com/button/buttons.js"></script><script type="text/javascript">stLight.options({publisher:'f5c9310a-67fd-4047-a68c-6f21fdd03072'});</script>
  547.  
  548.  
  549. </head>
  550.  
  551. <body>
  552.  
  553. <div id="container"><!--BEGIN container-->
  554.  
  555. <div id="header"> <!--BEGIN header -->
  556.  
  557. <div id="top">
  558. <div id="title"><h1><a href="/">{Title}</a></h1></div>
  559. </div>
  560.  
  561. <div id="upper">
  562.  
  563. <div class="nav">
  564.  
  565. <ol>
  566. <li><a href="javascript:ts();function%20ts(){var%20q=window.prompt('Search this tumblelog:');if(q){var%20l=location.href;var%20r=l.substring(0,l.indexOf('/',7));var%20u=r+'/search/'+q;window.location.href=u;};}">{lang:Search}</a></li>
  567. {block:Description}<li><a id="about" href="#me">{lang:About}</a></li>{/block:Description}
  568. {block:AskEnabled}<li><a href="/ask">{AskLabel}</a></li>{/block:AskEnabled}
  569. {block:SubmissionsEnabled}<li><a href="/submit">{SubmitLabel}</a></li>{/block:SubmissionsEnabled}
  570. <li><a href="{RSS}">{lang:Subscribe}</a></li>
  571. <li><a href="/archive">{lang:Archive}</a></li>
  572. <li><a href="/random">{lang:Random}</a></li>
  573. </ol>
  574.  
  575. {block:HasPages}
  576. <ol style="border-top: 1px dashed #000">
  577. {block:Pages}<li><a href="{URL}">{Label}</a></li>{/block:Pages}
  578. </ol>
  579. {/block:HasPages}
  580.  
  581. <div id="clearfix"></div>
  582.  
  583. </div>
  584.  
  585. {block:IfDisplayCustomLinks}
  586. <div class="links">
  587.  
  588. <ol>
  589. {block:IfLinkURL1}<li><a href="{text:Link URL 1}">{text:Link Title 1}</a></li>{/block:IfLinkURL1}
  590. {block:IfLinkURL2}<li><a href="{text:Link URL 2}">{text:Link Title 2}</a></li>{/block:IfLinkURL2}
  591. {block:IfLinkURL3}<li><a href="{text:Link URL 3}">{text:Link Title 3}</a></li>{/block:IfLinkURL3}
  592. {block:IfLinkURL4}<li><a href="{text:Link URL 4}">{text:Link Title 4}</a></li>{/block:IfLinkURL4}
  593. {block:IfLinkURL5}<li><a href="{text:Link URL 5}">{text:Link Title 5}</a></li>{/block:IfLinkURL5}
  594. </ol>
  595. <div id="clearfix"></div>
  596. </div>
  597. {/block:IfDisplayCustomLinks}
  598.  
  599. <!--Put your Twitter/Flickr badges and extra links below here-->
  600. <script charset="utf-8" src="http://widgets.twimg.com/j/2/widget.js"></script>
  601. <script>
  602. new TWTR.Widget({
  603. version: 2,
  604. type: 'profile',
  605. rpp: 4,
  606. interval: 30000,
  607. width: 500,
  608. height: 100,
  609. theme: {
  610. shell: {
  611. background: '#634c3f',
  612. color: '#a39891'
  613. },
  614. tweets: {
  615. background: '#683b20',
  616. color: '#ffffff',
  617. links: '#000000'
  618. }
  619. },
  620. features: {
  621. scrollbar: true,
  622. loop: false,
  623. live: false,
  624. behavior: 'all'
  625. }
  626. }).render().setUser('iamwillhooper').start();
  627. </script>
  628. {block:IfDisplayTwitterUpdates}{block:Twitter}
  629. <div id="twitter_div">
  630. <ul id="tweets">
  631. <noscript>Sorry, but you can't see my twitter updates because you have disabled javascript. Try visiting my twitter profile <a href="http://twitter.com/{TwitterUsername}">here</a>.</noscript>
  632. </ul>
  633. </div>
  634. {/block:Twitter}{/block:IfDisplayTwitterUpdates}
  635.  
  636. {block:IfFlickrID}
  637. <div id="flickr">
  638. <noscript>Sorry, but you can't see my Flickr photos because you have disabled javascript.</noscript>
  639. <div id="clearfix"></div>
  640. </div>
  641. {/block:IfFlickrID}
  642.  
  643. <!--Put your Twitter/Flickr badges and extra links above here-->
  644.  
  645. {block:Description}<div id="about_container">
  646. <p class="avatar"><img alt="{Title}"src="{PortraitURL-96}" /></p>
  647. <p>{Description}</p>
  648. </div>{/block:Description}
  649.  
  650. <div id="clearfix"></div>
  651.  
  652. </div>
  653.  
  654.  
  655. </div> <!--END header-->
  656.  
  657. <div id="content"><!--BEGIN content-->
  658.  
  659. {block:SearchPage}<div id="search">
  660. {block:SearchResults}
  661. <h2>{lang:Your search for SearchQuery returned SearchResultCount results 2}</h2>
  662. {/block:SearchResults}
  663.  
  664. {block:NoSearchResults}
  665. <h2>{lang:No search results for SearchQuery 2}</h2>
  666. {/block:NoSearchResults}
  667. </div>{/block:SearchPage}
  668.  
  669. {block:PermalinkPagination}<div id="perma_nav">
  670. {block:NextPost}<div class="newer"><a href="{NextPost}">{lang:Newer}</a></div>{/block:NextPost}
  671.  
  672. {block:PreviousPost}<div class="older"><a href="{PreviousPost}">{lang:Older}</a></div>{/block:PreviousPost}
  673.  
  674. <div id="clearfix"></div>
  675. </div>{/block:PermalinkPagination}
  676.  
  677. <ul>
  678. <!--This is where the like button is-->
  679. <br /><!-- adding single line space -->
  680.  
  681. <div id="fb-root"></div>
  682.  
  683. <script>(function(d){
  684.  
  685. var js, id = 'facebook-jssdk'; if (d.getElementById(id)) {return;}
  686.  
  687. js = d.createElement('script'); js.id = id; js.async = true;
  688.  
  689. js.src = "//connect.facebook.net/en_US/all.js#appId=236186013100076&xfbml=1";
  690.  
  691. d.getElementsByTagName('head')[0].appendChild(js);
  692.  
  693. }(document));</script>
  694.  
  695. <div class="fb-like" data-href="{permalink}" data-send="true" data-width="450" data-show-faces="true"></div>
  696. <!-- This is where the like button END-->
  697. {block:Posts}<li class="posts">
  698.  
  699. {block:Text}
  700. {block:Title}<h1><a href="{Permalink}" title ="{Title}">{Title}</a></h1>{/block:Title}
  701. <div class="caption">{Body}</div>
  702. {/block:Text}
  703.  
  704. {block:Photo}
  705. <p class="object">{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</p>
  706. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  707. {/block:Photo}
  708.  
  709. {block:Photoset}
  710. <p class="object">{Photoset-500}</p>
  711. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  712. {/block:Photoset}
  713.  
  714. {block:Quote}
  715.  
  716. <h1 class="{Length}">{Quote}</h1>
  717. {block:Source}<div class="caption">{Source}</div>{/block:Source}
  718.  
  719. {/block:Quote}
  720.  
  721. {block:Link}
  722. <h1><a href="{URL}" class="link" {Target}>{Name}</a></h1>
  723. {block:Description}<div class="caption">{Description}</div>{/block:Description}
  724. {/block:Link}
  725.  
  726. {block:Chat}
  727. {block:Title}<h1>{Title}</h1>{/block:Title}
  728. <div class="chatLines caption">
  729. {block:Lines}
  730. <div class="{Alt}">
  731. {block:Label}<div class="label">{Label}</div>{/block:Label}
  732. <div class="line">{Line}</div>
  733. </div>
  734. {/block:Lines}
  735. <div id="clearfix"></div>
  736. </div>
  737. {/block:Chat}
  738.  
  739. {block:Video}
  740. <p class="object">{Video-500}</p>
  741. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  742. {/block:Video}
  743.  
  744. {block:Audio}
  745. <div class="extAudio">{lang:Plays}: {FormattedPlayCount}</div>
  746. {block:ExternalAudio}<div class="extAudio"><a href="{ExternalAudioURL}" alt="download">{lang:Download}</a></div>{/block:ExternalAudio}
  747. <div class="player">{AudioPlayerBlack}</div>
  748.  
  749. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  750. {/block:Audio}
  751.  
  752. <div class="post_info">
  753. {block:HasTags}<p class="tags">
  754. {lang:Tagged}: {block:Tags}<a href="{TagURL}" title="{lang:Posts tagged Tag}">{Tag}</a> {/block:Tags}
  755. </p>{/block:HasTags}
  756.  
  757. <p class="info">
  758.  
  759. <a href="{Permalink}">{lang:Posted on Month DayOfMonth Year}</a>{block:RebloggedFrom} via <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootTitle}</a>{/block:RebloggedFrom}{block:NoteCount} with <a href="{Permalink}#notes">{NoteCountWithLabel}</a>{/block:NoteCount}{block:IfDisqusShortname}&nbsp;(<a href="{Permalink}#disqus_thread"></a>){block:IfDisqusShortname}
  760. </p>
  761.  
  762. <p style="source_url">
  763. {block:ContentSource}
  764. {lang:Source}: <a href="{SourceURL}">{block:SourceLogo}<img src="{WhiteLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" style="margin:0 0 0 5px; vertical-align:text-top;" />{/block:SourceLogo}{block:NoSourceLogo}{SourceTitle}{/block:NoSourceLogo}</a>
  765. {/block:ContentSource}
  766. </p>
  767. </div>
  768.  
  769. {block:IfDisqusShortname}
  770. {block:Permalink}
  771. <div id="disqus_thread" style="border-top: 1px solid #fff; margin: 30px 0; padding: 10px 0 0 0;"></div>
  772. <script type="text/javascript" src="http://disqus.com/forums/{text:Disqus Shortname}/embed.js"></script>
  773. <noscript><a href="http://{text:Disqus Shortname}.disqus.com/?url=ref">{lang:View the discussion thread}</a></noscript>
  774. {/block:Permalink}
  775. {/block:IfDisqusShortname}
  776.  
  777. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  778.  
  779. </li>{/block:Posts}
  780. <span st_url='{Permalink}' st_title='{Title}' class='st_twitter_hcount' displayText='Tweet'></span><span st_url='{Permalink}' st_title='{Title}' class='st_facebook_hcount' displayText='Facebook'></span><span st_url='{Permalink}' st_title='{Title}' class='st_linkedin_hcount' displayText='LinkedIn'></span><span st_url='{Permalink}' st_title='{Title}' class='st_email_hcount' displayText='Email'></span>
  781. <p>.</p>
  782. </ul>
  783.  
  784. {block:Pagination}
  785. <div id="post_nav">
  786. {block:PreviousPage}<div class="newer"><a href="{PreviousPage}">{lang:Newer}</a></div>{/block:PreviousPage}
  787.  
  788. {block:NextPage}<div class="older"><a href="{NextPage}">{lang:Older}</a></div>{/block:NextPage}
  789.  
  790. <div class="pages">{lang:Page CurrentPage of TotalPages}</div>
  791. <div id="clearfix"></div>
  792. </div>
  793. {/block:Pagination}
  794.  
  795. </div><!--END content-->
  796.  
  797. <div id="footer"><!--BEGIN footer-->
  798.  
  799. <!--Put your Twitter/Flickr badges and extra links below here-->
  800.  
  801. <!--Put your Twitter/Flickr badges and extra links above here-->
  802. {block:IfDisplayFollowing}
  803. {block:Following}<div class="following">
  804. <ul>
  805. {block:Followed}
  806. <li class="follows"><a href="{FollowedURL}" title="{FollowedTitle}"><img alt="{FollowedName}" src="{FollowedPortraitURL-48}" /></a></li>{/block:Followed}
  807. </ul>
  808. <div id="clearfix"></div>
  809. </div>{/block:Following}
  810. {/block:IfDisplayFollowing}
  811.  
  812. {block:Description}<noscript>
  813. <div id="about_container" style="display:block;border-top: 1px {color:Text} dashed;">
  814. <a name="me"></a>
  815. <p class="avatar"><img alt="{Title}"src="{PortraitURL-96}" /></p>
  816. <p>{Description}</p>
  817. </div>
  818. </noscript>{/block:Description}
  819.  
  820. <div id="credits">
  821. <p><a href="http://fieldnotestheme.tumblr.com/">Field Notes Theme</a>. Designed by <a href="http://manasto.tumblr.com/">Manasto Jones</a>. Widgets, Content, and Layout Design by <a href="http://facebook.com/iamwillhooper">Will Hooper</a> {lang:Powered by Tumblr 2}.</p>
  822. </div>
  823.  
  824. </div><!--END footer-->
  825.  
  826. </div><!--END container-->
  827.  
  828. </body>
  829. {block:IfDisplayTwitterUpdates}{block:Twitter}
  830. <script type="text/javascript">
  831. function recent_tweets(data) {
  832. document.getElementById("tweets").innerHTML = '<li>' + data[0].text +
  833. ' <a href="http://twitter.com/{TwitterUsername}" title="{TwitterUsername} on Twitter">follow me &rarr;</a></li>';
  834. }
  835. </script>
  836. <script type="text/javascript" src="/tweets.js"></script>
  837. {block:Twitter}{/block:IfDisplayTwitterUpdates}
  838.  
  839. {block:IfDisqusShortname}
  840. <script type="text/javascript">
  841. //<![CDATA[
  842. (function() {
  843. var links = document.getElementsByTagName('a');
  844. var query = '?';
  845. for(var i = 0; i < links.length; i++) {
  846. if(links[i].href.indexOf('#disqus_thread') >= 0) {
  847. query += 'url' + i + '=' + encodeURIComponent(links[i].href) + '&';
  848. }
  849. }
  850. document.write('<script charset="utf-8" type="text/javascript" src="http://disqus.com/forums/{text:Disqus Shortname}/get_num_replies.js' + query + '"></' + 'script>');
  851. })();
  852. //]]>
  853. </script>
  854. {/block:IfDisqusShortname}
  855. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement