Advertisement
jasonmcann

Theme: Wicked

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