Advertisement
singforabsolution

Theme Pack #3:A

Dec 15th, 2012
1,055
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.74 KB | None | 0 0
  1. <!--
  2. Theme by tomkirk.tumblr.com
  3. please don't use as a base or steal any coding
  4. -->
  5. <html>
  6. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  7. <html xmlns="http://www.w3.org/1999/xhtml">
  8. <head>
  9.  
  10. <!--Default Variables-->
  11. <!--Colors-->
  12. <meta name="color:Ask Background" content="#f8f8f8"/>
  13. <meta name="color:Background" content="#ffffff"/>
  14. <meta name="color:Border" content="#e8e8e8"/>
  15. <meta name="color:Link" content="#b8b8b8"/>
  16. <meta name="color:Link Hover" content="#bb3838"/>
  17. <meta name="color:Scrollbar" content="#b8b8b8"/>
  18. <meta name="color:Text" content="#b8b8b8"/>
  19.  
  20. <!--Images-->
  21. <meta name="image:Background" content""/>
  22. <meta name="image:Sidebar" content""/>
  23.  
  24. <!--Options-->
  25. <meta name="if:Faded Images" content=""/>
  26. <meta name="if:Inverted Images" content=""/>
  27. <meta name="if:Infinite Scrolling" content=""/>
  28. <meta name="if:Tiny Cursor" content=""/>
  29.  
  30. <!--Links-->
  31. <meta name="text:Link 1 URL" content="/"/>
  32. <meta name="text:Link 1 name" content=""/>
  33. <meta name="text:Link 2 URL" content="/"/>
  34. <meta name="text:Link 2 name" content=""/>
  35. <meta name="text:Link 3 URL" content="/"/>
  36. <meta name="text:Link 3 name" content=""/>
  37. <meta name="text:Link 4 URL" content="/"/>
  38. <meta name="text:Link 4 name" content=""/>
  39.  
  40. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
  41.  
  42. <script src="jquery.js"></script>
  43. <script>
  44. $(document).ready(function(){
  45. $("#st").click(function(){
  46. $("#op").slideToggle("fast");
  47. });
  48. });
  49. </script>
  50.  
  51.  
  52. {block:ifInfiniteScrolling}
  53. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  54. {/block:ifInfiniteScrolling}
  55.  
  56.  
  57. {block:Description}
  58. <meta name="description" content="{MetaDescription}" />{/block:Description}
  59. <title>
  60. {block:PostSummary}
  61. {PostSummary} - {/block:PostSummary}{Title}</title>
  62. </style>
  63.  
  64. <style type="text/css">
  65.  
  66. {block:ifInvertedImages}img{
  67. opacity: 1;
  68. filter:alpha(opacity=10);
  69. -moz-opacity: 0.1;
  70. -moz-transition: all .9s ease;
  71. -o-transition: all .9s ease;
  72. transition: all .9s ease;
  73. -webkit-transition: all .9s ease;}
  74. {/block:ifInvertedImages}
  75.  
  76.  
  77. {block:ifInvertedImages} img:hover{
  78. opacity: .8;
  79. filter:alpha(opacity=100);
  80. -moz-opacity: 1;
  81. -moz-transition: all .9s ease;
  82. -o-transition: all .9s ease;
  83. transition: all .9s ease;
  84. -webkit-transition: all .9s ease;}
  85. {/block:ifInvertedImages}
  86.  
  87. {block:ifFadedImages}img{
  88. opacity: .8;
  89. filter:alpha(opacity=10);
  90. -moz-opacity: 0.1;
  91. -moz-transition: all .9s ease;
  92. -o-transition: all .9s ease;
  93. transition: all .9s ease;
  94. -webkit-transition: all .9s ease;}
  95. {/block:ifFadedImages}
  96.  
  97.  
  98. {block:ifFadedImages} img:hover{
  99. background:transparent;
  100. opacity: 1;
  101. filter:alpha(opacity=100);
  102. -moz-opacity: 1;
  103. -moz-transition: all .9s ease;
  104. -o-transition: all .9s ease;
  105. transition: all .9s ease;
  106. -webkit-transition: all .9s ease;}
  107. {/block:ifFadedImages}
  108.  
  109. {block:ifInvertedImages}.photo {
  110. opacity: 1;
  111. filter:alpha(opacity=10);
  112. -moz-opacity: 0.1;
  113. -moz-transition: all .9s ease;
  114. -o-transition: all .9s ease;
  115. transition: all .9s ease;
  116. -webkit-transition: all .9s ease;}
  117. {/block:ifInvertedImages}
  118.  
  119.  
  120. {block:ifInvertedImages}.photo:hover{
  121. opacity: .8;
  122. filter:alpha(opacity=100);
  123. -moz-opacity: 1;
  124. -moz-transition: all .9s ease;
  125. -o-transition: all .9s ease;
  126. transition: all .9s ease;
  127. -webkit-transition: all .9s ease;}
  128. {/block:ifInvertedImages}
  129.  
  130. {block:ifFadedImages}.photo {
  131. opacity: .8;
  132. filter:alpha(opacity=10);
  133. -moz-opacity: 0.1;
  134. -moz-transition: all .9s ease;
  135. -o-transition: all .9s ease;
  136. transition: all .9s ease;
  137. -webkit-transition: all .9s ease;}
  138. {/block:ifFadedImages}
  139.  
  140.  
  141. {block:ifFadedImages}.photo:hover{
  142. opacity: 1;
  143. filter:alpha(opacity=100);
  144. -moz-opacity: 1;
  145. -moz-transition: all .9s ease;
  146. -o-transition: all .9s ease;
  147. transition: all .9s ease;
  148. -webkit-transition: all .9s ease;}
  149. {/block:ifFadedImages}
  150.  
  151.  
  152. 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;}
  153.  
  154.  
  155. 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;}
  156.  
  157. ::-webkit-scrollbar {width: 5px; height: 5px; background:{color:Background}; }
  158. ::-webkit-scrollbar-thumb { background-color: {color:Scrollbar};}
  159.  
  160. {block:iftinycursor}
  161. body, a, a:hover {cursor: url(http://media.tumblr.com/tumblr_lyovxfnDb71qfoi4t.png), progress;}
  162. {/block:iftinycursor}
  163.  
  164. body{
  165. background-color: {color:Background};
  166. background-image: url({image:Background});
  167. background-attachment: fixed;
  168. background-repeat: repeat;
  169. background-position: center;
  170. font-family:calibri;
  171. font-size:11px;
  172. line-height:12px;
  173. color:{color:Text};
  174. }
  175.  
  176. a:link, a:active, a:visited{
  177. color: {color:Link};
  178. text-decoration:none;
  179. -webkit-transition: all 0.4s linear;
  180. -moz-transition: all 0.4s linear;
  181. transition: all 0.4s linear;
  182. }
  183.  
  184. a:hover{
  185. color: {color:Link Hover};
  186. {block:iftinycursor}
  187. cursor: url(http://i.imgur.com/IepP2.jpg), progress;
  188. {/block:iftinycursor}
  189. }
  190.  
  191. #container {
  192. margin:auto;
  193. width:700px;
  194. }
  195.  
  196. #content {
  197. width:410px;
  198. padding:20px;
  199. margin:auto;
  200. margin-top:-30px;
  201. }
  202.  
  203. #entry {
  204. width:400px;
  205. margin-top:70px;
  206. margin-left:60px;
  207. padding:3px;
  208. }
  209.  
  210. #entry img{
  211. max-width:400px;
  212. }
  213.  
  214. .permalink{
  215. position:relative;
  216. margin-top:9px;
  217. padding-top:3px;
  218. font-size:9px;
  219. line-height:12px;
  220. font-family:calibri;
  221. letter-spacing:1px;
  222. text-transform:uppercase;
  223. -webkit-transition: all 0.4s linear;
  224. -moz-transition: all 0.4s linear;
  225. transition: all 0.4s linear;
  226. }
  227.  
  228. .permalink img{
  229. vertical-align:top;
  230. }
  231.  
  232. #answer {
  233. padding-top:50px;
  234. }
  235.  
  236. #ask {
  237. float:left;
  238. margin-right:5px;
  239. padding:5px;
  240. background:{color:Ask Background};
  241. width:392px;
  242. }
  243.  
  244. #asker {
  245. float:left;
  246. }
  247.  
  248. .askername{
  249. text-transform:uppercase;
  250. font-size:10px;
  251. font-weight:bold;
  252. letter-spacing:1px;
  253. padding-top:3px;
  254. margin-top:3px;
  255. text-align:right;
  256. border-top:1px solid {color:Border};
  257. }
  258.  
  259. #sidepic img{
  260. padding:5px; background:white; border:1px solid {color:Border};
  261. }
  262.  
  263. #side {
  264. position:fixed;
  265. text-align:center;
  266. width:150px;
  267. margin-top:220px;
  268. margin-left:-120px;
  269. }
  270.  
  271. #sidepic .desc{
  272. position:absolute;
  273. margin:10px;
  274. bottom:0;
  275. width:130px;
  276. opacity:0;
  277. z-index:1;
  278. font-size:10px;
  279. line-height:11px;
  280. -webkit-transition: all 0.4s linear;
  281. -moz-transition: all 0.4s linear;
  282. transition: all 0.4s linear;
  283. }
  284.  
  285. #sidepic:hover .desc{
  286. opacity:.8;
  287. }
  288.  
  289. #links{
  290. position:relative;
  291. opacity:1;
  292. z-index:1;
  293. margin-top:0px;
  294. width:152px;
  295. font-size:10px;
  296. line-height:10px;
  297. -webkit-transition: all 0.4s linear;
  298. -moz-transition: all 0.4s linear;
  299. transition: all 0.4s linear;
  300. }
  301.  
  302. #navigate a{
  303. text-transform:uppercase;
  304. font-family:calibri;
  305. font-size:8px;
  306. letter-spacing:1px;
  307. margin-top:1px;
  308. margin-left:1px;
  309. padding:2px;
  310. padding-right:3px;
  311. padding-left:3px;
  312. text-align:center;
  313. z-index:1;
  314. display:inline-block;
  315. transition: all 0.5s ease-out;
  316. -o-transition-transition: all 0.5s ease-out;
  317. -webkit-transition: all 0.5s ease-out;
  318. -moz-transition: all 0.5s ease-out;
  319. }
  320.  
  321. #navigate a:hover{
  322. transition: all 0.5s ease-out;
  323. -o-transition-transition: all 0.5s ease-out;
  324. -webkit-transition: all 0.5s ease-out;
  325. -moz-transition: all 0.5s ease-out;
  326. }
  327.  
  328. .pgs {
  329. text-align:right;
  330. text-transform:uppercase;
  331. font-family:calibri;
  332. font-size:8px;
  333. }
  334.  
  335. .posttitle{
  336. font-family:times new roman;
  337. font-style:italic;
  338. font-size: 21px;
  339. line-height: 22px;
  340. }
  341.  
  342. blockquote{
  343. padding:0px 0px 2px 5px;
  344. margin:0px 0px 2px 1px;
  345. border-left: 3px solid {color:Border};}
  346. blockquote p, ul{margin:0px; padding:0px;
  347. }
  348.  
  349. #credit {
  350. position:fixed;
  351. font-size:9px;
  352. font-family:calibri;
  353. width:70px;
  354. height:20px;
  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:Border};
  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. text-align:left;
  399. text-transform:uppercase;
  400. opacity:0;
  401. overflow:hidden;
  402. position: absolute;
  403. -webkit-transition: opacity 0.5s linear;
  404. -webkit-transition: all 0.5s linear;
  405. -moz-transition: all 0.5s linear;
  406. transition: all 0.5s linear;
  407. z-index:1200;
  408. border:1px solid {color:Border};
  409. }
  410.  
  411. #credit:hover .z{
  412. opacity:1;
  413. margin-left:14px;
  414. transition: all 0.5s linear;
  415. -webkit-transition: opacity 0.5s linear;
  416. -webkit-transition: all 0.5s linear;
  417. -moz-transition: all 0.5s linear;
  418. }
  419.  
  420.  
  421. .chat .line{
  422. padding: 2px;
  423. }
  424.  
  425. .chat .line .odd{
  426. color: {color:Link};
  427. }
  428.  
  429. .label {font-weight:bold; color:{color:text}}
  430.  
  431. a img{border: 0px;}
  432.  
  433. .p { padding-top: 5px; }
  434. .ol, ul { margin-left: 10px; padding: 5px; }
  435. .ul { list-style-type: square; }
  436.  
  437. .cover {position: absolute; z-index: 1; width:75px; padding:5px; border:1px solid {color:Border};}
  438.  
  439. .playbox {position: absolute; z-index: 1000;}
  440.  
  441. .playbutton {width: 26px; height: 26px; overflow: hidden; position: relative; z-index:2;border:5px solid white;}
  442.  
  443. .playbox {background-color: black; position: absolute; z-index:2; margin-top: 25px; margin-left: 24px; opacity:.6;
  444. -webkit-transition: all 0.6s linear;
  445. -moz-transition: all 0.6s linear;
  446. transition: all 0.6s linear;}
  447.  
  448. .playbox:hover {opacity:.8;}
  449.  
  450. .title{
  451. width:
  452. position:absolute;
  453. line-height:23px;
  454. margin-left:90px;
  455. padding:4px;
  456. z-index: 1000;
  457. text-transform:uppercase;
  458. }
  459.  
  460. .video embed, .post div.video object {width:250px; height:187px}
  461.  
  462. .notes img{width:10px; position:left; top:3px;}
  463.  
  464. {CustomCSS}
  465. </style>
  466.  
  467. <link rel="shortcut icon" href="{Favicon}">
  468. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" /><meta name="viewport" content="width=820" />
  469.  
  470. </head>
  471. <body>
  472. <div id="container">
  473. <div id="content">
  474.  
  475. <div id="side">
  476.  
  477. <div id="sidepic">
  478.  
  479. <div id="links">
  480. <div id="navigate">
  481. <a href="/">home</a>
  482. <a href="{text:Link 1 URL}">{text:Link 1 name}</a>
  483. <a href="{text:Link 2 URL}">{text:Link 2 name}</a>
  484. <a href="{text:Link 3 URL}">{text:Link 3 name}</a>
  485. <a href="{text:Link 4 URL}">{text:Link 4 name}</a>
  486. </div>
  487. </div>
  488.  
  489. <img src="{image:Sidebar}" width="140">
  490.  
  491. <div class="desc">
  492.  
  493. <div style="background:white;padding:3px;margin-left:2px;{block:ifNotInfiniteScrolling}margin-bottom:17px;{/block:ifNotInfiniteScrolling}{block:ifInfiniteScrolling}margin-bottom:5px;{/block:ifInfiniteScrolling}">
  494. {Description}
  495. </div>
  496. </div>
  497.  
  498. </div>
  499.  
  500. {block:ifNotInfiniteScrolling}
  501. {block:Pagination}
  502. <div class="pgs">
  503. {block:PreviousPage}
  504. <a href="{PreviousPage}">« prev</a>
  505. {/block:PreviousPage}
  506. {CurrentPage} of {TotalPages}
  507. {block:NextPage}
  508. <a href="{NextPage}">next »</a>
  509. {/block:NextPage}
  510. </div>
  511. {/block:Pagination}
  512. {/block:ifNotInfiniteScrolling}
  513. </div>
  514.  
  515. {block:Posts}
  516. <div id="entry">
  517.  
  518. {block:Answer}
  519. <div id="ask">{Question}
  520. <div class="askername">{Asker}</div>
  521. </div>
  522. <div id="answer">
  523. {Answer}
  524. </div>
  525. {/block:Answer}
  526.  
  527. {block:Text}
  528. {block:Title}
  529. <div class="posttitle">{Title}</div>
  530. {/block:Title}
  531. {Body}
  532. {/block:Text}
  533.  
  534. {block:Link}
  535. <div class="posttitle">
  536. <a href="{URL}">{Name}</a>
  537. </div>
  538. {block:Description}{Description}{/block:Description}
  539. {/block:Link}
  540.  
  541. {block:Photo}
  542. <center>
  543. {LinkOpenTag}
  544. <div class="photo">
  545. <a href="{permalink}">
  546. <img src="{PhotoURL-500}" alt="{PhotoAlt}" width="400"></a>
  547. </div>
  548. {LinkCloseTag}
  549. </center>
  550. {block:Caption}{Caption}{/block:Caption}
  551. {block:ContentSource}
  552. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  553. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  554. {/block:SourceLogo}
  555. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  556. {/block:ContentSource}
  557. {block:ReblogParentURL}
  558. <!-- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  559. {/block:ReblogParentURL}
  560. {/block:Photo}
  561.  
  562. {block:Photoset}
  563. <div class="photo">
  564. {Photoset-400}
  565. </div>
  566. {block:Caption}{Caption}{/block:Caption}
  567. {/block:Photoset}
  568.  
  569. {block:Quote}
  570. <div class="posttitle">"{Quote}"</div>
  571. {block:Source}
  572. <i> - {Source}</i>
  573. {/block:Source}
  574. {/block:Quote}
  575.  
  576. {block:Chat}
  577. {block:Title}
  578. <div class="posttitle">
  579. {Title}
  580. </div>
  581. {/block:Title}
  582. <div class="chat">
  583. {block:Lines}
  584. <div class="chat">
  585. <div class="line {Alt}">
  586. <div class="{Alt} user_{UserNumber}">
  587. {block:Label}
  588. <b>{Label} </b>
  589. {/block:Label}
  590. {Line}
  591. </div>
  592. </div>
  593. </div>
  594. {/block:Lines}
  595. </div>
  596. {/block:Chat}
  597.  
  598. {block:Audio}
  599. <div class="playbox">
  600. <div class="playbutton">
  601. {block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}
  602. </div></div>
  603. {block:AlbumArt}
  604. <img src="{AlbumArtURL}" class="cover">
  605. {/block:AlbumArt}
  606.  
  607. <div class="title">
  608. {block:TrackName}
  609. <b>Title</b>:{TrackName}
  610. {/block:TrackName}
  611. </div>
  612.  
  613. <div class="title">
  614. {block:Artist}
  615. <b>Artist:</b>{Artist}
  616. {/block:Artist}
  617. </div>
  618.  
  619. <div class="title">
  620. {PlayCountWithLabel}
  621. </div>
  622.  
  623. <br>
  624. {block:Caption}{Caption}{/block:Caption}
  625. {/block:Audio}
  626.  
  627. {block:Video}
  628. <div class="photo">
  629. {Video-400}
  630. </div>
  631. {block:Caption}{Caption}{/block:Caption}
  632. {/block:Video}
  633.  
  634. {block:IndexPage}
  635. <div class="permalink">
  636. <a href="{Permalink}"> {TimeAgo} ♥ {NoteCountWithLabel}</a> ·
  637. {block:RebloggedFrom}<a href="{ReblogParentURL}" target="_blank">via</a> · (<a href="{ReblogRootURL}" target="_blank">©</a>) {/block:RebloggedFrom}
  638. <br>
  639. {block:HasTags}
  640. {block:Tags}<a href="{TagURL}"><img src="http://media.tumblr.com/tumblr_mee4vtgaS51rs8bwg.png">{Tag}</a>
  641. {/block:Tags}
  642. {/block:HasTags}
  643. </div>
  644. {/block:IndexPage}
  645.  
  646. {block:PermalinkPage}
  647. <center>
  648. <div id="permalink">
  649. {block:Date}
  650. {TimeAgo} on
  651. {ShortMonth} {DayofMonth},{Year}
  652. {/block:Date}
  653. {block:NoteCount} · {NoteCountWithLabel}
  654. {/block:NoteCount}
  655. {block:HasTags} · Tags:
  656. {block:Tags}<a href="{TagURL}">#{Tag} </a>
  657. {/block:Tags}
  658. {/block:HasTags}
  659. <br>{block:RebloggedFrom}via: <a href="{ReblogParentURL}" target="_blank">{ReblogParentName}</a> · (©: <a href="{ReblogRootURL}" target="_blank">{ReblogRootName}</a>) {/block:RebloggedFrom}
  660. </div>
  661. </center>
  662. {/block:PermalinkPage}
  663.  
  664. {block:PostNotes}
  665. {PostNotes}
  666. {/block:PostNotes}
  667. </div>
  668. {/block:Posts}
  669. </div>
  670.  
  671. <div id="credit">
  672. <center>
  673. <div id="credit">
  674. <div class="p">
  675. THEME ©
  676. </div>
  677. </div>
  678.  
  679. <div class="z">
  680. <a href="http://tomkirk.tumblr.com/">tomkirk</a>
  681. </div>
  682. </div>
  683. </body>
  684. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement