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: #06 GATE TO HEAVEN
- 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:Navigation Background" content="#e6e6e6">
- <meta name="color:Navigation Link" content="#b8b8b8">
- <meta name="color:Navigation Link Hover" content="#989898">
- <meta name="color:Description Background" content="#dddddd">
- <meta name="color:Icon Border" content="#cbcbcb">
- <meta name="color:Description Title" content="#fff">
- <meta name="color:Description Text" content="#ababab">
- <meta name="color:Description Bold" content="#8f8f8f">
- <meta name="color:Description Italic" content="#b2b2b2">
- <meta name="color:Description Link" content="#fff">
- <meta name="color:Post Background" content="#dddddd">
- <meta name="color:Post Title" content="#b2b2b2">
- <meta name="color:Post Text" content="#848484">
- <meta name="color:Post Bold" content="#484848">
- <meta name="color:Post Italic" content="#909090">
- <meta name="color:Post Link" content="#fff">
- <meta name="color:Post Blockquote" content="#fff">
- <meta name="color:Ask Background" content="#cacaca">
- <meta name="color:Notes Background" content="#e6e6e6">
- <meta name="color:Notes Text" content="#606060">
- <meta name="color:Notes Link" content="#7d7d7d">
- <meta name="color:Notes Tags" content="#a8a8a8">
- <meta name="image:BackgroundM" content="http://static.tumblr.com/pdgxkke/Tyum1h56e/dreamer.jpg">
- <meta name="if:Infinite Scroll" content="0">
- <meta name="if:Show Captions" content="0">
- <meta name="if:Show Tags" content="1">
- <meta name="text:Description 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>
- {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;
- }
- /* TOP NAV */
- #topnav {
- background-color: {color:Navigation Background};
- width: 100%;
- height: 25px;
- position: fixed;
- z-index: 999;
- top: 0;
- }
- #topnav2 {
- height: 25px;
- line-height: 21px;
- margin: auto;
- text-align: center;
- }
- #topnav2 a {
- font-family: tahoma, geneva, sans-serif;
- font-size: 10px;
- color: {color:Navigation Link};
- text-decoration: none;
- text-transform: uppercase;
- letter-spacing: 1px;
- -webkit-transition: all 0.6s ease;
- -moz-transition: all 0.6s ease;
- -o-transition: all 0.6s ease;
- }
- #topnav2 a:hover {
- color: {color:Navigation Link Hover};
- }
- #topnav2 a.arrow {
- font-family: tahoma, geneva, sans-serif;
- font-size: 18px;
- color: {color:Navigation Link};
- text-decoration: none;
- text-transform: uppercase;
- letter-spacing: 2px;
- -webkit-transition: all 0.6s ease;
- -moz-transition: all 0.6s ease;
- -o-transition: all 0.6s ease;
- }
- #topnav2 a.arrow:hover {
- color: {color:Navigation Link Hover};
- }
- /* DESCRIPTION */
- #description {
- background-color: {color:Description Background};
- width: 100%;
- height: 116px;
- top: 25px;
- position: fixed;
- z-index: 999;
- }
- #desc {
- width: 500px;
- margin: auto;
- padding: 5px;
- font-family: lucida sans unicode;
- font-size: 10px;
- color: {color:Description Text};
- letter-spacing: 1px;
- text-align: center;
- line-height: 14px;
- }
- #desc a {
- color: {color:Description Link};
- text-decoration: none;
- }
- #desc b, strong {
- color: {color:Description Bold};
- }
- #desc i, em {
- color: {color:Description Italic};
- }
- #desc img {
- width: 96px;
- height: 96px;
- border: 5px solid {color:Icon Border};
- margin-right: 5px;
- opacity: .8;
- }
- #desc h1 {
- font-family: georgia;
- font-size: 14px;
- color: {color:Description Title};
- font-weight: normal;
- font-style: italic;
- text-align: center;
- text-transform: lowercase;
- letter-spacing: 4px;
- }
- /* PAGINATION */
- #page {
- position: fixed;
- bottom: 10px;
- right: 10px;
- }
- #page a {
- background-color: {color:Description Background};
- display: inline-block;
- height: 40px;
- width: 55px;
- font-family: tahoma, sans-serif;
- font-size: 38px;
- color: {color:Description Link};
- text-decoration: none;
- line-height: 30px;
- text-align: center;
- }
- /* POSTS */
- #content {
- width: 510px;
- margin: auto;
- margin-top: 155px;
- }
- .entry {
- background-color: {color:Post Background};
- width: 500px;
- padding: 5px;
- margin-top: 5px;
- margin-bottom: 10px;
- font-family: lucida sans unicode;
- font-size: 11px;
- color: {color:Post Text};
- letter-spacing: 1px;
- text-align: justify;
- z-index: 6;
- overflow: hidden;
- }
- .entry a {
- color: {color:Post Link};
- text-decoration: none;
- }
- .entry b, strong {
- color: {color:Post Bold};
- }
- .entry i, em {
- color: {color:Post Italic};
- }
- .entry h1 {
- font-family: georgia;
- font-size: 16px;
- color: {color:Post Title};
- font-weight: normal;
- font-style: italic;
- letter-spacing: 3px;
- text-transform: lowercase;
- text-align: center;
- margin: 0;
- }
- .entry h1 a {
- color: {color:Post Title};
- text-decoration: none;
- }
- .entry h2 {
- font-family: georgia;
- font-size: 14px;
- color: {color:Post Title};
- font-weight: normal;
- font-style: italic;
- letter-spacing: 3px;
- text-transform: lowercase;
- margin: 0;
- }
- .entry blockquote {
- border-left: 5px solid {color:Post Blockquote};
- padding-left: 5px;
- margin-left: 5px;
- }
- .photo {
- opacity: .8;
- }
- .entry img {
- opacity: .8;
- }
- /* QUOTE POST */
- .quote {
- font-family: georgia;
- font-size: 24px;
- color: {color:Post Link};
- float: left;
- }
- /* ASK POSTS */
- .ask {
- background-color: {color:Ask Background};
- padding: 3px;
- }
- /* AUDIO */
- .audio img {
- max-width: 40px;
- float: left;
- margin-right: 5px;
- }
- .player {
- background-color: #fff;
- height: 27px;
- width: 500px;
- }
- .ask h3 {
- font-family: {font:Post Title};
- font-size: 14px;
- color: {color:Ask Text};
- font-weight: normal;
- {block:IfPostTitleItalic}font-style: italic;{/block:IfPostTitleItalic}
- letter-spacing: 2px;
- }
- .ask h3 a {
- color: {color:Ask Link};
- }
- /* NOTES */
- .notes2 {
- background-color: {color:Notes Background};
- font-family: consolas;
- font-size: 8px;
- color: {color:Notes Text};
- text-align: center;
- letter-spacing: 2px;
- text-transform: uppercase;
- line-height: 8px;
- margin-top: 5px;
- padding: 1px;
- }
- .notes2 a {
- color: {color:Notes Link};
- text-decoration: none;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- }
- .notes2 a.tag {
- color: {color:Notes Tags};
- }
- /* PERMALINK PAGE */
- .permalink {
- font-family: lucida sans unicode;
- font-size: 10px;
- color: {color:Post Text};
- text-transform: lowercase;
- text-align: center;
- width: 510px;
- }
- .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;
- }
- </style>
- <style type="text/css">{CustomCSS}</style>
- {block:IfInfiniteScroll}
- <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
- {/block:IfInfiniteScroll}
- </head>
- <body>
- <div id="topnav">
- <div id="topnav2">
- <a href="/">Refresh</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.tumblr.com">Theme</a>
- </div>
- </div>
- <div id="description">
- <div id="desc">
- <img src="{PortraitURL-96}" align="left">
- <h1>{text:Description Title}</h1>
- {Description}
- </div>
- </div>
- {block:IfNotInfiniteScroll}{block:Pagination}<div id="page">
- {block:PreviousPage}<a href="{PreviousPage}">←</a>{/block:PreviousPage}
- {block:NextPage}<a href="{NextPage}">→</a>{/block:NextPage}
- </div>{/block:Pagination}{/block:IfNotInfiniteScroll}
- <div class="autopagerize_page_element">
- <div id="content">
- {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: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} <b>—</b></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: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}
- {Video-500}
- <center><i>{FormattedPlayCount}</i> plays</center>
- {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:Video}
- {block:Answer}
- <div class="ask">{Asker} <b>sent:</b> {Question}</div>
- {Answer}
- {/block:Answer}
- {block:IndexPage}<div class="notes2">
- {block:Date}» time <a href="{Permalink}">{TimeAgo}</a>{/block:Date} {block:NoteCount}» notes <a href="{Permalink}">{NoteCount}</a>{/block:NoteCount}{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}{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>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment