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.
- IF YOU REMOVE CREDIT, MAKE SURE IT'S ON A CREDITS PAGE.
- THEME: #01 SUGARLESS (VERSION ONE)
- 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="#fff">
- <meta name="color:Content Background" content="#ebe4d7">
- <meta name="color:Content Text" content="#ADA699">
- <meta name="color:Content Bold" content="#f0a379">
- <meta name="color:Content Italic" content="#d1b785">
- <meta name="color:Content Link" content="#c7b891">
- <meta name="color:Content Titles" content="#f7a170">
- <meta name="color:Nav Border" content="#d3c6a6">
- <meta name="color:Nav Background" content="#f2b28f">
- <meta name="color:Nav Link" content="#fbe4de">
- <meta name="color:Nav Link Hover" content="#827b69">
- <meta name="color:Arrow" content="#e2e2e2">
- <meta name="color:Arrow Hover" content="#f68042">
- <meta name="color:Ask Background" content="#f1eade">
- <meta name="color:Permalink Bar Background" content="#d3c6a6">
- <meta name="color:Permalink Bar Link" content="#efe9d9">
- <meta name="image:BackgroundM" content="http://static.tumblr.com/pdgxkke/gGQm1d3xw/sugarless2.png">
- <meta name="image:Sidebar" content="">
- <meta name="if:Infinite Scrolling" content="0">
- <meta name="if:Photo Transparency" content="1">
- <meta name="if:Show Captions" content="0">
- <meta name="if:Reblog Link" content="0">
- <meta name="text:Sidebar Position" content="50">
- <meta name="text:Sidebar Title" content="">
- <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://">
- <head>
- <meta http-equiv="content-type" content="text/html; charset=utf-8">
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <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};
- color: {color:Content Text};
- }
- ::-webkit-scrollbar-thumb:vertical {
- background-color: {color:Content Bold};
- height: 50px;
- }
- ::-webkit-scrollbar {
- height: 10px;
- width: 3px;
- background-color: {color:Content Background};
- }
- b, strong {
- color: {color:Content Bold};
- font-weight: normal;
- }
- i, em {
- color: {color:Content Italic};
- }
- a {
- color: {color:Content Link};
- text-decoration: none;
- }
- /* NAVIGATION */
- #right {
- position: fixed;
- left: 540px;
- margin-top: {text:Sidebar Position}px;
- }
- #sidebarimage {
- background-color: {color:Content Background};
- padding: 5px;
- width: 400px;
- text-align: center;
- margin-bottom: 6px;
- }
- #sidebarimage img {
- max-width: 400px;
- margin-bottom: -5px;
- }
- #sidebar {
- background-color: {color:Content Background};
- font-family: tahoma, sans-serif;
- font-size: 10px;
- letter-spacing: 2px;
- text-align: center;
- padding: 5px;
- width: 400px;
- }
- #sidebar h1 {
- font-family: consolas;
- font-size: 12px;
- color: {color:Content Titles};
- font-weight: normal;
- letter-spacing: 6px;
- text-transform: uppercase;
- text-align: left;
- text-decoration: none;
- margin: 0;
- }
- #sidebar h2 {
- font-family: Lucida Console, Monaco, monospace;
- font-size: 10px;
- color: {color:Sidebar Subtitle};
- font-weight: normal;
- letter-spacing: 3px;
- text-transform: uppercase;
- text-align: center;
- margin-top: -12px;
- }
- #nav {
- background-color: {color:Content Background};
- padding: 5px;
- width: 380px;
- margin-bottom: 6px;
- text-align: center;
- border-left: 10px solid {color:Nav Border};
- border-right: 10px solid {color:Nav Border};
- }
- #nav a {
- background-color: {color:Nav Background};
- display: inline-block;
- width: 50px;
- height: 25px;
- font-family: consolas;
- font-size: 8px;
- color: {color:Nav Link};
- text-decoration: none;
- text-transform: uppercase;
- letter-spacing: 2px;
- text-align: center;
- line-height: 25px;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- }
- #nav a:hover {
- color: {color:Nav Link Hover};
- }
- /* PAGINATION */
- #pages {
- text-align: right;
- font-family: consolas;
- font-size: 9px;
- text-transform: uppercase;
- letter-spacing: 2px;
- margin-top: 10px;
- }
- #pages a {
- color: #c1b698;
- text-decoration: none;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- }
- #pages a:hover {
- color: {color:Arrow Hover};
- }
- /* POST */
- .entry {
- background-color: {color:Content Background};
- border: 5px solid {color:Content Background};
- font-family: tahoma, sans-serif;
- font-size: 12px;
- text-align: justify;
- letter-spacing: 1px;
- width: 500px;
- overflow: hidden;
- }
- .entry h1 {
- font-family: consolas;
- font-size: 12px;
- color: {color:Content Titles};
- font-weight: normal;
- text-transform: uppercase;
- letter-spacing: 4px;
- text-decoration: none;
- text-align: center;
- }
- .entry h1 a {
- color: {color:Content Titles};
- }
- .entry blockquote {
- border-left: 3px solid {color:Content Bold};
- padding-left: 5px;
- margin-left: 5px;
- }
- .entry img {
- margin-bottom: -5px;
- }
- /* PHOTO POSTS */
- {block:IfNotPhotoTransparency}
- .photo {
- text-align: center;
- }
- {/block:IfNotPhotoTransparency}
- {block:IfPhotoTransparency}
- .photo {
- text-align: center;
- opacity: .8;
- -webkit-transition: all 1s ease;
- -moz-transition: all 1s ease;
- -o-transition: all 1s ease;
- }
- .photo:hover {
- opacity: 1;
- }
- .entry img {
- opacity: .8;
- -webkit-transition: all 1s ease;
- -moz-transition: all 1s ease;
- -o-transition: all 1s ease;
- }
- .entry img:hover {
- opacity: 1;
- }
- {/block:IfPhotoTransparency}
- /* QUOTE POST */
- .entry h2 {
- font-family: consolas;
- font-size: 12px;
- color: {color:Content Titles};
- font-weight: normal;
- text-transform: uppercase;
- letter-spacing: 2px;
- text-align: left;
- }
- .quote {
- font-family: georgia;
- font-size: 26px;
- color: {color:Content Bold};
- float: left;
- }
- /* ASK POSTS */
- .ask {
- background-color: {color:Ask Background};
- font-family: consolas;
- font-size: 9px;
- text-transform: uppercase;
- padding: 2px;
- }
- /* AUDIO */
- .audio img {
- max-width: 40px;
- float: left;
- margin-right: 5px;
- }
- .player {
- background-color: #fff;
- height: 27px;
- width: 500px;
- }
- /* NOTES */
- .notes2 {
- background-color: {color:Permalink Bar Background};
- font-family: consolas;
- font-size: 9px;
- text-align: center;
- width: 508px;
- margin-bottom: 15px;
- padding: 1px;
- text-transform: uppercase;
- letter-spacing: 1px;
- }
- .notes2 a {
- color: {color:Permalink Bar Link};
- text-decoration: none;
- letter-spacing: 2px;
- }
- /* PERMALINK PAGE */
- .permalink {
- font-family: tahoma, sans-serif;
- font-size: 11px;
- color: {color:Content Text};
- text-transform: lowercase;
- text-align: center;
- width: 510px;
- }
- .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;
- text-transform: lowercase;
- }
- ol.notes li.note {
- padding: 1px;
- text-align: left;
- letter-spacing: 0px;
- text-transform: lowercase;
- }
- .notes img{
- width: 8px;
- 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>
- <div id="right">
- <div id="sidebarimage">
- <img src="{image:Sidebar}">
- </div>
- <div id="nav">
- <a href="/">Index</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}
- <a href="http://jyuubi.org">Theme</a>
- </div>
- <div id="sidebar">
- <h1>{text:Sidebar Title}</h1>
- {Description}
- </div>
- {block:IfNotInfiniteScrolling}
- {block:Pagination}<div id="pages">
- {block:PreviousPage}<a href="{PreviousPage}">← backward</a> | {block:PreviousPage}{block:NextPage}<a href="{NextPage}">forward →</a>{block:NextPage}
- </div>{/block:Pagination}
- {/block:IfNotInfiniteScrolling}
- </div>
- <div class="autopagerize_page_element">
- {block:Posts}
- <div class="entry">
- {block:Text}
- <h1>{Title}</h1>
- {Body}
- {/block:Text}
- {block:Photo}
- {LinkOpenTag}
- <img src="{PhotoURL-500}" alt="{PhotoAlt}">
- {LinkCloseTag}
- {block:HighRes}<a href="{PhotoURL-HighRes}">high resolution →</a>{/block:HighRes}
- {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}
- <div class="photo">{Photoset-500}</div>
- {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">{AudioPlayer}</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}
- {Video-500}
- <p><center><i>{FormattedPlayCount}</i> plays</center>
- {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="notes2">
- {block:Date}<a href="{Permalink}">{TimeAgo}{/block:Date}{block:NoteCount} | {NoteCountWithLabel}{/block:NoteCount}</a>{block:IfReblogLink} | <a href="{ReblogURL}">Reblog</a>{/block:IfReblogLink}
- </div>{/block:IndexPage}
- {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>{/block:RebloggedFrom}<br />
- {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