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: #16 WATERMELON
- 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="#F4F8E6">
- <meta name="color:Regular Text" content="#4A3D3D">
- <meta name="color:Bold Text" content="#e05757">
- <meta name="color:Italic Text" content="#806c6c">
- <meta name="color:Link Text" content="#858977">
- <meta name="color:Titles" content="#e05757">
- <meta name="color:Titles Border" content="#F2E9E6">
- <meta name="color:Left Background" content="#FF6161">
- <meta name="color:Nav Background" content="#4A3D3D">
- <meta name="color:Nav Link" content="#D8DEC3">
- <meta name="color:Nav Link Hover" content="#F2E9E6">
- <meta name="color:Right Background" content="#D8DEC3">
- <meta name="color:Stats Border" content="#FF6161">
- <meta name="color:Stats Text" content="#858977">
- <meta name="color:Stats Link" content="#806c6c">
- <meta name="color:Pagination Background" content="#FF6161">
- <meta name="color:Pagination Arrow" content="#4A3D3D">
- <meta name="image:BackgroundM" content="http://static.tumblr.com/pdgxkke/emVm1pxdm/watermelon.png">
- <meta name="if:Infinite Scroll" content="0">
- <meta name="if:Show Icon" content="1">
- <meta name="if:Submit Link" content="0">
- <meta name="if:Smaller Posts" content="1">
- <meta name="if:Show Captions" content="0">
- <meta name="if:High Res Link" content="0">
- <meta name="if:Show Tags" content="1">
- <meta name="text:Description Position" content="110">
- <meta name="text:Sidebar Title" content="watermelon">
- <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>
- <link href='http://fonts.googleapis.com/css?family=Tulpen+One' 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;
- }
- ::-webkit-scrollbar-thumb:vertical {
- background-color: {color:Bold Text};
- height: 50px;
- }
- ::-webkit-scrollbar {
- height: 10px;
- width: 3px;
- background-color: {color:Right Background};
- }
- /* NAVIGATION */
- #nav {
- background-color: {color:Left Background};
- width: 70px;
- height: 100%;
- top: 0;
- position: fixed;
- }
- #links {
- position: fixed;
- z-index: 999;
- left: 10px;
- top: 150px;
- }
- #links a {
- background-color: {color:Nav Background};
- display: block;
- width: 50px;
- height: 30px;
- margin-bottom: 10px;
- font-family: consolas;
- font-size: 9px;
- color: {color:Nav Link};
- text-decoration: none;
- text-transform: uppercase;
- text-align: center;
- line-height: 30px;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- #links a:hover {
- color: {color:Nav Link Hover};
- }
- /* SIDEBAR */
- #sidebar {
- background-color: {color:Right Background};
- width: 150px;
- height: 100%;
- top: 0;
- margin-left: 70px;
- position: fixed;
- }
- #side {
- width: 150px;
- position: fixed;
- z-index: 999;
- top: {text:Description Position}px;
- left: 70px;
- }
- #desc {
- width: 140px;
- padding: 5px;
- font-family: tahoma, sans-serif;
- font-size: 10px;
- color: {color:Regular Text};
- text-align: justify;
- line-height: 14px;
- }
- #desc b, strong {
- color: {color:Bold Text};
- }
- #desc i, em {
- color: {color:Italic Text};
- }
- #desc a {
- color: {color:Link Text};
- text-decoration: none;
- }
- #desc img {
- margin-bottom: 5px;
- -moz-border-radius: 96px;
- -webkit-border-radius: 96px;
- border-radius: 96px;
- }
- #desc h1 {
- font-family: 'Tulpen One', cursive;
- font-size: 24px;
- color: {color:Titles};
- font-weight: normal;
- text-transform: uppercase;
- letter-spacing: 1px;
- text-align: center;
- border-bottom: 3px solid {color:Titles Border};
- margin: 0;
- padding-bottom: 3px;
- }
- /* CUSTOM LINKS */
- #custom {
- margin-top: 15px;
- }
- #custom a {
- display: block;
- border-left: 15px solid {color:Left Background};
- padding-left: 8px;
- margin-bottom: 3px;
- font-family: consolas;
- font-size: 9px;
- color: {color:Italic Text};
- text-decoration: none;
- text-transform: uppercase;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- #custom a:hover {
- border-left: 35px solid {color:Nav Background};
- }
- /* PAGINATION */
- #page {
- position: fixed;
- bottom: 10px;
- right: 10px;
- }
- #page a {
- background-color: {color:Pagination Background};
- display: inline-block;
- height: 50px;
- width: 65px;
- font-family: tahoma, sans-serif;
- font-size: 38px;
- color: {color:Pagination Arrow};
- text-decoration: none;
- line-height: 40px;
- text-align: center;
- }
- /* ENTRIES */
- #posts {
- margin-left: 280px;
- margin-top: 10px;
- }
- .post {
- {block:IfSmallerPosts}width: 430px;{/block:IfSmallerPosts}
- {block:IfNotSmallerPosts}width: 580px;{/block:IfNotSmallerPosts}
- }
- .entry {
- background-color: {color:Right Background};
- {block:IfSmallerPosts}width: 250px;{/block:IfSmallerPosts}
- {block:IfNotSmallerPosts}width: 400px;{/block:IfNotSmallerPosts}
- border: 3px solid {color:Right Background};
- overflow: hidden;
- margin-bottom: 10px;
- position: relative;
- z-index: 888;
- float: left;
- font-family: tahoma, sans-serif;
- font-size: 10px;
- color: {color:Regular Text};
- letter-spacing: 1px;
- text-align: justify;
- }
- .entry b, strong {
- color: {color:Bold Text};
- }
- .entry i, em {
- color: {color:Italic Text};
- }
- .entry a {
- color: {color:Link Text};
- text-decoration: none;
- }
- .entry h1 {
- font-family: 'Tulpen One', cursive;
- font-size: 28px;
- color: {color:Titles};
- font-weight: normal;
- text-transform: uppercase;
- letter-spacing: 1px;
- text-align: center;
- border-bottom: 3px solid {color:Titles Border};
- margin: 0;
- }
- .entry h1 a {
- color: {color:Titles};
- }
- .entry img {
- {block:IfSmallerPosts}max-width: 250px;{/block:IfSmallerPosts}
- {block:IfNotSmallerPosts}max-width: 400px;{/block:IfNotSmallerPosts}
- opacity: .8;
- }
- .entry blockquote {
- border-left: 3px solid {color:Bold Text};
- padding-left: 4px;
- margin-left: 5px;
- }
- .photo {
- opacity: .8;
- }
- /* AUDIO */
- .audio {
- background-color: #fff;
- {block:IfSmallerPosts}width: 250px;{/block:IfSmallerPosts}
- {block:IfNotSmallerPosts}width: 400px;{/block:IfNotSmallerPosts}
- height: 27px;
- }
- /* ASK POST */
- .ask {
- border-bottom: 3px solid {color:Titles Border};
- }
- /* QUOTE POST */
- .entry h2 {
- font-family: tahoma, sans-serif;
- font-size: 10px;
- color: {color:Titles};
- font-weight: normal;
- text-transform: lowercase;
- letter-spacing: 2px;
- text-align: left;
- }
- .quote {
- background-color: {color:Header Background};
- font-family: georgia;
- font-size: 24px;
- color: {color:Bold Text};
- float: left;
- margin-top: -1px;
- margin-right: 5px;
- }
- /* STATISTICS */
- .stats {
- font-family: consolas;
- font-size: 8px;
- color: {color:Stats Text};
- text-transform: uppercase;
- line-height: 10px;
- width: 150px;
- float: right;
- opacity: 0;
- filter: alpha(opacity=0);
- -moz-opacity: 0;
- -khtml-opacity: 0;
- -webkit-transition: all 1s ease;
- -moz-transition: all 1s ease;
- -o-transition: all 1s ease;
- border-left: 5px solid {color:Stats Border};
- padding-left: 5px;
- }
- .stats a {
- color: {color:Stats Link};
- text-decoration: none;
- }
- /* HOVER */
- .post:hover .stats {
- opacity: 1;
- -moz-opacity: 1;
- -khtml-opacity: 1;
- }
- /* PERMALINK PAGE */
- .permalink {
- font-family: tahoma, sans-serif;
- font-size: 8px;
- color: {color:Regular Text};
- text-transform: uppercase;
- text-align: center;
- {block:IfSmallerPosts}width: 256px;{/block:IfSmallerPosts}
- {block:IfNotSmallerPosts}width: 406px;{/block:IfNotSmallerPosts}
- }
- .permalink b {
- color: {color:Bold Text};
- font-weight: normal;
- }
- #date {
- color: {color:Italic Text};
- }
- .permalink a {
- color: {color:Link Text};
- 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;
- }
- {CustomCSS}
- </style>
- {block:IfInfiniteScroll}
- <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
- {/block:IfInfiniteScroll}
- </head>
- <body>
- {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 id="nav"></div>
- <div id="links">
- <a href="/">return?</a>
- <a href="/archive">archive</a>
- <a href="/random">random</a>
- <a href="/ask">ask me</a>
- {block:IfSubmitLink}<a href="/submit">submit</a>{/block:IfSubmitLink}
- <a href="http://jyuubi.org">theme</a>
- </div>
- <div id="sidebar"></div>
- <div id="side">
- <div id="desc">
- {block:IfShowIcon}<center><img src="{PortraitURL-96}" alt=""></center>{/block:IfShowIcon}
- {block:IfSidebarTitle}<h1>{text:Sidebar Title}</h1>{/block:IfSidebarTitle}
- {Description}
- </div>
- <div id="custom">
- {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 class="autopagerize_page_element">
- <div id="posts">
- {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}">{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}
- <div class="photo">{block:IfNotSmallerPosts}{Photoset-400}{/block:IfNotSmallerPosts}
- {block:IfSmallerPosts}{Photoset-250}{/block:IfSmallerPosts}</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}
- <div class="audio">{AudioPlayer}</div>
- <center><b>{FormattedPlayCount}</b> 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:Audio}
- {block:Video}
- {block:IfNotSmallerPosts}{Video-400}{/block:IfNotSmallerPosts}
- {block:IfSmallerPosts}{Video-250}{/block:IfSmallerPosts}
- <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}
- <div class="ask">{Asker} <b>sent:</b> {Question}</div>
- {Answer}
- {/block:Answer}
- </div>
- {block:IndexPage}<div class="stats">
- <a href="{Permalink}">{TimeAgo}{block:NoteCount} | {NoteCountWithLabel}{/block:NoteCount}</a>
- {block:RebloggedFrom}<br />Source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}</a>{block:IfShowTags}{block:HasTags}<br />
- Tagged: {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>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment