Advertisement
anakinskywalker

bing bang bong

Sep 3rd, 2022
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.69 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <meta charset="utf-8">
  3. <head>
  4.  
  5. <!--
  6.  
  7. BASE2 by sadthemes
  8. do whatever with this base code idc
  9. if you don't edit it to pieces then leave my credit uwu
  10. A
  11. -->
  12.  
  13.  
  14. <link rel="icon" href="{image:FavIcon}" type="image/gif" >
  15. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  16. {block:Description}
  17. <meta name="description" content="{MetaDescription}" />
  18. {/block:Description}
  19.  
  20. <title>{block:TagPage}Posts Tagged &lsquo;{Tag}&rsquo; | {/block:TagPage}{block:PostSummary}{PostSummary} | {/block:PostSummary}{Title}</title>
  21.  
  22. <meta name="image:favicon" content=""/>
  23. <meta name="image:icon" content=""/>
  24.  
  25. <meta name="color:background" content="#fff"/>
  26. <meta name="color:txt" content="#000">
  27. <meta name="color:link" content="#0000ff">
  28. <meta name="color:link hover" content="#ccc">
  29. <meta name="color:border" content="#000">
  30.  
  31. <meta name="select:border" content="solid"/>
  32. <meta name="select:border" content="dashed"/>
  33. <meta name="select:border" content="dotted"/>
  34. <meta name="select:border" content="double"/>
  35. <meta name="select:border" content="inset"/>
  36. <meta name="select:border" content="outset"/>
  37. <meta name="select:border" content="ridge"/>
  38. <meta name="select:border" content="groove"/>
  39.  
  40. <meta name="select:border size" content="1"/>
  41. <meta name="select:border size" content="2"/>
  42. <meta name="select:border size" content="3"/>
  43. <meta name="select:border size" content="4"/>
  44. <meta name="select:border size" content="5"/>
  45.  
  46. <meta name="text:font fam" content="times">
  47. <meta name="text:font size" content="20">
  48. <meta name="text:title" content="hi">
  49. <meta name="text:desc" content="issa description or sumthin">
  50.  
  51. <meta name="text:link 1" content="01">
  52. <meta name="text:link 1 URL" content="/">
  53. <meta name="text:link 2" content="02">
  54. <meta name="text:link 2 URL" content="/">
  55. <meta name="text:link 3" content="03">
  56. <meta name="text:link 3 URL" content="/">
  57. <meta name="text:link 4" content="04">
  58. <meta name="text:link 4 URL" content="/">
  59.  
  60.  
  61. <style type="text/css">
  62. body {
  63. font-family: {text:font fam};
  64. font-size: {text:font size}px;
  65. color: {color:txt};
  66. opacity: 0;
  67. transition: opacity 2s;
  68. background-color:{color:background};
  69. }
  70.  
  71. img {max-width: 100%;}
  72. p {margin: 0;}
  73. h1,h2,h3,h4,h5,h6 {margin: 0;}
  74. blockquote {
  75. margin: 0 0 0 10px;
  76. border-left: 2px solid {color:txt};
  77. padding-left: 10px;
  78. }
  79.  
  80. a:link, a:active, a:visited {
  81. color: {color:link};
  82. }
  83.  
  84. a:hover {
  85. color: {color:Link Hover};
  86. }
  87.  
  88. header {
  89. margin-bottom: 10px;
  90. border-bottom: {select:border size}px {select:border} {color:border};
  91. }
  92.  
  93. .main {
  94. margin: auto;
  95. margin-top: 30px;
  96. width: 500px;
  97. }
  98.  
  99. .sb {
  100. position: fixed;
  101. margin-left: -300px;
  102. max-width: 250px;
  103. }
  104.  
  105. .link {
  106. text-align: right;
  107. }
  108. .desc {
  109. padding-bottom: 10px;
  110. }
  111.  
  112. .icon img {
  113. margin-bottom: 10px;
  114. display: block;
  115. border: {select:border size}px {select:border} {color:border};
  116. }
  117.  
  118. .posts {
  119. margin-bottom: 30px;
  120. }
  121.  
  122. .perma {
  123. text-align: left;
  124. margin-top: 10px;
  125. }
  126.  
  127. .perma ol.notes {
  128. list-style:none;
  129. }
  130.  
  131. .perma ol.notes li.note img.avatar {
  132. vertical-align: middle;
  133. display: inline-block;
  134. width: 25px;
  135. height: 25px;
  136. margin: 5px 10px 5px 0;
  137. image-rendering: pixelated;
  138. }
  139.  
  140.  
  141. .pagination {
  142. margin-bottom: 30px;
  143. }
  144.  
  145. #c { bottom: 0; left: 0; padding: 5px; position: fixed; font-size: 22px;}
  146. #c a {text-decoration: none; font-style: normal;}
  147.  
  148. </style>
  149.  
  150. </head>
  151.  
  152. <body onload="document.body.style.opacity='1'">
  153. <div class="main">
  154. <div class="sb">
  155. <div class="icon"><a href="/"><img src="{image:icon}"></a></div>
  156. <div class="desc">{text:description}</div>
  157. <div class="link">
  158. <a href="{text:link 1 URL}">{text:link 1}</a><br>
  159. <a href="{text:link 2 URL}">{text:link 2}</a><br>
  160. <a href="{text:link 3 URL}">{text:link 3}</a><br>
  161. <a href="{text:link 4 URL}">{text:link 4}</a>
  162. </div>
  163. </div>
  164.  
  165. <header>
  166.  
  167. <h1><a href="/">{text:title}</a></h1>
  168. <div class="desc">{text:desc}</div>
  169.  
  170. </header>
  171.  
  172.  
  173. {block:Posts}
  174. <div class="posts">
  175.  
  176. {block:Text}
  177. {block:Title}{Title}{/block:Title}
  178. {Body}
  179. {/block:Text}
  180.  
  181. {block:Photo}
  182. {block:IndexPage}
  183. <a href="{Permalink}"><img src="{PhotoURL-500}" style="display: block"></a>
  184. {/block:IndexPage}
  185. {block:PermalinkPage}
  186. {LinkOpenTag}<img src="{PhotoURL-500}" style="display: block">{LinkCloseTag} {/block:PermalinkPage}
  187. {/block:Photo}
  188.  
  189. {block:Photoset}
  190. {Photoset-500}
  191. {/block:Photoset}
  192.  
  193. {block:Audio}
  194. {block:AudioEmbed}
  195. <div style="height: 85px">{AudioEmbed-500}</div>
  196. {/block:AudioEmbed}
  197. {/block:Audio}
  198.  
  199. {block:Video}
  200. {VideoEmbed-500}
  201. {/block:Video}
  202.  
  203. {block:Answer}
  204. <img src="{AskerPortraitURL-24}" style=" dispaly: inline-block"> {Asker}
  205. {Question}
  206. {Answer}
  207. {block:Answerer}
  208. <img src="{AnswererPortraitURL-24}" style=" dispaly: inline-block"> {Answerer}
  209. {/block:Answerer}
  210. {/block:Answer}
  211.  
  212. {block:Quote}
  213. <p>&#8220;{Quote}&#8221;</p>
  214. {block:Source}<p>&mdash; {Source}</p>{/block:Source}
  215. {/block:Quote}
  216.  
  217. {block:Link}
  218. <a href="{URL}" target="blank">{Name}</a>
  219. {block:Description}{Description}{/block:Description}
  220. {/block:Link}
  221.  
  222. {block:Chat}
  223. {block:Title}{Title}{/block:Title}
  224. {block:Lines}
  225. <div class="{Alt} user_{UserNumber}">
  226. {block:Label}{Label}{/block:Label} {Line}
  227. </div>
  228. {/block:Lines}
  229. {/block:Chat}
  230.  
  231. {block:Caption}{Caption}{/block:Caption}
  232.  
  233. {block:IndexPage}
  234. <a href="{Permalink}">{TimeAgo}</a>
  235.  
  236. {block:HasTags}
  237. <br>
  238. {block:Tags}
  239. <a href="{TagURL}">#{Tag}</a>
  240. {/block:Tags}
  241. {/block:HasTags}
  242. {/block:IndexPage}
  243.  
  244.  
  245. {block:PostNotes}
  246. <div class="perma">{PostNotes-64}</div>{/block:PostNotes}
  247. {/block:PermalinkPage}
  248.  
  249. {block:ContentSource}
  250. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  251. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  252. {/block:SourceLogo}
  253. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  254. {/block:ContentSource}
  255.  
  256. <!--{block:NoRebloggedFrom}{block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}{/block:NoRebloggedFrom} -->
  257.  
  258.  
  259. </div> <!-- posts -->
  260. {/block:Posts}
  261.  
  262.  
  263. {block:PermalinkPagination}
  264. {block:PreviousPost}
  265. <a href="{PreviousPost}">Previous</a>{/block:PreviousPost}
  266.  
  267. {block:NextPost}<a href="{NextPost}">Next</a>{/block:NextPost}
  268. {/block:PermalinkPagination}
  269.  
  270. {block:IndexPage}
  271. <div class="pagination">
  272. {block:PreviousPage}
  273. <a href="{PreviousPage}">&#171; Previous</a>
  274. {/block:PreviousPage}
  275.  
  276. {block:NextPage}
  277. <a href="{NextPage}">Next &#187;</a>
  278. {/block:NextPage}
  279. </div>
  280. {/block:IndexPage}
  281.  
  282. </div>
  283. <div id="c"><a href="https://sadthemes.tumblr.com/" title="sadthemes">#</a></div>
  284. </body>
  285. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement