Advertisement
singforabsolution

Theme 15

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