Advertisement
jasonmcann

Theme: Who you?

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