Advertisement
jasonmcann

Retired: Did you just smell me?

Jul 27th, 2013
2,435
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.09 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5. <!--
  6.  
  7. THEME BY J A S O N M C A N N .tumblr.com (#10)
  8. - if there are any complications let me know.
  9. - don't remove the credit.
  10.  
  11. -->
  12. <head>
  13.  
  14. <link href="http://static.tumblr.com/nb65v05/MHampjouc/style-my-tooltips.css" rel="stylesheet" type="text/css" />
  15.  
  16. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  17.  
  18. <script src="http://static.tumblr.com/nb65v05/XPQmpjoyl/jquery.style-my-tooltips.js"></script>
  19.  
  20. <title>{Title}</title>
  21. <link rel="shortcut icon" href="{Favicon}">
  22. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  23. {block:Description}
  24. <meta name="description" content="{MetaDescription}" />
  25. {/block:Description}
  26.  
  27. <meta name="color:background" content="#ffffff" />
  28. <meta name="color:text" content="#7e7175" />
  29. <meta name="color:links bg" content="#fafafa" />
  30. <meta name="color:answers bg" content="#fafafa" />
  31. <meta name="color:link" content="#7e7175" />
  32. <meta name="color:link hover" content="#c2c0bf" />
  33. <meta name="color:border" content="#f5f5f5"/>
  34. <meta name="color:blockquote" content="#fafafa"/>
  35. <meta name="color:scrollbar" content="#7e7175" />
  36. <meta name="color:selection" content="#7e7175" />
  37.  
  38. <meta name="text:Link 01 URL" content="/">
  39. <meta name="text:Link 01 title" content="link 01">
  40. <meta name="text:Link 02 URL" content="/">
  41. <meta name="text:Link 02 title" content="link 02">
  42. <meta name="text:Link 03 URL" content="/">
  43. <meta name="text:Link 03 title" content="link 03">
  44. <meta name="text:Link 01 letter" content="a">
  45. <meta name="text:Link 02 letter" content="b">
  46. <meta name="text:Link 03 letter" content="c">
  47.  
  48. <meta name="image:background" content=""/>
  49. <meta name="image:sidebar" content=""/>
  50.  
  51. <meta name="if:custom scrollbar" content="1"/>
  52. <meta name="if:400px posts" content="0"/>
  53. <meta name="if:bg image" content="0">
  54.  
  55. <script>
  56. (function($){
  57. $(document).ready(function(){
  58. $("[title]").style_my_tooltips({
  59. tip_follows_cursor:false,
  60. tip_delay_time:20,
  61. tip_fade_speed:300,
  62. attribute:"title"
  63. });});})(jQuery);
  64. </script>
  65.  
  66. <style type="text/css">
  67.  
  68. body {
  69. font-family:sans-serif;
  70. font-size:9px;
  71. margin:0px;
  72. padding:0px;
  73. background-attachment:fixed;
  74. background-color:{color:Background};
  75. {block:ifBgImage}
  76. background-image:url('{image:Background}');
  77. {/block:ifBgImage}
  78. color:{color:text};}
  79.  
  80. a{
  81. text-decoration:none;
  82. -webkit-transition: all 0.7s ease-out;
  83. -moz-transition: all 0.7s ease-out;
  84. transition: all 0.7s ease-out;
  85. color:{color:link}}
  86.  
  87. a:hover{
  88. color:{color:link hover};}
  89.  
  90. i2, em{
  91. font-style: italic;
  92. color:{color:link};}
  93.  
  94. b2, strong{
  95. font-style: bold;
  96. color:{color:link};}
  97.  
  98. blockquote {
  99. margin:5px 10px 5px 10px;
  100. padding:5px;
  101. background-color:{color:blockquote};}
  102.  
  103. #post {
  104. {block:ifNot400pxposts}
  105. width:500px;
  106. {/block:ifNot400pxposts}
  107. {block:if400pxposts}
  108. width:400px;
  109. {/block:if400pxposts}
  110. overflow:hidden;}
  111.  
  112. #entries {
  113. margin-left:420px;
  114. {block:ifNot400pxposts}
  115. width:500px;
  116. {/block:ifNot400pxposts}
  117. {block:if400pxposts}
  118. width:400px;
  119. {/block:if400pxposts}
  120. position:absolute;
  121. padding-top:80px;
  122. margin-top:0px;
  123. padding-right:30px;
  124. border-right:1px solid {color:border};}
  125.  
  126. .title {
  127. text-align:center;
  128. text-transform:uppercase;}
  129.  
  130. #sidebar {
  131. position:fixed;
  132. width:110px;
  133. margin:0px;
  134. padding:0px;
  135. margin-left:270px;
  136. bottom:70px;}
  137.  
  138. #sidebar img{
  139. width:100px;
  140. height:100px;
  141. margin-bottom:5px;
  142. border-top:5px;
  143. padding-left:10px;
  144. padding-top:10px;
  145. border-top:1px solid {color:border};
  146. border-left:1px solid {color:border};}
  147.  
  148. #description{
  149. text-align:justify;
  150. margin-bottom:5px;}
  151.  
  152. #description a{
  153. color:{color:text};}
  154.  
  155. #nav{
  156. font-family:sans-serif;
  157. position:fixed;
  158. margin-top:06px;
  159. margin-left:-15px;
  160. text-transform:lowercase;
  161. margin-bottom:5px;}
  162.  
  163. .plus{
  164. padding:5px;
  165. width:5px;
  166. border-right:1px solid {color:border};
  167. border-bottom:1px solid {color:border};}
  168.  
  169. #links a{
  170. display:block;
  171. margin-top:1px;
  172. text-align:left;
  173. padding:5px;
  174. color:{color:text};}
  175.  
  176. #links a:hover{
  177. color:{color:link};}
  178.  
  179. .jump_page {
  180. padding: 5px;}
  181.  
  182. .current_page {
  183. padding:5px;}
  184.  
  185. #quotes{
  186. font-style:italic;
  187. margin-left:40px;
  188. padding-top:10px;}
  189.  
  190. .quotes{
  191. font-family:consolas;
  192. float:left;
  193. font-size:70px;
  194. position:absolute;
  195. color:{color:blockquote};}
  196.  
  197. .audioinfo {
  198. padding:0px 0px 5px 0px;
  199. margin-left:104px;
  200. text-align:left;
  201. height:95px;}
  202.  
  203. .cover{
  204. position:absolute;
  205. height:90px;
  206. width:90px;
  207. z-index:-1;}
  208.  
  209. #cover{
  210. width:95px;
  211. height:95px;
  212. position:absolute;
  213. z-index:-1;
  214. background-color:{color:link};}
  215.  
  216. .answer{
  217. background-color:{color:answers bg};
  218. width:500px;}
  219.  
  220. #answers{
  221. width:500px;}
  222.  
  223. #answers img{
  224. float:left;
  225. padding:3px;
  226. margin-right:3px;
  227. background-color:{color:answers bg};}
  228.  
  229. #notes {
  230. margin-top:10px;
  231. line-height:260%;
  232. padding:5px;
  233. background-color:{color:blockquote};}
  234.  
  235. ol.notes{
  236. list-style-type: none;
  237. padding:0px;}
  238.  
  239. #notes li{
  240. padding:5px;
  241. border-bottom:1px solid {color:border};}
  242.  
  243. #notes img {
  244. width:16px;}
  245.  
  246. #notes img:hover {
  247. opacity: 0.65;}
  248.  
  249. #c{
  250. position:fixed;
  251. bottom:10px;
  252. right:10px;
  253. font-family: georgia;
  254. letter-spacing:1px;
  255. font-size:12px;
  256. font-style:italic;
  257. margin-bottom:0px;
  258. text-align:right;}
  259.  
  260. ::selection {
  261. background: {color:background};
  262. color: {color:selection};}
  263.  
  264. ::-moz-selection {
  265. background: {color:background};
  266. color: {color:selection};}
  267.  
  268. ::-webkit-selection {
  269. background: {color:background};
  270. color: {color:selection};}
  271.  
  272. iframe#tumblr_controls {
  273. right:3px !important;
  274. position: fixed !important;
  275. -webkit-transition: opacity 0.7s linear;
  276. opacity: 0.2;
  277. -webkit-transition: all 0.8s ease-out;
  278. -moz-transition: all 0.8s ease-out;
  279. transition: all 0.8s ease-out;}
  280.  
  281. iframe#tumblr_controls:hover{
  282. -webkit-transition: opacity 0.7s linear;
  283. opacity: 1;
  284. -webkit-transition: all 0.4s ease-out;
  285. -moz-transition: all 0.4s ease-out;
  286. transition: all 0.4s ease-out;}
  287.  
  288. iframe#tumblr_controls {
  289. top: 0% !important;
  290. right:0% !important;
  291. position: fixed !important;}
  292.  
  293. {block:ifcustomscrollbar}
  294. ::-webkit-scrollbar-thumb:vertical {
  295. height:10px;
  296. background-color:{color:scrollbar};}
  297. ::-webkit-scrollbar-thumb:horizontal {
  298. height:05px!important;
  299. background-color:{color:scrollbar};}
  300. ::-webkit-scrollbar {
  301. height:10px;
  302. width:08px;
  303. background-color:{color:background};}
  304. {/block:ifcustomscrollbar}
  305.  
  306. #s-m-t-tooltip{
  307. z-index:10;
  308. margin:24px 14px 7px 12px;
  309. padding:3px;
  310. font-family:sans-serif;
  311. font-size:09px;
  312. text-transform:lowercase;
  313. line-height:16px;
  314. color:white;
  315. background:{color:selection};
  316.  
  317. -moz-border-radius:0px;
  318. -webkit-border-radius:0px;
  319. border-radius:0px;
  320. -moz-box-shadow:0px 0px 0 rgba(0,0,0,0),0px 0px 0 rgba(0,0,0,0);
  321. -webkit-box-shadow:0px 0px 0 rgba(0,0,0,0),0px 0px 0 rgba(0,0,0,0);
  322. box-shadow:0px 0px 0 rgba(0,0,0,0),0px 0px 0 rgba(0,0,0,0);}
  323.  
  324. #pagination{
  325. text-transform:lowercase;
  326. margin-top:30px;
  327. width:100px;
  328. margin-left:10px;
  329. font-size:09px;}
  330.  
  331. #box {
  332. text-align:right;
  333. padding-bottom:10px;
  334. text-transform:uppercase;
  335. font-size:08px;
  336. margin-bottom:30px;
  337. color:{color:link};
  338. border-top:1px solid {color:border};
  339. padding:3px;}
  340.  
  341. #post:hover #rblg{
  342. opacity:1;}
  343.  
  344. #rblg {
  345. position:absolute;
  346. padding-left:3px;
  347. padding-bottom:3px;
  348. font-size:08px;
  349. text-transform:uppercase;
  350. opacity:0;
  351. background-color:white;
  352. {block:ifNot400pxposts}
  353. margin-left:510px;
  354. {/block:ifNot400pxposts}
  355. {block:if400pxposts}
  356. margin-left:410px;
  357. {/block:if400pxposts}
  358. -webkit-transition: all 0.6s ease-in-out;
  359. -moz-transition: all 0.6s ease-in-out;
  360. -o-transition: all 0.6s ease-in-out;
  361. border-bottom:1px solid {color:border};}
  362.  
  363. </style>
  364. </head>
  365.  
  366. <body>
  367. <div id="sidebar">
  368. <div id="nav">
  369. <div class="plus"></div>
  370. <div id="links">
  371. <a href="/" title="refresh">h</a>
  372. <a href="/ask" title="askbox">a</a>
  373. <a href="{text:link 01 URL}" title="{text:link 01 title}">
  374. {text:link 01 letter}</a>
  375. <a href="{text:link 02 URL}" title="{text:link 02 title}">
  376. {text:link 02 letter}
  377. </a>
  378. <a href="{text:link 03 URL}" title="{text:link 03 title}">
  379. {text:link 03 letter}</a>
  380. </div>
  381. </div>
  382. <div style="margin-bottom:5px;height:11px;"><a href="/"><b><center>{Title}</center></b></a></div><img src="{image:sidebar}">
  383. <div id="description">{Description}</div>
  384. {block:Pagination}<div id="pagination"><center><b>
  385. {block:PreviousPage}<a href="{PreviousPage}" class="jump_page">&larr;</a>{/block:PreviousPage}
  386. {CurrentPage} of {TotalPages}
  387. {block:NextPage}<a href="{NextPage}" class="jump_page">&rarr;</a>{/block:NextPage}</b></center></div>
  388. {/block:Pagination}
  389. </div>
  390.  
  391. <div id="c">
  392. <a href="http://caulfielld.tumblr.com/" target="_blank" title="theme by jasonmcann">J</a>
  393. </div>
  394.  
  395. <div id="entries">
  396. {block:Posts}
  397.  
  398. {block:ContentSource}
  399. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  400. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  401. {/block:SourceLogo}
  402. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  403. {/block:ContentSource}
  404.  
  405. <div id="post">
  406.  
  407. <div id="rblg">
  408.  
  409. <a href="{ReblogURL}" target="_blank">+reblog</a>
  410.  
  411. </div>
  412.  
  413. {block:Text}
  414. {block:Title}<div class="title">{Title}</div>{/block:Title}
  415. {body}
  416. {/block:Text}
  417.  
  418. {block:Photo}
  419. {LinkOpenTag}
  420. {block:ifNot400pxposts}
  421. <img src="{PhotoURL-500}">
  422. {/block:ifNot400pxposts}
  423. {block:if400pxposts}
  424. <img src="{PhotoURL-400}">
  425. {/block:if400pxposts}
  426. {block:Caption}
  427. {Caption}
  428. {/block:Caption}
  429. {/block:Photo}
  430.  
  431. {block:Photoset}
  432. {block:ifNot400pxposts}
  433. {Photoset-500}
  434. {/block:ifNot400pxposts}
  435. {block:if400pxposts}
  436. {Photoset-400}
  437. {/block:if400pxposts}
  438. {block:Caption}
  439. {Caption}
  440. {/block:Caption}
  441. {/block:Photoset}
  442.  
  443. {block:Quote}
  444. <div class="quotes">“</div>
  445. <div id="quotes">
  446. <p>{Quote}</p>
  447. {block:Source}
  448. <span style="text-transform:lowercase;float:right">— <u>{Source}</u></span>
  449. {/block:Source}<br><br>
  450. </div>
  451. {/block:Quote}
  452.  
  453. {block:Link}
  454. <div class="title"><a href="{URL}" target="{Target}">{Name}</a></div>
  455. {block:Description}
  456. {Description}
  457. {/block:Description}
  458. {/block:Link}
  459.  
  460. {block:Chat}
  461. {block:Title}
  462. <div class="title">{Title}</div>
  463. {/block:Title}
  464. {block:Lines}
  465. {block:Label}
  466. <b><div style="padding-left:3px;">{Label}</div></b>
  467. {/block:Label}
  468. <div style="background-color:{color:blockquote};padding:3px;">{Line}</div><br>
  469. {/block:Lines}
  470. {/block:Chat}
  471.  
  472. {block:Audio}
  473. <span{block:AlbumArt} style="display:none;"{block:AlbumArt}><div id="cover"></div></span>{block:AlbumArt}
  474. <img src="{AlbumArtURL}" class="cover">
  475. {/block:AlbumArt}
  476.  
  477. <div class="audioinfo">
  478. <b>Song:</b> <span{block:TrackName} style="display: none;"{block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}<br>
  479. <b>Artist:</b> <span{block:Artist} style="display: none;"{block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}<br>
  480. <b>Album:</b> <span{block:Album} style="display: none;"{block:Album}>Unknown</span>{block:Album}{Album}{/block:Album}<br />
  481. <b>Played:</b> {PlayCount} times<br>
  482. <p><div style="opacity:0.3;">{AudioPlayerGrey}</div></p>
  483. </div>
  484.  
  485. {block:Caption}
  486. {Caption}
  487. {/block:Caption}
  488.  
  489. {/block:Audio}
  490.  
  491. {block:Video}
  492. {block:ifNot400pxposts}
  493. {Video-500}
  494. {/block:ifNot400pxposts}
  495. {block:if400pxposts}
  496. {video-400}
  497. {/block:if400pxposts}
  498. {block:Caption}
  499. {Caption}
  500. {/block:Caption}
  501. {/block:Video}
  502.  
  503. {block:Answer}
  504. <div id="answers">
  505. <img src="{AskerPortraitURL-24}">
  506. <span style="text-transform:lowercase;">
  507. <b>{Asker}</b></span><br>
  508. {Question}
  509. </div>
  510. <div class="answer"><p>
  511. {Answer}</p></div>
  512. {/block:Answer}
  513.  
  514. </div>
  515.  
  516. <div id="box">
  517.  
  518. {block:RebloggedFrom}
  519. <a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a>
  520. <a href="{ReblogRootURL}" title="{ReblogRootTitle}">©</a>
  521. {/block:RebloggedFrom} {block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date} {block:NoteCount}with {NoteCountWithLabel};{/block:NoteCount}
  522. {block:HasTags}{block:Tags}<a href="{TagURL}"> {Tag} </a>
  523. {/block:Tags}
  524. {/block:HasTags}
  525. </div>
  526.  
  527. {block:PermalinkPage}
  528. {block:PostNotes}
  529. <div id="notes">{PostNotes}</div>
  530. {/block:PostNotes}
  531. {/block:PermalinkPage}
  532.  
  533. {block:Posts}
  534. </div>
  535.  
  536. </body>
  537. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement