AntagonistChan

Antag01 - Antag

Apr 30th, 2019
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.33 KB | None | 0 0
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <title>{Title}</title>
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7. {block:Description}
  8. <meta name="description" content="{MetaDescription}" />
  9. {/block:Description}
  10. <!-- Background -->
  11. <meta name="color:Background Color" content="ffffff"/>
  12. <meta name="image:Background" content="http://static.tumblr.com/awoyp9n/8ppo8ja2i/4_edit_3.png"/>
  13.  
  14. <!-- General -->
  15. <meta name="color:Text Color" content="000000"/>
  16. <meta name="color:Link Color" content="1845a5"/>
  17. <meta name="color:Hover Link" content="1845a5"/>
  18. <meta name="color:Button Color" content="ffffff"/>
  19. <meta name="color:Button Text" content="000000"/>
  20.  
  21. <!-- Sidebar -->
  22. <meta name="image:Sidebar Image" content="http://static.tumblr.com/awoyp9n/meIo8j2mw/huh_me.png" />
  23. <meta name="color:Sidebar Background" content="ffffff"/>
  24. <meta name="color:Title Color" content="000000"/>
  25. <meta name="color:Description Color" content="000000"/>
  26. <!-- <meta name="text:Reload Name" content="Index"/> -->
  27. <meta name="text:Pagination Next" content="Next &#187;"/>
  28. <meta name="text:Pagination Previous" content="&#171; Previous"/>
  29. <!-- <meta name="text:Archive Name" content="Archive"/> -->
  30.  
  31. <!-- Header -->
  32. <meta name="image:Header Image" content="https://static.tumblr.com/lq337zo/XGap6bnhd/antagonist_banner.png" />
  33.  
  34. <!-- Posts -->
  35. <meta name="color:Post Background" content="ffffff"/>
  36. <meta name="color:Border Color" content="1aff00"/>
  37. <meta name="color:Secondary Background" content="cccccc"/>
  38. <meta name="color:Footer Separator" content="ff0000"/>
  39. <meta name="color:Tag Color" content="032800"/>
  40.  
  41.  
  42. <style>
  43. body {
  44. background-color: {color:Background Color};
  45. background-image: url('{image:Background}');
  46. background-repeat: no-repeat;
  47. background-attachment: fixed;
  48. background-size: cover;
  49. color: {color:Text Color};
  50. }
  51.  
  52. a {
  53. color: {color:Link Color};
  54. text-decoration: none;
  55. transition:all 0.5s ease-in-out;
  56. }
  57.  
  58. a:hover{
  59. color: {color:Hover Link};
  60. }
  61.  
  62. .button {
  63. height: 20px;
  64. width: 150px;
  65. border: 3px solid #000000;
  66. background-color: {color:Button Color};
  67. color: {color:Button Text};
  68. text-align: center;
  69. margin: 2px;
  70. }
  71.  
  72. .button a {
  73. color: {color:Button Text};
  74. }
  75.  
  76. .buttonsmall {
  77. height: 35px;
  78. width: 33px;
  79. border: 3px solid #000000;
  80. background-color: {color:Button Color};
  81. text-align: center;
  82. left: 244px;
  83. position: absolute;
  84. }
  85.  
  86. #homebutton {
  87. top: 30px;
  88. }
  89.  
  90. #messagebutton {
  91. top: 95px;
  92. }
  93.  
  94. #archivebutton {
  95. top: 160px;
  96. }
  97.  
  98. .center {
  99. margin-left: 290px;
  100. }
  101.  
  102. #heading {
  103. position: absolute;
  104. top: 0px;
  105. }
  106.  
  107. #header-img {
  108. border: 10px ridge {color:Border Color};
  109. width: 510px;
  110. position: relative;
  111. left: 240px;
  112. }
  113.  
  114. #sidebar {
  115. width: 255px;
  116. background-color: {color:Sidebar Background};
  117. border: 5px ridge {color:Border Color};
  118. position: fixed;
  119. top: 0px;
  120. right: 0px;
  121. padding-left: 2px;
  122. padding-top: 30px;
  123. color: {color:Description Color};
  124. }
  125.  
  126. #title {
  127. text-align: left;
  128. line-height: 25px;
  129. font-size: 14pt;
  130. padding-left: 40px;
  131. }
  132.  
  133. #title a {
  134. color: {color:Title Color};
  135. text-decoration: none;
  136. }
  137.  
  138. #title a:hover{
  139. color: {color:Hover Link};
  140. }
  141.  
  142. #sidebar-img {
  143. margin: 22px;
  144. margin-top: 0px;
  145. margin-bottom: 0px;
  146. width: 200px;
  147. height: 200px;
  148. border: 2px groove {color:Border Color};
  149. }
  150.  
  151. #pages {
  152. position: relative;
  153. width: 175px;
  154. }
  155.  
  156. .pagination {
  157. height: 20px;
  158. width: 150px;
  159. border: 3px solid #000000;
  160. background-color: {color:Button Color};
  161. color: {color:Button Text};
  162. text-align: center;
  163. margin: 2px;
  164. vertical-align: bottom;
  165. }
  166.  
  167. .pagination a{
  168. color: {color:Button Text};
  169. }
  170.  
  171. #previous {
  172. position: relative;
  173. right: 50px;
  174. }
  175.  
  176. #next {
  177. position: relative;
  178. left: 50px;
  179. }
  180.  
  181. .entry {
  182. background-color: {color:Post Background};
  183. border-top: 5px ridge {color:Border Color};
  184. border-left: 5px ridge {color:Border Color};
  185. border-right: 5px ridge {color:Border Color};
  186. padding: 10px;
  187. width: 500px;
  188. position: relative;
  189. top: 180px;
  190. left: 240px;
  191. }
  192.  
  193. .post {
  194. }
  195.  
  196. .post blockquote {
  197. border-left: 3px solid grey;
  198. padding-left: 15px;
  199. margin: 10px;
  200. }
  201.  
  202. .answers {
  203. border-left: 3px solid grey;
  204. padding-left: 15px;
  205. margin: 10px;
  206. }
  207.  
  208. .secondary-post {
  209. background-color: {color:Secondary Background};
  210. text-align: center;
  211. border: 2px dotted #000000;
  212. padding: 5px;
  213. margin: 5px;
  214. overflow-x: auto;
  215. }
  216.  
  217. #post-footer {
  218. margin-bottom: 10px;
  219. border-top: 2px dotted {color:Footer Separator};
  220. border-right: 5px ridge {color:Border Color};
  221. border-left: 5px ridge {color:Border Color};
  222. border-bottom: 5px ridge {color:Border Color};
  223. }
  224.  
  225. #tag a {
  226. color: {color:Tag Color};
  227. }
  228.  
  229. #buttons {
  230. width: 158px;
  231. background-color: {color:Sidebar Background};
  232. border: 5px ridge {color:Border Color};
  233. position: fixed;
  234. top: 0px;
  235. left: 315px;
  236. padding-right: 2px;
  237. color: {color:Description Color};
  238. }
  239.  
  240. #ltitle {
  241. text-align: center;
  242. line-height: 3px;
  243. font-size: 14pt;
  244. }
  245.  
  246. #titul {
  247. left: 0px;
  248. border: 5px ridge {color:Border Color};
  249. top: 0px;
  250. background-color: {color:Sidebar Background};
  251. color: {color:Description Color};
  252. position: fixed;
  253. width: 300px;
  254. padding-top: 15px;
  255. }
  256.  
  257. #sidebut {
  258. position: relative;
  259. top: 3px;
  260. right: 1px;
  261. }
  262.  
  263. {CustomCSS}
  264. </style>
  265. </head>
  266. <body>
  267.  
  268. <div id="heading" class="center">
  269. <img id="header-img" src="{image:Header Image}">
  270. </div>
  271.  
  272. <div id="buttons">
  273. <h2 id="ltitle">Links/</h2>
  274. <h2 id="ltitle">Pagination</h2>
  275. <div id="pages">
  276. {block:HasPages}
  277. {block:Pages}
  278. <div class="button">
  279. <a href="{URL}">{Label}</a>
  280. </div>
  281. {/block:Pages}
  282. {/block:HasPages}
  283. <div class="button">
  284. <a href="https://antagonistchandotcom.tumblr.com/location">Links</a>
  285. </div>
  286. <div class="button">
  287. <a href="https://antagonistchandotcom.tumblr.com/">My Website</a>
  288. </div>
  289. </div>
  290. <div class ="pagination">
  291. {block:PreviousPage}
  292. <span id="previous">
  293. <a href="{PreviousPage}">{Text:Pagination Previous}</a>
  294. </span>
  295. {/block:PreviousPage}
  296. {block:NextPage}
  297. <span id="next">
  298. <a href="{NextPage}">{Text:Pagination Next}</a>
  299. </span>
  300. {/block:NextPage}
  301. </div>
  302. </div>
  303.  
  304. <div id="titul">
  305. <a href="/"><img id="sidebar-img" src="{image:Sidebar Image}"></a>
  306. <h2 id="title">
  307. <a href="/">{Title}</a>
  308. </h2>
  309. <div class="buttonsmall" id="homebutton">
  310. <a href="/"><img id="sidebut" src="https://static.tumblr.com/lq337zo/Jlupoxlyh/home.png"></a>
  311. </div>
  312. <div class="buttonsmall" id="messagebutton">
  313. <a href="/message"><img id="sidebut" src="https://static.tumblr.com/lq337zo/y5hpoxly4/inbox.png"></a>
  314. </div>
  315. <div class="buttonsmall" id="archivebutton">
  316. <a href="/archive"><img id="sidebut" src="https://static.tumblr.com/lq337zo/r0Dpoxlyr/archive.png"></a>
  317. </div>
  318. </div>
  319.  
  320. <div id="sidebar">
  321. {block:Description}
  322. <p id="description">Emily "Antagonist" N Gilchrist. 21 y/o white trans lesbian with ADHD from Detroit. I'm really into Transformers, Touhou, Neptunia, Bandori, JoJo, Doctor Who, Mass Effect, and a few other things. Toyosatomimi no Miko is my wife, Neptune/Noire is my OTP, I would literally die for Tsugumi Hazawa. I play TF2 and StarCraft II and make art.</p>
  323. <p>I'm dating <a href="https://mermaid-hina.tumblr.com/">mermaid-hina</a>.
  324. <p>Please check out my About. I'm AntagonistChan | Trans Rights#6509 on Discord. If you want me to tag something, just ask; but keep in mind that I'm a bit absent-minded, so some stuff might slip through.</p>
  325. <p>I'm currently in the process of remaking, so don't get too attached to this blog.</p>
  326. {/block:Description}
  327. </div>
  328.  
  329. <main id="posts" role="main">
  330. <div class="center">
  331. {block:Posts}
  332. {block:Text}
  333. <div class="post entry text">
  334. {block:Title}
  335. <h3><a href="{Permalink}">{Title}</a></h3>
  336. {/block:Title}{Body}
  337. </div>
  338. {/block:Text}
  339.  
  340. {block:blockquote}{/block:blockquote}
  341.  
  342. {block:Photo}
  343. <div class="post entry photo">
  344. <img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
  345.  
  346. {block:Caption}
  347. <div class="caption">{Caption}</div>
  348. {/block:Caption}
  349. </div>
  350. {/block:Photo}
  351. {block:Panorama}
  352. <div class="post entry panorama">
  353. {LinkOpenTag}
  354. <img src="{PhotoURL-Panorama}" alt="{PhotoAlt}"/>
  355. {LinkCloseTag}{block:Caption}
  356. <div class="caption">{Caption}</div>
  357. {/block:Caption}
  358. </div>
  359. {/block:Panorama}
  360. {block:Photoset}
  361. <div class="post entry photoset">
  362. {Photoset-500}{block:Caption}
  363. <div class="caption">{Caption}</div>
  364. {/block:Caption}
  365. </div>
  366. {/block:Photoset}
  367. {block:Quote}
  368. <div class="post entry quote">
  369. <div class="secondary-post">
  370. "{Quote}"
  371. </div>
  372. {block:Source}
  373. <div class="source">{Source}</div>
  374. {/block:Source}
  375. </div>
  376. {/block:Quote}
  377. {block:Link}
  378. <div class="post entry link">
  379. <a href="{URL}" class="link" {Target}>{Name}</a>
  380.  
  381. {block:Description}
  382. <div class="description">{Description}</div>
  383. {/block:Description}
  384. </div>
  385. {/block:Link}
  386. {block:Chat}
  387. <div class="post entry chat">
  388. {block:Title}
  389. <h3><a href="{Permalink}">{Title}</a></h3>
  390. {/block:Title}
  391.  
  392. <ul class="chat">
  393. {block:Lines}
  394. <li class="{Alt} user_{UserNumber}">
  395. {block:Label}
  396. <span class="label">{Label}</span>
  397. {/block:Label}{Line}
  398. </li>
  399. {/block:Lines}
  400. </ul>
  401. </div>
  402. {/block:Chat}
  403. {block:Video}
  404. <div class="post entry video">
  405. {Video-500}{block:Caption}
  406. <div class="caption">{Caption}</div>
  407. {/block:Caption}
  408. </div>
  409. {/block:Video}
  410. {block:Audio}
  411. <div class="post entry audio">
  412. {AudioEmbed}{block:Caption}
  413. <div class="caption">{Caption}</div>
  414. {/block:Caption}
  415. </div>
  416. {/block:Audio}
  417. {block:Answer}
  418. <div class="post entry answer">
  419. <div class="question secondary-post">
  420. <p>
  421. {Asker}: {Question}
  422. </p>
  423. </div>
  424.  
  425. {block:Answerer}
  426. <div class="answer">
  427.  
  428. <div class="caption">
  429. {Answerer}: <div class="answers">{Answer}</div>
  430. </div>
  431. </div>
  432. {/block:Answerer}
  433.  
  434. <div class="replies">
  435. {Replies}
  436. </div>
  437. </div>
  438. {/block:Answer}
  439.  
  440. <div id="post-footer" class="entry">
  441. {block:Date}
  442. <a class="note-count" href="{Permalink}#notes">{TimeAgo}</a>
  443. {/block:Date},
  444. {block:NoteCount}
  445. <a class="note-count" href="{Permalink}#notes">
  446. {NoteCountWithLabel}
  447. </a>
  448. {/block:NoteCount},
  449. {block:RebloggedFrom}
  450. <a href="{ReblogParentURL}">via</a>
  451. {/block:RebloggedFrom},
  452. {block:ContentSource}
  453. <a href="{SourceURL}">source</a>
  454. {/block:ContentSource}
  455. <p id="tag">
  456. {block:HasTags}
  457. {block:Tags}
  458. <a href="{TagURL}">#{Tag},</a>
  459. {/block:Tags}
  460. {/block:HasTags}
  461. </p>
  462. </div>
  463. {block:PostNotes}
  464. <div class="entry">
  465. {PostNotes}
  466. </div>
  467. {/block:PostNotes}
  468.  
  469. {/block:Posts}
  470. </div>
  471. </main>
  472.  
  473. </body>
  474. </html>
Advertisement
Add Comment
Please, Sign In to add comment