Advertisement
singforabsolution

Theme 29

Jan 2nd, 2013
463
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.02 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. <link href='http://fonts.googleapis.com/css?family=Average+Sans|Muli|Scada|Telex|Megrim|Inconsolata' rel='stylesheet' type='text/css'>
  10.  
  11. <!--Default Variables-->
  12. <!--Colors-->
  13. <meta name="color:Ask Background" content="#f1f3f0"/>
  14. <meta name="color:Ask Text" content="#434443"/>
  15. <meta name="color:Background" content="#ffffff"/>
  16. <meta name="color:Text" content="#434443"/>
  17. <meta name="color:Link" content="#434443"/>
  18. <meta name="color:Link Hover" content="#e8e8e8"/>
  19. <meta name="color:Border" content="#e8e8e8"/>
  20. <meta name="color:Permalink" content="#e0eed3"/>
  21. <meta name="color:Scrollbar" content="#000000"/>
  22. <meta name="color:Sidelinks" content="#edf1f1"/>
  23. <meta name="color:Sidelinks Text" content="#434443"/>
  24. <meta name="color:Sidelinks Hover" content="#434443"/>
  25. <meta name="color:Sidelinks Text Hover" content="#edf1f1"/>
  26.  
  27. <!--Images-->
  28. <meta name="image:Background" content""/>
  29. <meta name="image:Sidebar" content""/>
  30.  
  31. <!--Options-->
  32. <meta name="if:Infinite Scrolling" content=""/>
  33. <meta name="if:Faded Images" content="1"/>
  34. <meta name="if:Inverted Images" content=""/>
  35. <meta name="if:Captions" content="1"/>
  36. <meta name="if:Img Hover Black and White" content="1"/>
  37.  
  38. <!--Links-->
  39. <meta name="text:Link 1 URL" content="/"/>
  40. <meta name="text:Link 1 name" content=""/>
  41. <meta name="text:Link 2 URL" content="/"/>
  42. <meta name="text:Link 2 name" content=""/>
  43. <meta name="text:Link 3 URL" content="/"/>
  44. <meta name="text:Link 3 name" content=""/>
  45. <meta name="text:Link 4 URL" content="/"/>
  46. <meta name="text:Link 4 name" content=""/>
  47.  
  48. {block:Description}
  49. <meta name="description" content="{MetaDescription}" />{/block:Description}
  50. <title>
  51. {block:PostSummary}
  52. {PostSummary} - {/block:PostSummary}{Title}</title>
  53. </style>
  54.  
  55. <style type="text/css">
  56.  
  57. ::-webkit-scrollbar {width: 5px; height: 5px; background:{color:Background}; }
  58. ::-webkit-scrollbar-thumb { background-color:{color:Scrollbar};}
  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. .photo{
  145. -webkit-transition: all .5s linear;
  146. -moz-transition: all .5s linear;
  147. transition: all .5s linear
  148. }
  149.  
  150. .photo:hover{
  151. {block:ifImgHoverBlackAndWhite}
  152. -webkit-filter: grayscale(100%);z-index: -99px;
  153. {/block:ifImgHoverBlackAndWhite}
  154. }
  155.  
  156. 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;}
  157.  
  158.  
  159. 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;}
  160.  
  161. body{
  162. background-color: {color:Background};
  163. background-image: url({image:Background});
  164. background-attachment: fixed;
  165. background-repeat: repeat;
  166. background-position: center;
  167. font-family:cambria;
  168. font-size:10px;
  169. line-height:11px;
  170. color:{color:Text};
  171. }
  172.  
  173. a:link, a:active, a:visited{
  174. color: {color:Link};
  175. text-decoration:none;
  176. -webkit-transition: all 0.1s linear;
  177. -moz-transition: all 0.1s linear;
  178. transition: all 0.1s linear;
  179. }
  180.  
  181. a:hover{
  182. color: {color:Link Hover};
  183. }
  184.  
  185. #container {
  186. margin:auto;
  187. width:670px;
  188. }
  189.  
  190. #content {
  191. padding:20px;
  192. width:510px;
  193. margin-left:-20px;
  194. }
  195.  
  196. #ask {
  197. padding:5px;
  198. width:492px;
  199. font-size:12px;
  200. line-height:13px;
  201. background:{color:Ask Background};
  202. color:{color:Ask Text};
  203. }
  204.  
  205. #ask a{
  206. color:{color:Ask Text};
  207. }
  208.  
  209. #ask a:hover{
  210. color:{color:Link Hover};
  211. }
  212.  
  213. .askername{
  214. font-size:10px;
  215. font-weight:bold;
  216. }
  217.  
  218. #entry {
  219. margin-top:60px;
  220. width:500px;
  221. padding:3px;
  222. }
  223.  
  224. #entry img{
  225. max-width:500px;
  226. -webkit-transition: all 0.3s linear;
  227. -moz-transition: all 0.3s linear;
  228. transition: all 0.3s linear;
  229. }
  230.  
  231. #entry img:hover{
  232. {block:ifImgHoverBlackAndWhite}
  233. -webkit-filter: grayscale(100%);z-index: -99px;
  234. {/block:ifImgHoverBlackAndWhite}
  235. }
  236.  
  237. #entry .permalink{
  238. position:absolute;
  239. opacity:0;
  240. text-align:left;
  241. margin-left:520px;
  242. background:black;
  243. padding:7px;
  244. font-size:10px;
  245. line-height:12px;
  246. font-style:italic;
  247. -webkit-transition: all 0.4s linear;
  248. -moz-transition: all 0.4s linear;
  249. transition: all 0.4s linear;
  250. }
  251.  
  252. #entry:hover .permalink{
  253. opacity:1;
  254. }
  255.  
  256. #permalinkpg {
  257. font-size:11px;
  258. line-height:12px;
  259. margin-top:3px;
  260. }
  261.  
  262. #permalink {
  263. text-align:left;
  264. font-size:8px;
  265. text-transform:uppercase;
  266. margin-top:15px;
  267. padding-top:2px;
  268. padding-bottom:2px;
  269. font-family:Inconsolata;
  270. color:{color:Link};
  271. }
  272.  
  273. #permalink a{
  274. padding:3px;
  275. padding-left:7px;
  276. padding-right:7px;
  277. background:{color:Permalink};
  278. border:1px solid {color:Permalink};
  279. -webkit-transition: all 0.4s linear;
  280. -moz-transition: all 0.4s linear;
  281. transition: all 0.4s linear;
  282. }
  283.  
  284. #permalink a:hover{
  285. color:{color:Link};
  286. }
  287.  
  288. #tags {
  289. font-size:9px;
  290. margin-top:5px;
  291. }
  292.  
  293. #tags a{
  294. text-decoration:underline;
  295. }
  296.  
  297. #side {
  298. position:fixed;
  299. text-align:center;
  300. width:150px;
  301. font-size:9px;
  302. line-height:10px;
  303. margin-top:120px;
  304. margin-left:530px;
  305. }
  306.  
  307. #side .links{
  308. position:absolute;
  309. opacity:0;
  310. margin-top:22px;
  311. margin-left:43px;
  312. width:60px;
  313. z-index:999;
  314. -webkit-transition: all 0.4s linear;
  315. -moz-transition: all 0.4s linear;
  316. transition: all 0.4s linear;
  317. }
  318.  
  319. #side:hover .links{
  320. opacity:1;
  321. }
  322.  
  323. .navigate a{
  324. width:60px;
  325. display:inline-block;
  326. padding:1px;
  327. padding-right:2px;
  328. padding-left:2px;
  329. margin-left:1px;
  330. margin-top:2px;
  331. font-size:8px;
  332. letter-spacing:1px;
  333. text-transform:uppercase;
  334. font-family:Inconsolata;
  335. background:{color:Sidelinks};
  336. color:{color:Sidelinks Text};
  337. -webkit-transition: all 0.2s linear;
  338. -moz-transition: all 0.2s linear;
  339. transition: all 0.2s linear;
  340. }
  341.  
  342. .navigate a:hover{
  343. background:{color:Sidelinks Hover};
  344. color:{color:Sidelinks Text Hover};
  345. }
  346.  
  347. .blogtitle{
  348. font-size:16px;
  349. line-height:17px;
  350. padding-top:2px;
  351. text-transform:uppercase;
  352. font-style:italic;
  353. }
  354.  
  355. .blogtitle a{
  356. color:{color:Text};
  357. }
  358.  
  359. .blogtitle a:hover{
  360. color:{color:Link Hover};
  361. }
  362.  
  363. .posttitle{
  364. font-size:19px;
  365. line-height:22px;
  366. }
  367.  
  368. .info{
  369. margin-top:5px;
  370. margin-left:10px;
  371. font-style:italic;
  372. }
  373.  
  374. blockquote{
  375. padding:0px 0px 2px 5px;
  376. margin:5px 5px 1px 12px;
  377. border-left:3px solid {color:Permalink}
  378. }
  379. blockquote p, ul{margin:0px; padding:0px;}
  380.  
  381. .chat .line{
  382. padding: 2px;
  383. }
  384.  
  385. .label {font-weight:bold; color:{color:text}}
  386.  
  387. a img{border: 0px;}
  388.  
  389. .p { padding-top: 5px; }
  390. .ol, ul { margin-left: 10px; padding: 5px; }
  391. .ul { list-style-type: square; }
  392.  
  393. .albumart{
  394. margin-top:-30px;
  395. position:absolute;
  396. z-index:1;
  397. }
  398.  
  399. .albumart img, .audio embed {
  400. width:110px;
  401. }
  402.  
  403. .name{
  404. font-size:15px;
  405. line-height:20px;
  406. margin-top:12px;
  407. margin-left:120px;
  408. }
  409.  
  410. .video embed, .post div.video object {width:250px; height:187px}
  411.  
  412. .notes img{width:10px; position:left; top:3px; -webkit-border-radius: 10px;
  413. -moz-border-radius: 10px; border-radius: 10px;}
  414.  
  415. #pgs{font-size:10px; line-height:12px;text-align:center;}
  416.  
  417. #c{
  418. position:fixed;
  419. font-family:Inconsolata;
  420. font-size:15px;
  421. bottom:0;
  422. right:0;
  423. padding:8px;
  424. }
  425.  
  426. {CustomCSS}
  427. </style>
  428.  
  429. <link rel="shortcut icon" href="{Favicon}">
  430. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" /><meta name="viewport" content="width=820" />
  431. </head>
  432. <body>
  433. <div id="container">
  434. <div id="content">
  435. <div id="c">
  436. <a href="http://tomkirk.tumblr.com/"> ☼ </a>
  437. </div>
  438. <div id="side">
  439. <div class="links">
  440. <div class="navigate">
  441. <a href="{text:Link 1 URL}">{text:Link 1 name}</a>
  442. <a href="{text:Link 2 URL}">{text:Link 2 name}</a>
  443. <a href="{text:Link 3 URL}">{text:Link 3 name}</a>
  444. <a href="{text:Link 4 URL}">{text:Link 4 name}</a>
  445. </div>
  446. </div>
  447. <img src="{image:Sidebar}" width="100" height="100" style="-webkit-border-radius: 120px; -moz-border-radius: 120px; border-radius: 120px;">
  448. <div class="blogtitle"><a href="/">{Title}</a></div>
  449. {Description}
  450.  
  451. {block:ifNotInfiniteScrolling}
  452. <center>
  453. <div id="pgs">
  454. {block:Pagination}
  455. {block:PreviousPage} <a href="{PreviousPage}">«</a>{/block:PreviousPage}
  456. &nbsp;
  457. {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}
  458. {/block:Pagination}
  459. </div>
  460. {/block:ifNotInfiniteScrolling}
  461. </div>
  462.  
  463. {block:ifInfiniteScrolling}
  464. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  465. {/block:ifInfiniteScrolling}
  466.  
  467. {block:Posts}
  468. <div id="entry">
  469.  
  470. {block:Answer}
  471. <div id="ask">
  472. <div class="askername">{Asker} asked:</div>
  473. {Question}
  474. </div>
  475. {Answer}
  476. {/block:Answer}
  477.  
  478. {block:Text}
  479. {block:Title}
  480. <div class="posttitle">{Title}</div>
  481. {/block:Title}
  482. {Body}
  483. {/block:Text}
  484.  
  485. {block:Link}
  486. <div class="posttitle">
  487. <a href="{URL}">{Name}</a>
  488. </div>
  489. {block:Description}{Description}{/block:Description}
  490. {/block:Link}
  491.  
  492. {block:Photo}
  493. {LinkOpenTag}
  494. <div id="pic">
  495. <a href="{permalink}">
  496. <img src="{PhotoURL-500}" alt="{PhotoAlt}" width="500"></a>
  497. </div>
  498. {LinkCloseTag}
  499. {block:ifCaptions}
  500. {block:Caption}{Caption}{/block:Caption}
  501. {/block:ifCaptions}
  502. {block:ifNotCaptions}
  503. {block:PermalinkPage}
  504. {block:Caption}{Caption}{/block:Caption}
  505. {/block:PermalinkPage}
  506. {/block:ifNotCaptions}
  507. {block:ContentSource}
  508. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  509. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  510. {/block:SourceLogo}
  511. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  512. {/block:ContentSource}
  513. {block:ReblogParentURL}
  514. <!-- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  515. {/block:ReblogParentURL}
  516. {/block:Photo}
  517.  
  518. {block:Photoset}
  519. <div class="photo">
  520. {Photoset-500}
  521. </div>
  522. {block:ifCaptions}
  523. {block:Caption}{Caption}{/block:Caption}
  524. {/block:ifCaptions}
  525. {block:ifNotCaptions}
  526. {block:PermalinkPage}
  527. {block:Caption}{Caption}{/block:Caption}
  528. {/block:PermalinkPage}
  529. {/block:ifNotCaptions}
  530. {/block:Photoset}
  531.  
  532. {block:Quote}
  533. <div class="posttitle">"{Quote}"</div>
  534. {block:Source}
  535. <div class="info">- {Source}</div>
  536. {/block:Source}
  537. {/block:Quote}
  538.  
  539. {block:Chat}
  540. {block:Title}
  541. <div class="posttitle">
  542. {Title}
  543. </div>
  544. {/block:Title}
  545. <div class="chat">
  546. {block:Lines}
  547. <div class="chat">
  548. <div class="line {Alt}">
  549. <div class="{Alt} user_{UserNumber}">
  550. {block:Label}
  551. <b>{Label} </b>
  552. {/block:Label}
  553. {Line}
  554. </div>
  555. </div>
  556. </div>
  557. {/block:Lines}
  558. </div>
  559. {/block:Chat}
  560.  
  561. {block:Audio}
  562. <div style="margin-left:120px;">
  563. {block:AudioPlayer}
  564. {AudioPlayerBlack}
  565. {/block:AudioPlayer}
  566. </div>
  567. {block:Albumart}
  568. <div class="albumart">
  569. <img src="{albumarturl}">
  570. </div>
  571. {/block:Albumart}
  572.  
  573. <div class="name">
  574. {block:TrackName}
  575. <b>Title</b>:{TrackName}
  576. {/block:TrackName}
  577. <br>
  578. {block:Artist}
  579. <b>Artist:</b>{Artist}
  580. {/block:Artist}
  581. <br>
  582. {block:PlayCount}
  583. <b>Plays:</b>{PlayCount}
  584. {/block:PlayCount}
  585. </div>
  586. {block:ifCaptions}
  587. {block:Caption}{Caption}{/block:Caption}
  588. {/block:ifCaptions}
  589. {block:ifNotCaptions}
  590. {block:PermalinkPage}
  591. {block:Caption}{Caption}{/block:Caption}
  592. {/block:PermalinkPage}
  593. {/block:ifNotCaptions}
  594. {/block:Audio}
  595.  
  596. {block:Video}
  597. <div class="photo">
  598. {Video-500}
  599. </div>
  600. {block:ifCaptions}
  601. {block:Caption}{Caption}{/block:Caption}
  602. {/block:ifCaptions}
  603. {block:ifNotCaptions}
  604. {block:PermalinkPage}
  605. {block:Caption}{Caption}{/block:Caption}
  606. {/block:PermalinkPage}
  607. {/block:ifNotCaptions}
  608. {/block:Video}
  609.  
  610. {block:IndexPage}
  611. <div id="permalink">
  612. <a href="{Permalink}">
  613. {NoteCountWithLabel} |
  614. {block:Date}
  615. {DayOfMonth} . {MonthNumber} . {ShortYear}
  616. {/block:Date}</a>
  617. </div>
  618. {/block:NoteCount}
  619. {block:HasTags}
  620. <div id="tags">
  621. {block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;
  622. {/block:Tags}
  623. </div>
  624. {/block:HasTags}
  625. {/block:IndexPage}
  626.  
  627. {block:PermalinkPage}
  628. <div id="permalinkpg">
  629. {block:Date}
  630. {TimeAgo} on
  631. {ShortMonth} {DayofMonth},{Year}
  632. {/block:Date}
  633. {block:NoteCount} · {NoteCountWithLabel}
  634. {/block:NoteCount}
  635. {block:HasTags}<br>Tags:
  636. {block:Tags}<a href="{TagURL}">#{Tag}</a>
  637. {/block:Tags}
  638. {/block:HasTags}
  639. <br>{block:RebloggedFrom}via: <a href="{ReblogParentURL}" target="_blank">{ReblogParentName}</a> · (©: <a href="{ReblogRootURL}" target="_blank">{ReblogRootName}</a>) {/block:RebloggedFrom}
  640. </div>
  641. {/block:PermalinkPage}
  642.  
  643. {block:PostNotes}
  644. {PostNotes}
  645. {/block:PostNotes}
  646. </div>
  647. {/block:Posts}
  648. </div>
  649. </body>
  650. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement