Advertisement
deadboys

hehehehehhehe by mainewash

Sep 18th, 2018
688
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.69 KB | None | 0 0
  1. <!--
  2. theme by charlie @mainewash
  3. keep this part so ppl know
  4. i made this theme
  5. thanks bye
  6. !-->
  7. <html>
  8. <head>
  9. <title>{Title}</title>
  10. <link rel="shortcut icon" href="{Favicon}">
  11. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  12. {block:Description}
  13. <meta name="description" content="{MetaDescription}" />
  14. {/block:Description}
  15.  
  16. <meta name="image:icon" content=""/>
  17. <meta name="image:bg" content=""/>
  18. <meta name="image:post bg" content=""/>
  19. <meta name="image:container bg" content=""/>
  20. <meta name="image:page pixel" content=""/>
  21.  
  22. <meta name="color:container" content=""/>
  23. <meta name="color:text" content=""/>
  24. <meta name="color:links" content=""/>
  25. <meta name="color:link hover" content=""/>
  26. <meta name="color:bg" content=""/>
  27. <meta name="color:posts" content=""/>
  28. <meta name="color:sidebar" content=""/>
  29. <meta name="color:borders" content=""/>
  30. <meta name="color:shadows" content=""/>
  31. <meta name="color:link shadows" content=""/>
  32. <meta name="color:text shadows" content=""/>
  33.  
  34. <meta name="text:font" content=""/>
  35. <meta name="text:font size" content=""/>
  36. <meta name="text:title" content=""/>
  37.  
  38. <meta name="if:desc" content=""/>
  39. <meta name="if:full bg" content=""/>
  40. <meta name="if:shadows" content=""/>
  41. <meta name="if:title" content=""/>
  42. <meta name="if:borders" content=""/>
  43. <meta name="if:shadows" content=""/>
  44.  
  45. <style>
  46. body{
  47. background-color:{color:bg};
  48. background-image:url('{image:bg}');
  49. {block:iffullbg}
  50. background-size:cover;
  51. {/block:iffullbg}
  52. background-attachment:fixed;
  53. color:{color:text};
  54. padding:0;
  55. margin:0;
  56. font-family:{text:font};
  57. font-size:{text:font size};
  58. text-shadow: 0 0 3px {color:text shadows},0 0 1px {color:text shadows},0 0 2px {color:text shadows},0 0 6px {color:text shadows};
  59. }
  60.  
  61. a{
  62. color:{color:links};
  63. text-decoration:none;
  64. -webkit-transition-duration: .3s;
  65. -moz-transition-duration: .3s;
  66. -o-transition-duration: .3s;
  67. text-shadow: 0 0 3px {color:link shadows},0 0 1px {color:link shadows},0 0 2px {color:link shadows},0 0 6px {color:link shadows};
  68.  
  69.  
  70.  
  71. }
  72.  
  73. a:hover {
  74. text-decoration:none;
  75. color:{color:link Hover};
  76. -webkit-transition-duration: .3s;
  77. -moz-transition-duration: .3s;
  78. -o-transition-duration: .3s;
  79.  
  80. }
  81.  
  82. #sidebar{
  83. width:250px;
  84. background-color:{color:sidebar};
  85. {block:ifborders}
  86. border-width:3px;
  87. border-style:solid;
  88. border-color:{color:border};
  89. {/block:ifborders}
  90. {block:ifshadows}
  91. -webkit-box-shadow: 0px 0px 3px 2px {color:shadows};
  92. -moz-box-shadow: 0px 0px 3px 2px {color:shadows};
  93. box-shadow: 0px 0px 3px 2px {color:shadows};
  94. {/block:ifshadows}
  95. margin-left:100px;
  96. margin-top:115px;
  97. position:fixed;
  98. }
  99.  
  100. #sidebar img{
  101. width:250px;
  102. }
  103.  
  104.  
  105. #pages{
  106. width:245px;
  107. min-height:50px;
  108. background-color:{color:sidebar};
  109. {block:ifborders}
  110. border-width:3px;
  111. border-style:solid;
  112. border-color:{color:border};
  113. {/block:ifborders}
  114. {block:ifshadows}
  115. -webkit-box-shadow: 0px 0px 3px 2px {color:shadows};
  116. -moz-box-shadow: 0px 0px 3px 2px {color:shadows};
  117. box-shadow: 0px 0px 3px 2px {color:shadows};
  118. {/block:ifshadows}
  119. margin-left:100px;
  120. margin-top: 30px;
  121. padding:5px;
  122. position:fixed;
  123. }
  124.  
  125. #pages img{
  126. max-height:20px;
  127. }
  128.  
  129. .title {
  130. width:245px;
  131. white-space:nowrap;
  132. overflow:hidden;
  133. animation: marqueeme 5s infinite;
  134. }
  135. @keyframes marqueeme {
  136. to {text-indent:-40em;
  137. }
  138. }
  139. #container{
  140. width:650px;
  141. height:550px;
  142. background-color:{color:container};
  143. background-image:url('{image:container bg}');
  144. {block:iffullbg}
  145. background-size:cover;
  146. {/block:iffullbg}
  147. background-attachment:fixed;
  148. {block:ifborders}
  149. border-width:3px;
  150. border-style:solid;
  151. border-color:{color:border};
  152. {/block:ifborders}
  153. {block:ifshadows}
  154. -webkit-box-shadow: 0px 0px 3px 2px {color:shadows};
  155. -moz-box-shadow: 0px 0px 3px 2px {color:shadows};
  156. box-shadow: 0px 0px 3px 2px {color:shadows};
  157. {/block:ifshadows}
  158. margin-left:400px;
  159. margin-top:30px;
  160. position:absolute;
  161. overflow:scroll;
  162. }
  163.  
  164. .post{
  165. width:500px;
  166. background-color:{color:posts};
  167. background-image:url('{image:post bg}');
  168. background-size:cover;
  169. background-attachment:fixed;
  170. {block:ifborders}
  171. border-width:3px;
  172. border-style:solid;
  173. border-color:{color:border};
  174. {/block:ifborders}
  175. {block:ifshadows}
  176. -webkit-box-shadow: 0px 0px 3px 2px {color:shadows};
  177. -moz-box-shadow: 0px 0px 3px 2px {color:shadows};
  178. box-shadow: 0px 0px 3px 2px {color:shadows};
  179. {/block:ifshadows}
  180. margin-top:10px;
  181.  
  182. }
  183.  
  184. .post img{
  185. max-width:500px;
  186. }
  187.  
  188. .footer{
  189. width:500px;
  190. height:50px;
  191. background-color:{color:posts};
  192. background-image:url('{image:post bg}');
  193. background-attachment:fixed;
  194. background-size:cover;
  195. {block:ifborders}
  196. border-width:3px;
  197. border-style:solid;
  198. border-color:{color:border};
  199. {/block:ifborders}
  200. {block:ifshadows}
  201. -webkit-box-shadow: 0px 0px 3px 2px {color:shadows};
  202. -moz-box-shadow: 0px 0px 3px 2px {color:shadows};
  203. box-shadow: 0px 0px 3px 2px {color:shadows};
  204. {/block:ifshadows}
  205. margin-top:10px;
  206. }
  207.  
  208. </style>
  209.  
  210. </head>
  211. <body>
  212. <div id="sidebar">
  213. <img src="{image:icon}">
  214. <center>
  215. {Description}
  216. </center>
  217. </div>
  218. <div id="pages">
  219. <center>
  220. <marquee>{title}</marquee>
  221. {block:PreviousPage}
  222. <a href="{PreviousPage}">←</a> <img src="{image:page pixel}">
  223. {/block:PreviousPage}{block:NextPage}
  224. <a href="{NextPage}">→</a>
  225. {/block:NextPage}
  226. </center>
  227. </div>
  228. <div id="container">
  229.  
  230. {block:Posts}
  231. <center>
  232. <div class="post">
  233.  
  234.  
  235. {block:Text}
  236. {block:Title}<h3>{Title}</h3>{/block:Title}
  237. {Body}
  238. {/block:Text}
  239.  
  240.  
  241. {block:Photo}
  242. {LinkOpenTag}
  243. <img src="{PhotoURL-500}" alt="{PhotoAlt}">
  244. {LinkCloseTag}
  245. {/block:Photo}
  246.  
  247.  
  248. {block:Photoset}
  249. {Photoset-500}
  250. {/block:Photoset}
  251.  
  252.  
  253. {block:Quote}
  254. <h4>"{Quote}"</h4>
  255. {block:Source}<p>{Source}</p>{/block:Source}
  256. {/block:Quote}
  257.  
  258.  
  259. {block:Link}
  260. <h3><a href="{URL}" target="_blank">{Name}</a></h3>
  261. {block:Description}<p>{Description}</p>{/block:Description}
  262. {/block:Link}
  263.  
  264. {block:Chat}
  265. {block:Title}<h3>{Title}</h3>{/block:Title}
  266. {block:Lines}
  267. {block:Label}{Label}{/block:Label} {Line}</br>
  268. {/block:Lines}
  269. {/block:Chat}
  270.  
  271.  
  272. {block:Audio}
  273. {AudioPlayerBlack}
  274. {block:Caption}{Caption}{/block:Caption}
  275. {/block:Audio}
  276.  
  277.  
  278. {block:Video}
  279. {Video-500}
  280. {block:Caption}{Caption}{/block:Caption}
  281. {/block:Video}
  282.  
  283.  
  284. {block:Answer}
  285. {Asker} said: "{Question}"
  286. {Answer}
  287. {/block:Answer}
  288.  
  289. {block:PermalinkPage}
  290.  
  291. {block:PostNotes}
  292. {PostNotes}
  293. {/block:PostNotes}
  294.  
  295. {/block:PermalinkPage}
  296.  
  297.  
  298. {block:ContentSource}
  299. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  300. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  301. {/block:SourceLogo}
  302. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  303. {/block:ContentSource}
  304.  
  305. </div>
  306. <div class="footer">
  307. {block:Date}<p><a href="{Permalink}">{TimeAgo}</a>{/block:Date}
  308.  
  309.  
  310. {block:RebloggedFrom}via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  311.  
  312.  
  313. {block:NoteCount} with {NoteCountWithLabel}</p>{/block:NoteCount}
  314.  
  315.  
  316. {block:HasTags}<p>{block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;&nbsp;{/block:Tags}</p>{/block:HasTags}
  317. </div>
  318. {/block:Posts}
  319.  
  320. </div>
  321. </div>
  322. </body>
  323. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement