Advertisement
tobemarissa

TBM Theme 24: Witches (Halloween #5)

Oct 18th, 2013
345
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.01 KB | None | 0 0
  1. <!---DO NOT REMOVE THE CREDIT! If you absolutely must move it, please make sure it's still visible and easily accessible. Enjoy the theme! I hope you all liked all the themes in the Five Fright themes :) Happy Halloween! !--->
  2.  
  3. <html>
  4.  
  5. <head>
  6.  
  7. <meta name="color:links" content="#626d77" />
  8. <meta name="color:linkshover" content="#030303" />
  9. <meta name="color:navigation" content="#b9b9b9" />
  10. <meta name="color:background" content="#eee">
  11. <meta name="image:background" content="" />
  12. <meta name="text:link1url" content="" />
  13. <meta name="text:link1title" content="" />
  14.  
  15.  
  16.  
  17. <link rel="shortcut icon" href="http://www.u.arizona.edu/~patricia/cute-collection/halloween/pumpkin-2.gif">
  18.  
  19. {block:Description}
  20. <meta name="description" content="{MetaDescription}" />
  21. {/block:Description}
  22.  
  23. <title>{Title}</title>
  24.  
  25.  
  26. <style type="text/css">
  27.  
  28. @font-face {font-family:"arma";src:url('http://static.tumblr.com/7glhdxz/B3Mmgevme/pf_arma_five.ttf');}
  29.  
  30. @font-face{font-family:"Ginette";src:url('http://static.tumblr.com/9wzbixa/ZKKmj2im3/ginette.ttf');}
  31.  
  32. @font-face { font-family: "silkscreen"; src: url('http://static.tumblr.com/1kdckk4/9yjlolf0w/slkscr.ttf'); }
  33.  
  34. @font-face { font-family: "lovenote"; src: url('http://static.tumblr.com/4yxykdm/k6plrfhwf/ck_love_note.ttf'); }
  35.  
  36. @font-face{font-family:"Jane Austen";src:url('http://static.tumblr.com/9wzbixa/ncHmj2mmb/janeaust.ttf');}
  37.  
  38. @font-face {font-family:"soymilk";src:url('http://static.tumblr.com/7glhdxz/fV2mgevge/denne-soymilk.ttf');}
  39.  
  40. /*GENERAL*/
  41.  
  42. body{
  43. background-image:url('{image:background}');
  44. background:{color:background};
  45. background-attachment: fixed;
  46. font-family:"arma";
  47. font-size:8px;
  48. }
  49.  
  50. a:link, a:active, a:visited{
  51. color: {color:links};
  52. text-decoration: none;}
  53.  
  54. a:hover {
  55. color:{color:linkshover};
  56. text-decoration: none;}
  57.  
  58. b, strong{
  59. letter-spacing: 1px;
  60. color: #b1b1b1;
  61. text-transform: none;
  62. text-shadow: 1px 1px 2px #e1dad4;
  63. text-decoration: none;
  64. font-weight: normal;
  65. }
  66.  
  67.  
  68. /*SIDEBAR*/
  69.  
  70. div#sidebar{
  71. margin-left:130px;
  72. width:200px;
  73. height:80px;
  74. background:white;
  75. margin-top:325px;
  76. font-family:"silkscreen";
  77. font-size:8px;
  78. padding:5px;
  79. text-align:center;
  80. position:fixed;
  81. border-top:1px solid #ccc;
  82. border-left:1px solid #ccc;
  83. border-right:1px solid #ccc;
  84. box-shadow: 0px 0px 3px 1px #e6e;
  85. }
  86.  
  87. div#title{
  88. margin-left:130px;
  89. width:200px;
  90. text-align:center;
  91. font-size:60px;
  92. position:fixed;
  93. margin-top:268px;
  94. background:transparent;
  95. font-family:"soymilk";
  96. z-index:1;
  97. color:#b9b9b9;
  98.  
  99. }
  100.  
  101. div#hat{
  102. margin-left:325px;
  103. position:fixed;
  104. z-index: 1;
  105. margin-top:295px;
  106. }
  107.  
  108.  
  109. /*POSTS*/
  110.  
  111. div#posts{
  112. margin-left: 440px;
  113. margin-top:-5px;
  114. width:800px;
  115. height:110%;
  116. background: transparent;
  117.  
  118. }
  119.  
  120. .entry {
  121. margin:7px;
  122. padding:5px;
  123. float:left;
  124. {block:ifroundcorners}
  125. border-radius:5px;
  126. {/block:ifroundcorners}
  127. background-color: white;
  128. border:1px solid #ddd;
  129. {block:IndexPage}
  130. width:250px;
  131. {/block:IndexPage}
  132. {block:PermalinkPage}
  133. width:500px;
  134. line-height:14px;
  135. padding:3px;
  136. padding-bottom:1px;
  137. margin-left: 298px;
  138. {/block:PermalinkPage}
  139. }
  140.  
  141. #audiostats {display:block; height:auto; position:relative; min-height:80px;}
  142.  
  143. .audioentry {width:245px; background-color:#ffffff; position:relative; padding:5px; {block:IndexPage}overflow:hidden;{/block:IndexPage}; min-height:80px;}
  144.  
  145. .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)}
  146.  
  147. .audioplayer {width: 20px; height: 30px; overflow: hidden; margin: 17px 24px 13px 16px;}
  148.  
  149. .perms {
  150. border-bottom: 1px solid {color:border};
  151. color:#777;
  152. font-size:8px;
  153. opacity: 0;
  154. -webkit-transition-duration: .75s;top:0px;
  155. width:250px;
  156. height:22px;
  157. padding-bottom:4px;
  158. background-color: #fff;
  159. position: absolute;
  160. margin-top:6px;
  161. text-align:center;
  162. text-transform:uppercase;
  163. font-family:consolas;
  164. letter-spacing:1px;
  165. display:block;
  166. }
  167.  
  168. .entry:hover .perms {
  169. opacity:0.9;
  170. z-index:999999;
  171. padding-top:4px;}
  172.  
  173. .permalinktext{
  174. text-align:center;
  175. }
  176.  
  177.  
  178.  
  179. /*NAVIGATION*/
  180.  
  181. div#navi{
  182. margin-top:416px;
  183. margin-left:130px;
  184. width:212px;
  185. background:{color:navigation};
  186. font-size:8px;
  187. color:#fff;
  188. text-align:center;
  189. letter-spacing: 2px;
  190. border-top:1px dotted #000;
  191. position:fixed;
  192. box-shadow: 0px 1px 3px 1px #e6e;
  193.  
  194. }
  195.  
  196. div#navi.hover{
  197. text-transform: bold;
  198. }
  199.  
  200. /*EXTRAS*/
  201.  
  202. div#moon{
  203. margin-left: 1100px;
  204. margin-top:20px;
  205. position:fixed;
  206. }
  207.  
  208.  
  209.  
  210. </style>
  211.  
  212.  
  213.  
  214. </head>
  215.  
  216. <body>
  217.  
  218. <div id="title">{Title}</div>
  219.  
  220. <div id="hat"><img src="http://i917.photobucket.com/albums/ad12/xguyswithguitarsx/witchhat_zps071ec8ed.png" width=40px;></div>
  221.  
  222.  
  223. <div id="sidebar"><br>{Description}</div>
  224.  
  225. <div id="navi"><a href="/">HOME</a>
  226.  
  227. <a href="/ask">ASK</a>
  228.  
  229. <a href="{text:link1url}">{text:link1title}</a>
  230.  
  231.  
  232. <a href="http://tobemarissa.tumblr.com">CREDIT</a>
  233.  
  234. </div>
  235.  
  236. <div id="moon"><img src="http://i917.photobucket.com/albums/ad12/xguyswithguitarsx/moon_zpsfb9f8b5a.png" width=100px;></div>
  237.  
  238. <div id="posts">
  239.  
  240. {block:Posts}
  241. <div class="entry">
  242.  
  243.  
  244.  
  245.  
  246. {block:Text}
  247. <div class="text">
  248. <div style="text-transform:uppercase">{block:Title}
  249. <a href="{Permalink}">{Title}</a>
  250. {/block:Title}</div>
  251. {Body}
  252. {block:IndexPage}
  253. <div class="permalinktext">
  254. ___________________________________________________________
  255. posted on {shortmonth} {dayofmonth} with <a href="{permalink}">{notecountwithlabel}</a>
  256. </div>
  257. {/block:IndexPage}
  258.  
  259. </div>
  260. {/block:Text}
  261.  
  262.  
  263. {block:Link}
  264. <div class="text">
  265. <span style="text-transform:uppercase;"><a href="{URL}" class="link" {Target}>{Name}</a></span>
  266. {block:Description}
  267. <div class="description">{Description}</div>
  268. {/block:Description}
  269. {block:IndexPage}
  270. <div class="permalinktext">
  271. ___________________________________________________________
  272. posted on {shortmonth} {dayofmonth} with <a href="{permalink}">{notecountwithlabel}</a>
  273. </div>
  274. {/block:IndexPage}
  275. </div>{/block:Link}
  276.  
  277. {block:Photo}
  278. {block:IndexPage}<div class="perms">
  279. posted at on {DayOfWeek} <br> with <a href="{permalink}">{notecountwithlabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a>
  280. </div> {/block:IndexPage}
  281. {block:IndexPage}<img src="{PhotoURL-500}" alt="{PhotoAlt}" style="opacity:0.6" width=
  282. "250px"/></a>{/block:IndexPage}{block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" style="opacity:0.6" width="500px"/>{LinkCloseTag}{/block:PermalinkPage}
  283. {block:ifshowcaption}{caption}{/block:ifshowcaption}
  284. {/block:Photo}
  285.  
  286. {block:Photoset}
  287. {block:IndexPage}<div id="permalink"><div class="reblogg"><a href="{reblogurl}">reblog</a></span></div></div>
  288. {/block:IndexPage}
  289. {block:IndexPage}<center>{Photoset-300}</center>{/block:IndexPage}
  290. <center>{block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}</center>
  291. {/block:Photoset}
  292.  
  293.  
  294. {block:Quote}
  295. <div class="text">
  296. <div class="quote">&#10077;</div>
  297. <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;">
  298. {Quote} </div>
  299. {block:Source}
  300. <div class="source"><div style="text-align:right; color:{color:link};padding-top:5px;"> • {Source}</div></div>
  301. {/block:Source}
  302. {block:IndexPage}
  303. <div class="permalinktext">
  304. ___________________________________________________________
  305. posted on {shortmonth} {dayofmonth} with <a href="{permalink}">{notecountwithlabel}</a>
  306. </div>
  307. {/block:IndexPage}
  308. </div>{/block:Quote}
  309. {block:Chat}
  310. <div class="text">
  311. {block:Title}
  312. <a href="{Permalink}">{Title}</a>
  313. {/block:Title}
  314. <ul class="chat">
  315. {block:Lines}
  316. <li class="{Alt} user_{UserNumber}"> {block:Label} <span class="label">{Label}</span> {/block:Label}
  317.  
  318. {Line} </li>
  319. {/block:Lines}
  320. </ul>
  321. {block:IndexPage}
  322. <div class="permalinktext">
  323. ___________________________________________________________
  324. posted on {shortmonth} {dayofmonth} with <a href="{permalink}">{notecountwithlabel}</a>
  325. </div>
  326. {/block:IndexPage}
  327. </div>{/block:Chat}
  328.  
  329.  
  330.  
  331. {block:Audio}
  332.  
  333. <div id="audiostats">
  334. <div class="audioentry">
  335.  
  336. <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;" />
  337.  
  338. {block:AlbumArt}<img width="80" height="80" src="{AlbumArtURL}" style="position:absolute;" />{/block:AlbumArt}
  339.  
  340. <div class="audio"><div class="audioplayer">{AudioPlayerWhite}</div></div>
  341.  
  342. <div style="margin-left:90px; line-height:12px">{block:TrackName}<b>Song:</b> {TrackName}<br>{/block:TrackName}
  343. {block:Artist}<b>Artist:</b> {Artist}<br>{/block:Artist}
  344. {block:Album}<b>Album:</b> {Album}<br>{/block:Album}
  345. {FormattedPlayCount} plays{block:Caption}{Caption}{/block:Caption}</div>
  346. </div>
  347. <div class="permalinktext">
  348. ___________________________________________________________
  349. posted on {shortmonth} {dayofmonth} with <a href="{permalink}">{notecountwithlabel}</a></span></div>
  350. {/block:IndexPage}
  351. {/block:Audio}
  352.  
  353. {block:Video}
  354. {block:IndexPage}<div id="permalink"><div class="reblogg"><a href="{reblogurl}">reblog</a></span></div></div>
  355. <center>
  356. {block:IndexPage}
  357. {Video-300}
  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}"></a>
  401. {/block:NextPage}
  402. {block:PreviousPage}
  403. <a href="{PreviousPage}"></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