Advertisement
tobemarissa

TBM Theme 16: Blossom

Sep 10th, 2013
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.80 KB | None | 0 0
  1. <!--You cannot remove credit! If you absolutely NEED to move it, I expect it to be placed somewhere else on the theme, preferably on the main page. If you remove credit, I will report you :) I take a lot of time on these theme so please respect that. If you have any questions or problems, just let me know and I'll be happy to help you! :)-->
  2.  
  3. <html>
  4.  
  5. <head>
  6.  
  7. <meta name="color:links" content="#929292" />
  8. <meta name="color:linkshover" content="#868484" />
  9. <meta name="color:sidebar" content="#ffffff" />
  10. <meta name="color:background" content="#fcf2f2" />
  11. <meta name="image:background" content="" />
  12. <meta name="image:sidebar" content="" />
  13. <meta name="if:link1" content="" />
  14. <meta name="if:FlowersShown" content="" />
  15. <meta name="text:link1" content=""/>
  16. <meta name="text:link1url" content="" />
  17.  
  18.  
  19.  
  20. <link rel="shortcut icon" href="http://i11.photobucket.com/albums/a168/evelynregly/minigifs/mini110.gif">
  21.  
  22. {block:Description}
  23. <meta name="description" content="{MetaDescription}" />
  24. {/block:Description}
  25.  
  26. <title>{Title}</title>
  27.  
  28.  
  29. <style type="text/css">
  30.  
  31. @font-face {font-family:"arma";src:url('http://static.tumblr.com/7glhdxz/B3Mmgevme/pf_arma_five.ttf');}
  32.  
  33. @font-face{font-family:"Ginette";src:url('http://static.tumblr.com/9wzbixa/ZKKmj2im3/ginette.ttf');}
  34.  
  35. @font-face { font-family: "sunshine"; src: url('http://static.tumblr.com/5fd89aw/U3vli7rvs/sunshine_in_my_soul.ttf'); }
  36.  
  37. @font-face{font-family:"Gruenewald"; src: url('http://static.tumblr.com/9wzbixa/Wsomj2iuz/gruenewald_va_normal.ttf');}
  38.  
  39. /*GENERAL*/
  40.  
  41. body{
  42. background-image:url('{image:background}');
  43. background-color:{color:background};
  44. background-attachment: fixed;
  45. font-family:"arma";
  46. font-size:8px;
  47. }
  48.  
  49. a:link, a:active, a:visited{
  50. color: {color:links};
  51. text-decoration: none;}
  52.  
  53. a:hover {
  54. color:{color:linkshover};
  55. text-decoration: none;}
  56.  
  57.  
  58. /*SIDEBAR*/
  59.  
  60. div#sidebar{
  61. margin-left:120px;
  62. width:175px;
  63. height:auto;
  64. background:{color:sidebar};
  65. margin-top:220px;
  66. font-family:"arma";
  67. font-size:8px;
  68. padding:5px;
  69. position:fixed;
  70. border: 1px solid #ccc;
  71. -webkit-border-radius:4px;
  72. }
  73.  
  74. div#title{
  75. margin-left:120px;
  76. width:175px;
  77. text-align:center;
  78. font-size:20px;
  79. position:fixed;
  80. margin-top:195px;
  81. background:transparent;
  82. font-family:"Gruenewald";
  83. z-index:1;
  84.  
  85. }
  86.  
  87. /*POSTS*/
  88.  
  89. div#posts{
  90. margin-left: 400px;
  91. margin-top:10px;
  92. width:900px;
  93. height:110%;
  94. background: transparent;
  95.  
  96. }
  97.  
  98. .entry {
  99. margin:7px;
  100. padding:5px;
  101. float:left;
  102. border-radius:5px;
  103. background-color: white;
  104. overflow: hidden;
  105. border:1px solid #ddd;
  106. {block:IndexPage}
  107. width:200px;
  108. {/block:IndexPage}
  109. {block:PermalinkPage}
  110. width:500px;
  111. line-height:14px;
  112. padding:3px;
  113. padding-bottom:1px;
  114. margin-left: 298px;
  115. {/block:PermalinkPage}
  116. }
  117.  
  118. .tweek {
  119. font-size:15px;
  120. line-height:100%;
  121. padding:2px;
  122. color:#fff;
  123. z-index:987897978978999999;
  124. }
  125.  
  126.  
  127. #audiostats {display:block; height:auto; position:relative; min-height:80px;}
  128.  
  129. .audioentry {width:200px; background-color:#ffffff; position:relative; padding:5px; {block:IndexPage}overflow:hidden;{/block:IndexPage}; min-height:80px;}
  130.  
  131. .audio {top: 15px; left: 15px; -webkit-border-radius: 50px; -moz-border-radius: 50px; position: absolute; z-index: 3; background: white; opacity: .5; filter:alpha(opacity=50)}
  132.  
  133. .audioplayer {width: 20px; height: 30px; overflow: hidden; margin: 17px 24px 13px 16px;}
  134.  
  135. .perms {
  136. border-bottom: 1px solid {color:border};
  137. color:#777;
  138. font-size:8px;
  139. opacity: 0;
  140. -webkit-transition-duration: .75s;top:0px;
  141. width:200px;
  142. height:22px;
  143. padding-bottom:4px;
  144. background-color: #fff;
  145. position: absolute;
  146. margin-top:6px;
  147. text-align:center;
  148. text-transform:uppercase;
  149. font-family:consolas;
  150. letter-spacing:1px;
  151. display:block;
  152. }
  153.  
  154. .entry:hover .perms {
  155. opacity:0.9;
  156. z-index:999999;
  157. padding-top:4px;}
  158.  
  159. .permalinktext{
  160. text-align:center;
  161. }
  162.  
  163.  
  164.  
  165. /*NAVIGATION*/
  166.  
  167. div#navi{
  168. margin-top:400px;
  169. margin-left:121px;
  170. width:185px;
  171. background:{color:sidebar};
  172. font-size:8px;
  173. text-align:center;
  174. position:fixed;
  175. }
  176.  
  177. /*EXTRAS*/
  178.  
  179. div#flowers{
  180. margin-left:100px;
  181. margin-top: 470px;
  182. position:fixed;
  183. width:auto;
  184. height: auto;
  185. }
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192. </style>
  193.  
  194.  
  195.  
  196. </head>
  197.  
  198. <body>
  199.  
  200. <div id="title">{Title}</div>
  201.  
  202.  
  203. <div id="sidebar">
  204. <img src="{image:sidebar}" width=175px height=175;>
  205. <br><br>
  206. {Description}
  207. <br>
  208.  
  209.  
  210. </div>
  211.  
  212. {block:IfFlowersShown}<div id="flowers"><img src="http://data.whicdn.com/images/65310483/large.png" width=250px;></div>{/block:IfFlowersShown}
  213.  
  214. <div id="navi"><a href="/">home</a>
  215.  
  216. |
  217.  
  218. <a href="/ask">ask</a>
  219.  
  220. {block:IfLink1}
  221.  
  222. |
  223.  
  224. <a href="{text:link1url}">{text:link1}</a>{/block:IfLink1}
  225.  
  226. |
  227.  
  228. <a href="http://tobemarissa.tumblr.com">credit</a>
  229.  
  230. </div>
  231.  
  232.  
  233.  
  234.  
  235. <div id="posts">
  236.  
  237. {block:Posts}
  238. <div class="entry">
  239.  
  240.  
  241.  
  242.  
  243. {block:Text}
  244. <div class="text">
  245. <div style="text-transform:uppercase">{block:Title}
  246. <a href="{Permalink}">{Title}</a>
  247. {/block:Title}</div>
  248. {Body}
  249. {block:IndexPage}
  250. <div class="permalinktext">
  251. ______________________________________________
  252. posted on {shortmonth} {dayofmonth} with <a href="{permalink}">{notecountwithlabel}</a>
  253. </div>
  254. {/block:IndexPage}
  255.  
  256. </div>
  257. {/block:Text}
  258.  
  259.  
  260. {block:Link}
  261. <div class="text">
  262. <span style="text-transform:uppercase;"><a href="{URL}" class="link" {Target}>{Name}</a></span>
  263. {block:Description}
  264. <div class="description">{Description}</div>
  265. {/block:Description}
  266. {block:IndexPage}
  267. <div class="permalinktext">
  268. ______________________________________________
  269. posted on {shortmonth} {dayofmonth} with <a href="{permalink}">{notecountwithlabel}</a>
  270. </div>
  271. {/block:IndexPage}
  272. </div>{/block:Link}
  273.  
  274. {block:Photo}
  275. {block:IndexPage}<div class="perms">
  276. posted on {DayOfWeek} <br> with <a href="{permalink}">{notecountwithlabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a>
  277. </div> {/block:IndexPage}
  278. {block:IndexPage}<img src="{PhotoURL-500}" alt="{PhotoAlt}" style="opacity:0.6" width=
  279. "200px"/></a>{/block:IndexPage}{block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" style="opacity:0.6" width="500px"/>{LinkCloseTag}{/block:PermalinkPage}
  280. {block:ifshowcaption}{caption}{/block:ifshowcaption}
  281. {/block:Photo}
  282.  
  283. {block:Photoset}
  284. {block:IndexPage}<div class="perms">
  285. posted on {DayOfWeek} <br> with <a href="{permalink}">{notecountwithlabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a>
  286. </div> {/block:IndexPage}
  287. {block:IndexPage}<center>{Photoset-250}</center>{/block:IndexPage}
  288. <center>{block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}</center>
  289. {/block:Photoset}
  290.  
  291.  
  292. {block:Quote}
  293. <div class="text">
  294. <div class="quote">&#10077;</div>
  295. <div style="margin-top:2px;;margin-bottom:0px;min-height:30px; padding: 4px; background-color:#fafafa;border:1px dotted #eee; letter-spacing:1px;text-transform:uppercase; font-size:8px; font-family: consolas; border-radius:5px;">
  296. {Quote} </div>
  297. {block:Source}
  298. <div class="source"><div style="text-align:right; color:{color:link};padding-top:5px;"> • {Source}</div></div>
  299. {/block:Source}
  300. {block:IndexPage}
  301. <div class="permalinktext">
  302. ______________________________________________
  303. posted on {shortmonth} {dayofmonth} with <a href="{permalink}">{notecountwithlabel}</a>
  304. </div>
  305. {/block:IndexPage}
  306. </div>{/block:Quote}
  307. {block:Chat}
  308. <div class="text">
  309. {block:Title}
  310. <a href="{Permalink}">{Title}</a>
  311. {/block:Title}
  312. <ul class="chat">
  313. {block:Lines}
  314. <li class="{Alt} user_{UserNumber}"> {block:Label} <span class="label">{Label}</span> {/block:Label}
  315.  
  316. {Line} </li>
  317. {/block:Lines}
  318. </ul>
  319. {block:IndexPage}
  320. <div class="permalinktext">
  321. ______________________________________________
  322. posted on {shortmonth} {dayofmonth} with <a href="{permalink}">{notecountwithlabel}</a>
  323. </div>
  324. {/block:IndexPage}
  325. </div>{/block:Chat}
  326.  
  327.  
  328.  
  329. {block:Audio}
  330.  
  331. <div id="audiostats">
  332. <div class="audioentry">
  333.  
  334. <img src="http://static.tumblr.com/2lqtwbf/coolyqooj/untitled-1.png" alt="default album art" width="80" height="80" style="position:absolute; vertical-align:middle;" />
  335.  
  336. {block:AlbumArt}<img width="80" height="80" src="{AlbumArtURL}" style="position:absolute;" />{/block:AlbumArt}
  337.  
  338. <div class="audio"><div class="audioplayer">{AudioPlayerWhite}</div></div>
  339.  
  340. <div style="margin-left:90px; line-height:12px">{block:TrackName}<b>Song:</b> {TrackName}<br>{/block:TrackName}
  341. {block:Artist}<b>Artist:</b> {Artist}<br>{/block:Artist}
  342. {block:Album}<b>Album:</b> {Album}<br>{/block:Album}
  343. {FormattedPlayCount} plays{block:Caption}{Caption}{/block:Caption}</div>
  344. </div>
  345. <div class="permalinktext">
  346. ______________________________________________
  347. posted on {shortmonth} {dayofmonth} with <a href="{permalink}">{notecountwithlabel}</a></span></div>
  348. {/block:IndexPage}
  349. {/block:Audio}
  350.  
  351. {block:Video}
  352. {block:IndexPage}<div class="perms">
  353. posted on {DayOfWeek} <br> with <a href="{permalink}">{notecountwithlabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a>
  354. </div> {/block:IndexPage}
  355. <center>
  356. {block:IndexPage}
  357. {Video-250}
  358. {/block:IndexPage}
  359. </center>
  360. {block:PermalinkPage}
  361. <center>{Video-500}</center>
  362. {/block:PermalinkPage}
  363. {block:Video}
  364.  
  365. {block:Answer}
  366. <div style="padding:13px;text-align:left;">
  367. <strong><i>{asker}:</i> {question}</strong>
  368. <div class="caption" style="margin-top:3px;">
  369. {Answer}</div>
  370. {block:indexpage}
  371. <div align="right" style="padding-right:10px; padding-top:3px;padding-bottom:0px;"><a href="{Permalink}">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
  372. </a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="{Permalink}">{DayOfMonth} {Month}
  373. </a></div>{/block:indexpage}
  374. </div>
  375. {/block:Answer}
  376.  
  377. {block:IndexPage}<div style="display:none;">{block:ContentSource}<a href="{SourceURL}">{SourceTitle}</a> {block:RebloggedFrom}<a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}{/block:ContentSource}</div>{/block:IndexPage}
  378.  
  379. {block:PermalinkPage}
  380. {block:caption}{caption}<br>{/block:caption}
  381. <center>{block:Date}Posted on {DayOfWeek}, {Month} {DayOfMonth}, {Year} with {NoteCountWithLabel}{/block:Date}
  382. {block:RebloggedFrom}<br><b>via</b>: <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}{block:ContentSource} | <b>source</b>: <a href="{SourceURL}">{SourceTitle}</a> {/block:ContentSource}
  383. </center>
  384. {/block:PermalinkPage}
  385.  
  386. <div style="text-align:left;">
  387. {block:PostNotes}{PostNotes}
  388. {/block:PostNotes}</div>
  389. </div>
  390.  
  391.  
  392.  
  393. {/block:Posts}
  394. </div>
  395. </div>
  396. {block:IndexPage}<br>
  397. {block:Pagination}
  398. <div id="pagination">
  399. {block:NextPage}
  400. <a id="nextPage" href="{NextPage}">next</a>
  401. {/block:NextPage}
  402. {block:PreviousPage}
  403. <a href="{PreviousPage}">back</a>
  404. {/block:PreviousPage}
  405. </div>
  406. {/block:Pagination}
  407. {/block:IndexPage}
  408. </div>
  409. </body>
  410.  
  411. {block:indexpage}
  412. {block:NextPage}<div id="page-nav"><a href="{NextPage}"></a></div>{/block:NextPage}
  413. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  414. <script type="text/javascript" src="http://static.tumblr.com/bswe8t6/UFVlryaq2/jquerymsnryv2.js"></script>
  415. <script type="text/javascript">
  416. $(window).load(function(){
  417. var $wall = $('#posts');
  418. $wall.imagesLoaded(function(){
  419. $wall.masonry({
  420. itemSelector: '.entry, .entry_photo',
  421. isAnimated : false
  422. });
  423. });
  424.  
  425. $wall.infinitescroll({
  426. navSelector : '#page-nav',
  427. nextSelector : '#page-nav a',
  428. itemSelector : '.entry, .entry_photo',
  429. bufferPx : 2000,
  430. debug : false,
  431. errorCallback: function() {
  432. $('#infscr-loading').fadeOut('normal');
  433. }},
  434. function( newElements ) {
  435. var $newElems = $( newElements );
  436. $newElems.hide();
  437. $newElems.imagesLoaded(function(){
  438. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  439. });
  440. }); $('#content').show(500);
  441. });
  442. </script>
  443. {/block:indexpage}
  444.  
  445. <script type="text/javascript">
  446. $(function() {
  447. $("#topDivA").click(function(){
  448. var target = $("html");
  449. $('html, body').animate({
  450. scrollTop: target.offset().top
  451. }, 1000);
  452. });
  453.  
  454. });</script>
  455.  
  456.  
  457. </body>
  458.  
  459. <hmtl>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement