Advertisement
singforabsolution

Theme 24

Dec 8th, 2012
625
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.69 KB | None | 0 0
  1. <!--
  2. Theme by tomkirk.tumblr.com
  3. -->
  4. <html>
  5. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  6. <html xmlns="http://www.w3.org/1999/xhtml">
  7. <head>
  8.  
  9. <!--Default Variables-->
  10. <!--Colors-->
  11. <meta name="color:Background" content="#ffffff"/>
  12. <meta name="color:Text" content="#828282"/>
  13. <meta name="color:Link" content="#9C9C9C"/>
  14. <meta name="color:Link Hover" content="#e8e8e8"/>
  15. <meta name="color:Scrollbar" content="#000000"/>
  16.  
  17. <!--Images-->
  18. <meta name="image:Background" content""/>
  19.  
  20. <!--Options-->
  21. <meta name="if:Infinite Scrolling" content=""/>
  22. <meta name="if:White Posts" content=""/>
  23. <meta name="if:Hidden Description" content="1"/>
  24. <meta name="if:Faded Images" content=""/>
  25. <meta name="if:Inverted Images" content=""/>
  26. <meta name="if:Captions" content=""/>
  27. <meta name="if:Link Hover Italics" content=""/>
  28. <meta name="if:Link Hover Strikethrough" content=""/>
  29. <meta name="if:Link Hover Underline" content=""/>
  30.  
  31. <!--Links-->
  32. <meta name="text:Link 1 URL" content="/"/>
  33. <meta name="text:Link 1 name" content=""/>
  34. <meta name="text:Link 2 URL" content="/"/>
  35. <meta name="text:Link 2 name" content=""/>
  36. <meta name="text:Link 3 URL" content="/"/>
  37. <meta name="text:Link 3 name" content=""/>
  38. <meta name="text:Link 4 URL" content="/"/>
  39. <meta name="text:Link 4 name" content=""/>
  40.  
  41. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
  42.  
  43.  
  44. <script src="jquery.js"></script>
  45. <script>
  46. $(document).ready(function(){
  47. $("#flip").click(function(){
  48. $("#panel").slideToggle("fast");
  49. });
  50. });
  51. </script>
  52.  
  53. {block:Description}
  54. <meta name="description" content="{MetaDescription}" />{/block:Description}
  55. <title>
  56. {block:PostSummary}
  57. {PostSummary} - {/block:PostSummary}{Title}</title>
  58. </style>
  59.  
  60. <style type="text/css">
  61.  
  62. ::-webkit-scrollbar {width: 5px; height: 5px; background:{color:Background}; }
  63. ::-webkit-scrollbar-thumb { background-color:{color:Scrollbar};}
  64.  
  65. {block:ifInvertedImages}img{
  66. opacity: 1;
  67. filter:alpha(opacity=10);
  68. -moz-opacity: 0.1;
  69. -moz-transition: all .9s ease;
  70. -o-transition: all .9s ease;
  71. transition: all .9s ease;
  72. -webkit-transition: all .9s ease;}
  73. {/block:ifInvertedImages}
  74.  
  75.  
  76. {block:ifInvertedImages} img:hover{
  77. opacity: .8;
  78. filter:alpha(opacity=100);
  79. -moz-opacity: 1;
  80. -moz-transition: all .9s ease;
  81. -o-transition: all .9s ease;
  82. transition: all .9s ease;
  83. -webkit-transition: all .9s ease;}
  84. {/block:ifInvertedImages}
  85.  
  86. {block:ifFadedImages}img{
  87. opacity: .8;
  88. filter:alpha(opacity=10);
  89. -moz-opacity: 0.1;
  90. -moz-transition: all .9s ease;
  91. -o-transition: all .9s ease;
  92. transition: all .9s ease;
  93. -webkit-transition: all .9s ease;}
  94. {/block:ifFadedImages}
  95.  
  96.  
  97. {block:ifFadedImages} img:hover{
  98. opacity: 1;
  99. filter:alpha(opacity=100);
  100. -moz-opacity: 1;
  101. -moz-transition: all .9s ease;
  102. -o-transition: all .9s ease;
  103. transition: all .9s ease;
  104. -webkit-transition: all .9s ease;}
  105. {/block:ifFadedImages}
  106.  
  107. {block:ifInvertedImages}.photo {
  108. opacity: 1;
  109. filter:alpha(opacity=10);
  110. -moz-opacity: 0.1;
  111. -moz-transition: all .9s ease;
  112. -o-transition: all .9s ease;
  113. transition: all .9s ease;
  114. -webkit-transition: all .9s ease;}
  115. {/block:ifInvertedImages}
  116.  
  117.  
  118. {block:ifInvertedImages}.photo:hover{
  119. opacity: .8;
  120. filter:alpha(opacity=100);
  121. -moz-opacity: 1;
  122. -moz-transition: all .9s ease;
  123. -o-transition: all .9s ease;
  124. transition: all .9s ease;
  125. -webkit-transition: all .9s ease;}
  126. {/block:ifInvertedImages}
  127.  
  128. {block:ifFadedImages}.photo {
  129. opacity: .8;
  130. filter:alpha(opacity=10);
  131. -moz-opacity: 0.1;
  132. -moz-transition: all .9s ease;
  133. -o-transition: all .9s ease;
  134. transition: all .9s ease;
  135. -webkit-transition: all .9s ease;}
  136. {/block:ifFadedImages}
  137.  
  138.  
  139. {block:ifFadedImages}.photo:hover{
  140. opacity: 1;
  141. filter:alpha(opacity=100);
  142. -moz-opacity: 1;
  143. -moz-transition: all .9s ease;
  144. -o-transition: all .9s ease;
  145. transition: all .9s ease;
  146. -webkit-transition: all .9s ease;}
  147. {/block:ifFadedImages}
  148.  
  149.  
  150. iframe#tumblr_controls {right:3px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.2;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  151.  
  152.  
  153. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: .9;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  154.  
  155. body{
  156. background-color: {color:Background};
  157. background-image: url({image:Background});
  158. background-attachment: fixed;
  159. background-repeat: repeat;
  160. background-position: center;
  161. font-family:default;
  162. font-size:11px;
  163. line-height:12px;
  164. color:{color:Text};
  165. }
  166.  
  167. a:link, a:active, a:visited{
  168. color: {color:Link};
  169. text-decoration:none;
  170. }
  171.  
  172. a:hover{
  173. color: {color:Link Hover};
  174. {block:ifLinkHoverItalics}
  175. font-style:italic;
  176. {/block:ifLinkHoverItalics}
  177. {block:ifLinkHoverStrikethrough}
  178. text-decoration:line-through;
  179. {/block:ifLinkHoverStrikethrough}
  180. {block:ifLinkHoverUnderline}
  181. text-decoration:underline;
  182. {/block:ifLinkHoverUnderline}
  183. }
  184.  
  185. #container {
  186. margin:auto;
  187. width:670px;
  188. }
  189.  
  190. #content {
  191. padding:20px;
  192. {block:IndexPage}
  193. width:260px;
  194. margin-left:160px;
  195. {/block:IndexPage}
  196. {block:PermalinkPage}
  197. width:510px;
  198. margin-left:50px;
  199. {/block:PermalinkPage}
  200. {block:ifWhitePosts}
  201. background:white;
  202. {/block:ifWhitePosts}
  203. }
  204.  
  205. #entry {
  206. margin-top:50px;
  207. padding:3px;
  208. {block:IndexPage}
  209. width:250px;
  210. {/block:IndexPage}
  211. {block:PermalinkPage}
  212. width:500px;
  213. {/block:PermalinkPage}
  214. padding:3px;
  215. }
  216.  
  217. #entry img{
  218. {block:IndexPage}
  219. max-width:250px;
  220. {/block:IndexPage}
  221. {block:PermalinkPage}
  222. max-width:500px;
  223. {/block:PermalinkPage}
  224. }
  225.  
  226. #entry .permalink{
  227. position:absolute;
  228. opacity:0;
  229. width:250px;
  230. text-align:center;
  231. margin-left:-80px;
  232. margin-top:10px;
  233. font-size:10px;
  234. line-height:12px;
  235. font-style:italic;
  236. -webkit-transition: all 0.4s linear;
  237. -moz-transition: all 0.4s linear;
  238. transition: all 0.4s linear;
  239. }
  240.  
  241. #entry:hover .permalink{
  242. opacity:1;
  243. margin-left:0px;
  244. }
  245.  
  246. #side {
  247. position:relative;
  248. text-align:center;
  249. margin-bottom:-30px;
  250. padding:3px;
  251. z-index:999;
  252. {block:IndexPage}
  253. width:250px;
  254. {/block:IndexPage}
  255. {block:PermalinkPage}
  256. width:500px;
  257. {/block:PermalinkPage}
  258. }
  259.  
  260. #panel,#flip{
  261. padding:5px;
  262. text-align:center;
  263. }
  264.  
  265. #flip:hover{
  266. cursor:help;
  267. }
  268.  
  269. #panel{
  270. padding:1px;
  271. display:none;
  272. }
  273.  
  274. .navigate {
  275. font-size:10px;
  276. line-height:10px;
  277. padding-bottom:5px;
  278. }
  279.  
  280. .blogtitle{
  281. font-size:16px;
  282. text-transform:uppercase;
  283. line-height:20px;
  284. padding-top:2px;
  285. font-weight:bold;
  286. font-style:italic;
  287. }
  288.  
  289. .posttitle{
  290. font-size:15px;
  291. line-height: 16px;
  292. font-weight:bold;
  293. }
  294.  
  295. blockquote{
  296. padding:0px 0px 2px 5px;
  297. margin:0px 0px 2px 1px;
  298. border-left: 1px solid {color:Text};}
  299. blockquote p, ul{margin:0px; padding:0px;}
  300.  
  301. .chat .line{
  302. padding: 2px;
  303. }
  304.  
  305. .label {font-weight:bold; color:{color:text}}
  306.  
  307. a img{border: 0px;}
  308.  
  309. .p { padding-top: 5px; }
  310. .ol, ul { margin-left: 10px; padding: 5px; }
  311. .ul { list-style-type: square; }
  312.  
  313. .albumart { margin-bottom:0px; }
  314. .albumart img, .audio embed {
  315. width:73px;
  316. padding-right:25px;
  317. }
  318.  
  319. .albumartovr {
  320. background-image:url(http://static.tumblr.com/imovwvl/i1Hl4rcp8/vinyl.png);
  321. }
  322.  
  323. .name{
  324. font-size:14px;
  325. line-height:15px;
  326. margin-top:25px;
  327. padding-bottom:4px;
  328. }
  329. .video embed, .post div.video object {width:250px; height:187px}
  330.  
  331. .notes img{width:10px; position:left; top:3px;}
  332.  
  333. #pgs{margin-top:4px; font-size:12px; line-height:15px;text-align:center;}
  334.  
  335. {CustomCSS}
  336. </style>
  337.  
  338. <link rel="shortcut icon" href="{Favicon}">
  339. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" /><meta name="viewport" content="width=820" />
  340. </head>
  341. <body>
  342. <div id="container">
  343. <div id="content">
  344. <div id="side">
  345.  
  346. {block:ifHiddenDescription}
  347. <div id="flip"><div class="blogtitle">{Title}</div></div>
  348. <div id="panel">
  349. <div class="navigate">
  350. <a href="{text:Link 1 URL}">{text:Link 1 name}</a> &nbsp;&nbsp;&nbsp;
  351. <a href="{text:Link 2 URL}">{text:Link 2 name}</a> &nbsp;&nbsp;&nbsp;
  352. <a href="{text:Link 3 URL}">{text:Link 3 name}</a> &nbsp;&nbsp;&nbsp;
  353. <a href="{text:Link 4 URL}">{text:Link 4 name}</a> &nbsp;&nbsp;&nbsp;
  354. <a href="http://tomkirk.tumblr.com/">©</a>
  355. </div>
  356. {Description}
  357. </div>
  358. {/block:ifHiddenDescription}
  359.  
  360. {block:ifNotHiddenDescription}
  361. <div class="blogtitle">{Title}</div>
  362. <div style="padding-top:2px;">
  363. <div class="navigate">
  364. <a href="{text:Link 1 URL}">{text:Link 1 name}</a> &nbsp;&nbsp;&nbsp;
  365. <a href="{text:Link 2 URL}">{text:Link 2 name}</a> &nbsp;&nbsp;&nbsp;
  366. <a href="{text:Link 3 URL}">{text:Link 3 name}</a> &nbsp;&nbsp;&nbsp;
  367. <a href="{text:Link 4 URL}">{text:Link 4 name}</a> &nbsp;&nbsp;&nbsp;
  368. <a href="http://tomkirk.tumblr.com/">©</a>
  369. </div>
  370. </div>
  371. {Description}
  372. {/block:ifNotHiddenDescription}
  373. </div>
  374.  
  375.  
  376. {block:ifInfiniteScrolling}
  377. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  378. {/block:ifInfiniteScrolling}
  379.  
  380. {block:Posts}
  381. <div id="entry">
  382.  
  383. {block:Text}
  384. {block:Title}
  385. <div class="posttitle">{Title}</div>
  386. {/block:Title}
  387. {Body}
  388. {/block:Text}
  389.  
  390. {block:Link}
  391. <div class="posttitle">
  392. <a href="{URL}">{Name}</a>
  393. </div>
  394. {block:Description}{Description}{/block:Description}
  395. {/block:Link}
  396.  
  397. {block:Photo}
  398. {LinkOpenTag}
  399. <div id="pic">
  400. <a href="{permalink}">
  401. <img src="{PhotoURL-500}" alt="{PhotoAlt}" width="500"></a>
  402. </div>
  403. {LinkCloseTag}
  404. {block:ifCaptions}
  405. {block:Caption}{Caption}{/block:Caption}
  406. {/block:ifCaptions}
  407. {block:ContentSource}
  408. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  409. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  410. {/block:SourceLogo}
  411. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  412. {/block:ContentSource}
  413. {block:ReblogParentURL}
  414. <!-- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  415. {/block:ReblogParentURL}
  416. {/block:Photo}
  417.  
  418. {block:Photoset}
  419. <div class="photo">
  420. {block:IndexPage}
  421. {Photoset-250}
  422. {/block:IndexPage}
  423. {block:PermalinkPage}
  424. {Photoset-500}
  425. {/block:PermalinkPage}
  426. </div>
  427. {block:ifCaptions}
  428. {block:Caption}{Caption}{/block:Caption}
  429. {/block:ifCaptions}
  430. {/block:Photoset}
  431.  
  432. {block:Quote}
  433. <div class="posttitle">"{Quote}"</div>
  434. {block:Source}
  435. <i> - {Source}</i>
  436. {/block:Source}
  437. {/block:Quote}
  438.  
  439. {block:Chat}
  440. {block:Title}
  441. <div id="posttitle">
  442. {Title}
  443. </div>
  444. {/block:Title}
  445. <div class="chat">
  446. {block:Lines}
  447. <div class="chat">
  448. <div class="line {Alt}">
  449. <div class="{Alt} user_{UserNumber}">
  450. {block:Label}
  451. <b>{Label} </b>
  452. {/block:Label}
  453. {Line}
  454. </div>
  455. </div>
  456. </div>
  457. {/block:Lines}
  458. </div>
  459. {/block:Chat}
  460.  
  461. {block:Audio}
  462. <div style="background:black; height:27px; margin-bottom:3px;">
  463. {AudioPlayerBlack}
  464. </div>
  465. {block:albumart}
  466. <div class="albumartovr">
  467. <img src="http://static.tumblr.com/imovwvl/i1Hl4rcp8/vinyl.png" style="position:absolute; margin-left:-1px;">
  468. <div class="albumart">
  469. <img src="{albumarturl}" align="left">
  470. </div></div>
  471. {/block:albumart}
  472. <div class="name">
  473. {block:TrackName}<span><strong>Title</strong>:
  474. {TrackName}</span>{/block:TrackName}<br>
  475. {block:Artist}<span><strong>Artist:</strong>
  476. {Artist}</span>{/block:Artist}
  477. </div>
  478. <br>
  479. {block:ifCaptions}
  480. {block:Caption}{Caption}{/block:Caption}
  481. {/block:ifCaptions}
  482. {/block:Audio}
  483.  
  484. {block:Video}
  485. <div class="photo">
  486. {block:IndexPage}
  487. {Video-250}
  488. {/block:IndexPage}
  489. {block:PermalinkPage}
  490. {Video-500}
  491. {/block:PermalinkPage}
  492. </div>
  493. {block:ifCaptions}
  494. {block:Caption}{Caption}{/block:Caption}
  495. {/block:ifCaptions}
  496. {/block:Video}
  497.  
  498. {block:IndexPage}
  499. <div class="permalink">
  500. <a href="{Permalink}">{NoteCountWithLabel}</a> &nbsp;&nbsp;
  501. <a href="{ReblogURL}" target="_blank" class="details">reblog</a>
  502. </div>
  503. {/block:IndexPage}
  504.  
  505. {block:PermalinkPage}
  506. <center>
  507. <div id="permalink">
  508. {block:Date}
  509. {TimeAgo} on
  510. {ShortMonth} {DayofMonth},{Year}
  511. {/block:Date}
  512. {block:NoteCount} · {NoteCountWithLabel}
  513. {/block:NoteCount}
  514. {block:HasTags} · Tags:
  515. {block:Tags}<a href="{TagURL}">#{Tag} </a>
  516. {/block:Tags}
  517. {/block:HasTags}
  518. <br>{block:RebloggedFrom}via: <a href="{ReblogParentURL}" target="_blank">{ReblogParentName}</a> · (©: <a href="{ReblogRootURL}" target="_blank">{ReblogRootName}</a>) {/block:RebloggedFrom}
  519. </div>
  520. </center>
  521. {/block:PermalinkPage}
  522.  
  523. {block:PostNotes}
  524. {PostNotes}
  525. {/block:PostNotes}
  526. </div>
  527. {/block:Posts}
  528.  
  529. {block:ifNotInfiniteScrolling}
  530. <br>
  531. <center>
  532. <div id="pgs">
  533. {block:Pagination}<br>
  534. {block:PreviousPage} <a href="{PreviousPage}"><font size="2">«</font></a>{/block:PreviousPage}
  535. {block:JumpPagination length="5"}
  536. {block:CurrentPage}
  537. <span class="current_page">{PageNumber}&nbsp;</span>
  538. {/block:CurrentPage}
  539. {block:JumpPage}
  540. <a class="jump_page" href="{URL}">{PageNumber}&nbsp;</a>
  541. {/block:JumpPage}
  542. {/block:JumpPagination}
  543. {block:NextPage}<a href="{NextPage}"><font size="2">»</font></a>{/block:NextPage}
  544. {/block:Pagination}
  545. </div>
  546. {/block:ifNotInfiniteScrolling}
  547. </div>
  548. </body>
  549. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement