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: #1 SUGARLESS [V.1]
- jyuubi.org | sparks-fire.tumblr
- --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.
- --MAJOR UPDATES--
- 1/17/2012
- -->
- <meta name="color:Background" content="#fff">
- <meta name="color:Content Background" content="#878787">
- <meta name="color:Content Text" content="#5a5a5a">
- <meta name="color:Content Bold" content="#262626">
- <meta name="color:Content Italic" content="#b3b3b3">
- <meta name="color:Content Link" content="#e3e3e3">
- <meta name="color:Sidebar Title" content="#b7b7b7">
- <meta name="color:Sidebar Subtitle" content="#444444">
- <meta name="color:Sidebar Border" content="#707070">
- <meta name="color:Sidebar Nav Background" content="#7e7e7e">
- <meta name="color:Sidebar Nav Link" content="#484848">
- <meta name="color:Sidebar Nav Link Hover" content="#2f2f2f">
- <meta name="color:Arrow" content="#e2e2e2">
- <meta name="color:Arrow Hover" content="#515151">
- <meta name="color:Post Title" content="#b7b7b7">
- <meta name="color:Post Blockquote" content="#b3b3b3">
- <meta name="color:Ask Background" content="#919191">
- <meta name="color:Permalink Bar Background" content="#717171">
- <meta name="color:Permalink Bar Symbol" content="#3e3e3e">
- <meta name="color:Permalink Bar Link" content="#a7a7a7">
- <meta name="color:Permalink Bar Link Hover" content="#3e3e3e">
- <meta name="image:Background" content="http://s5.postimage.org/lb53im6pj/sugarless.png">
- <meta name="image:Sidebar Background" content="">
- <meta name="image:Sidebar Image" content="">
- <meta name="font:Post Content" content="lucida sans">
- <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 Text Size" content="11">
- <meta name="text:Post Text Size" content="11">
- <meta name="text:Sidebar Title" content="">
- <meta name="text:Sidebar Subtitle" content="">
- <meta name="text:Permalink Symbol" 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}">
- <style type="text/css">
- /* BODY */
- body {
- background-image: url("{image:Background}");
- background-attachment: fixed;
- background-color: {color:Background};
- color: {color:Content Text};
- }
- b, strong {
- color: {color:Content Bold};
- font-weight: normal;
- }
- i, em {
- color: {color:Content Italic};
- }
- a {
- color: {color:Content Link};
- text-decoration: none;
- }
- @font-face {
- font-family: "tinytots";
- src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');
- }
- /* NAVIGATION */
- #right {
- position: fixed;
- right: 0px;
- margin-top: {text:Sidebar Position}px;
- }
- #sidebar {
- background-image: url("{image:Sidebar Background}");
- background-color: {color:Content Background};
- border-left: 10px solid {color:Sidebar Border};
- font-family: lucida sans unicode;
- font-size: {text:Sidebar Text Size}px;
- letter-spacing: 2px;
- text-align: center;
- padding: 5px;
- width: 400px;
- }
- #sidebar img {
- max-width: 400px;
- opacity: .8;
- margin-bottom: -7px;
- }
- #sidebar h1 {
- font-family: courier new;
- font-size: 18px;
- color: {color:Sidebar Title};
- font-weight: normal;
- letter-spacing: 5px;
- text-transform: lowercase;
- text-align: center;
- text-decoration: none;
- }
- #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:Sidebar Nav Background};
- height: 16px;
- line-height: 12px;
- }
- #nav a {
- font-family: tinytots;
- font-size: 8px;
- color: {color:Sidebar Nav Link};
- text-decoration: none;
- text-transform: uppercase;
- letter-spacing: 1px;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- }
- #nav a:hover {
- color: {color:Sidebar Nav Link Hover};
- }
- /* PAGINATION */
- #pages {
- text-align: center;
- font-size: 30px;
- }
- #pages a {
- color: {color:Arrow};
- 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: {font:Post Content};
- font-size: {text:Post Text Size}px;
- text-align: justify;
- letter-spacing: 1px;
- width: 500px;
- overflow: hidden;
- }
- .entry h1 {
- font-family: courier new;
- font-size: 18px;
- color: {color:Post Title};
- font-weight: normal;
- text-transform: lowercase;
- letter-spacing: 2px;
- text-decoration: none;
- text-align: center;
- }
- .entry h1 a {
- font-family: courier new;
- font-size: 18px;
- color: {color:Post Title};
- font-weight: normal;
- text-transform: lowercase;
- letter-spacing: 2px;
- text-decoration: none;
- }
- .entry blockquote {
- border-left: 3px solid {color:Post Blockquote};
- padding-left: 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: courier new;
- font-size: 16px;
- color: {color:Post Title};
- font-weight: normal;
- text-transform: lowercase;
- letter-spacing: 2px;
- text-align: center;
- }
- .quote {
- font-family: georgia;
- font-size: 55px;
- color: {color:Content Bold};
- float: left;
- }
- /* ASK POSTS */
- .ask {
- background-color: {color:Ask Background};
- text-align: center;
- line-height: 10px;
- padding: 2px;
- }
- .ask h3 {
- font-family: courier new;
- font-size: 14px;
- color: {color:Post Title};
- font-weight: normal;
- }
- /* NOTES */
- .notes2 {
- background-color: {color:Permalink Bar Background};
- font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
- font-size: 10px;
- color: {color:Permalink Bar Symbol};
- text-align: center;
- width: 508px;
- margin-bottom: 8px;
- padding: 1px;
- text-transform: uppercase;
- }
- .notes2 a {
- font-size: 9px;
- color: {color:Permalink Bar Link};
- text-decoration: none;
- letter-spacing: 2px;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- }
- .notes2 a:hover {
- color: {color:Permalink Bar Link Hover};
- }
- /* PERMALINK PAGE */
- .permalink {
- font-family: lucida sans unicode;
- 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;
- }
- ol.notes li.note {
- padding: 5px;
- text-align: left;
- border-top: 1px dotted {color:Content Text};
- letter-spacing: 0px;
- }
- /* 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>
- {block:IfInfiniteScrolling}
- <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
- {/block:IfInfiniteScrolling}
- </head>
- <body>
- <div id="right">
- <div id="sidebar">
- <img src="{image:Sidebar Image}">
- <div id="nav">
- <p><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.tumblr.com">Theme</a></p>
- </div>
- <h1>{text:Sidebar Title}</h1>
- <h2>{text:Sidebar Subtitle}</h2>
- <p>{Description}</p>
- </div>
- {block:IfNotInfiniteScrolling}
- {block:Pagination}<div id="pages">
- {block:PreviousPage}<a href="{PreviousPage}">←</a> {block:PreviousPage}{block:NextPage}<a href="{NextPage}">→</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="">
- {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}
- <p><b>{Label}</b>
- {/block:Label}
- {Line}</p>
- {/block:Lines}
- {/block:Chat}
- {block:Audio}
- <p><center>{AudioPlayerGrey}<br>
- <i>{FormattedPlayCount}</i> plays</center></p>
- {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">
- <h3>{Asker} whispered,</h3>
- <p>{Question}</p>
- </div>
- {Answer}
- {/block:Answer}
- </div>
- {block:IndexPage}<div class="notes2">
- {block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date}{block:NoteCount} {text:Permalink Symbol} <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{block:IfReblogLink} {text:Permalink Symbol} <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