Advertisement
singforabsolution

Theme 3

Aug 7th, 2012
551
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.71 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="#FFFCFB"/>
  12. <meta name="color:Text" content="#887777"/>
  13. <meta name="color:Link" content="#884455"/>
  14. <meta name="color:Link Hover" content="#fcf0f0"/>
  15. <meta name="color:Border" content="#ad7c7c"/>
  16. <meta name="color:Scrollbar Background" content="#fffcfa"/>
  17. <meta name="color:Scrollbar" content="#884455"/>
  18. <meta name="color:Description" content="#7d4b58">
  19. <meta name="color:Description Text" content="#fcf0f0">
  20. <meta name="color:Icon Hover" content="#884455"/>
  21. <meta name="color:Icon Text Hover" content="#fffcfa"/>
  22. <meta name="color:Audio Line 1" content="#fcebeb"/>
  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.  
  35. <!--Links-->
  36. <meta name="text:Plus Sign URL" content="/"/>
  37. <meta name="text:Plus Sign Hover Name" content=""/>
  38. <meta name="text:Heart URL" content="/"/>
  39. <meta name="text:Heart Hover Name" content=""/>
  40.  
  41. <link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300' rel='stylesheet' type='text/css'>
  42.  
  43.  
  44. {block:ifInfiniteScrolling}<script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:ifInfiniteScrolling}
  45.  
  46. {block:Description}
  47. <meta name="description" content="{MetaDescription}" />{/block:Description}
  48. <title>
  49. {block:PostSummary}
  50. {PostSummary} - {/block:PostSummary}{Title}</title>
  51. </style>
  52.  
  53. <style type="text/css">
  54.  
  55. {block:ifInvertedImages}img{
  56. opacity: 1;
  57. filter:alpha(opacity=10);
  58. -moz-opacity: 0.1;
  59. -moz-transition: all .9s ease;
  60. -o-transition: all .9s ease;
  61. transition: all .9s ease;
  62. -webkit-transition: all .9s ease;}
  63. {/block:ifInvertedImages}
  64.  
  65.  
  66. {block:ifInvertedImages} img:hover{
  67. opacity: .8;
  68. filter:alpha(opacity=100);
  69. -moz-opacity: 1;
  70. -moz-transition: all .9s ease;
  71. -o-transition: all .9s ease;
  72. transition: all .9s ease;
  73. -webkit-transition: all .9s ease;}
  74. {/block:ifInvertedImages}
  75.  
  76. {block:ifFadedImages}img{
  77. opacity: .8;
  78. filter:alpha(opacity=10);
  79. -moz-opacity: 0.1;
  80. -moz-transition: all .9s ease;
  81. -o-transition: all .9s ease;
  82. transition: all .9s ease;
  83. -webkit-transition: all .9s ease;}
  84. {/block:ifFadedImages}
  85.  
  86.  
  87. {block:ifFadedImages} img:hover{
  88. opacity: 1;
  89. filter:alpha(opacity=100);
  90. -moz-opacity: 1;
  91. -moz-transition: all .9s ease;
  92. -o-transition: all .9s ease;
  93. transition: all .9s ease;
  94. -webkit-transition: all .9s ease;}
  95. {/block:ifFadedImages}
  96.  
  97. ::-webkit-scrollbar {width: 5px; height: 5px; background:{color:Scrollbar Background}; }
  98. ::-webkit-scrollbar-thumb { background-color: {color:Scrollbar};}
  99.  
  100. {block:iftinycursor}
  101. body, a, a:hover {cursor: url(http://i.imgur.com/2qleX.jpg), progress;}
  102. {/block:iftinycursor}
  103.  
  104. body{
  105. background-color: {color:Background};
  106. background-image: url({image:Background});
  107. background-attachment: fixed;
  108. background-repeat: repeat;
  109. background-position: center;
  110. font-family:calibri;
  111. font-size: 12px;
  112. line-height: 13px;
  113. color:{color:Text};
  114. }
  115.  
  116. a:link, a:active, a:visited{
  117. color: {color:Link};
  118. text-decoration:none;
  119. -webkit-transition: all 0.3s linear;
  120. -moz-transition: all 0.3s linear;
  121. transition: all 0.3s linear;
  122. }
  123. a:hover{
  124. color: {color:Link Hover};
  125. {block:iftinycursor}cursor: url(http://i.imgur.com/IepP2.jpg), progress{/block:iftinycursor};
  126. }
  127.  
  128. #container {
  129. margin:auto;
  130. position:right;
  131. width:800px;
  132. overflow:hidden;
  133. }
  134.  
  135. #posts {
  136. margin:auto;
  137. position:relative;
  138. width:540px;
  139. background-color:;
  140. overflow:auto;
  141. overflow-y:hidden;
  142. }
  143.  
  144. #content {
  145. float:center;
  146. padding: 4px;
  147. margin-top:-5px;
  148. margin-left:40px;
  149. background: transparent;
  150. }
  151.  
  152. #entry {
  153. width:400px;
  154. margin-left:210px;
  155. margin-top:25px;
  156. padding:3px;
  157. }
  158.  
  159. #permalink{
  160. text-align:center;
  161. position:relative;
  162. margin-top:5px;
  163. padding-top:3px;
  164. font-size:10px;
  165. text-transform:uppercase;
  166. border-top:2px solid {color:Border};
  167. }
  168.  
  169. #side {
  170. position:fixed;
  171. width: 165px;
  172. height: auto;
  173. margin-top:130px;
  174. margin-left:-90px;
  175. padding:3px;
  176. }
  177.  
  178. #sidepic .desc{
  179. width:140px;
  180. margin-left:10px;
  181. padding:4px;
  182. opacity:0;
  183. text-align:left;
  184. position: absolute;
  185. z-index:1;
  186. background:{color:Description};
  187. color:{color:Description Text};
  188. transition: all 0.5s linear;
  189. -webkit-transition: opacity 0.5s linear;
  190. -webkit-transition: all 0.5s linear;
  191. -moz-transition: all 0.5s linear;
  192. -webkit-border-radius: 4px;
  193. -moz-border-radius: 4px;
  194. border-radius: 4px;
  195. }
  196.  
  197. #sidepic:hover .desc{
  198. opacity:.9;
  199. margin-left:-170px;
  200. z-index:2;
  201. }
  202.  
  203. .desc .arrow{
  204. margin-top:10px;
  205. margin-left:135px;
  206. padding:4px;
  207. font-family:default;
  208. font-size:30px;
  209. opacity:1;
  210. position:fixed;
  211. z-index:1;
  212. color:{color:Description};
  213. transition: all 0.5s linear;
  214. -webkit-transition: opacity 0.5s linear;
  215. -webkit-transition: all 0.5s linear;
  216. -moz-transition: all 0.5s linear;
  217. -webkit-border-radius: 4px;
  218. -moz-border-radius: 4px;
  219. border-radius: 4px;
  220. }
  221.  
  222. .desc:hover .arrow{
  223. z-index:2;
  224. }
  225.  
  226.  
  227. .navigate a{
  228. overflow:hidden;
  229. margin-left:3px;
  230. height:15px;
  231. text-align:center;
  232. float:left;
  233. z-index:4;
  234. display:block;
  235. transition: all 0.5s ease-out;
  236. -o-transition-transition: all 0.5s ease-out;
  237. -webkit-transition: all 0.5s ease-out;
  238. -moz-transition: all 0.5s ease-out;
  239. }
  240.  
  241. .navigate a:hover{
  242. opacity:.7;
  243. transition: all 0.5s ease-out;
  244. -o-transition-transition: all 0.5s ease-out;
  245. -webkit-transition: all 0.5s ease-out;
  246. -moz-transition: all 0.5s ease-out;
  247. }
  248.  
  249. .posttitle{
  250. font-family: 'Open Sans Condensed';
  251. font-size: 22px;
  252. line-height: 23px;
  253. }
  254.  
  255. blockquote{
  256. padding:0px 0px 2px 5px;
  257. margin:0px 0px 2px 1px;
  258. border-left: 1px solid {color:Text};}
  259. blockquote p, ul{margin:0px; padding:0px;
  260. }
  261.  
  262. .chat .line{
  263. background-color:{color:Chat 1};
  264. margin: 0 0 0px;
  265. padding: 2px;
  266. }
  267. .chat .line.odd{
  268. background-color:{color:Chat 2};
  269. }
  270.  
  271. .label {font-weight:bold; color:{color:text}}
  272.  
  273. a img{border: 0px;}
  274.  
  275. .p { padding-top: 5px; }
  276. .ol, ul { margin-left: 10px; padding: 5px; }
  277. .ul { list-style-type: square; }
  278.  
  279. .albumart { margin-bottom:0px; }
  280. .albumart img, .audio embed {
  281. width:73px;
  282. padding-right:25px;
  283. }
  284.  
  285. .albumartovr {
  286. background-image:url(http://static.tumblr.com/imovwvl/i1Hl4rcp8/vinyl.png);
  287. }
  288.  
  289. .name{
  290. font-size:14px;
  291. line-height:15px;
  292. margin-top:25px;
  293. padding-bottom:4px;
  294. }
  295.  
  296. .cover {position: absolute; z-index: 1; width:98px;}
  297.  
  298. .playbox {background-color: #000; position: absolute; z-index: 1000;}
  299.  
  300. .playbutton {width: 20px; height: 30px; overflow: hidden; position: relative; z-index: 1000; margin: 15px 24px 13px 16px;}
  301.  
  302. .playbox {background-color: #000; position: absolute; z-index: 1000; margin-top: 20px; margin-left: 16px; -webkit-border-radius: 100px; -moz-border-radius: 100px; border-radius: 100px; opacity:.5;
  303. -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear;}
  304.  
  305. .playbox:hover {opacity:.9;}
  306.  
  307. .title{
  308. width:
  309. position:absolute;
  310. font-size:14px;
  311. margin-left:90px;
  312. padding:10px;
  313. z-index: 1000;
  314. background:{color:Audio Line 1};
  315. border-left:4px solid {color:Border};
  316. }
  317.  
  318. .artist{
  319. width:
  320. position:absolute;
  321. font-size:14px;
  322. margin-left:90px;
  323. padding:9px;
  324. z-index: 1000;
  325. background:{color:Audio Line 2};
  326. border-left:4px solid {color:Border};
  327. }
  328.  
  329. .video embed, .post div.video object {width:250px !important; height:187px !important;}
  330.  
  331. .notes img{width:10px; position:left; top:3px;}
  332.  
  333. .pages {
  334. height:16px;
  335. padding-top:5px;
  336. margin-top:0px;
  337. font-size:12px;
  338. background-color:clear;
  339. text-align:center;
  340. }
  341.  
  342. #credit a {
  343. color:#363636;
  344. }
  345.  
  346. #credit a:hover {
  347. color:red;
  348. }
  349.  
  350. #credit {
  351. position:fixed !important;
  352. height:auto;
  353. font-size:10px;
  354. padding-bottom:4px;
  355. padding-left:4px;
  356. bottom:0;
  357. left:0;
  358. -webkit-border-top-left-radius: 8px;
  359. -moz-border-radius-topleft: 8px;
  360. border-top-left-radius: 8px;
  361. -webkit-transition: all 0.4s linear;
  362. -moz-transition: all 0.4s linear;
  363. transition: all 0.4s linear;
  364. }
  365.  
  366. #dhtmltooltip{
  367. position: absolute;
  368. width:auto;
  369. color:{color:Icon Text Hover};
  370. background:{color:Icon Hover};
  371. margin-left:70px;
  372. margin-top:4px;
  373. padding:4px;
  374. visibility: hidden;
  375. z-index: 100;
  376. }
  377.  
  378. {CustomCSS}
  379.  
  380. iframe#tumblr_controls {
  381. top: 0% !important;
  382. right:0% !important;
  383. position: fixed !important;}
  384.  
  385. </style>
  386.  
  387. <link rel="shortcut icon" href="{Favicon}">
  388. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" /><meta name="viewport" content="width=820" />
  389.  
  390.  
  391. </head>
  392. <body>
  393.  
  394. <div id="dhtmltooltip"></div>
  395.  
  396. <script type="text/javascript">
  397.  
  398. var offsetxpoint=-60 //Customize x offset of tooltip
  399. var offsetypoint=20 //Customize y offset of tooltip
  400. var ie=document.all
  401. var ns6=document.getElementById && !document.all
  402. var enabletip=false
  403. if (ie||ns6)
  404. var tipobj=document.all? document.all["dhtmltooltip"] : document.getElementById? document.getElementById("dhtmltooltip") : ""
  405.  
  406. function ietruebody(){
  407. return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
  408. }
  409.  
  410. function ddrivetip(thetext, thecolor, thewidth){
  411. if (ns6||ie){
  412. if (typeof thewidth!="undefined") tipobj.style.width=thewidth+"px"
  413. if (typeof thecolor!="undefined" && thecolor!="") tipobj.style.backgroundColor=thecolor
  414. tipobj.innerHTML=thetext
  415. enabletip=true
  416. return false
  417. }
  418. }
  419.  
  420. function positiontip(e){
  421. if (enabletip){
  422. var curX=(ns6)?e.pageX : event.clientX+ietruebody().scrollLeft;
  423. var curY=(ns6)?e.pageY : event.clientY+ietruebody().scrollTop;
  424.  
  425. var rightedge=ie&&!window.opera? ietruebody().clientWidth-event.clientX-offsetxpoint : window.innerWidth-e.clientX-offsetxpoint-20
  426. var bottomedge=ie&&!window.opera? ietruebody().clientHeight-event.clientY-offsetypoint : window.innerHeight-e.clientY-offsetypoint-20
  427.  
  428. var leftedge=(offsetxpoint<0)? offsetxpoint*(-1) : -1000
  429.  
  430.  
  431. if (rightedge<tipobj.offsetWidth)
  432.  
  433. tipobj.style.left=ie? ietruebody().scrollLeft+event.clientX-tipobj.offsetWidth+"px" : window.pageXOffset+e.clientX-tipobj.offsetWidth+"px"
  434. else if (curX<leftedge)
  435. tipobj.style.left="1px"
  436. else
  437.  
  438. tipobj.style.left=curX+offsetxpoint+"px"
  439.  
  440. if (bottomedge<tipobj.offsetHeight)
  441. tipobj.style.top=ie? ietruebody().scrollTop+event.clientY-tipobj.offsetHeight-offsetypoint+"px" : window.pageYOffset+e.clientY-tipobj.offsetHeight-offsetypoint+"px"
  442. else
  443. tipobj.style.top=curY+offsetypoint+"px"
  444. tipobj.style.visibility="visible"
  445. }
  446. }
  447. function hideddrivetip(){
  448. if (ns6||ie){
  449. enabletip=false
  450. tipobj.style.visibility="hidden"
  451. tipobj.style.left="-1000px"
  452. tipobj.style.backgroundColor=''
  453. tipobj.style.width=''
  454. }
  455. }
  456.  
  457. document.onmousemove=positiontip
  458.  
  459. </script>
  460.  
  461.  
  462. <div id="container">
  463. <div id="content">
  464. <div id="posts">
  465.  
  466. <div id="side">
  467. <center>
  468. <center>
  469. {block:ifNotInfiniteScrolling}
  470. <div style="margin-top:4px; font-size:12px; line-height:15px; width:165px;">
  471. {block:Pagination}
  472. {block:PreviousPage} <a href="{PreviousPage}"><font size="2">«</font></a>{/block:PreviousPage}
  473. {block:JumpPagination length="6"}
  474. {block:CurrentPage}
  475. <span class="current_page">{PageNumber}&nbsp;</span>
  476. {/block:CurrentPage}
  477. {block:JumpPage}
  478. <a class="jump_page" href="{URL}">{PageNumber}&nbsp;</a>
  479. {/block:JumpPage}
  480. {/block:JumpPagination}
  481. {block:NextPage}<a href="{NextPage}"><font size="2">»</font></a>{/block:NextPage}
  482. {/block:Pagination}
  483. </div>
  484. {/block:ifNotInfiniteScrolling}
  485. </center>
  486. <div id="sidepic">
  487. <div class="desc">
  488. <div class="arrow">►</div>
  489. {Description}
  490. </div>
  491. <img src="{image:Sidebar}" width="160" style="border:2px solid {color:Border}">
  492. </div>
  493. <div class="navigate">
  494.  
  495. <div style="position:fixed; width:5px; margin-left:140px; margin-top:-80px; z-index:1;">
  496. <a href ="/" onmouseover = "ddrivetip ('Home')";
  497. onmouseout = "hideddrivetip ()"> <img src="http://media.tumblr.com/tumblr_m8dc57NO1j1rs8bwg.gif"> </a>
  498.  
  499. <a href ="/ask" onmouseover = "ddrivetip ('Message')";
  500. onmouseout = "hideddrivetip ()"> <img src="http://media.tumblr.com/tumblr_m8dc5ihjQc1rs8bwg.gif"> </a>
  501.  
  502. <a href ="{text:Plus Sign URL}" onmouseover = "ddrivetip ('{text:Plus Sign Hover Name}')";
  503. onmouseout = "hideddrivetip ()"> <img src="http://media.tumblr.com/tumblr_m8dc5tSKGo1rs8bwg.gif"> </a>
  504.  
  505. <a href ="{text:Heart URL}" onmouseover = "ddrivetip ('{text:Heart Hover Name}')";
  506. onmouseout = "hideddrivetip ()"> <img src="http://media.tumblr.com/tumblr_m8dc5qPC6S1rs8bwg.gif"> </a>
  507. </div>
  508. </div>
  509. </div>
  510. </div>
  511.  
  512.  
  513.  
  514. <div id="content">
  515. {block:Posts}
  516. <div id="entry">
  517.  
  518. {block:Text}
  519. {block:Title}
  520. <div class="posttitle">{Title}</div>
  521. {/block:Title}
  522. {Body}
  523. {/block:text}
  524.  
  525. {block:Link}
  526. <div class="posttitle">
  527. <a href="{URL}">{Name}</a>
  528. </div>
  529. {block:Description}{Description}{/block:Description}
  530. {/block:Link}
  531.  
  532. {block:Photo}
  533. <center>
  534. {LinkOpenTag}
  535. <a href="{permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}"width=400px/></a>
  536. {LinkCloseTag}
  537. </center>
  538. {block:Caption}{Caption}{/block:Caption}
  539. {block:ContentSource}
  540. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  541. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  542. {/block:SourceLogo}
  543. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  544. {/block:ContentSource}
  545. {block:ReblogParentURL}
  546. <!-- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  547. {/block:ReblogParentURL}
  548. {/block:Photo}
  549.  
  550. {block:Photoset}
  551. <center>{Photoset-400}</center>
  552. {block:Caption}{Caption}{/block:Caption}
  553. {/block:Photoset}
  554.  
  555. {block:Quote}
  556. <div class="posttitle">"{Quote}"</div>
  557. {block:Source}
  558. <i> - {Source}</i>
  559. {/block:Source}
  560. {/block:Quote}
  561.  
  562. {block:Chat}
  563. {block:Title}
  564. <div id="posttitle">
  565. <center>{Title}</center>
  566. </div>
  567. {/block:Title}
  568. <div class="chat">
  569. {block:Lines}
  570. <div class="chat">
  571. <div class="line {Alt}">
  572. <div class="{Alt} user_{UserNumber}">
  573. {block:Label}
  574. <span class="label"><b>{Label} </b></span>
  575. {/block:Label}
  576. {Line}</div>
  577. </div>
  578. </div>
  579. {/block:Lines}
  580. </div>
  581. {/block:Chat}
  582.  
  583. {block:Audio}
  584. <div class="playbox">
  585. <div class="playbutton">
  586. {block:AudioPlayer}{AudioPlayerBlack}{/block:AudioPlayer}
  587. </div></div>
  588. {block:AlbumArt}
  589. <img src="{AlbumArtURL}" class="cover">
  590. {/block:AlbumArt}
  591.  
  592. <div class="title">
  593. {block:TrackName}
  594. <b>Title</b>:{TrackName}
  595. {/block:TrackName}
  596. </div>
  597.  
  598. <div class="artist">
  599. {block:Artist}
  600. <b>Artist:</b>{Artist}
  601. {/block:Artist}
  602. </div>
  603.  
  604. <div class="title">
  605. {PlayCountWithLabel}
  606. </div>
  607.  
  608.  
  609. <br>
  610. {block:Caption}{Caption}{/block:Caption}
  611. {/block:Audio}
  612.  
  613. {block:Video}<center>{Video-400}<BR></center>
  614. {block:Caption}{Caption}{/block:Caption}{/block:Video}
  615.  
  616. {block:IndexPage}
  617. <div id="permalink">
  618. posted
  619. <a href="{Permalink}"> {TimeAgo}</a>
  620. with
  621. <a href="{Permalink}">{NoteCountWithLabel}</a>
  622. <br>
  623. {block:HasTags}tags:
  624. {block:Tags}<a href="{TagURL}">#{Tag}</a>
  625. {/block:Tags}
  626. {/block:HasTags}
  627. </div>
  628. {/block:IndexPage}
  629.  
  630. {block:PermalinkPage}
  631. <div id="permalink">
  632. {block:Date}
  633. {TimeAgo} on
  634. {ShortMonth} {DayofMonth},{Year}
  635. {/block:Date}
  636. {block:NoteCount} · {NoteCountWithLabel}
  637. {/block:NoteCount}
  638. {block:HasTags} · Tags:
  639. {block:Tags}<a href="{TagURL}">#{Tag} </a>
  640. {/block:Tags}
  641. {/block:HasTags}
  642. <br>{block:RebloggedFrom}via: <a href="{ReblogParentURL}" target="_blank">{ReblogParentName}</a> · (©: <a href="{ReblogRootURL}" target="_blank">{ReblogRootName}</a>) {/block:RebloggedFrom}
  643. </div>
  644. {/block:PermalinkPage}
  645.  
  646. {block:PostNotes}
  647. <div style="text align:left">
  648. {PostNotes}
  649. </div>
  650. {/block:PostNotes}</div>{/block:Posts}
  651.  
  652. <div id="credit">
  653. <a href="http://tomkirk.tumblr.com/" onmouseover=
  654. "window.status=' Return to the HOME Page';return true"
  655. onMouseOut="window.status='';return true"> THEME ©</a>
  656. </div>
  657.  
  658. </body>
  659. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement