Advertisement
deanandhispie

Theme #10 Hocus Pocus

Oct 24th, 2013
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 9.90 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <!----Theme #10 Hocus Pocus by Kaylie (@scaredcrowley) previously deanandhispie
  4.  
  5. PLEASE abide by the following rules if you're going to use this theme:
  6.    
  7.    1. DO NOT STEAL any parts of the theme. I will recognize my own work when I see it. Also, editing and redistributing with my name attached counts as stealing.
  8.    2. KEEP MY CREDITS intact and where they are.
  9.    3. DO NOT USE THIS THEME AS A BASE CODE!
  10.    
  11.    Thanks and enjoy the theme!--->
  12.  
  13.  
  14. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  15. <head>
  16. <title>{Title}</title>
  17.  
  18. <link rel="shortcut icon" href="{Favicon}">
  19. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  20. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  21.  
  22.  <!--Default Variables-->
  23.  
  24.  
  25. <meta name="color:Text" content="#A4A4A4"/>
  26. <meta name="color:Link" content="#A4A4A4"/>
  27. <meta name="color:Tags" content="#585858"/>
  28. <meta name="color:Tags Hover" content="#585858"/>
  29. <meta name="color:Links Hover" content="#0B6121"/>
  30. <meta name="color:Info Line" content="#f2f2f2"/>
  31. <meta name="color:Sidebar Border" content="#eeeeee"/>
  32. <meta name="color:scrollbar bg" content="#ffffff"/>
  33. <meta name="color:scrollbar" content="#0B6121"/>
  34. <meta name="color:sidebar links" content="#ffffff"/>
  35. <meta name="color:pagi" content="#0B6121"/>
  36. <meta name="color:description" content="#0B6121"/>
  37.  
  38.  
  39. <meta name="image:sidebar" content=""/>
  40.  
  41. <meta name="text:linkA" content="">
  42. <meta name="text:linkA url" content="/">    
  43. <meta name="text:linkB" content="">
  44. <meta name="text:linkB url" content="/">
  45. <meta name="text:linkC" content="">
  46. <meta name="text:linkC url" content="/">
  47. <meta name="text:linkD" content="">
  48. <meta name="text:linkD url" content="/">
  49.  
  50.  <!--Hover Part-->
  51.  
  52.  <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  53.  
  54.     <style>
  55.     div#qTip {
  56.     padding:4px;
  57.     display: none;
  58.     font-style:normal;
  59.     text-align: center;
  60.     position: absolute;
  61.     font-size:8px;
  62.     line-height:9px;
  63.     font-family:haunt;
  64.     z-index: 1000;
  65.     background-color:#000000;
  66.     text-transform:uppercase;
  67.     color:{color:sidebar links};
  68.     letter-spacing: 1px;
  69.     }
  70.     </style>
  71.  
  72. <style type="text/css">
  73.  
  74. @font-face { font-family: "Haunt"; src: url('http://swiftdreams.lbbhost.com/Fonts/Haunt.ttf'); }
  75.  
  76. /*Scrollbar*/
  77.  
  78. ::-webkit-scrollbar {width: 6px; height: 4px; background: {color:scrollbar bg}; }
  79.  
  80. ::-webkit-scrollbar-thumb { background-color: {color:scrollbar}; -webkit-border-radius: 1ex; }
  81.  
  82.  
  83. body {
  84.     background:{color:background};
  85.     margin:0px;
  86.     color:{color:text};
  87.     font-family:times;
  88.     font-size:9px;
  89.     line-height:100%;
  90. }
  91.  
  92. a {
  93.     text-decoration:none;
  94.     -moz-outline-style:none;
  95.     color:{color:link};
  96. }
  97.  
  98. img {
  99.     border:none;
  100. }
  101.  
  102. img:hover {
  103.     opacity:.6;
  104. }
  105.  
  106.  
  107. h1 {
  108.     font-size:12px;
  109.     text-transform:uppercase;
  110. }
  111.  
  112. blockquote {
  113.     padding-left:5px;
  114.     border-left:2px solid;
  115. }
  116.    
  117. blockquote blockquote {
  118.     padding-left:5px;
  119.     border-left:2px solid;
  120. }
  121.  
  122.  
  123. a:hover {
  124.     opacity:1;
  125.     color:{color:link hover};
  126.      -webkit-transition: all 0.5s ease;
  127.     -moz-transition: all 0.5s ease;
  128.     -o-transition: all 0.5s ease
  129. }
  130.  
  131.  
  132. #sidebar {
  133.     position:fixed;
  134.     width:150px;
  135.     margin-left:200px;
  136.     margin-top:200px;
  137.     opacity:1;
  138.    
  139. }
  140.  
  141.  
  142. #sidebarimage {
  143.     width 130px;
  144. }
  145.  
  146. #sidebarimage img {
  147.     width:150px;
  148.     padding:6px;
  149.     border:1px solid{color:sidebar border};
  150. }
  151.  
  152.  
  153. .desc {
  154.     position:fixed;
  155.     margin-top:45px;
  156.     margin-left:10px;
  157.     font-family:times;
  158.     line-height:110%;
  159.     font-size:10px;
  160.     font-style:italic;
  161.     width:110px;
  162.     padding:9px;
  163.     text-align:justify;
  164.     color:{color:description};
  165. }
  166.    
  167. .desc a
  168.     {color:{color:description};
  169.     -moz-transition-duration:0.6s;
  170.     -webkit-transition-duration:0.6s;
  171.     -o-transition-duration:0.6s;
  172. }
  173.  
  174.  
  175. .links {
  176.     position:fixed;
  177.     margin-top:0px;
  178.     margin-left:-5px;
  179.     width:150px;
  180.     padding: 9px;
  181.     word-spacing:2px;
  182.     text-align:center;
  183.     text-transform:uppercase;
  184. }
  185.  
  186.  
  187. .links a {
  188.     font-size: 9px;
  189.     margin-top:-10px;
  190. }
  191.  
  192. .links a:hover {
  193.    color:{color:Link Hover};
  194.    opacity:0.5
  195. }  
  196.  
  197.  
  198. #pagi{
  199.     width:100px;
  200.     font-size:8px;
  201.     text-align:center;
  202.     margin-left:15px;
  203.     margin-top:120px;
  204.     position:fixed;
  205.     font-family:times;
  206.     letter-spacing:0px;
  207.     color:{color:pagi};
  208. }
  209.  
  210.  
  211. #all {
  212.     padding:10px;
  213.     width:500px;
  214.     margin-left:450px;
  215.     margin-top:50px;
  216.     font-size:10px;
  217. }
  218.  
  219.  
  220.  
  221. #posts {
  222.     width:500px;
  223.     padding-bottom:20px;
  224.     padding:10px;
  225.     margin-top:30px;
  226.     background-color:{color:Post};
  227. }
  228.  
  229.  
  230. #details {
  231.     text-align:right;
  232.     margin-top:8px;
  233.     text-transform:uppercase;
  234.     font-size:8px;
  235.     font-style:none;
  236.     border-top:1px solid {color:Info Line};
  237. }
  238.  
  239. #ask {
  240.     float:left;
  241.     margin-left:10px;}
  242.  
  243.  
  244. #tags {
  245.     font-family:times;
  246.     letter-spacing:0px;
  247.     text-transform:lowercase;
  248.     font-size:10px;
  249.     font-style:italic;
  250.     margin-top:2px;
  251.     text-align:right;
  252. }
  253.    
  254. #tags a {
  255.     display:inline-block;
  256.     padding:-3px;
  257.     text-align:right;
  258.     color:{color:Tags};
  259.     -webkit-transition: all 0.6s ease-in-out;
  260.     -moz-transition: all 0.6s ease-in-out;
  261.     -o-transition: all 0.6s ease-in-out;
  262.     -ms-transition: all 0.6s ease-in-out;
  263.     -transition: all 0.6s ease-in-out;
  264. }  
  265.  
  266.    
  267. #tags a:hover {
  268.     color:{color:tags hover};
  269. }
  270.  
  271.  /* Don't TOUCH!!*/
  272.  
  273. #credit {
  274.     position:fixed;
  275.     font-size:10px;
  276.     font-weight:normal;
  277.     line-height:150%;
  278.     letter-spacing:2px;
  279.     right:10px;
  280.     bottom:-10px;
  281.     text-transform:uppercase;
  282.     text-align:center;
  283. }
  284.    
  285. #credit a {
  286.     padding:3px;
  287.     color:{color:link};
  288.     background-color:{color:background};
  289.     -moz-transition-duration:0.5s;
  290.     -webkit-transition-duration:0.5s;
  291.     -o-transition-duration:0.5s;
  292.     }
  293.  
  294.  
  295. {CustomCSS}</style></head><body>
  296. <div id="sidebar">
  297. <div id="sidebarimage"><a href="/" title="home"><img src="{image:sidebar}"></a></img></div>
  298. <div class="desc">
  299. {Description}
  300. </div>
  301. <div class="links">
  302. {block:IfLinkA}
  303. <a href="{text:linkA url}" title="{text:linkA}"><img src="http://25.media.tumblr.com/tumblr_lt0kqym5J01qheyr8o1_100.gif" width="30px"></a></img>
  304. {/block:IfLinkA}
  305. {block:IfLinkB}
  306. <a href="{text:linkB url}" title="{text:linkB}"><img src="http://25.media.tumblr.com/tumblr_lt0kqym5J01qheyr8o1_100.gif" width="30px"></a></img>
  307. {/block:IfLinkB}
  308. {block:IfLinkC}
  309. <a href="{text:linkC url}" title="{text:linkC}"><img src="http://25.media.tumblr.com/tumblr_lt0kqym5J01qheyr8o1_100.gif" width="30px"></a></img>
  310. {/block:IfLinkC}
  311. {block:IfLinkD}
  312. <a href="{text:linkD url}" title="{text:linkD}"><img src="http://25.media.tumblr.com/tumblr_lt0kqym5J01qheyr8o1_100.gif" width="30px"></a></img>
  313. {/block:IfLinkD}
  314. </div>
  315. {block:Pagination}<div id="pagi">
  316. {block:PreviousPage}<a href="{PreviousPage}">&larr;</a>&nbsp;&nbsp;{/block:PreviousPage}
  317. {block:JumpPagination length="3"}
  318. {block:CurrentPage}<span class="current_page">{PageNumber}</span>&nbsp;&nbsp;{/block:CurrentPage}
  319. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>&nbsp;&nbsp;{/block:JumpPage}
  320. {/block:JumpPagination}
  321. {block:NextPage}<a href="{NextPage}">&rarr;</a>{/block:NextPage}
  322. </div>{/block:Pagination}
  323.  
  324. </div>
  325.  
  326. <div id="all">{block:Posts}<div id="posts">
  327.  
  328. {block:Text}<h1><font face="haunt"><div style="font-size: 20px">{block:Title}{Title}{/block:Title}</font></div></h1>{Body}{/block:Text}
  329.  
  330. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  331.  
  332. {block:Link}<h1><font face="haunt"><div style="font-size: 20px"><a href="{URL}" {Target}>{Name}</a></div></font></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  333.  
  334. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  335.  
  336. {block:Quote}{Quote}{/block:Quote}
  337.  
  338. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="80px" height="80px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerWhite}</left></span>
  339. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  340. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  341. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  342. {/block:Audio}
  343.  
  344. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  345.  
  346. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  347.  
  348.  
  349. {block:Answer}<div id="ask"><img src="{AskerPortraitURL-24}" style="border-radius:90px;width:30px;margin-left:3px;"></div> &nbsp;<em>{Asker} inquired:<br> &nbsp; <big>{Question}</big></em><br><br>{Answer}{/block:Answer}
  350.  
  351. <div id="details">
  352. <br> posted <a href="{Permalink}">{ShortMonth} {DayOfMonthWithZero}, {Year} at {12Hour}:{Minutes} </a> {block:RebloggedFrom} from <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource} <a href="{SourceURL}">© <a href="{SourceURL}">{SourceLink}</a> {/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom} with <a href="{Permalink}">{NoteCountWithLabel}</a>
  353. {block:HasTags}<div id="tags">tagged as:{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  354. {/block:Posts}
  355. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  356. {/block:Posts}</div></div></div>
  357.  
  358. <div id="credit"><a href="http://deanandhispie.tumblr.com" title="credit"><img src="http://i41.tinypic.com/195qbc.gif" width="170"></a></div></center></div>
  359.  
  360.  
  361.    
  362. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement