Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!doctype html>
- <html>
- <head>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}
- <meta name="description" content="{MetaDescription}" />
- {/block:Description}
- <!-- Background -->
- <meta name="color:Background Color" content="ffffff"/>
- <meta name="image:Background" content="http://static.tumblr.com/awoyp9n/8ppo8ja2i/4_edit_3.png"/>
- <!-- General -->
- <meta name="color:Text Color" content="000000"/>
- <meta name="color:Link Color" content="1845a5"/>
- <meta name="color:Hover Link" content="1845a5"/>
- <meta name="color:Button Color" content="ffffff"/>
- <meta name="color:Button Text" content="000000"/>
- <!-- Sidebar -->
- <meta name="image:Sidebar Image" content="http://static.tumblr.com/awoyp9n/meIo8j2mw/huh_me.png" />
- <meta name="color:Sidebar Background" content="ffffff"/>
- <meta name="color:Title Color" content="000000"/>
- <meta name="color:Description Color" content="000000"/>
- <!-- <meta name="text:Reload Name" content="Index"/> -->
- <meta name="text:Pagination Next" content="Next »"/>
- <meta name="text:Pagination Previous" content="« Previous"/>
- <!-- <meta name="text:Archive Name" content="Archive"/> -->
- <!-- Header -->
- <meta name="image:Header Image" content="https://static.tumblr.com/lq337zo/XGap6bnhd/antagonist_banner.png" />
- <!-- Posts -->
- <meta name="color:Post Background" content="ffffff"/>
- <meta name="color:Border Color" content="1aff00"/>
- <meta name="color:Secondary Background" content="cccccc"/>
- <meta name="color:Footer Separator" content="ff0000"/>
- <meta name="color:Tag Color" content="032800"/>
- <style>
- body {
- background-color: {color:Background Color};
- background-image: url('{image:Background}');
- background-repeat: no-repeat;
- background-attachment: fixed;
- background-size: cover;
- color: {color:Text Color};
- }
- a {
- color: {color:Link Color};
- text-decoration: none;
- transition:all 0.5s ease-in-out;
- }
- a:hover{
- color: {color:Hover Link};
- }
- .button {
- height: 20px;
- width: 150px;
- border: 3px solid #000000;
- background-color: {color:Button Color};
- color: {color:Button Text};
- text-align: center;
- margin: 2px;
- }
- .button a {
- color: {color:Button Text};
- }
- .buttonsmall {
- height: 35px;
- width: 33px;
- border: 3px solid #000000;
- background-color: {color:Button Color};
- text-align: center;
- left: 244px;
- position: absolute;
- }
- #homebutton {
- top: 30px;
- }
- #messagebutton {
- top: 95px;
- }
- #archivebutton {
- top: 160px;
- }
- .center {
- margin-left: 290px;
- }
- #heading {
- position: absolute;
- top: 0px;
- }
- #header-img {
- border: 10px ridge {color:Border Color};
- width: 510px;
- position: relative;
- left: 240px;
- }
- #sidebar {
- width: 255px;
- background-color: {color:Sidebar Background};
- border: 5px ridge {color:Border Color};
- position: fixed;
- top: 0px;
- right: 0px;
- padding-left: 2px;
- padding-top: 30px;
- color: {color:Description Color};
- }
- #title {
- text-align: left;
- line-height: 25px;
- font-size: 14pt;
- padding-left: 40px;
- }
- #title a {
- color: {color:Title Color};
- text-decoration: none;
- }
- #title a:hover{
- color: {color:Hover Link};
- }
- #sidebar-img {
- margin: 22px;
- margin-top: 0px;
- margin-bottom: 0px;
- width: 200px;
- height: 200px;
- border: 2px groove {color:Border Color};
- }
- #pages {
- position: relative;
- width: 175px;
- }
- .pagination {
- height: 20px;
- width: 150px;
- border: 3px solid #000000;
- background-color: {color:Button Color};
- color: {color:Button Text};
- text-align: center;
- margin: 2px;
- vertical-align: bottom;
- }
- .pagination a{
- color: {color:Button Text};
- }
- #previous {
- position: relative;
- right: 50px;
- }
- #next {
- position: relative;
- left: 50px;
- }
- .entry {
- background-color: {color:Post Background};
- border-top: 5px ridge {color:Border Color};
- border-left: 5px ridge {color:Border Color};
- border-right: 5px ridge {color:Border Color};
- padding: 10px;
- width: 500px;
- position: relative;
- top: 180px;
- left: 240px;
- }
- .post {
- }
- .post blockquote {
- border-left: 3px solid grey;
- padding-left: 15px;
- margin: 10px;
- }
- .answers {
- border-left: 3px solid grey;
- padding-left: 15px;
- margin: 10px;
- }
- .secondary-post {
- background-color: {color:Secondary Background};
- text-align: center;
- border: 2px dotted #000000;
- padding: 5px;
- margin: 5px;
- overflow-x: auto;
- }
- #post-footer {
- margin-bottom: 10px;
- border-top: 2px dotted {color:Footer Separator};
- border-right: 5px ridge {color:Border Color};
- border-left: 5px ridge {color:Border Color};
- border-bottom: 5px ridge {color:Border Color};
- }
- #tag a {
- color: {color:Tag Color};
- }
- #buttons {
- width: 158px;
- background-color: {color:Sidebar Background};
- border: 5px ridge {color:Border Color};
- position: fixed;
- top: 0px;
- left: 315px;
- padding-right: 2px;
- color: {color:Description Color};
- }
- #ltitle {
- text-align: center;
- line-height: 3px;
- font-size: 14pt;
- }
- #titul {
- left: 0px;
- border: 5px ridge {color:Border Color};
- top: 0px;
- background-color: {color:Sidebar Background};
- color: {color:Description Color};
- position: fixed;
- width: 300px;
- padding-top: 15px;
- }
- #sidebut {
- position: relative;
- top: 3px;
- right: 1px;
- }
- {CustomCSS}
- </style>
- </head>
- <body>
- <div id="heading" class="center">
- <img id="header-img" src="{image:Header Image}">
- </div>
- <div id="buttons">
- <h2 id="ltitle">Links/</h2>
- <h2 id="ltitle">Pagination</h2>
- <div id="pages">
- {block:HasPages}
- {block:Pages}
- <div class="button">
- <a href="{URL}">{Label}</a>
- </div>
- {/block:Pages}
- {/block:HasPages}
- <div class="button">
- <a href="https://antagonistchandotcom.tumblr.com/location">Links</a>
- </div>
- <div class="button">
- <a href="https://antagonistchandotcom.tumblr.com/">My Website</a>
- </div>
- </div>
- <div class ="pagination">
- {block:PreviousPage}
- <span id="previous">
- <a href="{PreviousPage}">{Text:Pagination Previous}</a>
- </span>
- {/block:PreviousPage}
- {block:NextPage}
- <span id="next">
- <a href="{NextPage}">{Text:Pagination Next}</a>
- </span>
- {/block:NextPage}
- </div>
- </div>
- <div id="titul">
- <a href="/"><img id="sidebar-img" src="{image:Sidebar Image}"></a>
- <h2 id="title">
- <a href="/">{Title}</a>
- </h2>
- <div class="buttonsmall" id="homebutton">
- <a href="/"><img id="sidebut" src="https://static.tumblr.com/lq337zo/Jlupoxlyh/home.png"></a>
- </div>
- <div class="buttonsmall" id="messagebutton">
- <a href="/message"><img id="sidebut" src="https://static.tumblr.com/lq337zo/y5hpoxly4/inbox.png"></a>
- </div>
- <div class="buttonsmall" id="archivebutton">
- <a href="/archive"><img id="sidebut" src="https://static.tumblr.com/lq337zo/r0Dpoxlyr/archive.png"></a>
- </div>
- </div>
- <div id="sidebar">
- {block:Description}
- <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>
- <p>I'm dating <a href="https://mermaid-hina.tumblr.com/">mermaid-hina</a>.
- <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>
- <p>I'm currently in the process of remaking, so don't get too attached to this blog.</p>
- {/block:Description}
- </div>
- <main id="posts" role="main">
- <div class="center">
- {block:Posts}
- {block:Text}
- <div class="post entry text">
- {block:Title}
- <h3><a href="{Permalink}">{Title}</a></h3>
- {/block:Title}{Body}
- </div>
- {/block:Text}
- {block:blockquote}{/block:blockquote}
- {block:Photo}
- <div class="post entry photo">
- <img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- </div>
- {/block:Photo}
- {block:Panorama}
- <div class="post entry panorama">
- {LinkOpenTag}
- <img src="{PhotoURL-Panorama}" alt="{PhotoAlt}"/>
- {LinkCloseTag}{block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- </div>
- {/block:Panorama}
- {block:Photoset}
- <div class="post entry photoset">
- {Photoset-500}{block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- </div>
- {/block:Photoset}
- {block:Quote}
- <div class="post entry quote">
- <div class="secondary-post">
- "{Quote}"
- </div>
- {block:Source}
- <div class="source">{Source}</div>
- {/block:Source}
- </div>
- {/block:Quote}
- {block:Link}
- <div class="post entry link">
- <a href="{URL}" class="link" {Target}>{Name}</a>
- {block:Description}
- <div class="description">{Description}</div>
- {/block:Description}
- </div>
- {/block:Link}
- {block:Chat}
- <div class="post entry chat">
- {block:Title}
- <h3><a href="{Permalink}">{Title}</a></h3>
- {/block:Title}
- <ul class="chat">
- {block:Lines}
- <li class="{Alt} user_{UserNumber}">
- {block:Label}
- <span class="label">{Label}</span>
- {/block:Label}{Line}
- </li>
- {/block:Lines}
- </ul>
- </div>
- {/block:Chat}
- {block:Video}
- <div class="post entry video">
- {Video-500}{block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- </div>
- {/block:Video}
- {block:Audio}
- <div class="post entry audio">
- {AudioEmbed}{block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- </div>
- {/block:Audio}
- {block:Answer}
- <div class="post entry answer">
- <div class="question secondary-post">
- <p>
- {Asker}: {Question}
- </p>
- </div>
- {block:Answerer}
- <div class="answer">
- <div class="caption">
- {Answerer}: <div class="answers">{Answer}</div>
- </div>
- </div>
- {/block:Answerer}
- <div class="replies">
- {Replies}
- </div>
- </div>
- {/block:Answer}
- <div id="post-footer" class="entry">
- {block:Date}
- <a class="note-count" href="{Permalink}#notes">{TimeAgo}</a>
- {/block:Date},
- {block:NoteCount}
- <a class="note-count" href="{Permalink}#notes">
- {NoteCountWithLabel}
- </a>
- {/block:NoteCount},
- {block:RebloggedFrom}
- <a href="{ReblogParentURL}">via</a>
- {/block:RebloggedFrom},
- {block:ContentSource}
- <a href="{SourceURL}">source</a>
- {/block:ContentSource}
- <p id="tag">
- {block:HasTags}
- {block:Tags}
- <a href="{TagURL}">#{Tag},</a>
- {/block:Tags}
- {/block:HasTags}
- </p>
- </div>
- {block:PostNotes}
- <div class="entry">
- {PostNotes}
- </div>
- {/block:PostNotes}
- {/block:Posts}
- </div>
- </main>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment