Advertisement
oswinoswild

THEME 20 HAUNT

Aug 31st, 2014
257
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.81 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}
  7. <meta name="description" content="{MetaDescription}" />
  8. {/block:Description}
  9.  
  10. <!--THEME 20 BY VILLAINIZES. PLEASE DON'T REMOVE/CHANGE CREDIT OR CLAIM AS YOUR OWN. ENJOY-->
  11.  
  12. <meta name="color:background" content="#FFF"/>
  13. <meta name="color:post background" content="#FFF"/>
  14. <meta name="color:text" content="#000"/>
  15. <meta name="color:links" content="#000"/>
  16. <meta name="color:borders" content="#d1d1d1"/>
  17. <meta name="color:permalink" content="#d1d1d1"/>
  18. <meta name="color:permalink text" content="#000"/>
  19.  
  20.  
  21. <meta name="text:link 1" content="">
  22. <meta name="text:link 1 url" content="/">
  23. <meta name="text:link 2" content="">
  24. <meta name="text:link 2 url" content="/">
  25. <meta name="text:link 3" content="">
  26. <meta name="text:link 3 url" content="/">
  27. <meta name="text:link 4" content="">
  28. <meta name="text:link 4 url" content="/">
  29. <meta name="text:link 5" content="">
  30. <meta name="text:link 5 url" content="/">
  31.  
  32.  
  33. <meta name="image:sidebar" content=""/>
  34.  
  35.  
  36. <style type="text/css">
  37.  
  38. body {
  39. background: {color:background} url({image:background})top left fixed repeat;
  40. background-size: cover;
  41. font-size: 10px;
  42. font-family: 'Open Sans', sans-serif;
  43. color: {color:text};
  44. letter-spacing: 1px;
  45. line-height: 12px;
  46. text-align: center;
  47. }
  48.  
  49.  
  50. ::-webkit-scrollbar-thumb{
  51. background-color: #000;
  52. border: 1px solid #fff;
  53. height:auto;
  54. }
  55.  
  56. ::-webkit-scrollbar {
  57. height:auto;
  58. width:6px;
  59. background-color: #000;
  60. border:5px solid #fff;
  61. }
  62.  
  63. #wrapper {
  64. width: 860px;
  65. margin: 30px auto;
  66. }
  67.  
  68. #post {
  69. width: 250px;
  70. margin: 10px;
  71. padding: 5px;
  72. border: 1px solid {color:borders};
  73. background: {color:post background};
  74. {block:PermalinkPage}width:400px;{/block:PermalinkPage}
  75. }
  76.  
  77. #post img {
  78. width:100%;
  79. {block:PermalinkPage}width:400px;{/block:PermalinkPage}
  80. }
  81.  
  82. .audio {
  83. background: black;
  84. padding: 5px;
  85. color: white;
  86. text-transform: uppercase;
  87. {block:PermalinkPage}width:400px;{/block:PermalinkPage}
  88. }
  89.  
  90. .posttitle {
  91. background: transparent;
  92. padding: 10px;
  93. text-transform: uppercase;
  94. }
  95.  
  96. .body {
  97. text-align: justify;
  98. padding: 10px;
  99. {block:PermalinkPage}width:400px;{/block:PermalinkPage}
  100. }
  101.  
  102. a {
  103. color: {color:links};
  104. text-decoration: none;
  105. }
  106.  
  107. blockquote {
  108. text-align: justify;
  109. padding: 5px;
  110. margin: 0px;
  111. }
  112.  
  113. ul, li {
  114. padding: 5px;
  115. margin: 10px;
  116. text-align: justify;
  117. list-style-image:url('http://i.imgur.com/Khn3RHr.png');
  118. }
  119.  
  120. .permalinks {
  121. padding: 5px;
  122. background: {color:permalink};
  123. color: {color:permalink text};
  124. margin: 5px 0px 0px 0px;
  125. text-transform: uppercase;
  126. text-align: left;
  127. font-size: 9px;
  128. }
  129.  
  130.  
  131.  
  132. #sidebar {
  133. position: fixed;
  134. width: 150px;
  135. padding: 15px;
  136. z-index: 999;
  137. left: 50px;
  138. margin-top: 100px;
  139. border: 1px solid {color:borders};
  140. background: {color:background};
  141. }
  142.  
  143. #sidebar li {
  144. list-style: none;
  145. text-transform: uppercase;
  146. padding: 2px;
  147. margin: 6px 0px;
  148. text-align: center;
  149. border: 1px solid {color:permalink};
  150. background: {color:permalink};
  151. letter-spacing:1px;
  152. -moz-transition-duration:0.5s;
  153. -webkit-transition-duration:0.5s;
  154. -o-transition-duration:0.5s;
  155. }
  156.  
  157. #sidebar li:hover {
  158. background: transparent;
  159. letter-spacing:5px;
  160. -moz-transition-duration:0.5s;
  161. -webkit-transition-duration:0.5s;
  162. -o-transition-duration:0.5s;
  163. }
  164.  
  165. ol.notes img {
  166. display:none;
  167. }
  168.  
  169. #credit {
  170. font-size:12px;
  171. font-family:arial;
  172. font-style:normal;
  173. color:black;
  174. letter-spacing:1px;
  175. -moz-transition-duration:0.8s;
  176. -webkit-transition-duration:0.8s;
  177. -o-transition-duration:0.8s;
  178. }
  179.  
  180. #credit a {
  181. background-color:#fff;
  182. position:fixed;
  183. right:15px;
  184. bottom:10px
  185. }
  186.  
  187. {CustomCSS}
  188.  
  189. </style>
  190.  
  191. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
  192. <script type="text/javascript" src="http://masonry.desandro.com/js/jquery-1.7.1.min.js"></script>
  193. <script type="text/javascript" src="http://static.tumblr.com/twte3d7/4Wjm5wj58/disassemble_v3.js"></script>
  194.  
  195. <link href='http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'>
  196.  
  197. <link href="//netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
  198. </head>
  199.  
  200. <body>
  201.  
  202. <div id="wrapper">
  203. <div id="sidebar">
  204. {block:Description}{Description}{/block:Description}
  205. <li> <a href="{text:Link 1 url}">{text:Link 1}</a> </li>
  206. <li> <a href="{text:Link 2 url}">{text:Link 2}</a> </li>
  207. <li> <a href="{text:Link 3 url}">{text:Link 3}</a> </li>
  208. <li> <a href="{text:Link 4 url}">{text:Link 4}</a> </li>
  209. <li> <a href="{text:Link 5 url}">{text:Link 5}</a> </li>
  210.  
  211. </div>
  212.  
  213. {block:Posts}
  214. {block:ContentSource}
  215. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  216. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  217. {/block:SourceLogo}
  218. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  219. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  220. <div id="post">
  221.  
  222. {block:Text}
  223. {block:Title}<div class="posttitle">{title}</div>{/block:Title}
  224. <div class="body">{body}</div>
  225. {/block:Text}
  226.  
  227. {block:Link}
  228. <div class="posttitle"><a href="{URL}" class="link" {Target}>{Name}</a></div>
  229. {block:Description}
  230. <div class="body">{Description}</div>
  231. {/block:Description}
  232. {/block:Link}
  233.  
  234. {block:Quote}
  235. {Quote}
  236. {block:Source}
  237. <p>&mdash; {Source}</p>
  238. {/block:Source}
  239. {/block:Quote}
  240.  
  241. {block:Photo}
  242. {block:IndexPage}<a href="{Permalink}">{/block:IndexPage}
  243. {block:PermalinkPage}{LinkOpenTag}{/block:PermalinkPage}
  244. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}"/>
  245. {block:PermalinkPage}{LinkCloseTag}{/block:PermalinkPage}
  246. {block:IndexPage}</a>{/block:IndexPage}
  247. {/block:Photo}
  248.  
  249. {block:Chat}
  250. <div class="body">
  251. {block:Title}
  252. {Title}
  253. {/block:Title}
  254. {block:Lines}
  255. {block:Label}
  256. <b>{Label}</b>
  257. {/block:Label}
  258. {Line}<br>
  259. {/block:Lines}
  260. </div>
  261. {/block:Chat}
  262.  
  263. {block:Video}
  264. {block:IndexPage}<div style="overflow:hidden;">
  265. {Video-250}</div>{/block:IndexPage}
  266. {block:PermalinkPage}{Video-400}{/block:PermalinkPage}
  267. {/block:Video}
  268.  
  269. {block:Photoset}
  270. {block:IndexPage}{block:Photos}
  271. <a href="{Permalink}"><img style="margin:1px 0;" src="{PhotoURL-250}"/></a>
  272. {/block:Photos}{/block:IndexPage}
  273. {block:PermalinkPage}{Photoset-400}{/block:PermalinkPage}
  274. {block:ifCaption}{block:Caption}{Caption}{/block:Caption}{/block:ifCaption}
  275. {/block:Photoset}
  276.  
  277. {block:Audio}
  278. <div class="audio">
  279. {block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}
  280. {AudioPlayerBlack}
  281. {block:Artist}{Artist}{/block:Artist} - {block:TrackName}{TrackName}{/block:TrackName}
  282. </div>
  283. {/block:Audio}
  284.  
  285. <div class="permalinks">
  286. <a href="{Permalink}">{NoteCountwithLabel}</a>
  287. <a href="{ReblogURL}" target="_blank" class="details" style="float: right;"><i class="fa fa-retweet"></i></a>
  288. </div>
  289.  
  290.  
  291.  
  292. {block:PermalinkPage}
  293. Posted {TimeAgo} with {NoteCountWithLabel}<br>{block:HasTags}Filed under: {block:Tags}<a href="{TagURL}" style="margin-right:5px; text-decoration:underline;">#{Tag}</a>{/block:Tags}{/block:HasTags}<br>{block:RebloggedFrom}Via: <a href="{ReblogParentURL}">{ReblogParentName}</a><br>Source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}
  294. {block:PostNotes}{PostNotes}{/block:PostNotes}
  295. {/block:PermalinkPage}
  296. </div>
  297.  
  298. {/block:Posts}
  299. {block:NextPage}<div id="page-nav"><a href="{NextPage}"></a>{/block:NextPage}</div>
  300.  
  301. <div id="credit"><a href="http://villainizes.tumblr.com">©</div>
  302.  
  303. </body>
  304. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement