Advertisement
singforabsolution

Theme Pack #1:B

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