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: #02 UTOPIA
- 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="#faf3eb">
- <meta name="color:Content Text" content="#B6B0A9">
- <meta name="color:Content Bold" content="#D4AD9A">
- <meta name="color:Content Italic" content="#d3b0b1">
- <meta name="color:Content Link" content="#EBAF87">
- <meta name="color:Nav Background" content="#e7deef">
- <meta name="color:Nav Background Hover" content="#ffd6ad">
- <meta name="color:Nav Text" content="#B2A7BB">
- <meta name="color:Nav Text Hover" content="#D3B291">
- <meta name="color:Sidebar Title" content="#d3b0b1">
- <meta name="color:Sidebar Subtitle" content="#C2AF8E">
- <meta name="color:Sidebar Subtitle Background" content="#f6deb5">
- <meta name="color:Custom Link Background" content="#F5CBB8">
- <meta name="color:Custom Link Text" content="#C99F8E">
- <meta name="color:Custom Link Text Hover" content="#fff">
- <meta name="color:Arrows" content="#d3b0b1">
- <meta name="color:Post Title" content="#d3b0b1">
- <meta name="color:Post Blockquote Border" content="#E7E1DB">
- <meta name="color:Post Question Background" content="#FFF8F0">
- <meta name="color:Permalink Tab Background" content="#ffd6ad">
- <meta name="color:Permalink Tab Time" content="#CFB090">
- <meta name="color:Permalink Tab Notes" content="#CFB090">
- <meta name="color:Permalink Tab Tags" content="#d3b0b1">
- <meta name="image:BackgroundM" content="http://static.tumblr.com/pdgxkke/SlOm1h553/utopia.png">
- <meta name="image:Sidebar" content="http://static.tumblr.com/pdgxkke/Q99m1h55h/vanille.gif">
- <meta name="if:Infinite Scrolling" content="0">
- <meta name="if:Larger Posts" content="1">
- <meta name="if:Permalink On Hover" content="1">
- <meta name="if:Show Tags" content="1">
- <meta name="if:Show Captions" content="0">
- <meta name="text:Sidebar Position" content="50">
- <meta name="text:Sidebar Title" content="">
- <meta name="text:Sidebar Subtitle" 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};
- 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');
- }
- /* LEFT */
- #left {
- float: left;
- position: fixed;
- margin-top: {text:Sidebar Position}px;
- margin-left: 5px;
- }
- /* TOP NAV */
- #nav {
- margin-bottom: 5px;
- }
- #nav a {
- background-color: {color:Nav Background};
- display: inline-block;
- width: 54px;
- height: 30px;
- line-height: 33px;
- font-family: consolas;
- font-size: 9px;
- color: {color:Nav Text};
- text-transform: uppercase;
- text-decoration: none;
- letter-spacing: 1px;
- text-align: center;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- margin-left: 2px;
- }
- #nav a:hover {
- background-color: {color:Nav Background Hover};
- color: {color:Nav Text Hover};
- }
- /* SIDEBAR */
- #sidebar {
- background-color: {color:Content Background};
- width: 225px;
- padding: 5px;
- margin-top: 1px;
- margin-left: 1px;
- font-family: tahoma, sans-serif;
- font-size: 10px;
- text-align: center;
- letter-spacing: 1px;
- }
- #sidebar h1 {
- font-family: {font:Sidebar Title};
- font-size: 16px;
- color: {color:Sidebar Title};
- font-weight: normal;
- letter-spacing: 8px;
- text-transform: lowercase;
- text-align: left;
- margin-left: 5px;
- margin: 0;
- }
- #sidebar h2 {
- font-family: consolas;
- font-size: 9px;
- color: {color:Sidebar Subtitle};
- font-weight: normal;
- letter-spacing: 3px;
- text-transform: uppercase;
- text-align: right;
- margin-top: -3px;
- background-color: {color:Sidebar Subtitle Background};
- border-top: 1px dotted {color:Sidebar Subtitle};
- }
- #sidebar img {
- max-width: 225px;
- }
- /* CUSTOM LINKS */
- #sidebar a.custom {
- background-color: {color:Custom Link Background};
- display: block;
- height: 11px;
- line-height: 12px;
- margin-bottom: 3px;
- font-family: consolas;
- font-size: 9px;
- color: {color:Custom Link Text};
- text-transform: uppercase;
- text-decoration: none;
- letter-spacing: 2px;
- text-align: center;
- -webkit-transition: all 1s ease;
- -moz-transition: all 1s ease;
- -o-transition: all 1s ease;
- }
- #sidebar a.custom:hover {
- color: {color:Custom Link Text Hover};
- }
- /* PAGINATION */
- #pages {
- text-align: center;
- font-size: 30px;
- width: 225px;
- }
- #pages a {
- color: {color:Arrows};
- text-decoration: none;
- }
- /* POSTS */
- .post {
- {block:IfLargerPosts}width: 600px;{/block:IfLargerPosts}
- {block:IfNotLargerPosts}width: 500px;{/block:IfNotLargerPosts}
- margin-left: 255px;
- }
- /* ENTRY */
- .entry {
- background-color: {color:Content Background};
- {block:IfLargerPosts}width: 500px;{/block:IfLargerPosts}
- {block:IfNotLargerPosts}width: 400px;{/block:IfNotLargerPosts}
- float: left;
- margin-bottom: 10px;
- font-family: tahoma, sans-serif;
- font-size: 12px;
- letter-spacing: 1px;
- overflow: hidden;
- border: 5px solid {color:Content Background};
- }
- .entry h1 {
- font-family: lucida console;
- font-size: 14px;
- color: {color:Post Title};
- font-weight: normal;
- text-align: center;
- letter-spacing: 2px;
- text-transform: lowercase;
- }
- .entry h1 a {
- color: {color:Post Title};
- }
- .entry blockquote {
- border-left: 4px solid {color:Post Blockquote Border};
- padding-left: 5px;
- margin-left: 5px;
- }
- /* IMAGES */
- {block:IfNotLargerPosts}
- .entry img {
- max-width: 400px;
- }
- {/block:IfNotLargerPosts}
- /* QUOTE POST */
- .entry h2 {
- font-family: tahoma, sans-serif;
- font-size: 11px;
- color: {color:Post Title};
- font-weight: normal;
- text-transform: uppercase;
- letter-spacing: 2px;
- text-align: left;
- }
- .quote {
- font-family: georgia;
- font-size: 24px;
- color: {color:Content Bold};
- float: left;
- margin-right: 5px;
- }
- /* ASK POST */
- .ask {
- background-color: {color:Post Question Background};
- padding: 3px;
- }
- /* AUDIO */
- .player {
- background-color: #fff;
- {block:IfLargerPosts}width: 500px;{/block:IfLargerPosts}
- {block:IfNotLargerPosts}width: 400px;{/block:IfNotLargerPosts}
- height: 27px;
- opacity: .5;
- }
- /* PERMALINK BOX */
- .perma {
- background-color: {color:Permalink Tab Background};
- font-family: consolas;
- font-size: 9px;
- color: {color:Permalink Tab Notes};
- text-transform: uppercase;
- text-align: center;
- line-height: 10px;
- width: 80px;
- float: right;
- padding: 2px;
- border-radius: 5px;
- -moz-border-radius: 5px;
- -webkit-border-radius: 5px;
- }
- .perma a {
- color: {color:Permalink Tab Time};
- text-decoration: none;
- }
- .perma2 {
- font-family: consolas;
- font-size: 8px;
- text-transform: uppercase;
- text-align: left;
- letter-spacing: 1px;
- line-height: 10px;
- width: 80px;
- height: 10px;
- float: right;
- margin-top: -5px;
- padding: 2px;
- }
- .perma2 a {
- color: {color:Permalink Tab Tags};
- text-decoration: none;
- }
- /* HOVER */
- .show {
- opacity: 0;
- filter: alpha(opacity=0);
- -moz-opacity: 0;
- -khtml-opacity: 0;
- -webkit-transition: all 1.5s ease;
- -moz-transition: all 1.5s ease;
- -o-transition: all 1.5s ease;
- }
- .post:hover .show {
- opacity: 1;
- -moz-opacity: 1;
- -khtml-opacity: 1;
- }
- /* PERMALINK PAGE */
- .permalink {
- font-family: tahoma, sans-serif;
- font-size: 10px;
- color: {color:Content Text};
- text-transform: lowercase;
- text-align: center;
- {block:IfLargerPosts}width: 510px;{/block:IfLargerPosts}
- {block:IfNotLargerPosts}width:410px;{/block:IfNotLargerPosts}
- margin-left: 255px;
- }
- .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="left">
- <div id="nav">
- <a href="/">Index</a>
- <a href="/archive">Archive</a>
- <a href="/ask">Message</a>
- <a href="http://jyuubi.org">Theme</a>
- </div>
- <div id="sidebar">
- <img src="{image:Sidebar}" alt="">
- <h1>{text:Sidebar Title}</h1>
- <h2>{text:Sidebar Subtitle}</h2>
- {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}
- {Description}
- </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="post">
- <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: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}{Photoset-400}{block:IfNotLargerPosts}
- {block:IfLargerPosts}{Photoset-500}{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}
- <div class="player">{AudioPlayer}</div>
- <i>{FormattedPlayCount}</i> 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:IfLargerPosts}{Video-500}{/block:IfLargerPosts}
- {block:IfNotLargerPosts}{Video-400}{/block:IfNotLargerPosts}
- {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}
- {block:IfPermalinkOnHover}<div class="show">{/block:IfPermalinkOnHover}
- <p class="perma">{block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date}{block:NoteCount}<br>{NoteCountWithLabel}{/block:NoteCount}</p>
- {block:IfShowTags}{block:HasTags}
- <p class="perma2">{block:Tags}<a href="{TagURL}">#{Tag}</a><br>{/block:Tags}</p>
- {/block:HasTags}{/block:IfShowTags}
- {block:IfPermalinkOnHover}</div>{/block:IfPermalinkOnHover}
- {/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}
- {block:HasTags}<br /><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