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: #03 DREAMER
- 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="#e7e7e7">
- <meta name="color:Content Background" content="#e6e6e6">
- <meta name="color:Content Text" content="#9f9f9f">
- <meta name="color:Content Bold" content="#747474">
- <meta name="color:Content Italic" content="#8a8a8a">
- <meta name="color:Content Link" content="#bababa">
- <meta name="color:Top Title" content="#878787">
- <meta name="color:Top Subtitle" content="#bebebe">
- <meta name="color:Nav Link Background" content="#bebebe">
- <meta name="color:Nav Link Text" content="#989898">
- <meta name="color:Nav Link Background Hover" content="#777777">
- <meta name="color:Nav Link Text Hover" content="#505050">
- <meta name="color:Dropdown Background" content="#bebebe">
- <meta name="color:Dropdown Border" content="#aeaeae">
- <meta name="color:Dropdown Text" content="#e9e9e9">
- <meta name="color:Post Title" content="#878787">
- <meta name="color:Post Blockquote" content="#ECECEC">
- <meta name="color:Question Background" content="#e2e2e2">
- <meta name="color:Notes Text" content="#747474">
- <meta name="color:Notes Link" content="#8b8b8b">
- <meta name="color:Tag Link" content="#4c4c4c">
- <meta name="color:Arrows" content="#9f9f9f">
- <meta name="color:Arrows Hover" content="#5d5d5d">
- <meta name="image:BackgroundM" content="http://static.tumblr.com/pdgxkke/Tyum1h56e/dreamer.jpg">
- <meta name="font:Titles" content="courier new">
- <meta name="font:Content" content="lucida sans">
- <meta name="if:Infinite Scrolling" content="0">
- <meta name="if:Alternate Top" content="0">
- <meta name="if:Photo Fading" content="1">
- <meta name="if:Show Caption" content="0">
- <meta name="if:Show Tags" content="1">
- <meta name="text:Top Title" content="">
- <meta name="text:Top Subtitle" content="">
- <meta name="text:Description Font Size" content="10">
- <meta name="text:Post Text Size" content="11">
- <meta name="text:Dropdown Front" 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-repeat: repeat;
- background-color: {color:BackgroundM};
- margin: auto;
- color: {color:Content Text};
- }
- a {
- color: {color:Content Link};
- text-decoration: none;
- }
- b, strong {
- color: {color:Content Bold};
- font-weight: normal;
- }
- i, em {
- color: {color:Content Italic};
- }
- /* CONTAINER */
- #container {
- background-color: transparent;
- width: 500px;
- margin: auto;
- }
- /* TOP */
- #top {
- background-color: transparent;
- width: 510px;
- {block:IfNotAlternateTop}height: 150px;{/block:IfNotAlternateTop}
- {block:IfAlternateTop}height: 180px;{/block:IfAlternateTop}
- margin-top: 10px;
- margin-bottom: 5px;
- }
- /* TOP ICON */
- #topleft {
- background-color: {color:Content Background};
- width: 100px;
- height: 100px;
- padding: 10px;
- float: left;
- }
- #topleft img {
- margin-left: 2px;
- margin-top: 2px;
- opacity: .9;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- }
- #topleft img:hover {
- opacity: 1;
- }
- /* TOP DESCRIPTION */
- #topright {
- background-color: {color:Content Background};
- font-family: {font:Content};
- font-size: {text:Description Font Size}px;
- letter-spacing: 1px;
- text-align: center;
- padding: 2px;
- width: 380px;
- line-height: 12px;
- {block:IfNotAlternateTop}height: 116px;{/block:IfNotAlternateTop}
- {block:IfAlternateTop}height: 172px;{/block:IfAlternateTop}
- float: right;
- }
- #topright h1 {
- font-family: {font:Titles};
- font-size: 16px;
- color: {color:Top Title};
- font-weight: normal;
- text-transform: lowercase;
- letter-spacing: 6px;
- }
- #topright h2 {
- font-family: {font:Content};
- font-size: 10px;
- color: {color:Top Subtitle};
- font-weight: normal;
- text-transform: lowercase;
- letter-spacing: 6px;
- margin-top: -8px;
- }
- /* TOP LINKS */
- {block:IfNotAlternateTop}
- #toplinks {
- width: 450px;
- margin: auto;
- }
- {/block:IfNotAlternateTop}
- {block:IfAlternateTop}
- #toplinks {
- float: left;
- margin-top: 2px;
- }
- {/block:IfAlternateTop}
- {block:IfNotAlternateTop}
- #toplinks td a {
- background-color: {color:Nav Link Background};
- width: 107px;
- height: 20px;
- line-height: 20px;
- display: block;
- font-family: lucida console;
- font-size: 10px;
- color: {color:Nav Link Text};
- text-transform: lowercase;
- text-decoration: none;
- letter-spacing: 1px;
- text-align: center;
- -webkit-transition: all 1s ease;
- -moz-transition: all 1s ease;
- -o-transition: all 1s ease;
- }
- #toplinks td a:hover {
- background-color: {color:Nav Link Background Hover};
- color: {color:Nav Link Text Hover};
- }
- {/block:IfNotAlternateTop}
- {block:IfAlternateTop}
- #toplinks a {
- background-color: {color:Nav Link Background};
- font-family: lucida sans unicode;
- font-size: 8px;
- text-transform: uppercase;
- color: {color:Nav Link Text};
- text-decoration: none;
- letter-spacing: 1px;
- text-align: center;
- display: block;
- height: 12px;
- width: 120px;
- line-height: 11px;
- margin-bottom: 2px;
- -webkit-transition: all 1s ease;
- -moz-transition: all 1s ease;
- -o-transition: all 1s ease;
- }
- #toplinks a:hover {
- background-color: {color:Nav Link Background Hover};
- color: {color:Nav Link Text Hover};
- }
- {/block:IfAlternateTop}
- /* POSTS */
- .entry {
- background-color: {color:Content Background};
- width: 500px;
- font-family: {font:Content};
- font-size: {text:Post Text Size}px;
- letter-spacing: 1px;
- overflow: hidden;
- border: 5px solid {color:Content Background};
- }
- .entry h1 {
- font-family: {font:Titles};
- font-size: 16px;
- color: {color:Post Title};
- font-weight: normal;
- text-align: center;
- letter-spacing: 4px;
- text-transform: lowercase;
- }
- .entry h1 a {
- color: {color:Post Title};
- text-decoration: none;
- }
- .entry blockquote {
- border-left: 4px solid {color:Post Blockquote};
- padding-left: 5px;
- margin-left: 5px;
- }
- {block:IfPhotoFading}.entry img {
- opacity: .8;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- }
- .entry img:hover {
- opacity: 1;
- }
- .photoset {
- opacity: .8;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- }
- .photoset:hover {
- opacity: 1;
- }{/block:IfPhotoFading}
- /* QUOTE POST */
- .entry h2 {
- font-family: {font:Titles};
- font-size: 12px;
- color: {color:Post Title};
- font-weight: normal;
- text-transform: lowercase;
- letter-spacing: 2px;
- text-align: left;
- }
- .quote {
- font-family: georgia;
- font-size: 28px;
- color: {color:Content Bold};
- float: left;
- }
- /* ASK POST */
- .ask {
- background-color: {color:Question Background};
- text-align: center;
- padding: 5px;
- }
- .ask h3 {
- font-family: {font:Post Title};
- font-size: 14px;
- color: {color:Post Title};
- font-weight: normal;
- text-transform: lowercase;
- letter-spacing: 2px;
- }
- .ask h3 a {
- color: {color:Content Link};
- }
- /* NOTES */
- .notes2 {
- font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
- font-size: 9px;
- color: {color:Notes Text};
- text-align: center;
- line-height: 10px;
- width: 500px;
- margin-bottom: 8px;
- }
- .notes2 a {
- font-size: 8px;
- color: {color:Notes 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;
- }
- .notes2 a:hover {
- color: {color:Notes Link Hover};
- }
- .notes2 a.tag {
- color: {color:Tag Link};
- }
- /* NEXT AND PREV */
- #pages {
- text-align: center;
- }
- #pages a {
- font-family: courier new;
- font-size: 22px;
- color: {color:Arrows};
- text-transform: lowercase;
- text-decoration: none;
- -webkit-transition: all 1s ease;
- -moz-transition: all 1s ease;
- -o-transition: all 1s ease;
- }
- #pages a:hover {
- color: {color:Arrows Hover};
- }
- /* PERMALINK PAGE */
- .permalink {
- font-family: {font:Content};
- 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>
- <div id="container">
- <div id="top">
- <div id="topleft">
- <img src="{PortraitURL-96}" alt="">
- </div>
- <div id="topright">
- <h1>{text:Top Title}</h1>
- <h2>{text:Top Subtitle}</h2>
- {block:IfDropdownFront}<select style="font-family: {font:Nav Links};color:{color:Dropdown Text};background:{color:Dropdown Background};width:220px;font-size:9px;letter-spacing:1px;border:1px solid {color:Dropdown Border};" onChange="location.href=this.options[this.selectedIndex].value;">
- <option value=''>{text:Dropdown Front}</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><br />{/block:IfDropdownFront}
- {Description}
- </div>
- {block:IfNotAlternateTop}
- <div id="toplinks">
- <table>
- <tr>
- <td><a href="/">Index</a></td>
- <td><a href="/archive">Archive</a></td>
- <td><a href="/ask">Ask</a></td>
- <td><a href="http://jyuubi.tumblr.com">Theme</a></td>
- </tr>
- </table>
- </div>
- {/block:IfNotAlternateTop}
- {block:IfAlternateTop}
- <div id="toplinks">
- <a href="/">Index</a>
- <a href="/archive">Archive</a>
- <a href="/ask">Ask</a>
- <a href="http://jyuubi.tumblr.com">Theme</a>
- </div>
- {/block:IfAlternateTop}
- </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}"></a>{LinkCloseTag}</center>
- {block:HighRes}<font size="1px"><a href="{PhotoURL-HighRes}">high resolution →</a></font>{/block:HighRes}
- {block:IfShowCaption}{block:Caption}
- {Caption}
- {/block:Caption}{/block:IfShowCaption}
- {block:IfNotShowCaption}{block:PermalinkPage}{block:Caption}
- {Caption}
- {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaption}
- {/block:Photo}
- {block:Photoset}
- <div class="photoset">{Photoset-500}</div>
- {block:IfShowCaption}{block:Caption}
- {Caption}
- {/block:Caption}{/block:IfShowCaption}
- {block:IfNotShowCaption}{block:PermalinkPage}{block:Caption}
- {Caption}
- {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaption}
- {/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}
- <center>{AudioPlayerGrey}
- <i>{FormattedPlayCount}</i> plays</center>
- {block:IfShowCaption}{block:Caption}<br />{Caption}{/block:Caption}{/block:IfShowCaption}
- {block:IfNotShowCaption}{block:PermalinkPage}{block:Caption}<br />
- {Caption}
- {/block:Caption}{/block:PermalinkPage}
- {/block:IfNotShowCaption}
- {/block:Audio}
- {block:Video}
- {Video-500}
- <center><i>{FormattedPlayCount}</i> plays</center><br />
- {block:IfShowCaption}{block:Caption}<br />{Caption}{/block:Caption}{/block:IfShowCaption}
- {block:IfNotShowCaption}{block:PermalinkPage}{block:Caption}<br />
- {Caption}
- {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaption}
- {/block:Video}
- {block:Answer}
- <div class="ask">
- <h3>{Asker} asked,</h3>
- {Question}
- </div>
- {Answer}
- {/block:Answer}
- </div>
- {block:IndexPage}<div class="notes2">
- » time <a href="{Permalink}">{block:Date}{TimeAgo}{/block:Date}</a> » notes <a href="{Permalink}">{block:NoteCount}{NoteCount}{/block:NoteCount}</a><br>
- {block:IfShowTags}{block:HasTags}{block:Tags}<a class="tag" href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}{/block:IfShowTags}
- </div>{/block:IndexPage}
- {block:PermalinkPage}
- <div class="permalink">
- <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}
- {block:HasTags}<br /><b>tags »</b> {block:Tags}<b>#</b><a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}
- {block:PostNotes}
- {PostNotes}
- {/block:PostNotes}
- </div>
- {/block:PermalinkPage}
- {/block:Posts}
- </div>
- {block:IfNotInfiniteScrolling}{block:Pagination}<div id="pages">
- <p>{block:PreviousPage}<a href="{PreviousPage}">← Prev</a> {block:PreviousPage}{block:NextPage}<a href="{NextPage}">Next →</a>{block:NextPage}</p>
- </div>{/block:Pagination}{/block:IfNotInfiniteScrolling}
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment