Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html public "-//W3C//DTD HTML 4.01 Transitional//EN"
- "http://www.w3.org/TR/html4/loose.dtd">
- <head>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{image:favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <!----
- ___ ___ ____ __ _ _ _ __ ______ ____ _ ____
- | | \| |_)| |_ / /\ | |\/|| || |\ |/ /`_ | || |_|| |_ | |\/|| |_
- |_|_/|_| \|_|__/_/--\|_| ||_||_| \|\_\_/ |_||_| ||_|__|_| ||_|__
- ____ ____ _________ ____ ____ ____ ____ ____ ____ ____ ____ ____ ____
- ||b |||y ||| |||f |||r |||o |||g |||t |||h |||e |||m |||e |||s ||
- ||__|||__|||_______|||__|||__|||__|||__|||__|||__|||__|||__|||__|||__||
- |/__\|/__\|/_______\|/__\|/__\|/__\|/__\|/__\|/__\|/__\|/__\|/__\|/__\|
- this is a simple theme but that doesn't mean you should steal it!
- please keep the credit on there and have a good time! :3c
- ---->
- <meta name="color:background" content="#ffffff"/>
- <meta name="color:post background" content="">
- <meta name="color:sidebar background" content="">
- <meta name="color:description background" content="">
- <meta name="color:text" content="#838282"/>
- <meta name="color:link" content="#e2bfde"/>
- <meta name="color:link hover" content="#e0e0e0"/>
- <meta name="color:scrollbar1" content="">
- <meta name="color:scrollbar2" content="">
- <meta name="color:border" content="">
- <meta name="color:blockquote" content="">
- <meta name="text:opacity" content="">
- <meta name="text:link1" content="">
- <meta name="text:link1 url" content="/">
- <meta name="text:link2" content="">
- <meta name="text:link2 url" content="/">
- <meta name="text:link3" content="">
- <meta name="text:link3 url" content="/">
- <meta name="text:link4" content="">
- <meta name="image:favicon" content="">
- <meta name="image:sideimg" content="">
- <meta name="image:sidepic" content="">
- <meta name="image:background" content="">
- <meta name="image:sidebar background" content="">
- <meta name="if:captions" content="">
- <meta name="if:full page background" content="">
- <meta name="if:repeating background" content="">
- <meta name="if:italic title" content="">
- <meta name="if:bold title" content="">
- <meta name="if:sidebar image border" content="">
- <meta name="if:circle sidebar image" content="">
- <meta name="select:font size" content="14px">
- <meta name="select:font size" content="15px">
- <meta name="select:font size" content="16px">
- <meta name="select:font size" content="17px">
- <meta name="select:title size" content="18px">
- <meta name="select:title size" content="19px">
- <meta name="select:title size" content="20px">
- <meta name="select:title size" content="21px">
- <meta name="select:title size" content="22px">
- <meta name="select:title size" content="23px">
- <meta name="select:font" content="calibri">
- <meta name="select:font" content="trebuchet ms">
- <meta name="select:font" content="century gothic">
- <meta name="select:font" content="arial">
- <meta name="select:font" content="consolas">
- <meta name="select:font" content="tahoma">
- <meta name="select:font" content="lucida console">
- <meta name="select:font" content="verdana">
- <style type="text/css">
- body {
- {block:ifrepeatingbackground}
- background-image: url({image:background});
- background-repeat: repeat;
- {/block:ifrepeatingbackground}
- {block:iffullpagebackground}
- background: url({image:background}) fixed;
- background-size: cover;
- {/block:iffullpagebackground}
- background-color:{color:background};
- margin:0px;
- color:{color:text};
- font-family:{select:font};
- font-size:{select:font size};
- line-height:100%;
- font-style: none;
- overflow-y:auto;
- overflow-x:hidden;
- }
- a:link, a:visited, a:active {
- color: {color:link};
- text-decoration: none;
- font-weight: normal;
- }
- a:hover {
- color: {color:link hover};
- text-decoration: none;
- font-weight: normal;
- }
- #entries {
- position:absolute;
- width:850px;
- top:14px;
- padding:20px;
- left:550px;
- float:left;
- }
- #post {
- margin-bottom:25px;
- width:400px;
- padding:6px;
- border:1px solid {color:border};
- background-color:rgba({RGBcolor:post background},{text:opacity});
- z-index:999999;
- }
- #post blockquote {
- border-left: solid 2px {color:blockquote};
- margin: 0;
- padding-left: 5px;
- }
- #sidebar {
- width:300px;
- position:fixed;
- height:100%;
- margin-left:0px;
- padding:5px;
- border-right:1px solid {color:border};
- background-color:rgba({RGBcolor:sidebar background},{text:opacity});
- background-image: url({image:sidebar background});
- background-repeat: repeat;
- }
- #sidebar #contenti {
- margin-top:150px;
- }
- #sidebar #backo {
- background-color:rgba({RGBcolor:description background},{text:opacity});
- width:250px;
- padding:5px;
- border:1px solid {color:border};
- }
- #desc {
- width:200px;
- height:80px;
- overflow-y:auto;
- overflow-x:hidden;
- margin-top:10px;
- margin-bottom:10px;
- }
- .pagi {
- font-size:20px;
- }
- .capti {
- width:auto;
- padding-left:6px;
- padding-right:6px;
- margin-right:2px;
- margin-left:2px;
- padding-top:0;
- }
- #sideimg {
- {block:ifsidebarimageborder}
- border:1px solid {color:border};
- {/block:ifsidebarimageborder}
- {block:ifcirclesidebarimage}
- border-radius:60px;
- {/block:ifcirclesidebarimage}
- width:120px;
- height:120px;
- margin-bottom:10px;
- }
- #sideimg img {
- width:120px;
- height:120px;
- {block:ifcirclesidebarimage}
- border-radius:60px;
- {/block:ifcirclesidebarimage}
- }
- #info {
- text-transform:lowercase;
- font-style:none;
- font-size: 14px;
- width:400px;
- color:{color:text};
- text-align:center;
- padding-top:5px;
- }
- #info a:link {
- color:{color:link};
- }
- #info a:hover {
- color:{color:link hover};
- }
- #title2 {
- {block:ifitalictitle}
- font-style:italic;
- {/block:ifitalictitle}
- {block:ifboldtitle}
- font-weight:bold;
- {/block:ifboldtitle}
- font-size:{select:title size};
- letter-spacing:1px;
- margin-top:6px;
- margin-bottom:6px;
- margin-left:0px;
- padding:2px;
- width:245px;
- }
- #title3 {
- color:{color:title};
- {block:ifitalictitle}
- font-style:italic;
- {/block:ifitalictitle}
- {block:ifboldtitle}
- font-weight:bold;
- {/block:ifboldtitle}
- font-size:{select:title size};
- text-align:center;
- }
- #sidepic {
- position:fixed;
- right:0px;
- bottom:0px;
- z-index:0;
- }
- #ask {
- float:left;
- margin-right:5px;
- }
- #audioplayer {
- width:200px;
- height:100%;
- overflow:hidden;
- }
- #player {
- width:120px;
- height:30px;
- overflow:hidden;
- }
- .gosh a {
- bottom:2px;
- right:2px;
- color:{color:link};
- font-family:helvetica;
- font-size:11px;
- position:fixed;
- }
- ::selection {
- background: {color:highlight};
- color: {color:highlighted text};
- }
- ::-moz-selection {
- background: {color:highlight};
- color: {color:highlighted text};
- }
- ::-webkit-scrollbar {
- width: 12px;
- height: 10px;
- background: {color:scrollbar1};
- }
- ::-webkit-scrollbar-thumb {
- background: {color:scrollbar2};
- {CustomCSS}</style>
- </head><body>
- <div id="sidebar">
- <center>
- <div id="contenti">
- <div id="sideimg"><img src="{image:sideimg}"></div>
- <div id="backo">
- <div id="title2">{Title}</div>
- <div id="desc">
- {Description}
- </div>
- <div class="sidelink">
- <a href="{text:link1 url}">{text:link1}</a>
- <a href="{text:link2 url}">{text:link2}</a>
- <a href="{text:link3 url}">{text:link3}</a>
- <a href="{text:link4 url}">{text:link4}</a>
- </div><br>
- {block:Pagination}
- <div id="pagi">
- {block:PreviousPage}
- <a href="{PreviousPage}"></a>
- {/block:PreviousPage}
- {block:JumpPagination length="5"}
- {block:CurrentPage}
- <span class="current_page">{PageNumber}</span>
- {/block:CurrentPage}
- {block:JumpPage}
- <a class="jump_page" href="{URL}">{PageNumber}</a>
- {/block:JumpPage}
- {/block:JumpPagination}
- {block:NextPage}
- <a href="{NextPage}"></a>
- {/block:NextPage}
- </div>
- {/block:Pagination}
- </center>
- </div>
- </div>
- </div>
- </div>
- <div id="entries">{block:Posts}<div id="post">
- {block:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- {block:Text}<h1>{block:Title}<div id="title3">{Title}</div>{/block:Title}</h1><div class="capti">{Body}</div>{/block:Text}
- {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}<div class="capti">{block:ifcaptions}{block:Caption}{Caption}{/block:Caption}{/block:ifcaptions}</div>{/block:Photo}
- {block:Photoset}{Photoset-400}{block:ifcaptions}<div class="capti">{block:Caption}{Caption}{/block:Caption}</div>{/block:ifcaptions}{/block:Photoset}
- {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
- {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
- {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
- {block:Audio}
- <table><tr>
- <td style="width:40px;">
- <div id="audioimg">{block:AlbumArt}
- <img src="{AlbumArtURL}" width="100px"/>
- </div>
- {/block:AlbumArt}</td>
- <td style="width: 100px; ">
- <div id="audioplayer">
- <div class="audio">
- {block:TrackName}
- <b>Title:</b>{TrackName}<br>{/block:TrackName}
- {block:Artist}<b>Artist:</b> {Artist}<br>{/block:Artist}
- {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
- <div id="player">{AudioPlayerWhite} </div>
- </div>
- </td>
- </tr></table>
- {block:ifcaptions}
- <div class="capti">{block:Caption}{Caption}{/block:Caption}</div>
- {/block:ifcaptions}
- {/block:Audio}
- {block:Video}{Video-400}<div class="capti">{block:ifcaptions}{block:Caption}{Caption}{/block:Caption}{/block:ifcaptions}</div>{/block:Video}
- {block:Answer}<div id="ask"><img src="{AskerPortraitURL-24}"></div>{Asker} asked:<br>{Question}{Answer}{/block:Answer}
- <div id="info">{block:Date}<a href="{Permalink}">{TimeAgo}</a> {block:NoteCount}・ <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} {/block:Date}{block:RebloggedFrom}・ <a href="{ReblogParentURL}">via</a> {/block:RebloggedFrom}
- {block:ContentSource}・ <a href="{SourceURL}">source</a>{/block:ContentSource}
- </div>
- </div>
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- {/block:Posts}
- </div>
- <img src="{image:sidepic}" height="auto" id="sidepic">
- <div class="gosh"><a href="http://frogthemes.tumblr.com" target="_blank">x</a></div>
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement