Advertisement
singforabsolution

Theme 2

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