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: #26 OCEANA
- 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 UNLESS PROVIDED.
- -->
- <meta name="color:BackgroundM" content="#f8f8f8">
- <meta name="color:First Border" content="#ffffff">
- <meta name="color:Second Border" content="#82b6d4">
- <meta name="color:Third Border" content="#9dc7df">
- <meta name="color:Left Sidebar Backgrounds" content="#ffffff">
- <meta name="color:Header" content="#82b6d4">
- <meta name="color:Custom Nav Background" content="#82b6d4">
- <meta name="color:Custom Nav Text" content="#ffffff">
- <meta name="color:Custom Nav Hover BG" content="#9dc7df">
- <meta name="color:Description Text" content="#6f6f6f">
- <meta name="color:Description Bold" content="#82b6d4">
- <meta name="color:Description Italic" content="#8d8d8d">
- <meta name="color:Description Link" content="#9dc7df">
- <meta name="color:Entry Background" content="#ffffff">
- <meta name="color:Entry Text" content="#6f6f6f">
- <meta name="color:Entry Bold" content="#82b6d4">
- <meta name="color:Entry Italic" content="#8d8d8d">
- <meta name="color:Entry Link" content="#9dc7df">
- <meta name="color:Entry Titles" content="#82b6d4">
- <meta name="color:Question Background" content="#f1f1f1">
- <meta name="color:Tags Text" content="#82b6d4">
- <meta name="color:Tags Background" content="#f1f1f1">
- <meta name="color:Tags Border" content="#dadada">
- <meta name="image:BackgroundM" content="">
- <meta name="image:Border" content="http://static.tumblr.com/ljotsrb/30gm87gr1/oceana-border.jpg">
- <meta name="image:Sidebar" content="http://static.tumblr.com/ljotsrb/xS0m87gre/sidebar.gif">
- <meta name="if:Infinite Scroll" content="0">
- <meta name="if:500 Posts" content="0">
- <meta name="if:400 Posts" content="1">
- <meta name="if:250 Posts" content="0">
- <meta name="if:Show Captions" content="0">
- <meta name="if:Show Tags" content="1">
- <meta name="if:Hover Stats" content="1">
- <meta name="if:Reblog Link" content="1">
- <meta name="if:Submit Link" content="0">
- <meta name="if:Liked Posts Link" content="0">
- <meta name="if:Monochrome Images" content="1">
- <meta name="text:Header" content="oceana">
- <meta name="text:Liked Post URL" content="/liked/by/yoururl">
- <meta name="text:Link 1" content="">
- <meta name="text:URL 1" content="">
- <meta name="text:Link 2" content="">
- <meta name="text:URL 2" content="">
- <meta name="text:Link 3" content="">
- <meta name="text:URL 3" content="">
- <meta name="text:Link 4" content="">
- <meta name="text:URL 4" content="">
- <meta name="text:Link 5" content="">
- <meta name="text:URL 5" content="">
- <meta name="text:Link 6" content="">
- <meta name="text:URL 6" content="">
- <head>
- <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:Entry Bold};
- height: 50px;
- }
- ::-webkit-scrollbar {
- height: 10px;
- width: 8px;
- background-color: {color:BackgroundM};
- }
- /* SIDEBAR */
- #header {
- background-image: url('{image:Border}');
- background-color: {color:First Border};
- font-family: calibri;
- font-size: 14px;
- color: {color:Header};
- text-transform: uppercase;
- width: 170px;
- text-align: center;
- letter-spacing: 2px;
- position: fixed;
- padding: 10px;
- top: 40px;
- left: 52px;
- -moz-border-radius: 0px 15px 0px 0px;
- -webkit-border-radius: 0px 15px 0px 0px;
- border-radius: 0px 15px 0px 0px;
- }
- #left {
- position: fixed;
- top: 89px;
- left: 64px;
- }
- #sideimage {
- background-color: {color:Left Sidebar Backgrounds};
- width: 145px;
- padding: 10px;
- margin-bottom: 10px;
- }
- #sideimage img {
- max-width: 145px;
- }
- #desc {
- background-color: {color:Left Sidebar Backgrounds};
- width: 145px;
- padding: 10px;
- font-family: calibri;
- font-size: 10px;
- color: {color:Description Text};
- text-align: justify;
- line-height: 16px;
- margin-bottom: 10px;
- }
- #desc b, strong {
- color: {color:Description Bold};
- }
- #desc i, em {
- color: {color:Description Italic};
- }
- #desc a {
- color: {color:Description Link};
- text-decoration: none;
- border-bottom: 1px dotted {color:Description Link};
- }
- #pagination {
- font-family: calibri;
- font-size: 9px;
- width: 165px;
- text-align: center;
- }
- .current_page {
- background-color: {color:Left Sidebar Backgrounds};
- color: {color:Description Text};
- padding: 5px;
- }
- #pagination a {
- background-color: {color:Left Sidebar Backgrounds};
- padding: 5px;
- color: {color:Description Link};
- text-decoration: none;
- }
- /* BORDERS */
- #borderone {
- background-image: url('{image:Border}');
- background-color: {color:First Border};
- width: 40px;
- height: 100%;
- position: fixed;
- left: 12px;
- top: 0;
- }
- #bordertwo {
- background-color: {color:Second Border};
- width: 8px;
- height: 100%;
- position: fixed;
- left: 4px;
- top: 0;
- }
- #borderthree {
- background-color: {color:Third Border};
- width: 4px;
- height: 100%;
- position: fixed;
- left: 0;
- top: 0;
- }
- /* NAVIGATIONS */
- #mainnav {
- background-color: {color:Left Sidebar Backgrounds};
- width: 145px;
- padding: 10px;
- text-align: center;
- margin-bottom: 15px;
- }
- #extranav {
- width: 170px;
- margin-bottom: 7px;
- }
- #extranav a {
- background-color: {color:Custom Nav Background};
- display: inline-block;
- width: 80px;
- height: 25px;
- margin-bottom: 3px;
- font-family: calibri;
- font-size: 9px;
- color: {color:Custom Nav Text};
- text-decoration: none;
- text-transform: uppercase;
- text-align: center;
- letter-spacing: 1px;
- line-height: 24px;
- -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;
- }
- #extranav a:hover {
- background-color: {color:Custom Nav Hover BG};
- }
- /* CREDIT LINK */
- #credit {
- font-family: calibri;
- font-size: 8px;
- text-transform: uppercase;
- letter-spacing: 1px;
- position: fixed;
- bottom: 5px;
- right: 5px;
- }
- #credit a {
- color: {color:Entry Text};
- text-decoration: none;
- }
- /* ENTRIES */
- #posts {
- margin-top: 10px;
- }
- .post {
- {block:If500Posts}width: 890px;{/block:If500Posts}
- {block:If400Posts}width: 790px;{/block:If400Posts}
- {block:If250Posts}width: 640px;{/block:If250Posts}
- }
- .entry {
- background-color: {color:Entry Background};
- {block:If500Posts}width: 500px;{/block:If500Posts}
- {block:If400Posts}width: 400px;{/block:If400Posts}
- {block:If250Posts}width: 250px;{/block:If250Posts}
- padding: 10px;
- margin-left: 270px;
- margin-bottom: 20px;
- position: relative;
- float: left;
- font-family: calibri;
- font-size: 12px;
- color: {color:Entry Text};
- text-align: justify;
- }
- .entry b, strong {
- color: {color:Entry Bold};
- }
- .entry i, em {
- color: {color:Entry Italic};
- }
- .entry a {
- color: {color:Entry Link};
- text-decoration: none;
- border-bottom: 1px dotted {color:Entry Link};
- }
- .entry h1 {
- font-family: calibri;
- font-size: 16px;
- color: {color:Entry Titles};
- font-weight: normal;
- text-transform: uppercase;
- letter-spacing: 2px;
- margin: 0;
- }
- .entry h1 a {
- color: {color:Entry Titles};
- border-bottom: 0px;
- }
- .entry blockquote {
- border-left: 5px solid {color:Entry Italic};
- padding-left: 5px;
- margin-left: 8px;
- }
- /* IMAGES */
- .entry img a {
- border: 0px;
- }
- .entry img {
- {block:If500Posts}max-width: 500px;{/block:If500Posts}
- {block:If400Posts}max-width: 400px;{/block:If400Posts}
- {block:If250Posts}max-width: 250px;{/block:If250Posts}
- }
- {block:IfMonochromeImages}.photo {
- -webkit-filter: grayscale(1);
- -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;
- }
- .photo:hover {
- filter: none;
- -webkit-filter: grayscale(0);
- -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;
- }{/block:IfMonochromeImages}
- /* QUOTE */
- .entry h2 {
- font-family: calibri;
- font-size: 11px;
- color: {color:Entry Titles};
- font-weight: normal;
- text-transform: uppercase;
- letter-spacing: 2px;
- }
- .quote {
- font-family: georgia;
- font-size: 24px;
- color: {color:Entry Bold};
- float: left;
- margin-top: 2px;
- }
- /* AUDIO */
- .audio img {
- max-width: 40px;
- float: left;
- margin-right: 5px;
- }
- .player {
- background-color: #e4e4e4;
- height: 27px;
- {block:If500Posts}width: 455px;{/block:If500Posts}
- {block:If400Posts}width: 355px;{/block:If400Posts}
- {block:If250Posts}width: 205px;{/block:If250Posts}
- margin-left: 45px;
- }
- /* STATISTICS */
- .stats {
- font-family: calibri;
- font-size: 9px;
- color: {color:Entry Italic};
- text-transform: uppercase;
- line-height: 10px;
- width: 75px;
- float: right;
- background-color: {color:Entry Background};
- border-left: 5px solid {color:Second Border};
- padding: 5px;
- {block:IfHoverStats}opacity: 0;
- filter: alpha(opacity=0);
- -moz-opacity: 0;
- -khtml-opacity: 0;{/block:IfHoverStats}
- -webkit-transition: all 1s ease;
- -moz-transition: all 1s ease;
- -o-transition: all 1s ease;
- }
- .stats a {
- color: {color:Entry Link};
- text-decoration: none;
- }
- .post:hover .stats {
- opacity: 1;
- -moz-opacity: 1;
- -khtml-opacity: 1;
- }
- .tags {
- font-family: calibri;
- font-size: 8px;
- text-transform: uppercase;
- line-height: 16px;
- text-align: left;
- margin-top: 5px;
- padding-top: 2px;
- border-top: 1px solid {color:Tags Border};
- letter-spacing: 1px;
- }
- .tags a {
- border-bottom: 0px;
- }
- .tags b {
- background-color: {color:Tags Background};
- color: {color:Tags Text};
- padding: 2px;
- }
- /* PERMALINK PAGE */
- .permalink {
- font-family: calibri;
- font-size: 10px;
- color: {color:Entry Text};
- text-transform: uppercase;
- text-align: center;
- {block:If500Posts}width: 520px;{/block:If500Posts}
- {block:If400Posts}width: 420px;{/block:If400Posts}
- {block:If250Posts}width: 270px;{/block:If250Posts}
- margin-left: 270px;
- }
- .permalink b {
- color: {color:Entry Bold};
- font-weight: normal;
- }
- #date {
- color: {color:Entry Italic};
- }
- .permalink a {
- color: {color:Entry Link};
- text-decoration: none;
- }
- ol.notes {
- padding: 0px;
- margin: 15px 0px;
- list-style-type: none;
- background: transparent;
- border: 0px;
- letter-spacing: 0px;
- text-transform: uppercase;
- }
- ol.notes li.note {
- padding: 1px;
- text-align: left;
- letter-spacing: 0px;
- text-transform: uppercase;
- }
- .notes img{
- width: 8px;
- 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>
- <div id="borderone"></div><div id="bordertwo"></div><div id="borderthree"></div>
- {block:IfHeader}<div id="header">{text:Header}</div>{/block:IfHeader}
- <div id="left">
- <div id="extranav">
- {block:HasPages}
- {block:Pages}<a href="{URL}">{Label}</a>{/block:Pages}
- {/block:HasPages}
- {block:IfLink1}<a href="{text:URL 1}">{text:Link 1}</a>{/block:IfLink1}
- {block:IfLink2}<a href="{text:URL 2}">{text:Link 2}</a>{/block:IfLink2}
- {block:IfLink3}<a href="{text:URL 3}">{text:Link 3}</a>{/block:IfLink3}
- {block:IfLink4}<a href="{text:URL 4}">{text:Link 4}</a>{/block:IfLink4}
- {block:IfLink5}<a href="{text:URL 5}">{text:Link 5}</a>{/block:IfLink5}
- {block:IfLink6}<a href="{text:URL 6}">{text:Link 6}</a>{/block:IfLink6}
- </div>
- {block:IfSidebarImage}<div id="sideimage">
- <img src="{image:Sidebar}" alt="">
- </div>{/block:IfSidebarImage}
- {block:Description}<div id="desc">
- {Description}
- </div>{/block:Description}
- <div id="mainnav">
- <a href="/"><img src="http://static.tumblr.com/ljotsrb/tvcm87dpd/home.png" alt=""></a>
- <a href="/ask"><img src="http://static.tumblr.com/ljotsrb/ha3m87dq4/message.png" alt=""></a>
- {block:IfSubmitLink}<a href="/submit"><img src="http://static.tumblr.com/ljotsrb/kfim87dqt/submit.png" alt=""></a> {/block:IfSubmitLink}
- <a href="/archive"><img src="http://static.tumblr.com/ljotsrb/lMLm87dnj/archive.png" alt=""></a>
- {block:IfLikedPostsLink} <a href="{text:Liked Posts URL}"><img src="http://static.tumblr.com/ljotsrb/r4Tm87dob/liked.png" alt=""></a>{/block:IfLikedPostsLink}
- </div>
- {block:IfNotInfiniteScroll}{block:Pagination}<div id="pagination">
- {block:PreviousPage}<a href="{PreviousPage}">«</a> {/block:PreviousPage}
- {block:JumpPagination length="4"}
- {block:CurrentPage}<span class="current_page">{PageNumber}</span> {/block:CurrentPage}
- {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a> {/block:JumpPage}
- {/block:JumpPagination}
- {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}
- </div>{/block:Pagination}{/block:IfNotInfiniteScroll}
- </div>
- <div id="posts">
- <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}<div class="photo"><img src="{PhotoURL-500}" alt="{PhotoAlt}"></a></div>{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:If500Posts}{Photoset-500}{/block:If500Posts}
- {block:If400Posts}{Photoset-400}{/block:If400Posts}
- {block:If250Posts}{Photoset-250}{/block:If250Posts}</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>
- {block:TrackName}{TrackName}{/block:TrackName}{block:Artist} | <b>{Artist}</b>{/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}
- {block:If500Posts}{Video-500}{/block:If500Posts}
- {block:If400Posts}{Video-400}{/block:If400Posts}
- {block:If250Posts}{Video-250}{/block:If250Posts}
- <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}
- <table>
- <tr><td colspan="3" width="{block:If500Posts}500px{/block:If500Posts}{block:If400Posts}400px{/block:If400Posts}{block:If250Posts}250px{/block:If250Posts}" style="padding:8px; text-align:center; background-color:{color:Question Background};">{Question}</td></tr>
- <tr>
- <td width="190" style="text-align:right; font-size:30px;"><div style="position:relative; margin-top:-18px; margin-left:35px; color:{color:Question Background};">◥</div></td>
- <td width="5" style="text-align:right;"><div style="margin-left:-5px"><img src="{AskerPortraitURL-16}" style="padding:2px;"></div></td>
- <td width="180"style="text-align:left; padding-left:2px; font-family:calibri; font-size:10px; letter-spacing:0px; text-transform:uppercase;">{Asker}</td>
- </tr>
- </table>
- {Answer}
- {/block:Answer}
- {block:IfShowTags}{block:HasTags}<div class="tags">
- <b>Tags</b> {block:Tags}<a class="tag" href="{TagURL}">#{Tag}</a> {/block:Tags}
- </div>{/block:HasTags}{/block:IfShowTags}
- </div>
- {block:IndexPage}<div class="stats">
- <a href="{Permalink}">▷ {TimeAgo}</a>
- {block:NoteCount}<br />▷ {NoteCount}{/block:NoteCount}
- {block:IfReblogLink}<br /><a href="{ReblogURL}">▷ Reblog</a>{/block:IfReblogLink}</a>
- </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>
- <!-- DO NOT REMOVE THIS UNLESS PUTTING ON CREDITS PAGE -->
- <div id="credit"><a href="http://jyuubi.org" target="_blank">jyuubi.org</a></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment