Advertisement
tobemarissa

TBM Theme 21: Carrie (Halloween #2)

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