Advertisement
singforabsolution

Theme 14

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