Advertisement
jasonmcann

Theme: Vices & virtues

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