Advertisement
teruteru

Hellhound - 【 THEME 21 by Anomaly ☽】

Jul 12th, 2016
387
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head>
  4. <title>{Title}</title>
  5. <link rel="shortcut icon" href="{image:Favicon}">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  8.  
  9. <!---
  10. theme 21: hellhound by anomaly betrayus
  11. base code by semiticprincess
  12. dont remove credit otherwise have fun!
  13. --->
  14.  
  15. <meta name="color:background" content="#210b3a"/>
  16. <meta name="color:text" content="#7d59d1"/>
  17. <meta name="color:link" content="#8c409c"/>
  18. <meta name="color:hover" content="#342076"/>
  19. <meta name="color:blockquote" content="#7d59d1"/>
  20. <meta name="color:shadow" content="#342076"/>
  21. <meta name="color:popup" content="#210b3a"/>
  22.  
  23. <meta name="image:favicon" content="http://67.media.tumblr.com/cdd00d44cb8918afe8331e286ba2dd0a/tumblr_inline_nzty2qtklj1t78dpp_500.gif"/>
  24. <meta name="image:background" content="http://33.media.tumblr.com/f1656d57d71687fe655955281067e14f/tumblr_inline_mtmvgpMS2b1qid2nw.png"/>
  25. <meta name="image:header" content="https://secure.static.tumblr.com/adb4ac55f589df348a60523dcc51bd20/xfqsqhs/tTXoa81up/tumblr_static_3wnuc8f9oy04g04kscs4gwg40.gif"/>
  26. <meta name="image:links" content="http://66.media.tumblr.com/ffa51014dc778d8bd478898daeeec4fc/tumblr_inline_n2eax1QnKZ1s6uj4o.gif"/>
  27. <meta name="image:permalink" content="http://67.media.tumblr.com/4df4fe05174561d37b226d4c46f234a9/tumblr_inline_n2eaw84maF1s6uj4o.gif"/>
  28. <meta name="image:prev" content=""/>
  29. <meta name="image:next" content=""/>
  30.  
  31. <meta name="text:links" content="poop"/>
  32. <meta name="text:tags" content="♆"/>
  33. <meta name="text:previous page" content="backward"/>
  34. <meta name="text:next page" content="forward"/>
  35.  
  36. <style type="text/css">
  37.  
  38. body {
  39. background:{color:background};
  40. background-image: url("{image:Background}");
  41. background-attachment: fixed;
  42. background-repeat: repeat;
  43. margin:0px;
  44. color:{color:text};
  45. font-family:consolas;
  46. font-size:11px;
  47. line-height:100%;
  48. }
  49.  
  50. a {
  51. text-decoration:none;
  52. outline:none;
  53. -moz-outline-style:none;
  54. color:{color:link};
  55. text-shadow: -1px 0 {color:shadow}, 0 1px {color:shadow}, 1px 0 {color:shadow}, 0 -1px {color:shadow};
  56. }
  57.  
  58. a:hover {
  59. text-decoration:none;
  60. outline:none;
  61. -moz-outline-style:none;
  62. color:{color:hover};
  63. text-shadow: -1px 0 {color:hover}, 0 1px {color:hover}, 1px 0 {color:hover}, 0 -1px {color:hover};
  64. }
  65.  
  66. blockquote {
  67. padding-left:5px;
  68. border-left:2px {color:blockquote};
  69. }
  70.  
  71. blockquote blockquote {
  72. padding-left:5px;
  73. border-left:2px {color:blockquote};;
  74. }
  75.  
  76. h1 {
  77. font-size:15px;
  78. }
  79.  
  80. #entries {
  81. padding:15px;
  82. width:500px;
  83. margin:auto;
  84. }
  85.  
  86. #post {
  87. width:500px;
  88. padding:10px;
  89. margin:10px;
  90. }
  91.  
  92. #description {
  93. padding:5px;
  94. text-align:center;
  95. margin:auto;
  96. margin-bottom:20px;
  97. }
  98.  
  99. #details {
  100. text-align:center;
  101. font-size:11px;
  102. margin-top:10px;
  103. text-transform:uppercase;
  104. letter-spacing:1px;
  105. }
  106.  
  107. #pagination {
  108. font-size:20px;
  109. text-align:center;
  110. }
  111.  
  112. #asker {
  113. float:left;
  114. margin-right:5px;
  115. }
  116.  
  117. .credit {
  118. position:fixed;
  119. bottom:4px;
  120. left:8px;
  121. font: 9px consolas;
  122. text-transform:uppercase;
  123. letter-spacing: 0px;
  124. padding: 2px;
  125. }
  126.  
  127. #fade { /*--Transparent background layer--*/
  128. display: none; /*--hidden by default--*/
  129. background: #000;
  130. position: fixed; left: 0; top: 0;
  131. width: 100%; height: 100%;
  132. opacity: .80;
  133. z-index: 9999;
  134. }
  135. .popup_block{
  136. display: none; /*--hidden by default--*/
  137. background: {color:popup};
  138. padding: 10px;
  139. float: left;
  140. font-size: 16;
  141. position: fixed;
  142. top: 50%; left: 50%;
  143. z-index: 99999;
  144. /*--CSS3 Box Shadows--*/
  145. -webkit-box-shadow: 0px 0px 20px #000;
  146. -moz-box-shadow: 0px 0px 20px #000;
  147. box-shadow: 0px 0px 20px #000;
  148. }
  149. img.btn_close {
  150. float: right;
  151. margin: -20 -20px 0 0;
  152. }
  153. /*--Making IE6 Understand Fixed Positioning--*/
  154. *html #fade {
  155. position: absolute;
  156. }
  157. *html .popup_block {
  158. position: absolute;
  159. }
  160.  
  161.  
  162. </style>
  163. </script>
  164. <script type="text/javascript"
  165. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  166. <script>
  167. $(document).ready(function() {
  168. //
  169. $('a.poplight[href^=#]').click(function() {
  170. var popID = $(this).attr('rel'); //Get Popup Name
  171. var popURL = $(this).attr('href'); //Get Popup href to define size
  172. var query= popURL.split('?');
  173. var dim= query[1].split('&');
  174. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  175. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  176. var popMargTop = ($('#' + popID).height() + 80) / 2;
  177. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  178. //Apply Margin to Popup
  179. $('#' + popID).css({
  180. 'margin-top' : -popMargTop,
  181. 'margin-left' : -popMargLeft
  182. });
  183. $('body').append('<div id="fade"></div>');
  184. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  185. return false;
  186. });
  187. $('a.close, #fade').live('click', function() {
  188. $('#fade , .popup_block').fadeOut(function() {
  189. $('#fade, a.close').remove(); //fade them both out
  190. });
  191. return false;
  192. });
  193. });
  194. </script>
  195. </head>
  196.  
  197. <body>
  198. <br><br>
  199. <center><img src="{image:header}"></center>
  200. <br>
  201. <div id="description">{Description}</div>
  202. <center><a href="/">home</a> <img src="{image:links}"> <a href="/ask">ask</a> <img src="{image:links}"> <a href="/submit">submit</a> <img src="{image:links}"> <a href="#?w=500" rel="03" class="poplight">links</a><br>
  203. {block:Pagination}
  204. {block:PreviousPage}<a title="{text:previous page}" href="{PreviousPage}"><img src="{image:prev}"></a>{/block:PreviousPage} {block:NextPage}<a title="{text:next page}" href="{NextPage}"><img src="{image:next}"></a>
  205. {/block:NextPage}
  206. {/block:Pagination}
  207. </center>
  208. </div>
  209.  
  210. </div>
  211.  
  212. <div id="entries">{block:Posts}<div id="post">
  213.  
  214. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  215.  
  216. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  217.  
  218. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  219.  
  220. <center>{block:Quote}<b><h1>“{Quote}”</h1></b>–{Source}{/block:Quote}</center>
  221.  
  222. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  223.  
  224. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  225.  
  226. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  227.  
  228. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  229.  
  230. {block:Answer}<div id="asker"></div>{Asker}:<br>{Question}<br>{Answer}{/block:Answer}
  231.  
  232. <div id="details">
  233. <br> {block:Date}<div id="info"><a href="{Permalink}">{Month} {DayOfMonth}{DayOfMonthSuffix}</a> {block:NoteCount} <img src="{image:permalink}"> <a href="{Permalink}">{NoteCount}</a> {/block:NoteCount} {block:RebloggedFrom} <img src="{image:permalink}"> <a href="{ReblogParentURL}">VIA</a>{/block:RebloggedFrom}{block:ContentSource}<img src="{image:permalink}"> <a href="{SourceURL}">SOURCE</a>{/block:ContentSource} {/block:Date}</div> {block:HasTags}{block:Tags} {text:tags} <a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}</div>
  234.  
  235. </div>
  236. {block:PostNotes}{PostNotes}{/block:PostNotes}
  237. {/block:Posts}</div>
  238.  
  239. <div class="credit"><a href="http://xollyx.tumblr.com/" title="theme"><img src="http://orig04.deviantart.net/151c/f/2015/334/6/e/tumblr_inline_mij52fv1gc1qz4rgp_by_kittystuff-d9il7w5.gif" /></a></div></div>
  240. </body>
  241. <div id="03" class="popup_block">
  242. {text:links}
  243. </div>
  244. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement