Advertisement
singforabsolution

Theme 16

Oct 27th, 2012
662
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.31 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:Ask Background" content="#f8f8f8"/>
  12. <meta name="color:Background" content="#ffffff"/>
  13. <meta name="color:Border" content="#e8e8e8"/>
  14. <meta name="color:Link" content="#b1486c"/>
  15. <meta name="color:Link Hover" content="#d6bfc7"/>
  16. <meta name="color:Scrollbar Background" content="#fffff"/>
  17. <meta name="color:Scrollbar" content="#b1486c"/>
  18. <meta name="color:Sidelinks" content="#f3f1f1"/>
  19. <meta name="color:Sidelinks Text" content="#d59db0"/>
  20. <meta name="color:Sidelinks Text Hover" content="#292727"/>
  21. <meta name="color:Sidelinks Hover" content="#b6939e"/>
  22. <meta name="color:Text" content="#9c8f93"/>
  23.  
  24. <!--Images-->
  25. <meta name="image:Background" content""/>
  26. <meta name="image:Sidebar" content""/>
  27.  
  28. <!--Options-->
  29. <meta name="if:Faded Images" content=""/>
  30. <meta name="if:Inverted Images" content=""/>
  31. <meta name="if:Infinite Scrolling" content=""/>
  32. <meta name="if:Tiny Cursor" 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.  
  44. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
  45.  
  46. <script src="jquery.js"></script>
  47. <script>
  48. $(document).ready(function(){
  49. $("#flip").click(function(){
  50. $("#panel").slideToggle("fast");
  51. });
  52. });
  53. </script>
  54.  
  55.  
  56. {block:ifInfiniteScrolling}
  57. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  58. {/block:ifInfiniteScrolling}
  59.  
  60. {block:Description}
  61. <meta name="description" content="{MetaDescription}" />{/block:Description}
  62. <title>
  63. {block:PostSummary}
  64. {PostSummary} - {/block:PostSummary}{Title}</title>
  65. </style>
  66.  
  67. <style type="text/css">
  68.  
  69. {block:ifInvertedImages}img{
  70. opacity: 1;
  71. filter:alpha(opacity=10);
  72. -moz-opacity: 0.1;
  73. -moz-transition: all .9s ease;
  74. -o-transition: all .9s ease;
  75. transition: all .9s ease;
  76. -webkit-transition: all .9s ease;}
  77. {/block:ifInvertedImages}
  78.  
  79.  
  80. {block:ifInvertedImages} img:hover{
  81. opacity: .8;
  82. filter:alpha(opacity=100);
  83. -moz-opacity: 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:ifInvertedImages}
  89.  
  90. {block:ifFadedImages}img{
  91. opacity: .8;
  92. filter:alpha(opacity=10);
  93. -moz-opacity: 0.1;
  94. -moz-transition: all .9s ease;
  95. -o-transition: all .9s ease;
  96. transition: all .9s ease;
  97. -webkit-transition: all .9s ease;}
  98. {/block:ifFadedImages}
  99.  
  100.  
  101. {block:ifFadedImages} img:hover{
  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. {block:iftinycursor}
  189. cursor: url(http://i.imgur.com/IepP2.jpg), progress;
  190. {/block:iftinycursor}
  191. }
  192.  
  193. #container {
  194. margin:auto;
  195. width:700px;
  196. }
  197.  
  198. #content {
  199. width:510px;
  200. padding:20px;
  201. margin:auto;
  202. margin-top:-30px;
  203. }
  204.  
  205. #entry {
  206. width:500px;
  207. margin-top:40px;
  208. margin-left:60px;
  209. padding:3px;
  210. }
  211.  
  212. #permalink{
  213. position:relative;
  214. margin-top:9px;
  215. padding-top:3px;
  216. font-size:8px;
  217. line-height:10px;
  218. font-family:calibri;
  219. letter-spacing:1px;
  220. text-transform:uppercase;
  221. }
  222.  
  223. #info{
  224. position:absolute;
  225. margin-top:-9px;
  226. font-size:8px;
  227. line-height:10px;
  228. font-family:calibri;
  229. letter-spacing:1px;
  230. right:0;
  231. text-transform:uppercase;
  232. }
  233.  
  234. #answer {
  235. padding-top:50px;
  236. }
  237.  
  238. #ask {
  239. float:left;
  240. margin-right:5px;
  241. padding:5px;
  242. background:{color:Ask Background};
  243. width:492px;
  244. }
  245.  
  246. #asker {
  247. float:left;
  248. }
  249.  
  250. .askername{
  251. text-transform:uppercase;
  252. font-size:10px;
  253. font-weight:bold;
  254. letter-spacing:1px;
  255. padding-top:3px;
  256. margin-top:3px;
  257. text-align:right;
  258. border-top:1px solid {color:Border};
  259. }
  260.  
  261. #side {
  262. position:fixed;
  263. text-align:center;
  264. width:180px;
  265. margin-top:200px;
  266. margin-left:-140px;
  267. }
  268.  
  269. #navigate a{
  270. text-transform:uppercase;
  271. font-family:calibri;
  272. font-size:8px;
  273. letter-spacing:1px;
  274. margin-top:4px;
  275. margin-left:3px;
  276. padding:2px;
  277. text-align:center;
  278. z-index:1;
  279. display:inline-block;
  280. background:{color:Sidelinks};
  281. color:{color:Sidelinks Text};
  282. transition: all 0.5s ease-out;
  283. -o-transition-transition: all 0.5s ease-out;
  284. -webkit-transition: all 0.5s ease-out;
  285. -moz-transition: all 0.5s ease-out;
  286. }
  287.  
  288. #navigate a:hover{
  289. background:{color:Sidelinks Hover};
  290. color:{color:Sidelinks Text Hover};
  291. transition: all 0.5s ease-out;
  292. -o-transition-transition: all 0.5s ease-out;
  293. -webkit-transition: all 0.5s ease-out;
  294. -moz-transition: all 0.5s ease-out;
  295. }
  296.  
  297. .pgs {
  298. text-align:right;
  299. font-family:calibri;
  300. font-size:10px;
  301. text-transform:uppercase;
  302. margin-left:10px;
  303. border-top:1px solid {color:Border};
  304. }
  305.  
  306. .posttitle{
  307. font-family:cambria;
  308. font-size: 17px;
  309. line-height: 20px;
  310. }
  311.  
  312. blockquote{
  313. padding:0px 0px 2px 5px;
  314. margin:0px 0px 2px 1px;
  315. border-left: 3px solid {color:Link Hover};}
  316. blockquote p, ul{margin:0px; padding:0px;
  317. }
  318.  
  319. .chat .line{
  320. padding: 2px;
  321. }
  322.  
  323. .chat .line .odd{
  324. color: {color:Link};
  325. }
  326.  
  327. .label {font-weight:bold; color:{color:text}}
  328.  
  329. a img{border: 0px;}
  330.  
  331. .p { padding-top: 5px; }
  332. .ol, ul { margin-left: 10px; padding: 5px; }
  333. .ul { list-style-type: square; }
  334.  
  335. .cover {position: absolute; z-index: 1; width:75px; padding:5px; border:1px solid {color:Border};}
  336.  
  337. .playbox {position: absolute; z-index: 1000;}
  338.  
  339. .playbutton {width: 26px; height: 26px; overflow: hidden; position: relative; z-index:2;border:5px solid white;}
  340.  
  341. .playbox {background-color: black; position: absolute; z-index:2; margin-top: 25px; margin-left: 24px; opacity:.6;
  342. -webkit-transition: all 0.6s linear;
  343. -moz-transition: all 0.6s linear;
  344. transition: all 0.6s linear;}
  345.  
  346. .playbox:hover {opacity:.8;}
  347.  
  348. .title{
  349. width:
  350. position:absolute;
  351. line-height:23px;
  352. margin-left:90px;
  353. padding:4px;
  354. z-index: 1000;
  355. text-transform:uppercase;
  356. }
  357.  
  358. .video embed, .post div.video object {width:250px; height:187px}
  359.  
  360. .notes img{width:10px; position:left; top:3px;}
  361.  
  362. #credit {
  363. position:fixed;
  364. font-size:9px;
  365. font-family:calibri;
  366. width:70px;
  367. height:20px;
  368. letter-spacing:1px;
  369. padding-bottom:4px;
  370. padding-right:4px;
  371. bottom:0;
  372. right:0;
  373. z-index:12;
  374. }
  375.  
  376. #credit .z a{color:{color:Text};}
  377.  
  378. #credit .p{
  379. opacity:1.0;
  380. padding:3px;
  381. margin-top:00px;
  382. margin-left:14px;
  383. text-align:center;
  384. overflow:hidden;
  385. position: absolute;
  386. background:white;
  387. font-size:10px;
  388. text-transform:uppercase;
  389. z-index:100;
  390. -webkit-transition: opacity 0.5s linear;
  391. -webkit-transition: all 0.5s linear;
  392. -moz-transition: all 0.5s linear;
  393. transition: all 0.5s linear;
  394. border:1px solid {color:Border};
  395. }
  396.  
  397. #credit:hover .p{
  398. opacity:.9;
  399. margin-top:30px;
  400. transition: all 0.5s linear;
  401. -webkit-transition: opacity 0.5s linear;
  402. -webkit-transition: all 0.5s linear;
  403. -moz-transition: all 0.5s linear;
  404. }
  405.  
  406. #credit .z{
  407. margin-top:100px;
  408. margin-top:0px;
  409. padding:3px;
  410. background:white;
  411. text-align:left;
  412. text-transform:uppercase;
  413. opacity:0;
  414. overflow:hidden;
  415. position: absolute;
  416. -webkit-transition: opacity 0.5s linear;
  417. -webkit-transition: all 0.5s linear;
  418. -moz-transition: all 0.5s linear;
  419. transition: all 0.5s linear;
  420. z-index:1200;
  421. border:1px solid {color:Border};
  422. }
  423.  
  424. #credit:hover .z{
  425. opacity:1;
  426. margin-left:14px;
  427. transition: all 0.5s linear;
  428. -webkit-transition: opacity 0.5s linear;
  429. -webkit-transition: all 0.5s linear;
  430. -moz-transition: all 0.5s linear;
  431. }
  432.  
  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. <div id="side">
  445. <div id="sidepic">
  446. <a href="/"><img src="{image:Sidebar}" width="150" style="z-index:999;padding:5px; background:white; border:1px solid {color:Border};margin-top:2px;"></a>
  447. </div>
  448.  
  449. <div class="desc">
  450. <div id="navigate">
  451. <a href="{text:Link 1 URL}">{text:Link 1 name}</a>
  452. <a href="{text:Link 2 URL}">{text:Link 2 name}</a>
  453. <a href="{text:Link 3 URL}">{text:Link 3 name}</a>
  454. <a href="{text:Link 4 URL}">{text:Link 4 name}</a>
  455. </div>
  456. </div>
  457. <div style="padding:2px;margin-top:5px;">
  458. {Description}
  459. </div>
  460. {block:ifNotInfiniteScrolling}
  461. {block:Pagination}
  462. <div class="pgs">
  463. {block:PreviousPage}
  464. <a href="{PreviousPage}">« prev</a>
  465. {/block:PreviousPage}
  466. {CurrentPage} out of {TotalPages}
  467. {block:NextPage}
  468. <a href="{NextPage}">next »</a>
  469. {/block:NextPage}
  470. </div>
  471. {/block:Pagination}
  472. {/block:ifNotInfiniteScrolling}
  473. </div>
  474.  
  475. {block:Posts}
  476. <div id="entry">
  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. <center>
  494. {LinkOpenTag}
  495. <div id="pic">
  496. <a href="{permalink}">
  497. <img src="{PhotoURL-500}" alt="{PhotoAlt}" width="500"></a>
  498. </div>
  499. {LinkCloseTag}
  500. </center>
  501. {block:Caption}{Caption}{/block:Caption}
  502. {block:ContentSource}
  503. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  504. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  505. {/block:SourceLogo}
  506. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  507. {/block:ContentSource}
  508. {block:ReblogParentURL}
  509. <!-- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  510. {/block:ReblogParentURL}
  511. {/block:Photo}
  512.  
  513. {block:Photoset}
  514. <center>
  515. <div class="photo">
  516. {Photoset-500}
  517. </div>
  518. </center>
  519. {block:Caption}{Caption}{/block:Caption}
  520. {/block:Photoset}
  521.  
  522. {block:Quote}
  523. <div class="posttitle">"{Quote}"</div>
  524. {block:Source}
  525. <i> - {Source}</i>
  526. {/block:Source}
  527. {/block:Quote}
  528.  
  529. {block:Chat}
  530. {block:Title}
  531. <div class="posttitle">
  532. {Title}
  533. </div>
  534. {/block:Title}
  535. <div class="chat">
  536. {block:Lines}
  537. <div class="chat">
  538. <div class="line {Alt}">
  539. <div class="{Alt} user_{UserNumber}">
  540. {block:Label}
  541. <b>{Label} </b>
  542. {/block:Label}
  543. {Line}
  544. </div>
  545. </div>
  546. </div>
  547. {/block:Lines}
  548. </div>
  549. {/block:Chat}
  550.  
  551. {block:Audio}
  552. <div class="playbox">
  553. <div class="playbutton">
  554. {block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}
  555. </div></div>
  556. {block:AlbumArt}
  557. <img src="{AlbumArtURL}" class="cover">
  558. {/block:AlbumArt}
  559.  
  560. <div class="title">
  561. {block:TrackName}
  562. <b>Title</b>:{TrackName}
  563. {/block:TrackName}
  564. </div>
  565.  
  566. <div class="title">
  567. {block:Artist}
  568. <b>Artist:</b>{Artist}
  569. {/block:Artist}
  570. </div>
  571.  
  572. <div class="title">
  573. {PlayCountWithLabel}
  574. </div>
  575.  
  576. <br>
  577. {block:Caption}{Caption}{/block:Caption}
  578. {/block:Audio}
  579.  
  580. {block:Video}
  581. <center>
  582. <div class="photo">
  583. {Video-500}
  584. </div>
  585. </center>
  586. {block:Caption}{Caption}{/block:Caption}
  587. {/block:Video}
  588.  
  589. {block:IndexPage}
  590. <div id="permalink">posted
  591. <a href="{Permalink}"> {TimeAgo}</a>
  592. with
  593. <a href="{Permalink}">{NoteCountWithLabel}</a>
  594. <div id="info">
  595. {block:RebloggedFrom}<a href="{ReblogParentURL}" target="_blank">via:{ReblogParentName}</a> / (<a href="{ReblogRootURL}" target="_blank">©:{ReblogRootName}</a>) {/block:RebloggedFrom}
  596. </div>
  597. <br>
  598. {block:HasTags}
  599. TAGGED AS:
  600. {block:Tags}<a href="{TagURL}">#{Tag}</a>
  601. {/block:Tags}
  602. {/block:HasTags}
  603. </div>
  604. {/block:IndexPage}
  605.  
  606. {block:PermalinkPage}
  607. <center>
  608. <div id="permalink">
  609. {block:Date}
  610. {TimeAgo} on
  611. {ShortMonth} {DayofMonth},{Year}
  612. {/block:Date}
  613. {block:NoteCount} · {NoteCountWithLabel}
  614. {/block:NoteCount}
  615. {block:HasTags} · Tags:
  616. {block:Tags}<a href="{TagURL}">#{Tag} </a>
  617. {/block:Tags}
  618. {/block:HasTags}
  619. <br>{block:RebloggedFrom}via: <a href="{ReblogParentURL}" target="_blank">{ReblogParentName}</a> · (©: <a href="{ReblogRootURL}" target="_blank">{ReblogRootName}</a>) {/block:RebloggedFrom}
  620. </div>
  621. </center>
  622. {/block:PermalinkPage}
  623.  
  624. {block:PostNotes}
  625. {PostNotes}
  626. {/block:PostNotes}
  627. </div>
  628. {/block:Posts}
  629. </div>
  630.  
  631. <div id="credit">
  632. <center>
  633. <div id="credit">
  634. <div class="p">
  635. THEME ©
  636. </div>
  637. </div>
  638.  
  639. <div class="z">
  640. <a href="http://tomkirk.tumblr.com/">tomkirk</a>
  641. </div>
  642. </div>
  643.  
  644.  
  645. </body>
  646. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement