Advertisement
singforabsolution

Theme Pack #1:E

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