Advertisement
jasonmcann

Theme: I'm okay

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