Advertisement
singforabsolution

Theme Pack #1:D

Sep 29th, 2012
285
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.65 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 Text 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:calibri;
  163. font-size:11px;
  164. line-height:12px;
  165. color:{color:Text};
  166. }
  167.  
  168. #dumb a:hover{
  169. background:transparent}
  170.  
  171. ::selection { color: {color:Link Hover};
  172. background: {color:Link Hover Bkgd}; }
  173. ::-moz-selection { color: {color:Link Hover};
  174. background: {color:Link Hover Bkgd}; }
  175.  
  176. a:link, a:active, a:visited{
  177. color: {color:Link};
  178. text-decoration:none;
  179. transition: all 0.5s ease-out;
  180. -o-transition-transition: all 0.5s ease-out;
  181. -webkit-transition: all 0.5s ease-out;
  182. -moz-transition: all 0.5s ease-out;
  183. }
  184. a:hover{
  185. color: {color:Link Hover};
  186. background: {color:Link Hover Bkgd};
  187. {block:iftinycursor}cursor: url(http://i.imgur.com/IepP2.jpg), progress{/block:iftinycursor};
  188. }
  189.  
  190. #container {
  191. margin:auto;
  192. width:700px;
  193. }
  194.  
  195. #entry {
  196. width:500px;
  197. margin-left:180px;
  198. margin-top:35px;
  199. }
  200.  
  201. #permalink{
  202. position:relative;
  203. margin-top:9px;
  204. font-size:9px;
  205. font-family:calibri;
  206. letter-spacing:1px;
  207. text-align:center;
  208. text-transform:uppercase;
  209. }
  210.  
  211. #side {
  212. text-align:center;
  213. position:fixed;
  214. width:220px;
  215. margin-top:100px;
  216. margin-left:-60px;
  217. z-index:1;
  218. }
  219.  
  220. .navigate a{
  221. overflow:hidden;
  222. float:center;
  223. height:13px;
  224. margin-right:3px;
  225. padding-right:5px;
  226. padding-left:4px;
  227. text-align:center;
  228. font-size:11px;
  229. font-family:calibri;
  230. font-style:italic;
  231. text-transform:uppercase;
  232. z-index:1;
  233. transition: all 0.5s ease-out;
  234. -o-transition-transition: all 0.5s ease-out;
  235. -webkit-transition: all 0.5s ease-out;
  236. -moz-transition: all 0.5s ease-out;
  237. color:{color:Sidelinks Text};
  238. }
  239.  
  240. .navigate a:hover{
  241. transition: all 0.5s ease-out;
  242. -o-transition-transition: all 0.5s ease-out;
  243. -webkit-transition: all 0.5s ease-out;
  244. -moz-transition: all 0.5s ease-out;
  245. color:{color:Sidelinks Text Hover};
  246. }
  247.  
  248.  
  249. .blogtitle {
  250. font-family:cambria;
  251. font-style:italic;
  252. font-size:17px;
  253. line-height:20px;
  254. padding-bottom:10px;
  255. text-align:center;
  256. }
  257.  
  258. .posttitle{
  259. font-family:cambria;
  260. font-style:italic;
  261. font-size: 19px;
  262. line-height: 17px;
  263. padding-bottom:8px;
  264. text-align:center;
  265. border-bottom:1px solid {color:Border};
  266. }
  267.  
  268. blockquote{
  269. padding:0px 0px 2px 5px;
  270. margin-left:10px;
  271. border-left: 3px solid {color:Border};}
  272. blockquote p, ul{margin:0px; padding:0px;
  273. }
  274.  
  275. .chat .line{
  276. padding: 2px;
  277. }
  278.  
  279. .label {font-weight:bold; color:{color:text}}
  280.  
  281. a img{border: 0px;}
  282.  
  283. .p { padding-top: 5px; }
  284. .ol, ul { margin-left: 10px; padding: 5px; }
  285. .ul { list-style-type: square; }
  286.  
  287. .cover {position: absolute; z-index: 1; width:65px;}
  288.  
  289. .playbox {background-color: #000; position: absolute; z-index: 1000;}
  290.  
  291. .playbutton {width: 20px; height: 30px; overflow: hidden; position: relative; z-index: 1000; margin: 11px 20px 8px 11px;}
  292.  
  293. .playbox {background-color: #000; position: absolute; z-index: 1000; margin-top: 8px; margin-left: 8px; opacity:.5;
  294. -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear;-webkit-border-radius: 45px;
  295. -moz-border-radius: 45px;
  296. border-radius: 45px;}
  297.  
  298. .playbox:hover {opacity:.8;}
  299.  
  300. .title{
  301. width:
  302. position:absolute;
  303. line-height:14px;
  304. margin-left:65px;
  305. padding:4px;
  306. z-index: 1000;
  307. text-transform:uppercase;
  308. }
  309.  
  310. .artist{
  311. width:
  312. position:absolute;
  313. line-height:14px;
  314. margin-left:65px;
  315. padding:5px;
  316. z-index: 1000;
  317. text-transform:uppercase;
  318. }
  319.  
  320. .video embed, .post div.video object {width:250px; height:187px}
  321.  
  322. .notes img{width:10px; position:left; top:3px;}
  323.  
  324. #answer {
  325. padding-top:50px;
  326. }
  327.  
  328. #ask {
  329. float:left;
  330. margin-right:5px;
  331. padding:5px;
  332. background:{color:Ask Background};
  333. width:492px;
  334. }
  335.  
  336. #asker {
  337. float:left;
  338. }
  339.  
  340. .askername{
  341. text-transform:uppercase;
  342. font-size:10px;
  343. font-weight:bold;
  344. letter-spacing:1px;
  345. padding-top:3px;
  346. margin-top:3px;
  347. text-align:right;
  348. border-top:1px solid {color:Border};
  349. }
  350.  
  351. #credit {
  352. position:fixed !important;
  353. height:auto;
  354. font-size:10px;
  355. font-family:calibri;
  356. letter-spacing:1px;
  357. padding-bottom:4px;
  358. padding-right:4px;
  359. bottom:0;
  360. right:0;
  361. }
  362.  
  363. {CustomCSS}
  364. </style>
  365.  
  366. <link rel="shortcut icon" href="{Favicon}">
  367. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" /><meta name="viewport" content="width=820" />
  368.  
  369. </head>
  370. <body>
  371. <div id="container">
  372.  
  373. <div id="side">
  374. <div id="dumb">
  375. <a href="/"><img src="{image:Sidebar}" width="170" style="padding:10px;"></a></div>
  376. <a href="/"><div class="blogtitle">{Title}</div></a>
  377. <div class="navigate">
  378. <a href="{text:Link 1 URL}">{text:Link 1 name}</a>
  379. <a href="{text:Link 2 URL}">{text:Link 2 name}</a>
  380. <a href="{text:Link 3 URL}">{text:Link 3 name}</a>
  381. <a href="{text:Link 4 URL}">{text:Link 4 name}</a>
  382. </div>
  383. <div style="font-family:georgia;font-size:70px;position:absolute;opacity:.6;margin-top:30px;color:{color:Link Hover};z-index:-1;">“</div>
  384. <div style="padding-left:20px;padding-right:5px;margin-top:10px;text-align:left;margin-bottom:10px;">
  385. {Description}
  386. </div>
  387. {block:ifNotInfiniteScrolling}
  388. <div style="margin-top:4px; font-size:12px; line-height:15px;">
  389. {block:Pagination}
  390. {block:PreviousPage} <a href="{PreviousPage}"><font size="2">«</font></a>{/block:PreviousPage}
  391. {block:JumpPagination length="5"}
  392. {block:CurrentPage}
  393. <span class="current_page">{PageNumber}&nbsp;</span>
  394. {/block:CurrentPage}
  395. {block:JumpPage}
  396. <a class="jump_page" href="{URL}">{PageNumber}&nbsp;</a>
  397. {/block:JumpPage}
  398. {/block:JumpPagination}
  399. {block:NextPage}<a href="{NextPage}"><font size="2">»</font></a>{/block:NextPage}
  400. {/block:Pagination}
  401. </div>
  402. {/block:ifNotInfiniteScrolling}
  403. </div>
  404.  
  405. {block:Posts}
  406. <div id="entry">
  407. {block:Answer}
  408. <div id="ask">{Question}
  409. <div class="askername">{Asker}</div>
  410. </div>
  411. <div id="answer">
  412. {Answer}
  413. </div>
  414. {/block:Answer}
  415.  
  416. {block:Text}
  417. {block:Title}
  418. <div class="posttitle">{Title}</div>
  419. {/block:Title}
  420. {Body}
  421. {/block:Text}
  422.  
  423. {block:Link}
  424. <div class="posttitle">
  425. <a href="{URL}">{Name}</a>
  426. </div>
  427. {block:Description}{Description}{/block:Description}
  428. {/block:Link}
  429.  
  430. {block:Photo}
  431. <center>
  432. <div id="dumb">
  433. {LinkOpenTag}
  434. <div id="pic">
  435. <a href="{permalink}">
  436. <img src="{PhotoURL-500}" alt="{PhotoAlt}" width="500px"></a>
  437. </div>
  438. </div>
  439. {LinkCloseTag}
  440. </center>
  441. {block:Caption}{Caption}{/block:Caption}
  442. {block:ContentSource}
  443. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  444. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  445. {/block:SourceLogo}
  446. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  447. {/block:ContentSource}
  448. {block:ReblogParentURL}
  449. <!-- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  450. {/block:ReblogParentURL}
  451. {/block:Photo}
  452.  
  453. {block:Photoset}
  454. <center>
  455. <div class="photo">
  456. {Photoset-500}
  457. </div>
  458. </center>
  459. {block:Caption}{Caption}{/block:Caption}
  460. {/block:Photoset}
  461.  
  462. {block:Quote}
  463. <div class="posttitle">"{Quote}"</div>
  464. {block:Source}
  465. <i> - {Source}</i>
  466. {/block:Source}
  467. {/block:Quote}
  468.  
  469. {block:Chat}
  470. {block:Title}
  471. <div id="posttitle">
  472. {Title}
  473. </div>
  474. {/block:Title}
  475. <div class="chat">
  476. {block:Lines}
  477. <div class="chat">
  478. <div class="line {Alt}">
  479. <div class="{Alt} user_{UserNumber}">
  480. {block:Label}
  481. <b>{Label} </b>
  482. {/block:Label}
  483. {Line}
  484. </div>
  485. </div>
  486. </div>
  487. {/block:Lines}
  488. </div>
  489. {/block:Chat}
  490.  
  491. {block:Audio}
  492. <div class="playbox">
  493. <div class="playbutton">
  494. {block:AudioPlayer}{AudioPlayerBlack}{/block:AudioPlayer}
  495. </div></div>
  496. {block:AlbumArt}
  497. <img src="{AlbumArtURL}" class="cover">
  498. {/block:AlbumArt}
  499.  
  500. <div class="title">
  501. {block:TrackName}
  502. <b>Title</b>:{TrackName}
  503. {/block:TrackName}
  504. </div>
  505.  
  506. <div class="artist">
  507. {block:Artist}
  508. <b>Artist:</b>{Artist}
  509. {/block:Artist}
  510. </div>
  511.  
  512. <div class="title">
  513. {PlayCountWithLabel}
  514. </div>
  515.  
  516. <br>
  517. {block:Caption}{Caption}{/block:Caption}
  518. {/block:Audio}
  519.  
  520. {block:Video}
  521. <center>
  522. <div class="photo">
  523. {Video-500}
  524. </div>
  525. </center>
  526. {block:Caption}{Caption}{/block:Caption}
  527. {/block:Video}
  528.  
  529. {block:IndexPage}
  530. <div id="permalink">posted
  531. <a href="{Permalink}"> {TimeAgo}</a>
  532. with
  533. <a href="{Permalink}">{NoteCountWithLabel}</a>
  534. {block:RebloggedFrom}· <a href="{ReblogParentURL}" target="_blank">via</a> · (<a href="{ReblogRootURL}" target="_blank">©</a>) {/block:RebloggedFrom}
  535. <br>
  536. {block:HasTags}
  537. TAGGED AS:
  538. {block:Tags}<a href="{TagURL}">#{Tag}</a>
  539. {/block:Tags}
  540. {/block:HasTags}
  541. </div>
  542. {/block:IndexPage}
  543.  
  544. {block:PermalinkPage}
  545. <center>
  546. <div id="permalink">
  547. {block:Date}
  548. {TimeAgo} on
  549. {ShortMonth} {DayofMonth},{Year}
  550. {/block:Date}
  551. {block:NoteCount} · {NoteCountWithLabel}
  552. {/block:NoteCount}
  553. {block:HasTags} · Tags:
  554. {block:Tags}<a href="{TagURL}">#{Tag} </a>
  555. {/block:Tags}
  556. {/block:HasTags}
  557. <br>{block:RebloggedFrom}via: <a href="{ReblogParentURL}" target="_blank">{ReblogParentName}</a> · (©: <a href="{ReblogRootURL}" target="_blank">{ReblogRootName}</a>) {/block:RebloggedFrom}
  558. </div>
  559. </center>
  560. {/block:PermalinkPage}
  561.  
  562. {block:PostNotes}
  563. {PostNotes}
  564. {/block:PostNotes}
  565. </div>
  566. {/block:Posts}
  567.  
  568.  
  569. <div id="credit">
  570. <a href="http://tomkirk.tumblr.com/" onmouseover=
  571. "window.status=' Return to the HOME Page';return true"
  572. onMouseOut="window.status='';return true"> THEME ©</a>
  573. </div>
  574.  
  575. </body>
  576. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement