Advertisement
singforabsolution

Theme 20

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