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.
- IF YOU REMOVE CREDIT, MAKE SURE IT'S ON A CREDITS PAGE.
- THEME: #14 HIKARI
- 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="#ffffff">
- <meta name="color:Top Background" content="#dad9ca">
- <meta name="color:Top Title" content="#8eafa0">
- <meta name="color:Top Link" content="#db758d">
- <meta name="color:Top Link Hover" content="#73b0aa">
- <meta name="color:Top Icon Border" content="#d1d0c6">
- <meta name="color:Nav Drops" content="#73b0aa">
- <meta name="color:Nav Drops Hover" content="#db758d">
- <meta name="color:Sidebar Background" content="#e4e4e4">
- <meta name="color:Sidebar Text" content="#9c9c9c">
- <meta name="color:Sidebar Bold" content="#db758d">
- <meta name="color:Sidebar Italic" content="#8eafa0">
- <meta name="color:Sidebar Link" content="#d48d88">
- <meta name="color:Pagination Background" content="#dad9ca">
- <meta name="color:Pagination Arrow" content="#db758d">
- <meta name="color:Content Background" content="#e4e4e4">
- <meta name="color:Post Background" content="#ebebeb">
- <meta name="color:Post Text" content="#9c9c9c">
- <meta name="color:Post Bold" content="#db758d">
- <meta name="color:Post Italic" content="#8eafa0">
- <meta name="color:Post Link" content="#d48d88">
- <meta name="color:Post Title" content="#8eafa0">
- <meta name="color:Post Blockquote" content="#e4e4e4">
- <meta name="color:Permalink Background" content="#e4e3d5">
- <meta name="color:Permalink Link" content="#d48d88">
- <meta name="color:Permalink Link Hover" content="#73b0aa">
- <meta name="image:BackgroundM" content="http://static.tumblr.com/pdgxkke/AZem1ko6f/passion.png">
- <meta name="image:Sidebar" content="">
- <meta name="if:Infinite Scrolling" content="0">
- <meta name="if:Show Captions" content="0">
- <meta name="if:Photo Fading" content="1">
- <meta name="text:Name 1" content="">
- <meta name="text:URL 1" content="">
- <meta name="text:Name 2" content="">
- <meta name="text:URL 2" content="">
- <meta name="text:Name 3" content="">
- <meta name="text:URL 3" content="">
- <meta name="text:Name 4" content="">
- <meta name="text:URL 4" content="">
- <meta name="text:Name 5" content="">
- <meta name="text:URL 5" content="">
- <meta name="text:Name 6" content="">
- <meta name="text:URL 6" content="">
- <head>
- <link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Bilbo' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Lato' rel='stylesheet' type='text/css'>
- <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">
- /* BODY */
- body {
- background-image: url("{image:BackgroundM}");
- background-attachment: fixed;
- background-color: {color:BackgroundM};
- margin: 0;
- }
- /* TOP NAV */
- #topnav {
- background-color: {color:Top Background};
- font-family: 'Open Sans Condensed', sans-serif;
- font-size: 11px;
- color: {color:Top Title};
- letter-spacing: 1px;
- text-align: right;
- width: 873px;
- height: 75px;
- top: 0px;
- position: fixed;
- z-index: 200;
- -moz-border-radius: 0px 40px 40px 0px;
- -webkit-border-radius: 0px 40px 40px 0px;
- border-radius: 0px 40px 40px 0px;
- }
- #icon img {
- max-width: 48px;
- border: 4px solid {color:Top Icon Border};
- padding: 3px;
- margin-right: 30px;
- margin-left: 5px;
- margin-top: 7px;
- opacity: .7;
- }
- #header {
- font-family: 'Bilbo', cursive;
- font-size: 22px;
- color: {color:Top Title};
- letter-spacing: 2px;
- text-align: right;
- margin-right: 20px;
- {block:IfName1}margin-top: 18px;{/block:IfName1}
- {block:IfNotName1}margin-top: 29px;{/block:IfNotName1}
- }
- #customnavi {
- margin-right: 25px;
- margin-top: -3px;
- }
- #customnavi a {
- font-family: 'Open Sans Condensed', sans-serif;
- color: {color:Top Link};
- text-transform: uppercase;
- text-decoration: none;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- }
- #customnavi a:hover {
- color: {color:Top Link Hover};
- }
- /* SIDEBAR */
- #side {
- left: 570px;
- top: 90px;
- width: 196px;
- position: fixed;
- }
- #desc {
- background-color: {color:Sidebar Background};
- width: 180px;
- padding: 8px;
- font-family: 'Lato', sans-serif;
- font-size: 10px;
- color: {color:Sidebar Text};
- letter-spacing: 1px;
- text-align: justify;
- line-height: 16px;
- }
- #desc b, strong {
- color: {color:Sidebar Bold};
- font-weight: normal;
- }
- #desc i, em {
- color: {color:Sidebar Italic};
- }
- #desc a {
- color: {color:Sidebar Link};
- text-decoration: none;
- }
- #desc img {
- max-width: 180px;
- }
- #page {
- margin-top: 15px;
- text-align: center;
- }
- #page a {
- background-color: {color:Pagination Background};
- display: inline-block;
- font-family: 'Open Sans Condensed', sans-serif;
- font-size: 18px;
- color: {color:Pagination Arrow};
- text-decoration: none;
- text-align: center;
- width: 80px;
- height: 40px;
- line-height: 38px;
- }
- /* NAVIGATION */
- #links {
- top: 74px;
- left: 790px;
- position: fixed;
- }
- #links a.index {
- background-color: {color:Nav Drops};
- display: inline-block;
- width: 8px;
- height: 100px;
- text-decoration: none;
- -moz-border-radius: 0px 0px 70px 70px;
- -webkit-border-radius: 0px 0px 70px 70px;
- border-radius: 0px 0px 70px 70px;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- }
- #links a.index:hover {background-color: {color:Nav Drops Hover}; padding-bottom: 20px;}
- #links a.archive {
- background-color: {color:Nav Drops};
- display: inline-block;
- width: 8px;
- height: 65px;
- text-decoration: none;
- -moz-border-radius: 0px 0px 70px 70px;
- -webkit-border-radius: 0px 0px 70px 70px;
- border-radius: 0px 0px 70px 70px;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- }
- #links a.archive:hover {background-color: {color:Nav Drops Hover}; padding-bottom: 65px;}
- #links a.ask {
- background-color: {color:Nav Drops};
- display: inline-block;
- width: 4px;
- height: 80px;
- text-decoration: none;
- -moz-border-radius: 0px 0px 70px 70px;
- -webkit-border-radius: 0px 0px 70px 70px;
- border-radius: 0px 0px 70px 70px;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- }
- #links a.ask:hover {background-color: {color:Nav Drops Hover}; padding-bottom: 40px;}
- #links a.theme {
- background-color: {color:Nav Drops};
- display: inline-block;
- width: 8px;
- height: 50px;
- text-decoration: none;
- -moz-border-radius: 0px 0px 70px 70px;
- -webkit-border-radius: 0px 0px 70px 70px;
- border-radius: 0px 0px 70px 70px;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- }
- #links a.theme:hover {background-color: {color:Nav Drops Hover}; padding-bottom: 80px;}
- /* ENTRIES */
- #content {
- background-color: {color:Content Background};
- width: 520px;
- height: 100%;
- padding: 5px;
- position: fixed;
- margin-left: 20px;
- top: 0px;
- }
- #posts {
- margin-top: 80px;
- margin-left: 30px;
- }
- .entry {
- background-color: {color:Post Background};
- border: 5px solid {color:Post Background};
- width: 500px;
- overflow: hidden;
- margin-bottom: 14px;
- z-index: 100;
- position: relative;
- font-family: 'Lato', sans-serif;
- font-size: 12px;
- color: {color:Post Text};
- letter-spacing: 1px;
- }
- .entry b, strong {
- color: {color:Post Bold};
- }
- .entry i, em {
- color: {color:Post Italic};
- }
- .entry a {
- color: {color:Post Link};
- text-decoration: none;
- }
- .entry h1 {
- margin-top: 0px;
- margin-bottom: 5px;
- border-left: 10px solid {color:Post Blockquote};
- padding-left: 10px;
- font-family: 'Bilbo', cursive;
- font-size: 24px;
- color: {color:Post Title};
- font-weight: normal;
- letter-spacing: 2px;
- text-transform: lowercase;
- text-align: left;
- line-height: 18px;
- }
- .entry blockquote {
- border-left: 4px solid {color:Post Blockquote};
- padding-left: 6px;
- margin-left: 10px;
- }
- {block:IfPhotoFading}
- .entry img {
- opacity: .9;
- -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: .9;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- }
- .photoset:hover {
- opacity: 1;
- }
- {/block:IfPhotoFading}
- /* ASK POSTS */
- .ask {
- background-color: {color:Content Background};
- padding: 2px;
- font-family: 'Open Sans Condensed', sans-serif;
- font-size: 11px;
- text-transform: uppercase;
- }
- .ask i {
- font-style: normal;
- }
- /* QUOTE POST */
- .entry h2 {
- font-family: 'Open Sans Condensed', sans-serif;
- font-size: 14px;
- color: {color:Post Title};
- font-weight: normal;
- text-transform: uppercase;
- letter-spacing: 2px;
- text-align: left;
- }
- .quote {
- font-family: georgia;
- font-size: 34px;
- color: {color:Post Bold};
- float: left;
- }
- /* AUDIO */
- .audio img {
- max-width: 40px;
- float: left;
- margin-right: 5px;
- }
- .player {
- background-color: #e4e4e4;
- height: 27px;
- width: 454px;
- float: right;
- }
- /* PERMALINK */
- .perma {
- background-color: {color:Permalink Background};
- opacity: 0;
- width: 65px;
- height: 12px;
- line-height: 11px;
- position: absolute;
- right: 0px;
- top: 0px;
- font-family: 'Open Sans Condensed', sans-serif;
- font-size: 10px;
- text-align: left;
- text-transform: uppercase;
- padding: 3px;
- z-index: 1000;
- -moz-border-radius: 20px 0px 0px 20px;
- -webkit-border-radius: 20px 0px 0px 20px;
- border-radius: 20px 0px 0px 20px;
- -webkit-transition: all 1s ease;
- -moz-transition: all 1s ease;
- -o-transition: all 1s ease;
- }
- .perma a {
- color: {color:Permalink Link};
- text-decoration: none;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- }
- .perma a:hover {
- color: {color:Permalink Link Hover};
- }
- .entry:hover .perma {
- opacity: 1;
- width: 100px;
- }
- /* PERMALINK PAGE */
- .permalink {
- font-family: 'Lato', sans-serif;
- font-size: 10px;
- color: {color:Post Text};
- text-transform: lowercase;
- text-align: center;
- width: 510px;
- z-index: 100;
- position: relative;
- letter-spacing: 1px;
- }
- .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: 1px;
- }
- ol.notes li.note {
- padding: 1px;
- text-align: left;
- letter-spacing: 1px;
- }
- .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;
- }
- {CustomCSS}
- </style>
- {block:IfInfiniteScrolling}
- <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
- {/block:IfInfiniteScrolling}
- </head>
- <body>
- <div id="topnav">
- <div id="icon"><img src="{PortraitURL-48}" alt="" align="right"></div>
- <div id="header">{Title}</div>
- <div id="customnavi">
- {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}
- </div>
- </div>
- <div id="side">
- <div id="desc">
- <img src="{image:Sidebar}" alt="">
- {Description}
- </div>
- {block:IfNotInfiniteScrolling}{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:IfNotInfiniteScrolling}
- </div>
- <div id="links">
- <a class="index" href="/" alt="return?" title="return?"> </a>
- <a class="archive" href="/archive" alt="archive" title="archive"> </a>
- <a class="ask" href="/ask" alt="message" title="message"> </a>
- <a class="theme" href="http://jyuubi.org" alt="theme" title="theme"> </a>
- </div>
- <div id="content"></div>
- <div id="posts">
- <div class="autopagerize_page_element">
- {block:Posts}
- <div class="entry">
- <div class="perma">
- <a href="{Permalink}">{ShortMonth} {DayOfMonthWithZero}, {Year}</a>
- </div>
- {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}
- <div class="photoset">{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}
- <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">{AudioPlayerGrey}</div>
- <b>{FormattedPlayCount}</b> plays{block:Artist} <b>|</b> by <i>{Artist}</i>{/block:Artist}
- {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}
- <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"><i>{Asker}</i> <b>sent:</b> {Question}</div>
- {Answer}
- {/block:Answer}
- </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>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment