Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <!---
- Base theme by shxnr.tumblr.com
- !--->
- <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}
- <meta name="color:Background" content="#eee" />
- <meta name="color:Post" content="#Fff" />
- <meta name="color:Borders" content="#eee" />
- <meta name="color:Accent" content="#c9a7ea" />
- <meta name="color:Text" content="#999" />
- <meta name="color:Link" content="#888" />
- <meta name="color:Link hover" content="#ccc" />
- <meta name="color:Sidebar bg" content="#Fff" />
- <meta name="image:Background" content="" />
- <meta name="image:sidebar" content="" />
- <meta name="image:update" content="" />
- <meta name="if:InfiniteScrolling" content="0"/>
- <meta name="text: hp bar" content="70" />
- <meta name="text:primary" content="70" />
- <meta name="text:secondary" content="70" />
- <meta name="text:reading" content=""/>
- <meta name="text:watching" content=""/>
- <meta name="text:working" content=""/>
- <meta name="text:upset" content=""/>
- <meta name="text:obsess" content=""/>
- <meta name="text:Link1Title" content="link 1" />
- <meta name="text:Link1Url" content="/" />
- <meta name="text:Link2Title" content="link 2" />
- <meta name="text:Link2Url" content="/" />
- <meta name="text:Link3Title" content="link 3" />
- <meta name="text:Link3Url" content="/" />
- <meta name="text:Link4Title" content="link 4" />
- <meta name="text:Link4Url" content="/" />
- <meta name="text:Link5Title" content="link 5" />
- <meta name="text:Link5Url" content="/" />
- <meta name="text:Link6Title" content="link 6" />
- <meta name="text:Link6Url" content="/" />
- <link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
- <style type="text/css">
- /** BODY **/
- html {
- cursor: crosshair;
- }
- body {
- background: {color:background} url("{image:background}") fixed;
- color:{color:Text};
- font-size:10px;
- font-family:arial;
- }
- /** BODY **/
- /** LINKS **/
- a {
- text-decoration:none;
- color:{color:link};
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- -ms-transition: all 0.5s ease-out;
- -o-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;
- }
- a:hover {
- color:{color:link hover};
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- -ms-transition: all 0.5s ease-out;
- -o-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;
- }
- /** LINKS **/
- /** POST **/
- #post {
- margin-top:100px;
- width:500px;
- background:transparent;
- margin-left:30%;
- }
- /** POST **/
- /** ENTRY **/
- .entry {
- letter-spacing:1px;
- float:left;
- width:500px;
- padding:20px;
- margin-bottom:70px;
- background:{color:post};
- -webkit-filter: grayscale(80%);
- -webkit-transition: all 0.6s ease-in-out;
- -moz-transition: all 0.6s ease-in-out;
- -o-transition: all 0.6s ease-in-out;
- -ms-transition: all 0.6s ease-in-out;
- transition: all 0.6s ease-in-out;
- border:1px dashed {color:borders};
- }
- .entry:hover {
- -webkit-filter: grayscale(0%);
- -webkit-transition: all 0.6s ease-in-out;
- -moz-transition: all 0.6s ease-in-out;
- -o-transition: all 0.6s ease-in-out;
- -ms-transition: all 0.6s ease-in-out;
- transition: all 0.6s ease-in-out;
- }
- /** ENTRY **/
- /** QUOTE **/
- .quote {
- font-size:15px;
- text-align:center;
- padding-left:30px;
- padding-right:30px;
- margin-bottom:15px;
- }
- /** QUOTE SOURCE **/
- .qsub {
- font-size:13px;
- }
- /** QUOTE **/
- /** CHAT **/
- .chat {
- padding:10px 10px 0px 10px;
- }
- .ch1 {
- padding:10px 10px 0px 10px;
- background:{color:opcional};
- border:0px solid {color:Background};
- margin-bottom:0px;
- }
- .ch1 b{
- color:{color:Accent};
- margin-right:2px;
- }
- /** CHAT **/
- /** POST TITLE **/
- h1 {
- text-align:center;
- }
- /** POST TITLE **/
- blockquote {
- margin-left:15px;
- padding-left:10px;
- border-left:2px solid {color:Background};
- }
- .caption {}
- .caption a{border-bottom:0px solid {color:borders};}
- /** ALBUM **/
- .albumfoto{
- float:left;
- width:80px;
- margin-top:0px;
- margin-left:5px;
- }
- .albumfoto img{
- width:80px;
- }
- .audiodesc {
- margin-left:90px;
- padding:10px;
- background:transparent;
- margin-top:0px;
- min-height:60px;
- font-weight:bold;
- margin-bottom:10px;
- }
- .audioplay {
- position:absolute;
- overflow:hidden;
- max-width:30px;
- height:28px;
- background:transparent;
- margin-left:25px;
- margin-top:-60px;
- }
- /** ALBUM **/
- /** AKS AND ANSWER **/
- .pessoap a{
- text-transform:uppercase;
- }
- .pessoapfoto img{
- float:left;
- border-radius:2px;
- }
- .pergunta {
- background:#eee;
- padding:15px;
- margin-left:50px;
- }
- .sresposta {
- padding:5px;
- margin-top:5px;
- }
- /** ASK AND ANSWER **/
- /** REBLOG LINK **/
- .seureblog {
- margin-top:20px;
- text-align:left;
- border-top:0px solid {color:borders};
- padding:10px;
- padding-bottom:0px;
- font-size:10px;
- }
- .seureblog a {
- margin-right:8px;
- }
- /** REBLOG LINK **/
- .pagination {display:none;}
- .permalink {
- padding:10px;
- }
- /** TAGS **/
- .tags {
- padding:10px;
- }
- .tags a{
- text-transform:lowercase;
- }
- /** TAGS **/
- #sidebar {
- background-color:{color:accent};
- background:url({image:sidebar});
- height:100%;
- margin-left:-8px;
- width:300px;
- position:fixed;
- z-index:99;
- text-align:center;
- margin-top:-100px;
- }
- .description {
- margin-top:5px;
- margin-bottom:15px;
- }
- #info {
- margin-top:300px;
- background:rgba(255, 255, 255, 0.6);
- width:225px;
- height:auto;
- padding:10px;
- margin-left:27px;
- }
- #links {
- font-size:11px;
- font-family:times;
- margin-bottom:10px;
- }
- #links a {
- color:{color:accent};
- padding:5px;
- }
- #links a:hover {
- letter-spacing:2px;
- }
- #title {
- text-transform:uppercase;
- padding:8px;
- text-align:center;
- letter-spacing:10px;
- font-family:'Open Sans';
- font-size:12px;
- color:#fff;
- -webkit-transition:all 0.3s ease-out;
- -moz-transition:all 0.3s ease-out;
- transition:all 0.3s ease-out;
- }
- #title a {
- color:{color:accent};
- }
- #title a:hover {
- letter-spacing:3px;
- -webkit-transition:all 0.3s ease-out;
- -moz-transition:all 0.3s ease-out;
- transition:all 0.3s ease-out;
- }
- /** PAGINATION **/
- .pages {
- text-align:center;
- }
- /** PAGINATION **/
- /** CREDIT **/
- /** CREDIT **/
- #container-top-left {
- position:fixed;
- bottom:-600px;
- right:30px; /*higher number = farther to right*/
- /*transition speed: 0.1 = fastest and 1 = slowest*/
- -webkit-transition: all 1s ease-in-out;
- -moz-transition: all 1s ease-in-out;
- -o-transition: all 1s ease-in-out;
- }
- #container-top-left:hover {
- bottom:0px; /*WHAT YOU WILL NEED TO CHANGE ACCORDING TO HOW MANY LINES OF TEXT YOU HAVE (higher number for more text)*/
- /*transition speed: 0.1 = fastest and 1 = slowest*/
- -webkit-transition: all 1s ease-in-out;
- -moz-transition: all 1s ease-in-out;
- -o-transition: all 1s ease-in-out;
- }
- #text-top-left {
- font-size:10px;
- font-family:arial;
- text-align:left;
- width:200px; /*should match the image width*/
- /*don't change anything below this*/
- padding:0px 0px 15px 0px;
- bottom:0px;
- }
- #image-top-left img {
- position:fixed;
- bottom:0px;
- right:50px;
- width: 150px; /*should match the text width*/
- /*don't change anything below this*/
- height: auto;
- -webkit-transition: all 1s ease-in-out;
- -moz-transition: all 1s ease-in-out;
- -o-transition: all 1s ease-in-out;
- }
- #container-top-left:hover img{
- bottom:600px; /*WHAT YOU WILL NEED TO CHANGE ACCORDING TO HOW MANY LINES OF TEXT YOU HAVE (higher number for more text)*/
- /*transition speed: 0.1 = fastest and 1 = slowest*/
- -webkit-transition: all 1s ease-in-out;
- -moz-transition: all 1s ease-in-out;
- -o-transition: all 1s ease-in-out;
- }
- ::-webkit-scrollbar-thumb:vertical {
- background-color: #fff; /*color of main scrollbar*/
- height: 50px; /*height of scrollbar*/
- background-image: url('URL HERE'); /*optional*/
- }
- ::-webkit-scrollbar {
- height: 0px;
- width: 3px; /*width of the slider*/
- background-color: #000; /*color of the slider*/
- }
- #header {
- font-family:'Open Sans';
- background-color:#000;
- text-transform:uppercase;
- color:#fff;
- text-align:center;
- padding:3px;
- font-size:14px;
- margin-bottom:5px;
- margin-top:5px;
- letter-spacing:4px;
- }
- {CustomCSS}
- </style>
- <body>
- <div id="container-top-left">
- <div id="image-top-left"><img src="{image:Update}" /></div>
- <div id="text-top-left">
- <div id="header">bio</div><br> shiner / 17 / he or they <br>
- chronically ill trans guy, trying to cope <p>
- used to be prettyboymagnus. <br><br>
- <p><div id="header">Status</div><br><b>primary:</b><a href="/{text:primary}"> {text:primary}</a><br><b>secondary:</b><a href="/{text:secondary}"> {text:secondary}</a><p><style>
- <style>
- @import url(http://fonts.googleapis.com/css?family=Russo+One);
- #hpwrap {
- font-family: "Russo One", sans-serif;
- font-weight: 700;
- color: #000;
- font-size: 6px;
- padding: 10px;
- }
- #hpbar {
- height: 10px;
- width: 195px;
- overflow: hidden;
- display: inline-block;
- vertical-align: middle;
- text-align: left;
- background-color: rgba(255,255,255,0);
- border: 2px solid #000;
- box-shadow: 1px 1px 2px #333;
- }
- #hp{
- background-color: {color:accent};
- display:inline-block;
- height: 100%;
- vertical-align: middle;
- line-height: 10px;
- border-right: 1px solid #000;
- box-shadow: 1px 1px 2px #333;
- text-align:left;
- width: {text: hp bar}%;
- }
- </style>
- <div id="hpwrap">
- <div id="hpbar">
- <div id="hp"> H P </div>
- </div>
- </div>
- <!-- Thanks for using lizzledpink's HP bar generator!
- http://lizzledpink.tumblr.com/hpbar --><br>
- <p><div id="header">currently</div><br>
- <b>reading:</b> {text:reading} <p><b>watching:</b> {text:watching}
- <p><b>working on:</b> {text:working}<p>
- <p><b>upset about:</b> {text:upset}
- <p><b>obsessing over:</b> {text:obsess}<br>
- <br> <div id="header">help me out</div><br>
- <center><script type='text/javascript' src='https://ko-fi.com/widgets/widget_2.js'></script><script type ='text/javascript'>kofiwidget2.init('Buy Me a Coffee', '{color:accent}', 'A886EOM');kofiwidget2.draw();</script><p> <a href="http://bitteralec.tumblr.com/post/153715095464/ive-just-added-a-donate-link-to-my-blog-and-i"><u>what's this for?</u></a></center>
- </div>
- </div>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
- <script src="http://static.tumblr.com/6hsqxdt/vmwm2rb4g/infinitescrolling.js"></script><script src="http://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
- <script>
- $(function(){
- var $container = $('#post');
- $container.imagesLoaded(function(){
- $container.masonry({
- itemSelector: '.entry',
- });
- });
- $container.infinitescroll({
- itemSelector : ".entry",
- navSelector : "div.pagination",
- nextSelector : ".pagination a#next",
- loadingImg : "http://static.tumblr.com/nnc3xz0/eYDo4b927/loading5.gif",
- loadingText : "<em></em>",
- bufferPx : 10000,
- extraScrollPx: 12000,
- },
- // trigger Masonry as a callback
- function( newElements ) {
- var $newElems = $( newElements ).css({ opacity: 0 });
- // ensure that images load before adding to masonry layout
- $newElems.imagesLoaded(function(){
- $newElems.animate({ opacity: 1 });
- $container.masonry( 'appended', $newElems, true );
- });
- }
- );
- });
- </script>
- <div id="sidebar">
- <div id="info">
- <div id="title"><a href="/">{Title}</a></div>
- <div class="description">{Description}</div>
- <div id="links">
- <a href="{text:link1url}">{text:link1title}</a>
- <a href="{text:link2url}">{text:link2title}</a>
- <a href="{text:link3url}">{text:link3title}</a>
- <a href="{text:link4url}">{text:link4title}</a>
- <a href="{text:link5url}">{text:link5title}</a>
- <a href="{text:link6url}">{text:link6title}</a>
- </div></div></div>
- {block:IfNotInfiniteScrolling}
- <div class="pages">
- {block:Pagination}
- {block:PreviousPage}<a href="{PreviousPage}">Back</a>{/block:PreviousPage}
- </br>{CurrentPage} of {TotalPages}</br>
- {block:NextPage}<a href="{NextPage}">Next</a>{/block:NextPage}
- {/block:Pagination}
- </div>
- {/block:IfNotInfiniteScrolling}
- </div>
- <div id="post">
- {block:Posts}
- <div class="entry">
- {block:Title} <h1>{TItle}</h1> {/block:Title}
- {block:Text} {Body}{PhotoURL-500} {/block:Text}
- {block:Photo}
- <img src="{PhotoURL-500}" width="500" />
- <div class="caption">{block:Caption} {Caption} {block:Caption}</div>
- {/block:Photo}
- {block:Photoset}
- {Photoset-500}
- <div class="caption">{block:Caption} {Caption} {block:Caption}</div>
- {/block:Photoset}
- {block:Quote}
- <div class="quote">
- "{Quote}"
- <div class="qsub">- {block:Source} {Source} {/block:Source} {block:Caption} {Caption} {block:Caption}</div>
- </div>
- {/block:Quote}
- {block:Link}
- <h1><a href="{URL}" {Target}>{Name}</a></h1>
- {block:Description} {Description} {/block:Description}
- <div class="caption">{block:Caption} {Caption} {block:Caption}</div>
- {/block:Link}
- {block:Chat}
- <div class="chat">
- {block:Lines}
- {block:Label}
- <div class="ch1">
- <b>{Label}</b>
- {/block:Label}
- {Line}</br>
- </div>
- {/block:Lines}
- </div>
- <div class="caption">{block:Caption} {Caption} {block:Caption}</div>
- {/block:Chat}
- {block:Audio}
- <div class="albumfoto">
- {block:AlbumArt}<img src="{AlbumArtURL}" />{/block:AlbumArt}
- <div class="audioplay">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer} </div></div>
- <div class="audiodesc">
- {block:Artist}{Artist}{/block:Artist}</br>
- {block:Album}{Album}{/block:Album}</br>
- {block:TrackName}{TrackName}{/block:TrackName}</br>
- {block:PlayCount}{PlayCountWithLabel}{/block:PlayCount}
- </div>
- <div class="caption">{block:Caption} {Caption} {block:Caption}</div>
- {/block:Audio}
- {block:Video}
- {Video-500}
- {PlayCountWithLabel}
- <div class="caption">{block:Caption} {Caption} {block:Caption}</div>
- {/block:Video}
- {block:Answer}
- <div class="pessoapfoto"><img src="{AskerPortraitURL-40}" /></div>
- <div class="pergunta">
- <div class="pessoap"><b>{Asker}</b>{PhotoURL-500} </div>
- {Question}
- </div>
- <div class="sresposta">{Answer}</div>
- <div class="caption">{block:Caption} {Caption} {block:Caption}</div>
- {/block:Answer}
- <div class="seureblog">
- <a href="{ReblogUrl}">Reblog</a>
- {block:Date}
- <a href="{Permalink}">{TimeAgo}</a>
- {/block:Date}
- <a href="{Permalink}">{NoteCountWithLabel}</a>
- <div class="tags">
- {block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag}</a>{/block:Tags}{/block:HasTags}</div>
- </div>
- {block:PermalinkPage}
- <div class="permalink">
- <b>Date:</b> {block:Date}{TimeAgo}{/block:Date}</br>
- <b>Notes:</b> {NoteCount} </br>
- {block:RebloggedFrom}<b>Via: </b> <a href="{ReblogParentURL}">{ReblogParentName}</a></br>
- <b>Source: </b> <a href="{ReblogRootURL}">{ReblogRootName}</a>
- {/block:RebloggedFrom}
- {block:PostNotes}{PostNotes-16}{/block:PostNotes}
- </div>
- {/block:PermalinkPage}
- </div>
- {/block:Posts}
- </div>
- {block:IfInfiniteScrolling}
- <div class="pagination">
- {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">previous</a> ·{/block:PreviousPage} {block:NextPage}
- <a href="{NextPage}" id="next">next</a>{/block:NextPage}{/block:Pagination}
- </div>
- {/block:IfInfiniteScrolling}
- </body>
- </head>
- </html>
Add Comment
Please, Sign In to add comment