Advertisement
jasonmcann

Theme: Fire is catching

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