Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <head>
- <!-----
- base code by animecharacter.tumblr.com
- TOYBOX THEME by LPS666!!!!!!!! DONT REMOVE CREDIT OR ELSE!!!!
- ----->
- <meta charset="utf-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
- {block:Description}
- <meta name="description" content="{MetaDescription}" />
- {/block:Description}
- <title>{Title}</title>
- {block:ifnotcustomfavicon}
- <link rel="shortcut icon" href="{Favicon}">
- {/block:ifnotcustomfavicon}
- {block:ifcustomfavicon}
- <link rel="shortcut icon" href="{image:favicon}">
- {/block:ifcustomfavicon}
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <link rel="stylesheet" href="http://static.tumblr.com/qxrkgx6/RWPmgn2qa/normalize.min.css">
- <meta name="image:favicon" content=""/>
- <meta name="image:bg" content="http://static.tumblr.com/blpgwiz/mrIm4x10z/rainbow.jpg"/>
- <meta name="image:aboveicon" content="http://orig03.deviantart.net/6356/f/2015/168/7/6/balloon_divider_by_bigemofurry666-d8xqhfy.gif"/>
- <meta name="image:links" content="http://38.media.tumblr.com/da1a5b4decd6a4e91e546235c8c42116/tumblr_inline_o2vzwbMFue1s98fhw_500.gif"/>
- <meta name="image:date" content="http://dl.glitter-graphics.com/pub/2053/2053763xanzz361d3.jpg"/>
- <meta name="image:sidebarbg" content="http://dl.glitter-graphics.com/pub/2053/2053763xanzz361d3.jpg"/>
- <meta name="image:postbg" content="http://dl.glitter-graphics.com/pub/2053/2053763xanzz361d3.jpg"/>
- <meta name="color:bg" content="#f00"/>
- <meta name="color:text" content="#000"/>
- <meta name="color:links" content="#eee"/>
- <meta name="color:borders" content="#00f"/>
- <meta name="color:date" content="#fcf"/>
- <meta name="if:custom favicon" content="1"/>
- <meta name="if:Uppercaselinks" content="0"/>
- <meta name="if:bgcover" content="0"/>
- <meta name="if:avatar" content="0"/>
- <script src="http://static.tumblr.com/qxrkgx6/LuRmgn2rm/modernizr-2.6.2.min.js"></script>
- <style type="text/css">
- /*
- general text styles, fonts and colours
- */
- body {
- margin:0px;
- background:{color:bg};
- background-image:url('{image:bg}');
- {block:ifbgcover}
- -webkit-background-size: cover;
- -moz-background-size: cover;
- -o-background-size: cover;
- background-size: cover;
- {/block:ifbgcover}
- font-family: 'comic sans ms';
- font-size:14px;
- line-height:140%;
- color: {color:Text};
- }
- p{
- margin:0 0 10px 0;
- padding:0;
- }
- pre {
- white-space: pre-wrap;
- white-space: -moz-pre-wrap;
- white-space: -pre-wrap;
- white-space: -o-pre-wrap;
- word-wrap: break-word;
- }
- a{
- background:{color:links};
- {block:ifUppercaselinks}
- text-transform:uppercase;
- {/block:ifUppercaselinks}
- text-decoration:none;
- }
- a:hover{
- }
- li{
- margin-left:-15px;
- }
- /*
- containers etc
- */
- #wrapper{
- width:600px;
- margin:50px auto;
- }
- #sidebar{
- width:160px;
- position:fixed;
- background:{color:date};
- background-image:url('{image:sidebarbg}');
- text-align:center;
- padding:15px;
- border:3px solid {color:borders};}
- #content{
- width:600px;
- margin-left:200px;
- }
- #date{
- background-image: url('http://dl5.glitter-graphics.net/pub/1043/1043585ir2mebcqub.gif');
- width:150px;
- margin-top:-25px;
- z-index:2;
- padding:5px;
- border: 3px dotted {color:Borders};
- margin-bottom:10px;
- }
- .post{
- width:400px;
- margin:0 0 50px 0;
- background:#f00;
- background-image:url('{image:postbg}');
- border:3px solid {color:borders};
- padding:15px;
- }
- #sidebar img, .post img{
- max-width:100%;
- }
- #nav{
- margin:50px 0 0 0;
- }
- /*
- content in the body of the posts - quotes, asks, etc
- "media" contains photos, photosets, videos, audio posts
- */
- .media{
- margin:0 0 10px 0;
- }
- .title{
- font-weight:normal;
- font-size:18px;
- margin:0 0 10px 0;
- }
- .quote{
- font-weight:normal;
- font-size:16px;
- font-style:italic;
- margin:0 0 10px 0;
- }
- .question{
- margin-bottom:10px;
- }
- blockquote{
- margin:0 0 10px 10px;
- padding:0 0 0 10px;
- border-left:solid 1px #00f;
- }
- /*
- post footers - date, tags, via and source
- */
- .post .footer{
- margin:0;
- text-align:left;
- }
- .post .header{
- margin:5px;
- }
- /*
- post notes
- */
- ol.notes{
- list-style-type:none;
- padding:0;
- margin:0;
- }
- ol.notes li.note img{
- width:16px;
- height:16px;
- }
- ol.notes li.note{
- margin:0px;
- }
- {CustomCSS}
- </style>
- </head>
- <body>
- <div id="wrapper">
- <div id="sidebar"><img src="{image:aboveicon}"><br>
- {block:ifAvatar}
- <img src="{PortraitURL-128}">
- {/block:ifAvatar}
- {block:Description}
- <p>{Description}</p>
- {/block:Description}
- <img src="{image:links}"><br>
- <a href="/">{lang:Home}</a><br>
- <a href="/archive">{lang:Archive}</a><br>
- {block:AskEnabled}
- <a href="/ask">{AskLabel}</a><br>
- {/block:AskEnabled}
- {block:SubmissionsEnabled}
- <a href="/ask">{SubmitLabel}</a><br>
- {/block:SubmissionsEnabled}
- {block:HasPages}
- {block:Pages}
- <a href="{URL}">{Label}</a><br>
- {/block:Pages}
- {/block:HasPages}
- </div>
- <div id="content">
- {block:Posts}
- <div class="post">
- <div class="header">
- {block:Date}<div id="date"><a href="{Permalink}">{TimeAgo}</a></div>{/block:Date}
- {block:RebloggedFrom}via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
- </div>
- {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">
- {block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}
- {AudioPlayerWhite}
- {block:TrackName}{TrackName}<br>{/block:TrackName}
- {block:Artist}{Artist}<br>{/block:Artist}
- {block:Album}{Album}{/block:Album}
- </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}">{block:NoteCount} {NoteCountWithLabel}{/block:NoteCount}</a>
- {block:HasTags}<br>{block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}
- {block:ContentSource}<br><a href="{SourceURL}">{lang:Source}: {SourceTitle}</a>{/block:ContentSource}
- </div>
- {block:PermalinkPage}
- {block:NoteCount}
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- {/block:NoteCount}
- {/block:PermalinkPage}
- {/block:Date}
- </div>
- {/block:Posts}
- {block:Pagination}
- <div id="nav">
- {block:PreviousPage}<a href="{PreviousPage}">{lang:Previous}</a>{/block:PreviousPage}
- {block:NextPage}<a href="{NextPage}">{lang:Next}</a>{/block:NextPage}
- </div>
- {/block:Pagination}
- </div>
- </div>
- </div>
- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
- <script>window.jQuery || document.write('<script src="http://static.tumblr.com/qxrkgx6/q6kmgn2w2/jquery-1.8.3.min.js"><\/script>')</script>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment