Advertisement
uchihaclan

BASE2

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