Guest User

Theme #36 v3

a guest
Oct 14th, 2012
935
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.29 KB | None | 0 0
  1. <!--
  2.  
  3.  
  4. Theme #36 by: into-thedepths.tumblr
  5.  
  6.  
  7. -->
  8.  
  9. <html lang="en">
  10. <head>
  11.  
  12. <meta name="color:background" content="#ffe5ac"/>
  13. <meta name="color:text" content="#000"/>
  14. <meta name="color:post titles" content="#000"/>
  15. <meta name="color:blog title" content="#000"/>
  16. <meta name="color:link" content="#000"/>
  17. <meta name="color:description text" content="#000"/>
  18.  
  19. <meta name="image:sidebar" content="1"/>
  20. <meta name="image:background" content=""/>
  21.  
  22. <meta name="if:Rainbow Links" content=""/>
  23. <meta name="if:link shadow" content="1"/>
  24. <meta name="if:Tiny scrollbar" content="1"/>
  25. <meta name="if:Tiny cursor" content="1"/>
  26.  
  27. <meta name="text:link one" content="" />
  28. <meta name="text:link one title" content=" link 1" />
  29. <meta name="text:link two" content="" />
  30. <meta name="text:link two title" content="link 2" />
  31. <meta name="text:link three" content="" />
  32. <meta name="text:link three title" content="link 3" />
  33. <meta name="text:link four" content="" />
  34. <meta name="text:link four title" content="link 4" />
  35. <meta name="text:link five" content="" />
  36. <meta name="text:link five title" content="link 5" />
  37.  
  38. {block:Description}
  39. <meta name="description" content="{MetaDescription}" />{/block:Description}
  40. <title>
  41. {block:PostSummary}
  42. {PostSummary} - {/block:PostSummary}{Title}</title>
  43.  
  44. <link href='http://fonts.googleapis.com/css?family=Tulpen+One' rel='stylesheet' type='text/css'>
  45.  
  46. <script type="text/javascript" src="http://code.jquery.com/jquery-latest.js"></script>
  47.  
  48. {block:indexpage}
  49. {block:NextPage}<div id="page-nav"><a href="{NextPage}"></a></div>{/block:NextPage}
  50.  
  51. <script src='http://code.jquery.com/jquery-1.4.2.min.js' type='text/javascript'></script>
  52.  
  53. <script src='http://static.tumblr.com/1s4z8hu/UTBlo4136/jquery.masonry.min.js' type='text/javascript'></script>
  54.  
  55. <script type="text/javascript" src="http://static.tumblr.com/jnmer2r/WKhljk73d/jquery.infinitescroll.min.js"></script>
  56.  
  57. <script>
  58. jQuery(window).load(function(){
  59. var $wall = $('#content');
  60. $wall.imagesLoaded(function(){
  61. $wall.masonry({
  62. singleMode: true,
  63. columnWidth: 261,
  64. itemSelector: '#entry'
  65. });
  66. });
  67. $wall.infinitescroll({
  68. navSelector : '#page-nav',
  69. nextSelector : '#page-nav a',
  70. itemSelector : '#entry',
  71. },
  72.  
  73. function( newElements ){
  74. $(newElements).hide();
  75. setTimeout(function(){
  76. $wall.masonry({ appendedContent: $(newElements) });
  77. },2000);
  78. setTimeout(function(){
  79. $(newElements).fadeIn('slow');
  80. },2100);
  81. },1000);
  82. });
  83. </script>
  84.  
  85. <script>
  86. $.fn.imagesLoaded = function(callback){
  87. var elems = this.find('img'),
  88. len = elems.length,
  89. _this = this;
  90. if ( !elems.length ) {
  91. callback.call( this );}
  92. elems.bind('load',function(){
  93. if (--len <= 0){
  94. callback.call( _this );}
  95. }).each(function(){
  96. // cached images don't fire load sometimes, so we reset src.
  97. if (this.complete || this.complete === undefined){
  98. var src = this.src;
  99. // webkit hack from http://groups.google.com/group/jquery-dev/browse_thread/thread/eee6ab7b2da50e1f
  100. // data uri bypasses webkit log warning (thx doug jones)
  101. this.src = "data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///ywAAAAAAQABAAACAUwAOw==";
  102. this.src = src;}
  103. });
  104. return this;};
  105. </script>
  106.  
  107. {/block:Indexpage}
  108.  
  109. <style type="text/css">
  110.  
  111. iframe#tumblr_controls {
  112. right:3px !important;
  113. position: fixed !important;
  114. -webkit-transition: opacity 0.7s
  115. linear;opacity: 0.2;
  116. -webkit-transition: all 0.8s ease-out;
  117. -moz-transition: all 0.8s ease-out;
  118. transition: all 0.8s ease-out;
  119. }
  120.  
  121. iframe#tumblr_controls:hover{
  122. -webkit-transition: opacity 0.7s linear;
  123. opacity: 1;
  124. -webkit-transition: all 0.4s ease-out;
  125. -moz-transition: all 0.4s ease-out;
  126. transition: all 0.4s ease-out;
  127. }
  128.  
  129. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  130.  
  131.  
  132. @font-face { font-family: "ronda"; src: url('http://static.tumblr.com/rmj06l2/kcLlo1q2y/pf_ronda_seven.ttf'); }
  133.  
  134. {block:iftinycursor}
  135. body, a, a:hover {cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), progress;}{/block:iftinycursor}
  136.  
  137. {block:iftinyscrollbar}
  138. ::-webkit-scrollbar {width: 8px; height: 4px; background: #FFFFFF; }
  139. ::-webkit-scrollbar-thumb { background-color: #ffffff; -webkit-border-radius: 1ex; border: 1px solid gray;}
  140. {/block:iftinyscrollbar}
  141.  
  142. body {
  143. margin:0px;
  144. background-color: {color:Background};
  145. background-image:url({image:Background});
  146. background-attachment: fixed;
  147. background-repeat: repeat;
  148. }
  149.  
  150. body, div, p, textarea, submit, input{
  151. font-family: 'ronda';
  152. font-size: 8px;
  153. line-height: 12px;
  154. letter-spacing:0px;
  155. color:{color:Text};
  156. }
  157.  
  158. p {
  159. margin:0px;
  160. margin-top:5px;
  161. }
  162.  
  163. a:link, a:active, a:visited{
  164. color: {color:Link};
  165. text-decoration: none;
  166. transition: all 0.5s ease-out;
  167. -o-transition-transition: all 0.5s ease-out;
  168. -webkit-transition: all 0.5s ease-out;
  169. -moz-transition: all 0.5s ease-out;
  170. }
  171. a:hover {
  172. {block:iflinkshadow}text-shadow:1px 1px 5px #000;{/block:iflinkshadow}
  173. transition: all 0.5s ease-out;
  174. -o-transition-transition: all 0.5s ease-out;
  175. -webkit-transition: all 0.5s ease-out;
  176. -moz-transition: all 0.5s ease-out;
  177. }
  178.  
  179. #center {
  180. margin:auto;
  181. position:relative;
  182. width: 1500px;
  183. overflow:auto;
  184. overflow-y:hidden;
  185. }
  186.  
  187. #content {
  188. width:850px;
  189. margin-left: 320px;
  190. }
  191.  
  192. #entry {
  193. {block:IndexPage}width: 259px;{/block:indexpage}
  194. {block:PermalinkPage}width: 400px;{/block:PermalinkPage}
  195. margin-top:0px;
  196. padding:1px;
  197. padding-bottom: 0px;
  198. background: white;
  199. }
  200.  
  201. #entry img {
  202. {block:IndexPage}max-width: 259px;{/block:indexpage}
  203. {block:PermalinkPage}max-width: 400px;{/block:PermalinkPage}
  204. }
  205.  
  206. #entry .perma a{
  207. color:{color:Links};
  208. }
  209.  
  210. #entry .perma{
  211. position: absolute;
  212. width: 240px;
  213. padding: 10px;
  214. height: auto;
  215. overflow:hidden;
  216. text-align: center;
  217. margin-top: 0px;
  218. margin-left: 0px;
  219. opacity: 0.0;
  220. background-color: white;
  221. -webkit-transition: opacity 0.6s linear; opacity: 0.0; -webkit-transition: all 0.6s linear; -moz-transition: all 0.6s linear; transition: all 0.6s linear;
  222. }
  223.  
  224. #entry:hover .perma{
  225. border-top: 1px dotted black;
  226. border-bottom: 1px dotted black;
  227. height:14px;
  228. margin-top:14px;
  229. overflow:hidden;
  230. -webkit-transition: opacity 0.6s linear; opacity: 1; -webkit-transition: all 0.6s linear; -moz-transition: all 0.6s linear; transition: all 0.6s linear;
  231. opacity: .9;
  232. }
  233.  
  234. #permalink{
  235. color: #000000;
  236. display: block;
  237. text-align: right;
  238. text-decoration: none;
  239. }
  240.  
  241. #sidebar {
  242. position:fixed;
  243. width:220px;
  244. height:auto;
  245. background-color:transparent;
  246. margin-top: 100px;
  247. margin-left: 85px;
  248. padding:1px;
  249. color: {color:description text};
  250. }
  251.  
  252.  
  253. #credit {
  254. background: white;
  255. position: fixed;
  256. opacity: .8;
  257. height: 15px;
  258. padding: 2px;
  259. line-height: 15px;
  260. bottom: 5px;
  261. right: 5px;
  262. }
  263.  
  264. #titlebox{
  265. position: fixed !important;
  266. margin-top: -45px;
  267. margin-left: -2px;
  268. width: 220px;
  269. font-family: 'tulpen one';
  270. font-size: 8px;
  271. line-height:20px;
  272. letter-spacing:0px;
  273. background-color: transparent;
  274. text-transform: none;
  275. }
  276.  
  277. h3{
  278. font-family: ronda;
  279. font-size: 8px;
  280. line-height: 12px;
  281. font-weight: normal;
  282. line-height:15px;
  283. letter-spacing: 1px;
  284. font-style: normal;
  285. text-transform: none;
  286. text-align: center;
  287. padding: 0px;
  288. margin:0px;
  289. }
  290.  
  291. #postnotes{
  292. text-align: justify;}
  293.  
  294. #postnotes blockquote{
  295. border: 0px;
  296. }
  297.  
  298. #questions {
  299. background-color: #f0f0f0;
  300. padding:10px;
  301. margin-bottom:0px;
  302. text-align:center;
  303. }
  304.  
  305. .blogtitle a {
  306. font-size: 30px;
  307. line-height: 35px;
  308. font-family: 'Tulpen One';
  309. color: {color:blog title};
  310. letter-spacing:3px;
  311. -webkit-transition: all 0.3s ease-out;
  312. -moz-transition: all 0.3s ease-out;
  313. transition: all 0.3s ease-out;
  314. }
  315.  
  316. .blogtitle a:hover {
  317. -webkit-transition: all 0.3s ease-out;
  318. -moz-transition: all 0.3s ease-out;
  319. transition: all 0.3s ease-out;}
  320.  
  321. .title{
  322. font-family: trebuchet ms;
  323. font-size: 12px;
  324. color: {color:post titles};
  325. font-weight: none;
  326. }
  327.  
  328. .video embed, .post div.video object {
  329. {block:IndexPage}
  330. width:250px !important;
  331. height:200px !important;
  332. {/block:indexpage}
  333. {block:PermalinkPage}
  334. width:400px !important;
  335. height:350px !important;
  336. {/block:PermalinkPage}
  337. }
  338.  
  339. blockquote{
  340. padding:0px 0px 2px 5px;
  341. margin:3px 0px 3px 5px;
  342. border-left: 2px solid {color: text};
  343. }
  344.  
  345. blockquote p, ul{
  346. margin:3px 0px 3px 5px;
  347. padding:0px;
  348. }
  349.  
  350. .ol, ul { margin-left: 20px; padding: 5px; }
  351. .ul { list-style-type: square; }
  352.  
  353. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  354. .user_7 .label, .user_8 .label, .user_9 .label {color:#555;}
  355.  
  356. .chat .line{
  357. background-color:#ffffff;
  358. margin: 0 0 1px;
  359. padding: 2px;
  360. }
  361. .chat .line.odd{
  362. background-color:#F0F0F0;
  363. }
  364.  
  365. .audio {
  366. {block:IndexPage}
  367. margin-top: 50px;
  368. margin-left: 178px;
  369. {/block:indexpage}
  370. {block:PermalinkPage}
  371. margin-top: 90px;
  372. margin-left: 285px;
  373. {/block:PermalinkPage}
  374. overflow: hidden;
  375. width: 25px;
  376. height: 25px;
  377. background: black;
  378. position: absolute;
  379. }
  380.  
  381. .audiocontainer {
  382. {block:IndexPage}
  383. width: 250px;
  384. height: 125px;
  385. {/block:Indexpage}
  386. {block:PermalinkPage}
  387. width: 400px;
  388. height: 200px;
  389. {/block:PermalinkPage}
  390. background: black;
  391. }
  392.  
  393. .albumart {
  394. margin-bottom: 0px;
  395. }
  396. .albumart img, .audio embed {
  397. {block:IndexPage}
  398. width: 125px;
  399. {/block:Indexpage}
  400. {block:PermalinkPage}
  401. width: 200px;
  402. {/block:PermalinkPage}
  403. float: left;
  404. z-index: 1000;
  405. }
  406. </style>
  407.  
  408. <link rel="shortcut icon" href="{Favicon}">
  409. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  410. <meta name="viewport" content="width=820" />
  411. {block:ifrainbowlinks}<script type="text/javascript" src="http://static.tumblr.com/jn17x0j/2Zvltn7mc/rainbow_links.txt
  412. "></script>{/block:ifrainbowlinks}
  413. </head>
  414. <body>
  415.  
  416. <div id="cage">
  417. <div id="center">
  418.  
  419. <div id="sidebar">
  420. <center>
  421. <div class="blogtitle">
  422. <a href="/">
  423. {Title}</a></div>
  424.  
  425.  
  426. <div id="sidebarpic">
  427.  
  428. <img src="{image:sidebar}" width=220px;>
  429. </div>
  430. <center>
  431. <br>
  432. <a href="{text:link one}">{text:link one title}</a> &middot
  433. <a href="{text:link two}">{text:link two title}</a> &middot
  434. <a href="{text:link three}">{text:link three title}</a> &middot
  435. <a href="{text:link four}">{text:link four title}</a> &middot
  436. <a href="{text:link five}">{text:link five title}</a><br>
  437. -------------------------------------------------------<br>
  438. {Description}
  439. </div>
  440.  
  441. <div id="content">
  442. {block:Posts}
  443. <div id="entry">
  444.  
  445. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="entrytext">{Body}</span>
  446. <div id="permalink">
  447. <a href="{permalink}">+</a>
  448. </div>
  449. {/block:Text}
  450.  
  451. {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}{Description}{/block:Description}
  452. <div id="permalink">
  453. <a href="{permalink}">+</a>
  454. </div>
  455. {/block:Link}
  456.  
  457. {block:Photoset}
  458. {block:IndexPage}
  459. <div class="perma">
  460. <a href="{permalink}">{NoteCount} notes </a> ♡ <a href="{ReblogUrl}">reblog</a></div>
  461. <center>{Photoset-250}{/block:IndexPage}{block:PermalinkPage}{Photoset-400}{/block:PermalinkPage}{block:ifshowcaption}{block:Caption}{Caption}{/block:Caption}{/block:ifshowcaption}{/block:Photoset}
  462.  
  463. {block:Quote}<center><span class="title">{Quote}</span>{block:Source}<br> - {Source}{/block:Source}</center>
  464. <div id="permalink">
  465. <a href="{permalink}">+</a>
  466. </div>
  467. {/block:Quote}
  468.  
  469. {block:Chat}{block:title}<div id="title"><center>{Title}<br></center></div>{/block:title}<div class="chat">{block:Lines}<div class="chat"><div class="line {Alt}"><div class="{Alt} user_{UserNumber}">
  470. {block:Label}<span class="label"><u>{Label}</u> </span>{/block:Label}{Line}</div></div></div>{/block:Lines}</div>
  471. <div id="permalink">
  472. <a href="{permalink}">+</a>
  473. </div>
  474. {/block:Chat}
  475.  
  476. {block:Audio}
  477. {block:albumart}<div class="albumart"><img src="{albumarturl}"></div>{/block:albumart}
  478. <div class="audiocontainer"><div class="audio">{AudioPlayerBlack}</div></div>
  479. <center>{block:TrackName}<u>{TrackName}</u>{/block:TrackName} | {block:Artist}<i>{Artist}</i>{/block:Artist}
  480. <div id="permalink">
  481. <a href="{permalink}">+</a>
  482. </div>
  483. {/block:Audio}
  484.  
  485. {block:Video}
  486. {block:IndexPage}
  487. <div class="perma">
  488. <a href="{permalink}">{NoteCount} notes </a> ♡ <a href="{ReblogUrl}">reblog</a></div>
  489. {/block:IndexPage}
  490.  
  491. <center>{Video-260}<BR></center>{block:ifshowcaption}{block:Caption}{Caption}{/block:Caption}{/block:ifshowcaption}{/block:Video}
  492.  
  493. {block:Answer}<div id="questions"><u>{Asker}</u> asked: "{Question}"</div>
  494. <center>{Answer}</center>
  495. <div id="permalink">
  496. <a href="{permalink}">+</a>
  497. </div>{/block:Answer}
  498.  
  499. {block:Photo}
  500. {block:IndexPage}
  501. <div class="perma">
  502. <a href="{permalink}">{NoteCount} notes </a> ♡ <a href="{ReblogUrl}">reblog</a></div>
  503. <img src="{PhotoURL-500}" alt="{PhotoAlt}" width=260px/></a>{/block:IndexPage}{block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"width=400px/>{/block:PermalinkPage}{block:ifshowcaption}{block:Caption}{Caption}{/block:Caption}{/block:ifshowcaption}{/block:Photo}
  504.  
  505. {block:PermalinkPage}
  506. <div id="permapage">{block:ifnotshowcaption}{block:caption}{caption}{/block:caption}{/block:ifnotshowcaption}<Br>{block:Date}{ShortMonth} {DayofMonth}{DayofMonthSuffix} {Year}{/block:Date}{block:NoteCount} · {NoteCountWithLabel}{/block:NoteCount}{block:HasTags} · Tags: {block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}{/block:HasTags}</div>
  507. {/block:PermalinkPage}
  508.  
  509. {block:PostNotes}{PostNotes}
  510. {/block:PostNotes}</div>{/block:Posts}
  511. </div></div>
  512. </div>
  513. <div id="credit">
  514. <center><a href="http://into-thedepths.tumblr.com/">theme</a></center></div>
  515. </body>
  516. </html>
Add Comment
Please, Sign In to add comment