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: #25 FIRE FERRETS
- 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="#292929">
- <meta name="color:Regular Text" content="#5a5a5a">
- <meta name="color:Bold Text" content="#b12f2d">
- <meta name="color:Italic Text" content="#d26735">
- <meta name="color:Link Text" content="#feba56">
- <meta name="color:Nav Link Background" content="#97292a">
- <meta name="color:Nav Link Text" content="#ee8d8e">
- <meta name="color:Nav Link Background Hover" content="#e67342">
- <meta name="color:Nav Link Text Hover" content="#6c331a">
- <meta name="color:Custom Background" content="#222222">
- <meta name="color:Custom Borders" content="#ffb844">
- <meta name="color:Custom Text" content="#ffb844">
- <meta name="color:Description Background" content="#222222">
- <meta name="color:Title Background" content="#b12f2d">
- <meta name="color:Title Border" content="#ce7444">
- <meta name="color:Title Text" content="#1c1c1c">
- <meta name="color:Entry Background" content="#222222">
- <meta name="color:Entry Blockquote" content="#1d1d1d">
- <meta name="color:Entry Question" content="#1d1d1d">
- <meta name="color:Stats Background" content="#1d1d1d">
- <meta name="image:BackgroundM" content="http://static.tumblr.com/pdgxkke/ESpm4jax1/fireferrets-bg.png">
- <meta name="image:Sidebar" content="http://static.tumblr.com/pdgxkke/8Dcm4jaw9/fireferrets-side.gif">
- <meta name="if:Infinite Scroll" content="0">
- <meta name="if:Smaller Posts" content="0">
- <meta name="if:Show Captions" content="0">
- <meta name="if:High Res Link" content="0">
- <meta name="font:Description" content="calibri, sans-serif">
- <meta name="font:Entry" content="calibri, sans-serif">
- <meta name="text:Descrption Text Size" content="10">
- <meta name="text:Entry Text Size" content="12">
- <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="">
- <meta name="text:Name 7" content="">
- <meta name="text:URL 7" content="">
- <meta name="text:Name 8" content="">
- <meta name="text:URL 8" content="">
- <meta name="text:Name 9" content="">
- <meta name="text:URL 9" content="">
- <meta name="text:Name 10" content="">
- <meta name="text:URL 10" content="">
- <head>
- <link href='http://fonts.googleapis.com/css?family=Almendra+SC' 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}">
- <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: 5px;
- background-color: {color:Entry Background};
- }
- /* SIDEBAR */
- #left {
- position: fixed;
- margin-left: 90px;
- margin-top: 50px;
- }
- #sideimage {
- position: fixed;
- }
- #sideimage img {
- width: 300px;
- height: 260px;
- }
- #desc {
- background-color: {color:Description Background};
- width: 300px;
- padding: 10px;
- margin-left: -20px;
- margin-top: 15px;
- font-family: {font:Description};
- font-size: {text:Descrption Text Size}px;
- color: {color:Regular Text};
- letter-spacing: 1px;
- text-align: justify;
- }
- #desc b, strong {
- color: {color:Bold Text};
- }
- #desc i, em {
- color: {color:Italic Text};
- }
- #desc a {
- color: {color:Link Text};
- text-decoration: none;
- }
- #desc h1 {
- margin: 0;
- background-color: {color:Title Background};
- font-family: consolas;
- font-size: 14px;
- color: {color:Title Text};
- font-weight: normal;
- text-transform: uppercase;
- text-align: right;
- padding-right: 5px;
- border-left: 40px solid {color:Title Border};
- }
- /* NAVIGATION */
- #nav {
- margin-left: -20px;
- }
- #nav a {
- background-color: {color:Nav Link Background};
- display: block;
- width: 12px;
- font-family: consolas;
- font-size: 8px;
- color: {color:Nav Link Text};
- text-decoration: none;
- text-transform: uppercase;
- line-height: 8px;
- padding-left: 8px;
- -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;
- }
- #nav a:hover {
- background-color: {color:Nav Link Background Hover};
- color: {color:Nav Link Text Hover};
- width: 60px;
- margin-left: -40px;
- }
- #nav a.large {
- padding-top: 4px;
- padding-bottom: 5px;
- }
- #nav a.small {
- padding-top: 11px;
- padding-bottom: 14px;
- }
- #dropdown {
- background-color: {color:Custom Background};
- width: 220px;
- margin-top: 25px;
- margin-left: 25px;
- border-left: 3px solid {color:Custom Borders};
- border-right: 3px solid {color:Custom Borders};
- -moz-border-radius: 40px;
- -webkit-border-radius: 40px;
- border-radius: 40px;
- }
- /* PAGINATION */
- #pages {
- background-color: {color:Description Background};
- border-top: 5px solid {color:Bold Text};
- position: fixed;
- bottom: 0px;
- right: 20px;
- height: 40px;
- padding-left: 8px;
- padding-right: 8px;
- font-family: consolas;
- font-size: 11px;
- color: {color:Bold Text};
- text-align: center;
- line-height: 40px;
- }
- #pages a {
- color: {color:Link Text};
- text-decoration: none;
- }
- /* ENTRIES */
- #posts {
- margin-top: 20px;
- margin-left: 450px;
- }
- .entry {
- background-color: {color:Entry Background};
- {block:IfNotSmallerPosts}width: 500px;{/block:IfNotSmallerPosts}
- {block:IfSmallerPosts}width: 400px;{/block:IfSmallerPosts}
- border: 10px solid {color:Entry Background};
- overflow: hidden;
- margin-bottom: 40px;
- font-family: {font:Entry};
- font-size: {text:Entry Text Size}px;
- 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: consolas;
- font-size: 14px;
- font-weight: normal;
- text-transform: uppercase;
- margin-left: 20px;
- }
- .entry blockquote {
- border-left: 3px solid {color:Entry Blockquote};
- margin-left: 10px;
- padding-left: 10px;
- }
- /* ENTRIES IMAGES */
- .entry img {
- {block:IfSmallerPosts}max-width: 400px;{/block:IfSmallerPosts}
- margin-bottom: -3px;
- }
- /* QUOTE POSTS */
- .entry h2 {
- font-family: consolas;
- font-size: 11px;
- color: {color:Italic Text};
- font-weight: normal;
- text-transform: uppercase;
- letter-spacing: 1px;
- text-align: left;
- margin-top: 7px;
- }
- .quote {
- font-family: georgia;
- font-size: 26px;
- color: {color:Bold Text};
- float: left;
- }
- /* AUDIO POSTS */
- .audio img {
- width: 40px;
- height: 40px;
- float: left;
- margin-right: 5px;
- }
- .player {
- background-color: #000;
- height: 27px;
- margin-left: 45px;
- }
- /* ASK POSTS */
- .ask {
- background-color: {color:Entry Question};
- font-size: 9px;
- text-transform: uppercase;
- padding: 5px;
- padding-bottom: 8px;
- }
- .ask i {
- font-style: normal;
- }
- .ask a {
- text-decoration: none;
- }
- .ask img {
- opacity: 1;
- max-width: 30px;
- margin-right: 4px;
- -moz-border-radius: 30px;
- -webkit-border-radius: 30px;
- border-radius: 30px;
- }
- /* STATISTICS */
- .stats {
- background-color: {color:Stats Background};
- margin-top: 10px;
- padding: 2px;
- padding-right: 5px;
- font-family: calibri;
- font-size: 8px;
- color: {color:Regular Text};
- text-transform: uppercase;
- letter-spacing: 1px;
- text-align: right;
- }
- .stats b {
- font-weight: normal;
- }
- .stats a {
- color: {color:Italic Text};
- text-decoration: none;
- }
- /* PERMALINK PAGE */
- .permalink {
- font-family: calibri;
- font-size: 10px;
- color: {color:Regular Text};
- text-transform: uppercase;
- text-align: center;
- {block:IfNotSmallerPosts}width: 520px;{/block:IfNotSmallerPosts}
- {block:IfSmallerPosts}width: 420px;{/block:IfSmallerPosts}
- letter-spacing: 1px;
- }
- .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: 1px;
- }
- ol.notes li.note {
- padding: 1px;
- text-align: left;
- letter-spacing: 1px;
- }
- .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;
- }
- </style>
- {block:IfInfiniteScroll}<script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfInfiniteScroll}
- </head>
- <body>
- <div id="left">
- <div id="sideimage"><img src="{image:Sidebar}"></div>
- <div id="nav">
- <a href="/" class="large">r<br>e<br>f<br>r<br>e<br>s<br>h</a>
- <a href="/ask" class="large">m<br>e<br>s<br>s<br>a<br>g<br>e</a>
- <a href="/archive" class="large">a<br>r<br>c<br>h<br>i<br>v<br>e</a>
- <a href="http://jyuubi.org" class="small" target="_blank">t<br>h<br>e<br>m<br>e</a>
- </div>
- <div id="desc">
- <h1>{Title}</h1>
- {Description}
- </div>
- {block:IfName1}<div id="dropdown">
- <center><select style="width: 200px; border: 0px solid; color: {color:Custom Text}; background-color: {color:Custom Background}; font-family: consolas; text-transform: uppercase; font-size: 8px; letter-spacing: 2px; padding: 5px;" onChange="location.href=this.options[this.selectedIndex].value;">
- <option value="/">NAVIGATION →</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}
- {block:IfName7}<option value="{text:URL 7}"> → {text:Name 7}</option>{/block:IfName7}
- {block:IfName8}<option value="{text:URL 8}"> → {text:Name 8}</option>{/block:IfName8}
- {block:IfName9}<option value="{text:URL 9}"> → {text:Name 9}</option>{/block:IfName9}
- {block:IfName10}<option value="{text:URL 10}"> → {text:Name 10}</option>{/block:IfName10}
- </select></center>
- </div>{/block:IfName1}
- </div>
- {block:IfNotInfiniteScroll}{block:Pagination}<div id="pages">
- {block:PreviousPage}<a href="{PreviousPage}">«</a> {/block:PreviousPage}
- {block:JumpPagination length="5"}
- {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 id="posts">
- <div class="autopagerize_page_element">
- {block:Posts}
- <div class="entry">
- {block:Text}
- {block:Title}<h1><a href="{Permalink}">{Title}</a></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 style="margin-bottom: -3px;">{block:IfNotSmallerPosts}{Photoset-500}{/block:IfNotSmallerPosts}
- {block:IfSmallerPosts}{Photoset-400}{/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}</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">{AudioPlayerBlack}</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:IfNotSmallerPosts}{Video-500}{/block:IfNotSmallerPosts}
- {block:IfSmallerPosts}{Video-400}{/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"><table><tr>
- <td style="width: 40px;"><img src="{AskerPortraitURL-40}"></td>
- <td style="width: 455px;"><i>{Asker}</i> <b>sent:</b> {Question}</td>
- </tr></table></div>
- {Answer}
- {/block:Answer}
- {block:IndexPage}<div class="stats">
- posted on <b>{MonthNumber}/{DayOfMonth}/{Year}</b>, with <a href="{Permalink}">{NoteCountWithLabel}</a> {block:RebloggedFrom}(<b>source:</b> <a href="{ReblogRootURL}">{ReblogRootName}</a>){/block:RebloggedFrom} — <a href="{ReblogURL}" target="_blank">reblog</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>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment