Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <head>
- <!-----
- ♡ nothing records theme by boyfriended ♡
- :(
- base code by animecharacter
- ----->
- <html>
- <link rel="shortcut icon" href="{image:favicon}">
- <link rel="alternate" type="application/rss+xml" href="{rss}">
- <title>{Title}</title>
- <link href="https://fonts.googleapis.com/css?family=Short+Stack&display=swap" rel="stylesheet">
- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script><script src="https://static.tumblr.com/rtrqcib/VGGnlh8rf/jquery.style-my-tooltips.min.js"></script><script>(function($){$(document).ready(function(){$("a[title]").style_my_tooltips({tip_follows_cursor:true,tip_delay_time:0,tip_fade_speed:0,attribute:"title"});});})(jQuery);</script>
- <meta name="image:favicon" content="">
- <meta name="image:background" content="" />
- <meta name="image:container bg" content="">
- <meta name="image:bottom left" content=""/>
- <meta name="image:bottom right" content=""/>
- <meta name="color:bg color" content="#fff">
- <meta name="color:container bg" content="">
- <meta name="color:border" content="#000">
- <meta name="color:post border" content="#000"/>
- <meta name="color:desc bg" content="#000">
- <meta name="color:desc text" content="#000">
- <meta name="color:header bg" content="#000">
- <meta name="color:post bg" content=""/>
- <meta name="color:title bg" content="#000">
- <meta name="color:title text" content="#000">
- <meta name="color:glow" content="#000">
- <meta name="color:text color" content="#000">
- <meta name="color:link color" content="#d34e">
- <meta name="color:link hover" content="#d34e">
- <meta name="color:text glow" content="#000000"/>
- <meta name="color:link glow" content="#000000"/>
- <meta name="color:scrollbar bg" content="#fff"/>
- <meta name="color:scrollbar thumb" content="#000"/>
- <meta name="color:selection bg" content="#fff"/>
- <meta name="color:selection text">
- <meta name="color:tooltip" content=""/>
- <meta name="color:tooltip text" content=""/>
- <meta name="if:redirect" content=""/>
- <meta name="if:cover bg" content=""/>
- <meta name="if:post glow" content="" />
- <meta name="if:header glow" content="" />
- <meta name="if:container glow" content="" />
- <meta name="if:desc glow" content="" />
- <meta name="if:glow links" content="" />
- <meta name="if:glow text" content="" />
- <meta name="if:marquee desc" content="" />
- <meta name="text:description" content="if youre readning this i love you"/>
- <meta name="text:title" content="o(^▽^)o">
- <meta name="text:redirect" content=""/>
- <meta name="text:link divider" content="/"/>
- <meta name="text:border size" content="3px" />
- <meta name="text:font size" content="20px">
- <meta name="text:link size" content="40px">
- <meta name="text:desc size" content="40px">
- <meta name="text:right width" content="450px"/>
- <meta name="text:left width" content="450px"/>
- <meta name="text:link one" content="one">
- <meta name="text:link one url" content="/">
- <meta name="text:link two" content="two">
- <meta name="text:link two url" content="/">
- <meta name="text:link three" content="three">
- <meta name="text:link three url" content="/">
- <meta name="select:font" content="arial">
- <meta name="select:font" content="verdana">
- <meta name="select:font" content="courier">
- <meta name="select:font" content="georgia">
- <meta name="select:font" content="times new roman">
- <meta name="select:font" content="ms gothic"/>
- <meta name="select:font" content="short stack"/>
- <meta name="select:font" content="comic sans ms">
- <meta name="select:desc align" content="left">
- <meta name="select:desc align" content="right">
- <meta name="select:desc align" content="center">
- {block:ifredirect}
- {block:IndexPage}<script type="text/javascript">
- var url = location.href;
- if (url == "{BlogURL}") {
- window.location = "{BlogURL}tagged/{text:redirect}";
- }
- </script>{/block:IndexPage}
- {/block:ifredirect}
- <head>
- <style type="text/css">
- ::selection {
- background: {color:selection bg};
- color:{color:selection text};
- }
- ::-moz-selection {
- background: {color:selection bg};
- color:{color:selection text};
- }
- ::-webkit-scrollbar {width: 5px; background-color:{color:scrollbar bg};}
- ::-webkit-scrollbar-thumb {border-radius: 0px; background: {color:scrollbar thumb};}
- body {
- background-color:{color:bg color};
- background-image: url('{image:background}');
- {block:ifnotcoverbg}
- background-repeat: repeat;
- background-attachment: fixed;
- {/block:ifnotcoverbg}
- {block:ifcoverbg}
- background-size: cover;
- background-attachment: fixed;
- {/block:ifcoverbg}
- font-family: {select:font};
- color:{color:text color};
- {block:ifglowtext}
- text-shadow: 0 0 3px {color:text glow}, 0 0 15px {color:text glow}, 0 0 3px {color:text glow};
- {/block:ifglowtext}
- font-size: {text:font size};
- }
- a {
- color:{color:link color};
- {block:ifglowlinks}
- text-shadow: 0 0 3px {color:link glow}, 0 0 15px {color:link glow}, 0 0 3px {color:link glow};
- {/block:ifglowlinks}
- text-decoration:none;
- }
- a:hover {
- color:{color:link hover};
- }
- mark {
- background-color: {color:title bg};
- color: {color:title text};
- }
- .links{
- text-align:center;
- font-size:{text:link size};
- }
- .post {
- width:350px;
- font-size:{text:font size};
- margin:0 auto;
- margin-top:30px;
- margin-bottom:30px;
- position:float;
- padding:10px;
- overflow:hidden;
- color:{color:text};
- background-color:{color:post bg};
- border:1px solid {color:post border};
- {block:ifpostglow}
- -moz-box-shadow: 0px 0px 4px 2px {color:glow};
- -webkit-box-shadow: 0px 0px 4px 2px {color:glow};
- box-shadow: 0px 0px 4px 2px {color:glow};{/block:ifpostglow}
- }
- .post img{
- max-width:100%;
- height:auto;
- }
- .tags {
- max-height:0px;
- line-height:130%;
- text-align:left;
- font-size:{text:font size};
- opacity:0;
- -webkit-transition: all 0.7s ease;
- transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;}
- .post:hover .tags{
- opacity:1;
- max-height:300px;
- -webkit-transition: all 0.7s ease;
- transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;}
- #header{
- width:605px;
- margin-left:150px;
- height:auto;
- margin:0 auto;
- padding:5px;
- background: {color:header bg};
- margin-top:60px;
- margin-bottom:10px;
- position;fixed;
- overflow:auto;
- text-align: justify;
- border:{text:border size} solid {color:border};
- padding: 10px 10px 8px 10px;
- {block:ifheaderglow}
- -moz-box-shadow: 0px 0px 4px 2px {color:glow};
- -webkit-box-shadow: 0px 0px 4px 2px {color:glow};
- box-shadow: 0px 0px 4px 2px {color:glow};{/block:ifheaderglow}
- }
- #container {
- height: 400px;
- background: {color:container bg};
- background-image: url('{image:container bg}');
- {block:ifnotcoverbg}
- background-repeat: repeat;
- background-attachment: fixed;
- {/block:ifnotcoverbg}
- {block:ifcoverbg}
- background-size: cover;
- background-attachment: fixed;
- {/block:ifcoverbg}
- width:600px;
- margin-left:150px;
- margin:0 auto;
- margin-top:20px;
- margin-bottom:10px;
- position;fixed;
- overflow:auto;
- text-align: justify;
- border:{text:border size} solid {color:border};
- padding: 10px 10px 8px 10px;
- {block:ifcontainerglow}
- -moz-box-shadow: 0px 0px 4px 2px {color:glow};
- -webkit-box-shadow: 0px 0px 4px 2px {color:glow};
- box-shadow: 0px 0px 4px 2px {color:glow};{/block:ifcontainerglow}
- }
- #desc{
- width:605px;
- margin-left:150px;
- margin:0 auto;
- height:auto;
- color:{color:desc text};
- font-size: {text:desc size};
- text-align: {select:desc align};
- padding: 10px 10px 1px 10px;
- margin-top:15px;
- margin-bottom:10px;
- position;fixed;
- overflow:auto;
- background: {color:desc bg};
- border:{text:border size} solid {color:border};
- {block:ifdescglow}
- -moz-box-shadow: 0px 0px 4px 2px {color:glow};
- -webkit-box-shadow: 0px 0px 4px 2px {color:glow};
- box-shadow: 0px 0px 4px 2px {color:glow}; {/block:ifdescglow}
- }
- #left img{
- position:fixed;
- z-index: -1;
- bottom:0px;
- left:5px;
- width:{text:left width};
- }
- #right img{
- position:fixed;
- z-index: -1;
- bottom:0px;
- right:5px;
- left:fixed;
- width:{text:right width};
- }
- .tooltip{
- display:inline;
- position:relative;
- }
- #s-m-t-tooltip{
- max-width:300px;
- padding:5px;
- margin:20px 7px -2px 20px;
- background-color:{color:tooltip};
- letter-spacing:1px;
- text-align:center;
- color:{color:tooltip text};
- z-index:99999999999999999999;
- -o-transition: all 0.3s ease-out;
- -webkit-transition: all 0.3s ease-out;
- -moz-transition: all 0.3s ease-out;
- }
- }
- </style>
- </head>
- <body>
- <div id="left"><img src="{image:bottom left}"></div>
- <div id="right"><img src="{image:bottom right}"></div>
- <div id="wrapper">
- <div id="header">
- <div class="links">
- <a style="float:left;">
- <mark>{text:title}</mark></a>
- <a href="{text:link one url}">{text:link one}</a> {text:link divider}
- <a href="{text:link two url}">{text:link two}</a> {text:link divider}
- <a href="{text:link three url}">{text:link three}</a>
- </div>
- </div>
- <div id="container">
- {block:posts}
- <center>
- <div class="post">
- {block:Text}
- {block:Title}
- <div class="title">{Title}</div>
- {/block:Title}
- {Body}
- {/block:Text}
- {block:Photo}
- <div class="media">{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</div>
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- {/block:Photo}
- {block:Photoset}
- <div class="media">{Photoset-400}</div>
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- {/block:Photoset}
- {block:Quote}
- <div class="quote">"{Quote}"</div>
- {block:Source}
- <div class="quotesource">{Source}</div>
- {/block:Source}
- {/block:Quote}
- {block:Link}
- <div class="title"><a href="{URL}">{Name}</a></div>
- {block:Description}
- <div class="description">{Description}</div>
- {/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}
- <div class="title">{Title}</div>
- {/block:Title}
- {block:Lines}
- <div class="{Alt} user_{UserNumber}">
- {block:Label}
- <b>{Label}</b>{/block:Label}
- {Line}
- </div>
- {/block:Lines}
- {/block:Chat}
- {block:Video}
- <div class="media">{Video-400}</div>
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- {/block:Video}
- {block:Audio}
- <div class="media">
- {AudioPlayerWhite}
- {block:TrackName}{TrackName}{/block:TrackName} /
- {block:Artist}{Artist}{/block:Artist}
- </div>
- {block:Caption}{Caption}{/block:Caption}
- {/block:Audio}
- {block:Answer}
- <div class="question">{Asker}: {Question}</div>
- <div class="caption">{Answer}</div>
- {/block:Answer}
- {block:Date}
- <div class="footer">
- <a href="{Permalink}"><a href="{Permalink}" title="{timeago}">{notecount} notes</a>
- <!-- {block:NoRebloggedFrom}
- {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
- {/block:NoRebloggedFrom} -->
- {block:ContentSource}<!-- {SourceURL}
- {block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- <br>
- <div class="tags"> {block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag} </a>{/block:Tags}{/block:HasTags}</div>
- </div>
- {block:PermalinkPage}
- {block:NoteCount}
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- {/block:NoteCount}
- {/block:PermalinkPage}
- {/block:Date}
- </div>
- {/block:Posts}
- <center>
- {block:Pagination}
- <div id="navi">
- {block:PreviousPage}<a href="{PreviousPage}">{lang:Previous}</a>{/block:PreviousPage}
- {block:NextPage}<a href="{NextPage}">{lang:Next}</a>{/block:NextPage}
- </div>
- {/block:Pagination}
- </center>
- </div>
- </div>
- <div id="desc">
- {block:ifnotmarqueedesc}
- {text:description}
- {block:ifnotmarqueedesc}
- {block:ifmarqueedesc}
- <marquee scrollamount="12">
- {text:description}
- </marquee>
- {/block:ifmarqueedesc}
- </div>
- <a style="position:fixed;left:3px;bottom:3px;" <a href="https://boyfriended.tumblr.com/" title="theme by artie >:3c">♜</a>
- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
- <script>window.jQuery || document.write('<script src="https://static.tumblr.com/qxrkgx6/q6kmgn2w2/jquery-1.8.3.min.js"><\/script>')</script>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement