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: #08 PASSION
- 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="#b4b4b4">
- <meta name="color:Sidebar Title" content="#c4a5bf">
- <meta name="color:Custom Link Background" content="#c38492">
- <meta name="color:Custom Link Text" content="#DDB1BA">
- <meta name="color:Custom Link Text Hover" content="#fff8f7">
- <meta name="color:Description Text" content="#b2b2b2">
- <meta name="color:Description Bold" content="#CA8E9B">
- <meta name="color:Description Italic" content="#E2A6A7">
- <meta name="color:Description Link" content="#EE8FA3">
- <meta name="color:Post Background" content="#E9E9E9">
- <meta name="color:Post Text" content="#b2b2b2">
- <meta name="color:Post Bold" content="#CA8E9B">
- <meta name="color:Post Italic" content="#E2A6A7">
- <meta name="color:Post Link" content="#EE8FA3">
- <meta name="color:Post Title" content="#c4a5bf">
- <meta name="color:Post Blockquote" content="#E0E0E0">
- <meta name="color:Stats Background" content="#E0E0E0">
- <meta name="color:Stats Link" content="#C79FB2">
- <meta name="color:Stats Tags" content="#CA8E9B">
- <meta name="image:BackgroundM" content="http://static.tumblr.com/pdgxkke/AZem1ko6f/passion.png">
- <meta name="image:Sidebar" content="http://static.tumblr.com/pdgxkke/H4zm1ko6w/passion.gif">
- <meta name="if:Infinite Scrolling" content="0">
- <meta name="if:Larger Posts" content="0">
- <meta name="if:Photo Transparency" content="1">
- <meta name="if:Show Captions" content="0">
- <meta name="if:High Res Link" content="0">
- <meta name="if:Reblog Link" content="1">
- <meta name="if:Show Tags" content="0">
- <meta name="if:Dropdown Custom Links" content="0">
- <meta name="text:Sidebar Position" content="150">
- <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://">
- <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>
- <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">
- ::-webkit-scrollbar-thumb:vertical {
- background-color: {color:Stats Background};
- height:50px;
- border-radius: 5px;
- -moz-border-radius: 5px;
- -webkit-border-radius: 5px;
- }
- ::-webkit-scrollbar {
- height:10px;
- width:5px;
- background-color: {color:Post Background};
- }
- /* BODY */
- body {
- background-image: url("{image:BackgroundM}");
- background-attachment: fixed;
- background-color: {color:BackgroundM};
- }
- /* SIDEBAR */
- #sidebar {
- position: fixed;
- margin-top: {text:Sidebar Position}px;
- font-family: tahoma, sans-serif;
- font-size: 9px;
- text-align: center;
- letter-spacing: 1px;
- line-height: 16px;
- width: 180px;
- {block:IfLargerPosts}margin-left: 518px;{/block:IfLargerPosts}
- {block:IfNotLargerPosts}margin-left: 418px;{/block:IfNotLargerPosts}
- }
- #sidebar a {
- color: {color:Description Link};
- text-decoration: none;
- }
- #sidebar h1 {
- font-family: lucida console;
- font-size: 10px;
- color: {color:Sidebar Title};
- font-weight: normal;
- letter-spacing: 4px;
- text-align: right;
- border-bottom: 1px solid {color:Description Italic};
- margin-bottom: 2px;
- }
- #sidebar img {
- max-width: 180px;
- -moz-border-radius: 15px 0px 15px 0px;
- -webkit-border-radius: 15px 0px 15px 0px;
- border-radius: 15px 0px 15px 0px;
- }
- #links {
- margin-left: 2px;
- }
- #links a {
- font-family: consolas;
- font-size: 8px;
- text-transform: uppercase;
- letter-spacing: 2px;
- }
- /* CUSTOM LINKS */
- #sidebar a.custom {
- background-color: {color:Custom Link Background};
- display: block;
- width: 180px;
- height: 12px;
- line-height: 10px;
- font-family: lucida sans unicode;
- font-size: 9px;
- color: {color:Custom Link Text};
- text-transform: lowercase;
- text-decoration: none;
- letter-spacing: 3px;
- text-align: center;
- margin-bottom: 3px;
- -webkit-transition: all 1s ease;
- -moz-transition: all 1s ease;
- -o-transition: all 1s ease;
- -moz-border-radius: 8px 0px 8px 0px;
- -webkit-border-radius: 8px 0px 8px 0px;
- border-radius: 8px 0px 8px 0px;
- }
- #sidebar a.custom:hover {
- color: {color:Custom Link Text Hover};
- }
- /* DESCRIPTION */
- #desc {
- color: {color:Description Text};
- }
- #desc b, strong {
- color: {color:Description Bold};
- }
- #desc i, em {
- color: {color:Description Italic};
- }
- /* NAV AND ARROWS */
- #links {
- margin-top: -5px;
- }
- #pages {
- font-family: lucida sans unicode;
- font-size: 20px;
- }
- #pages a {
- color: {color:Description Bold};
- }
- /* ENTRY */
- .entry {
- overflow: hidden;
- background-color: {color:Post Background};
- {block:IfLargerPosts}width: 500px;{/block:IfLargerPosts}
- {block:IfNotLargerPosts}width:400px;{/block:IfNotLargerPosts}
- font-family: tahoma, sans-serif;
- font-size: 12px;
- color: {color:Post Text};
- border: 5px solid {color:Post Background};
- letter-spacing: 1px;
- text-align: justify;
- margin-bottom: 10px;
- }
- .entry b, strong {
- color: {color:Post Bold};
- font-weight: normal;
- }
- .entry i, em {
- color: {color:Post Italic};
- }
- .entry a {
- color: {color:Post Link};
- text-decoration: none;
- }
- .entry h1 {
- font-family: lucida console;
- font-size: 12px;
- color: {color:Post Title};
- font-weight: normal;
- text-align: right;
- letter-spacing: 2px;
- text-transform: lowercase;
- border-bottom: 1px solid {color:Stats Background};
- }
- .entry h1 a {
- color: {color:Post Title};
- }
- .entry blockquote {
- border-left: 4px solid {color:Post Blockquote};
- padding-left: 5px;
- margin-left: 5px;
- font-size: 11px;
- }
- /* PHOTO ENTRY */
- .photo {
- text-align: center;
- }
- {block:IfPhotoTransparency}
- .photo {
- opacity: .8;
- }
- .entry img {
- opacity: .8;
- }
- {/block:IfPhotoTransparency}
- {block:IfNotLargerPosts}
- .entry img {
- max-width: 400px;
- }
- {/block:IfNotLargerPosts}
- /* QUOTE ENTRY */
- .entry h2 {
- font-family: lucida console;
- font-size: 12px;
- color: {color:Post Title};
- font-weight: normal;
- text-align: left;
- letter-spacing: 2px;
- text-transform: lowercase;
- }
- .quote {
- font-size: 24px;
- color: {color:Post Bold};
- float: left;
- }
- /* ASK POSTS */
- .ask {
- text-align: center;
- line-height: 10px;
- background-color: {color:Stats Background};
- padding: 1px;
- font-size: 10px;
- }
- .ask h3 {
- font-family: {font:Post Title};
- font-size: 12px;
- color: {color:Post Title};
- font-weight: normal;
- }
- /* AUDIO ALBUMS */
- .audio img {
- max-width: 40px;
- float: left;
- margin-right: 5px;
- }
- /* NOTES BAR */
- .notes2 {
- background-color: {color:Stats Background};
- padding: 5px;
- margin-top: 5px;
- font-family: lucida console;
- font-size: 9px;
- color: {color:Stats Link};
- text-transform: uppercase;
- line-height: 8px;
- letter-spacing: 1px;
- text-align: center;
- border-radius: 5px;
- -moz-border-radius: 5px;
- -webkit-border-radius: 5px;
- }
- .notes2 a {
- color: {color:Stats Link};
- text-decoration: none;
- font-size: 9px;
- }
- .notes2 a.tag {
- font-family: consolas;
- font-size: 8px;
- text-transform: uppercase;
- letter-spacing: 2px;
- color: {color:Stats Tags};
- }
- /* PERMALINK PAGE */
- .permalink {
- font-family: tahoma, sans-serif;
- font-size: 10px;
- color: {color:Post Text};
- text-transform: lowercase;
- text-align: center;
- letter-spacing: 1px;
- {block:IfLargerPosts}width: 510px;{/block:IfLargerPosts}
- {block:IfNotLargerPosts}width:410px;{/block:IfNotLargerPosts}
- }
- .permalink b {
- color: {color:Post Bold};
- font-weight: normal;
- }
- #date {
- color: {color:Post Italic};
- }
- .permalink a {
- color: {color:Post 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;
- }
- {CustomCSS}
- </style>
- {block:IfInfiniteScrolling}
- <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
- {/block:IfInfiniteScrolling}
- </head>
- <body>
- <div id="sidebar">
- <h1>{text:Sidebar Title}</h1>
- <div id="links">
- <a href="/">refresh</a>
- <a href="/archive">memories</a>
- <a href="/ask">message</a>
- <a href="http://jyuubi.tumblr.com">theme</a>
- </div>
- <img src="{image:Sidebar}" alt="">
- {block:IfNotDropdownCustomLinks}
- {block:IfName1}<a class="custom" href="{text:URL 1}">{text:Name 1}</a>{/block:IfName1}
- {block:IfName2}<a class="custom" href="{text:URL 2}">{text:Name 2}</a>{/block:IfName2}
- {block:IfName3}<a class="custom" href="{text:URL 3}">{text:Name 3}</a>{/block:IfName3}
- {block:IfName4}<a class="custom" href="{text:URL 4}">{text:Name 4}</a>{/block:IfName4}
- {block:IfName5}<a class="custom" href="{text:URL 5}">{text:Name 5}</a>{/block:IfName5}
- {block:IfName6}<a class="custom" href="{text:URL 6}">{text:Name 6}</a>{/block:IfName6}
- {/block:IfNotDropdownCustomLinks}
- {block:IfDropdownCustomLinks}
- <form name="form1">
- <select style="font-family: consolas;color:{color:Custom Link Text};background:{color:Custom Link Background};width:180px;font-size:8px;letter-spacing:2px;border:1px solid {color:Post Background}; text-transform: uppercase;" onChange="location.href=this.options[this.selectedIndex].value;">
- <option value=''>NAVIGATE YOURSELF →</option>
- {block:IfName1}<option value="{text:URL 1}">» {text:Name 1}</option>{/block:IfName1}
- {block:IfName2}<option value="{text:URL 2}">» {text:Name 2}</option>{/block:IfName2}
- {block:IfName3}<option value="{text:URL 3}">» {text:Name 3}</option>{/block:IfName3}
- {block:IfName4}<option value="{text:URL 4}">» {text:Name 4}</option>{/block:IfName4}
- {block:IfName5}<option value="{text:URL 5}">» {text:Name 5}</option>{/block:IfName5}
- {block:IfName6}<option value="{text:URL 6}">» {text:Name 6}</option>{/block:IfName6}
- </select></form>
- {/block:IfDropdownCustomLinks}
- <div id="desc">
- {Description}
- </div>
- {block:IfNotInfiniteScrolling}
- <div id="pages">
- {block:PreviousPage}<a href="{PreviousPage}">←</a> · {block:PreviousPage}{block:NextPage}<a href="{NextPage}">→</a>{block:NextPage}
- </div>
- {/block:IfNotInfiniteScrolling}
- </div>
- <div class="autopagerize_page_element">
- {block:Posts}
- <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}">{LinkCloseTag}</center>
- {block:IfHighResLink}{block:HighRes}<font size="1px"><a href="{PhotoURL-HighRes}">high resolution →</a></font>{/block:HighRes}{/block:IfHighResLink}
- {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:IfNotLargerPosts}<div class="photo">{Photoset-400}</div>{/block:IfNotLargerPosts}
- {block:IfLargerPosts}<div class="photo">{Photoset-500}</div>{/block:IfLargerPosts}
- {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}
- {AudioPlayerGrey}
- <b>{FormattedPlayCount}</b> plays
- {block:IfShowCaptions}{block:Caption}<br />{Caption}{/block:Caption}{/block:IfShowCaptions}
- {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}<br />
- {Caption}
- {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
- {/block:Audio}
- {block:Video}
- {block:IfNotLargerPosts}{Video-400}{/block:IfNotLargerPosts}
- {block:IfLargerPosts}{Video-500}{/block:IfLargerPosts}
- <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}
- {Asker} <b>sent:</b> {Question}<br /><br />
- {Answer}
- {/block:Answer}
- {block:IndexPage}<div class="notes2">
- <a href="{Permalink}">{block:Date}{TimeAgo}{/block:Date}{block:NoteCount} | {NoteCountWithLabel}{/block:NoteCount}</a>{block:IfReblogLink} | <a href="{ReblogURL}" target="_blank">Reblog</a>{/block:IfReblogLink}
- {block:IfShowTags}{block:HasTags}<br>{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