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">
- <html>
- <!--
- PLEASE DO NOT REMOVE THIS.
- THE REMOVAL OF THIS PART WILL CONSIDER YOU A THIEF.
- IF YOU REMOVE CREDIT, MAKE SURE IT'S ON A CREDITS PAGE.
- THEME: #01 SUGARLESS (VERSION TWO)
- jyuubi.org | manatopia.org
- --RULES--
- 1) DO NOT REMOVE CREDIT.
- 2) DO NOT USE TO MAKE YOUR OWN THEME TO RESDISTRIBUTE.
- 3) DO NOT USE TO MAKE YOUR OWN THEME AND REMOVE CREDIT.
- 4) IF YOU USE ANYTHING FROM MY THEMES, ALWAYS CREDIT.
- 5) DO USE ANY GRAPHICS MADE FOR A PREVIEW.
- -->
- <meta name="color:BackgroundM" content="#ececec">
- <meta name="color:Content Background" content="#F1F1F1">
- <meta name="color:Content Text" content="#bf8e71">
- <meta name="color:Content Bold" content="#f1928a">
- <meta name="color:Content Italic" content="#a9a759">
- <meta name="color:Content Link" content="#5AB3B3">
- <meta name="color:Sidebar Title Background" content="#a8d3d0">
- <meta name="color:Sidebar Title" content="#2f7f88">
- <meta name="color:Nav Background" content="#f8b0a9">
- <meta name="color:Nav Link" content="#FFFFFF">
- <meta name="color:Nav Link Hover" content="#e26372">
- <meta name="color:Pagination Arrows" content="#d65976">
- <meta name="color:Post Background" content="#EBEBEB">
- <meta name="color:Post Title" content="#519e9c">
- <meta name="color:Post Blockquote" content="#dddddd">
- <meta name="color:Stats Background" content="#E6E6E6">
- <meta name="color:Stats Link" content="#a9a759">
- <meta name="color:Stats Text" content="#f1928a">
- <meta name="image:BackgroundM" content="http://static.tumblr.com/pdgxkke/ZLTm1h52b/sugarless_v2.png">
- <meta name="image:Sidebar" content="http://static.tumblr.com/pdgxkke/WE9m1h52q/sugarless-v2.png">
- <meta name="font:Content" content="tahoma, sans-serif">
- <meta name="if:Infinite Scrolling" content="0">
- <meta name="if:Smaller Posts" content="0">
- <meta name="if:Show Captions" content="0">
- <meta name="if:Show High Res Link" content="0">
- <meta name="if:Reblog Link" content="1">
- <meta name="if:Show Tags" content="1">
- <meta name="text:Navigation Position" content="100">
- <meta name="text:Sidebar Text Size" content="11">
- <meta name="text:Post Text Size" content="12">
- <meta name="text:Name 1" content="">
- <meta name="text:URL 1" content="http://">
- <meta name="text:Name 2" content="">
- <meta name="text:URL 2" content="http://">
- <meta name="text:Name 3" content="">
- <meta name="text:URL 3" content="http://">
- <meta name="text:Name 4" content="">
- <meta name="text:URL 4" content="http://">
- <meta name="text:Name 5" content="">
- <meta name="text:URL 5" content="http://">
- <meta name="text:Name 6" content="">
- <meta name="text:URL 6" content="http://">
- <head>
- <meta http-equiv="content-type" content="text/html; charset=utf-8">
- <title>{Title}</title>
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}" />
- <style type="text/css">
- /* BODY */
- body {
- background-image: url('{image:BackgroundM}');
- background-attachment: fixed;
- background-color: {color:BackgroundM};
- margin: 0;
- }
- ::-webkit-scrollbar-thumb:vertical {
- background-color: {color:Content Bold};
- height: 50px;
- }
- ::-webkit-scrollbar {
- background-color: {color:Content Background};
- height: 10px;
- width: 5px;
- }
- /* SIDEBAR */
- #sidebar {
- background-color: {color:Content Background};
- width: 350px;
- {block:IfNotSmallerPosts}left: 528px;{/block:IfNotSmallerPosts}
- {block:IfSmallerPosts}left: 428px;{/block:IfSmallerPosts}
- bottom: 0;
- position: fixed;
- z-index: 999;
- padding-right: 10px;
- padding-top: 10px;
- padding-bottom: 10px;
- -moz-border-radius: 0px 150px 0px 0px;
- -webkit-border-radius: 0px 150px 0px 0px;
- border-radius: 0px 150px 0px 0px;
- font-family: {font:Content};
- font-size: {text:Sidebar Text Size}px;
- color: {color:Content Text};
- text-align: center;
- line-height: 18px;
- }
- #sidebar b, strong {
- color: {color:Content Bold};
- }
- #sidebar i, em {
- color: {color:Content Italic};
- }
- #sidebar a {
- color: {color:Content Link};
- text-decoration: none;
- }
- #sidebar img {
- max-width: 350px;
- -moz-border-radius: 0px 150px 0px 0px;
- -webkit-border-radius: 0px 150px 0px 0px;
- border-radius: 0px 150px 0px 0px;
- }
- #sidebar h1 {
- background-color: {color:Sidebar Title Background};
- font-family: courier new;
- font-size: 16px;
- color: {color:Sidebar Title};
- font-weight: normal;
- letter-spacing: 2px;
- text-align: right;
- margin: 0;
- }
- /* NAVIGATION */
- #nav {
- {block:IfNotSmallerPosts}left: 790px;{/block:IfNotSmallerPosts}
- {block:IfSmallerPosts}left: 690px;{/block:IfSmallerPosts}
- bottom: {text:Navigation Position}px;
- position: fixed;
- }
- #nav a {
- background-color: {color:Nav Background};
- display: block;
- width: 200px;
- margin-bottom: 4px;
- padding-right: 3px;
- font-family: consolas;
- font-size: 8px;
- color: {color:Nav Link};
- text-transform: uppercase;
- text-decoration: none;
- letter-spacing: 2px;
- text-align: right;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- -ms-transition: all 0.5s ease;
- transition: all 0.5s ease;
- -moz-border-radius: 0px 10px 10px 0px;
- -webkit-border-radius: 0px 10px 10px 0px;
- border-radius: 0px 10px 10px 0px;
- }
- #nav a:hover {
- padding-left: 30px;
- color: {color:Nav Link Hover};
- }
- /* PAGINATION */
- #pagi {
- position: fixed;
- bottom: 5px;
- right: 5px;
- }
- #pagi a {
- font-family: courier new;
- font-size: 34px;
- color: {color:Pagination Arrows};
- text-decoration: none;
- }
- /* ENTRIES */
- #content {
- background-color: {color:Content Background};
- {block:IfNotSmallerPosts}width: 518px;{/block:IfNotSmallerPosts}
- {block:IfSmallerPosts}width: 418px;{/block:IfSmallerPosts}
- height: 100%;
- padding: 5px;
- position: fixed;
- top: 0;
- }
- #posts {
- margin-left: 8px;
- margin-top: 14px;
- }
- .entry {
- background-color: {color:Post Background};
- {block:IfNotSmallerPosts}width: 500px;{/block:IfNotSmallerPosts}
- {block:IfSmallerPosts}width: 400px;{/block:IfSmallerPosts}
- border: 5px solid {color:Post Background};
- overflow: hidden;
- position: relative;
- font-family: {font:Content};
- font-size: {text:Post Text Size}px;
- color: {color:Content Text};
- letter-spacing: 1px;
- }
- .entry b, strong {
- color: {color:Content Bold};
- }
- .entry i, em {
- color: {color:Content Italic};
- }
- .entry a {
- color: {color:Content Link};
- text-decoration: none;
- }
- .entry h1 {
- font-family: consolas;
- font-size: 12px;
- color: {color:Post Title};
- font-weight: normal;
- letter-spacing: 2px;
- text-transform: uppercase;
- border-left: 5px solid {color:Post Blockquote};
- padding-left: 5px;
- }
- .entry h1 a {
- color: {color:Post Title};
- }
- .entry blockquote {
- border-left: 5px solid {color:Post Blockquote};
- padding-left: 5px;
- margin-left: 5px;
- }
- {block:IfSmallerPosts}
- .entry img {
- max-width: 400px;
- }
- {/block:IfSmallerPosts}
- /* QUOTES */
- .entry h2 {
- font-family: consolas;
- font-size: 12px;
- color: {color:Post Title};
- font-weight: normal;
- text-transform: uppercase;
- letter-spacing: 2px;
- text-align: left;
- }
- .quote {
- font-family: georgia;
- font-size: 24px;
- color: {color:Content Bold};
- float: left;
- }
- /* QUESTION & ANSWERS */
- .ask {
- background-color: #ebebeb;
- padding: 2px;
- font-size: 10px;
- }
- /* AUDIO */
- .audio img {
- max-width: 40px;
- float: left;
- margin-right: 5px;
- }
- .player {
- background-color: #e4e4e4;
- height: 27px;
- {block:IfSmallerPosts}width: 400px;{/block:IfSmallerPosts}
- {block:IfNotSmallerPosts}width: 500px;{/block:IfNotSmallerPosts}
- }
- /* STATISTICS BAR */
- .stats {
- background-color: {color:Stats Background};
- {block:IfNotSmallerPosts}width: 500px;{/block:IfNotSmallerPosts}
- {block:IfSmallerPosts}width: 400px;{/block:IfSmallerPosts}
- padding: 5px;
- position: relative;
- z-index: 999;
- margin-bottom: 14px;
- font-family: tahoma, sans-serif;
- font-size: 8px;
- color: {color:Stats Text};
- letter-spacing: 2px;
- text-transform: uppercase;
- }
- .stats a {
- color: {color:Stats Link};
- text-decoration: none;
- }
- /* PERMALINK PAGE */
- .permalink {
- font-family: tahoma, sans-serif;
- font-size: 10px;
- color: {color:Content Text};
- text-transform: lowercase;
- text-align: center;
- {block:IfNotSmallerPosts}width: 510px;{/block:IfNotSmallerPosts}
- {block:IfSmallerPosts}width: 410px;{/block:IfSmallerPosts}
- position: relative;
- letter-spacing: 2px;
- }
- .permalink b {
- color: {color:Content Bold};
- font-weight: normal;
- }
- #date {
- color: {color:Content Italic};
- }
- .permalink a {
- color: {color:Content Link};
- text-decoration: none;
- }
- ol.notes {
- padding: 0px;
- margin: 15px 0px;
- list-style-type: none;
- background: transparent;
- border: 0px;
- letter-spacing: 0px;
- }
- ol.notes li.note {
- padding: 1px;
- text-align: left;
- letter-spacing: 0px;
- }
- .notes img{
- width: 10px;
- position: relative;
- top: 1px;
- opacity: .5;
- }
- /* FOLLOW CODE */
- iframe#tumblr_controls {
- right:3px !important;
- position: fixed !important;
- -webkit-transition: opacity 0.7s linear;
- opacity: 0.2;
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- transition: all 0.8s ease-out;
- }
- iframe#tumblr_controls:hover {
- -webkit-transition: opacity 0.7s linear;
- opacity: 1;
- -webkit-transition: all 0.4s ease-out;
- -moz-transition: all 0.4s ease-out;
- transition: all 0.4s ease-out;
- }
- </style>
- <style type="text/css">{CustomCSS}</style>
- {block:IfInfiniteScrolling}
- <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
- {/block:IfInfiniteScrolling}
- </head>
- <body>
- {block:IfNotInfiniteScrolling}
- {block:Pagination}<div id="pagi">
- {block:PreviousPage}<a href="{PreviousPage}">«</a> {block:PreviousPage}
- {block:NextPage}<a href="{NextPage}">»</a>{block:NextPage}
- </div>{/block:Pagination}
- {/block:IfNotInfiniteScrolling}
- <div id="sidebar">
- <img src="{image:Sidebar}" alt="">
- <h1>{Title}</h1>
- {Description}
- </div>
- <div id="nav">
- <a href="/">return?</a>
- <a href="/archive">archive</a>
- <a href="/ask">message</a>
- {block:IfName1}<a href="{text:URL 1}">{text:Name 1}</a>{/block:IfName1}
- {block:IfName2}<a href="{text:URL 2}">{text:Name 2}</a>{/block:IfName2}
- {block:IfName3}<a href="{text:URL 3}">{text:Name 3}</a>{/block:IfName3}
- {block:IfName4}<a href="{text:URL 4}">{text:Name 4}</a>{/block:IfName4}
- {block:IfName5}<a href="{text:URL 5}">{text:Name 5}</a>{/block:IfName5}
- {block:IfName6}<a href="{text:URL 6}">{text:Name 6}</a>{/block:IfName6}
- <a href="http://jyuubi.org">© theme</a>
- </div>
- <div id="content"></div>
- <div id="posts">
- {block:Posts}
- <div class="post">
- <div class="entry">
- {block:Text}
- {block:Title}<h1>{Title}</h1>{/block:Title}
- {Body}
- {/block:Text}
- {block:Photo}
- <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"></a>{LinkCloseTag}</center>
- {block:IfShowHighResLink}{block:HighRes}<font size="1px"><a href="{PhotoURL-HighRes}">high resolution →</a></font>{/block:HighRes}{/block:IfShowHighResLink}
- {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
- {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
- {Caption}
- {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
- {/block:Photo}
- {block:Photoset}
- {block:IfNotSmallerPosts}{Photoset-500}{/block:IfNotSmallerPosts}
- {block:IfSmallerPosts}{Photoset-400}{/block:IfSmallerPosts}
- {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
- {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
- {Caption}
- {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
- {/block:Photoset}
- {block:Quote}
- <div class="quote">❝</div>
- <h2>{Quote}</h2>
- {block:Source}<p align="right">{Source} —</p>{/block:Source}
- {/block:Quote}
- {block:Link}
- <h1><a href="{URL}" target="{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}
- {block:AlbumArt}<div class="audio"><img src="{AlbumArtURL}" alt=""></div>{/block:AlbumArt}
- <div class="player">{AudioPlayerGrey}</div>
- <b>{FormattedPlayCount}</b> plays{block:Artist} <b>|</b> by <i>{Artist}</i>{/block:Artist}
- {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
- {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
- {Caption}
- {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
- {/block:Audio}
- {block:Video}
- {block:IfNotSmallerPosts}{Video-500}{/block:IfNotSmallerPosts}
- {block:IfSmallerPosts}{Video-400}{/block:IfSmallerPosts}
- <center><i>{FormattedPlayCount}</i> plays</center><br />
- {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
- {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
- {Caption}
- {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
- {/block:Video}
- {block:Answer}
- <div class="ask">{Asker} <b>sent:</b> {Question}</div>
- {Answer}
- {/block:Answer}
- </div>
- {block:IndexPage}<div class="stats">
- <b>Posted</b> <a href="{Permalink}">{TimeAgo}{block:NoteCount}, with {NoteCountWithLabel}{/block:NoteCount}</a>{block:IfReblogLink} | <a href="{ReblogURL}">Reblog</a>{/block:IfReblogLink}{block:IfShowTags}{block:HasTags}<br />
- <b>Tags</b> {block:Tags}<a class="tag" href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}{/block:IfShowTags}
- </div>{/block:IndexPage}
- </div>
- {block:PermalinkPage}
- <div class="permalink">
- <center><div id="date">{block:Date}posted {12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}</div>{block:RebloggedFrom}<b>origin:</b> <a href="{ReblogRootURL}">{ReblogRootName}</a> | <b>via:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a><br />{/block:RebloggedFrom}
- {block:HasTags}<b>tags »</b> {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}</center>
- {block:PostNotes}
- {PostNotes}
- {/block:PostNotes}
- </div>
- {/block:PermalinkPage}
- {/block:Posts}
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment