Advertisement
singforabsolution

Theme Pack #2:D

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