Advertisement
singforabsolution

Theme 23

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