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: #05 VICTORIAN
- 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.
- --IMPORTANT CREDITS--
- colourlovers.com/lover/isotope.151
- -->
- <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}" />
- <meta name="color:BackgroundM" content="#2e2a29">
- <meta name="color:Content Background" content="#2e2a29">
- <meta name="color:Regular Text" content="#5A5250">
- <meta name="color:Bold Text" content="#684C4F">
- <meta name="color:Italic Text" content="#5B537A">
- <meta name="color:Link Text" content="#664A40">
- <meta name="color:Nav Background" content="#3c2b2c">
- <meta name="color:Nav Link" content="#684e4f">
- <meta name="color:Nav Link Hover" content="#22191A">
- <meta name="color:Custom Background" content="#3c2b2c">
- <meta name="color:Custom Border" content="#503344">
- <meta name="color:Custom Border Hover" content="#3D3E63">
- <meta name="color:Custom Text" content="#6D574F">
- <meta name="color:Custom Text Hover" content="#856768">
- <meta name="color:Post Title" content="#5B537A">
- <meta name="color:Post Blockquote" content="#272423">
- <meta name="color:Ask Question Background" content="#272423">
- <meta name="color:Permalink Symbol" content="#664A40">
- <meta name="color:Stats Background" content="#272423">
- <meta name="color:Stats Text" content="#5A5250">
- <meta name="color:Stats Link" content="#664A40">
- <meta name="color:Stats Tags" content="#684C4F">
- <meta name="image:BackgroundM" content="http://static.tumblr.com/pdgxkke/zpem1icys/victorian2.png">
- <meta name="image:Sidebar" content="http://static.tumblr.com/pdgxkke/9lgm1icz2/victorian.png">
- <meta name="if:Infinite Scrolling" content="0">
- <meta name="if:Show Icon" content="1">
- <meta name="if:Show Stats Bar" content="1">
- <meta name="if:Show Tags" content="0">
- <meta name="if:Reblog Link" content="1">
- <meta name="if:High Res Link" content="1">
- <meta name="if:Show Captions" content="0">
- <meta name="if:Photo Fading" content="1">
- <meta name="text:Sidebar Position" content="25">
- <meta name="text:Permalink Symbol" 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://">
- <style type="text/css">
- /* BODY */
- body {
- background-image: url("{image:BackgroundM}");
- background-attachment: fixed;
- background-repeat: repeat;
- background-color: {color:BackgroundM};
- }
- ::-webkit-scrollbar-thumb:vertical {
- background-color: {color:Bold Text};
- height: 50px;
- }
- ::-webkit-scrollbar {
- height: 10px;
- width: 5px;
- background-color: {color:Content Background};
- }
- #container {
- width: 840px;
- margin: auto;
- }
- /* SIDEBAR */
- #sidebar {
- width: 300px;
- float: left;
- position: fixed;
- margin-top: {text:Sidebar Position}px;
- }
- #top {
- background-color: {color:Content Background};
- width: 300px;
- padding: 5px;
- font-family: lucida sans unicode;
- font-size: 11px;
- color: {color:Regular Text};
- text-align: justify;
- letter-spacing: 1px;
- margin-bottom: 5px;
- }
- #top a {
- color: {color:Link Text};
- text-decoration: none;
- }
- #top b, strong {
- color: {color:Bold Text};
- }
- #top i, em {
- color: {color:Italic Text};
- }
- #top img {
- max-width: 300px;
- margin-bottom: 5px;
- }
- #links {
- background-color: {color:Nav Background};
- text-align: center;
- margin-bottom: 5px;
- line-height: 10px;
- height: 14px;
- }
- #links a {
- font-family: tahoma, sans-serif;
- font-size: 8px;
- color: {color:Nav Link};
- text-decoration: none;
- text-transform: uppercase;
- letter-spacing: 3px;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- padding: 1px;
- }
- #links a:hover {
- color: {color:Nav Link Hover};
- }
- #icon img {
- float: right;
- border: 6px solid {color:Custom Background};
- margin-left: 12px;
- margin-bottom: 1px;
- }
- #custom {
- width: 213px;
- }
- #custom a {
- background-color: {color:Custom Background};
- border-left: 5px solid {color:Custom Border};
- display: block;
- height: 11px;
- line-height: 11px;
- margin-bottom: 2px;
- font-family: consolas;
- font-size: 8px;
- color: {color:Custom Text};
- text-transform: uppercase;
- text-decoration: none;
- letter-spacing: 2px;
- text-align: right;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- }
- #custom a:hover {
- border-left: 25px solid {color:Custom Border Hover};
- color: {color:Custom Text Hover};
- }
- #custom a.noicon {
- width: 295px;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- }
- #custom a.noicon:hover {
- border-left: 5px solid {color:Custom Border Hover};
- width: 275px;
- }
- /* PAGINATION */
- #pages {
- background-color: {color:Content Background};
- width: 310px;
- height: 20px;
- line-height: 18px;
- float: left;
- font-family: georgia;
- font-size: 16px;
- color: {color:Regular Text};
- text-align: center;
- }
- #pages a {
- color: {color:Link Text};
- text-decoration: none;
- }
- /* POSTS */
- .post {
- width: 515px;
- float: right;
- }
- /* ENTRY */
- .entry {
- background-color: {color:Content Background};
- width: 500px;
- padding: 5px;
- margin-bottom: 8px;
- font-family: lucida sans unicode;
- font-size: 11px;
- color: {color:Regular Text};
- letter-spacing: 1px;
- z-index: 6;
- overflow: hidden;
- }
- .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: georgia;
- font-size: 16px;
- color: {color:Post Title};
- font-weight: normal;
- font-style: italic;
- text-transform: lowercase;
- letter-spacing: 2px;
- text-align: center;
- margin: 0;
- }
- .entry h1 a {
- color: {color:Post Title};
- }
- .entry blockquote {
- border-left: 4px solid {color:Post Blockquote};
- padding-left: 5px;
- margin-left: 5px;
- }
- /* IMAGE POSTS */
- .entry img {
- margin-bottom: -2px;
- }
- {block:IfPhotoFading}
- .entry img {
- opacity: .8;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- }
- .entry img:hover {
- opacity: 1;
- }
- .photo {
- opacity: .8;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- }
- .photo:hover {
- opacity: 1;
- }
- {/block:IfPhotoFading}
- /* QUOTE POST */
- .quote {
- font-family: georgia;
- font-size: 28px;
- color: {color:Bold Text};
- float: left;
- }
- .entry h2 {
- font-family: georgia;
- font-size: 12px;
- color: {color:Post Title};
- font-weight: normal;
- font-style: italic;
- text-transform: lowercase;
- letter-spacing: 2px;
- }
- /* ASK POSTS */
- .ask {
- background-color: {color:Ask Question Background};
- padding: 5px;
- }
- /* AUDIO */
- .audio {
- background-color: #000000;
- width: 500px;
- height: 27px;
- }
- /* HOVER */
- .show a {
- font-size: 18px;
- font-family: arial;
- position: absolute;
- color: {color:Permalink Symbol};
- line-height: 20px;
- padding: 0px;
- text-decoration: none;
- }
- .show {
- 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;
- }
- .post:hover .show {
- opacity: 1;
- -moz-opacity: 1;
- -khtml-opacity: 1;
- }
- /* STATISTICS */
- .stats {
- background-color: {color:Stats Background};
- font-family: consolas;
- font-size: 8px;
- text-transform: uppercase;
- color: {color:Stats Text};
- text-align: center;
- letter-spacing: 1px;
- line-height: 10px;
- margin-bottom: 5px;
- padding: 2px;
- position: relative;
- z-index: 999;
- }
- .stats a {
- color: {color:Stats Link};
- text-decoration: none;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- }
- .stats a.tag {
- color: {color:Stats Tags};
- }
- /* PERMALINK PAGE */
- .permalink {
- font-family: lucida sans unicode;
- font-size: 9px;
- color: {color:Regular Text};
- text-transform: lowercase;
- text-align: center;
- width: 515px;
- float: right;
- }
- .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;
- text-transform: lowercase;
- }
- ol.notes li.note {
- padding: 1px;
- text-align: left;
- letter-spacing: 0px;
- text-transform: lowercase;
- }
- .notes img{
- width: 9px;
- 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="container">
- <div id="sidebar">
- <div id="top">
- <div id="links">
- <a href="/">Index</a> <a href="/archive">Archive</a> <a href="/random">Random</a> <a href="/ask">Ask</a> <a href="http://jyuubi.tumblr.com">Theme</a>
- </div>
- <img src="{image:Sidebar}">
- {block:IfShowIcon}
- <div id="icon"><img src="{PortraitURL-64}"></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>
- {/block:IfShowIcon}
- {block:IfNotShowIcon}
- <div id="custom">
- {block:IfName1}<a class="noicon" href="{text:URL 1}">{text:Name 1}</a>{/block:IfName1}
- {block:IfName2}<a class="noicon" href="{text:URL 2}">{text:Name 2}</a>{/block:IfName2}
- {block:IfName3}<a class="noicon" href="{text:URL 3}">{text:Name 3}</a>{/block:IfName3}
- {block:IfName4}<a class="noicon" href="{text:URL 4}">{text:Name 4}</a>{/block:IfName4}
- {block:IfName5}<a class="noicon" href="{text:URL 5}">{text:Name 5}</a>{/block:IfName5}
- {block:IfName6}<a class="noicon" href="{text:URL 6}">{text:Name 6}</a>{/block:IfName6}
- </div>
- {/block:IfNotShowIcon}
- {Description}
- </div>
- {block:IfNotInfiniteScrolling}{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:IfNotInfiniteScrolling}
- </div>
- {block:Posts}
- <div class="post">
- {block:IndexPage}{block:IfNotShowStatsBar}<div class="show"><a href="{Permalink}">{text:Permalink Symbol}</a></div>{/block:IfNotShowStatsBar}{/block:IndexPage}
- <div class="entry">
- {block:IndexPage}{block:IfShowStatsBar}<div class="stats">
- {block:Date}Posted <a href="{Permalink}">{TimeAgo}</a>{/block:Date}{block:NoteCount} | {NoteCountWithLabel}{/block:NoteCount}{block:IfReblogLink} | <a href="{ReblogURL}" target="_blank">Reblog</a>{/block:IfReblogLink}
- {block:IfShowTags}{block:HasTags}<br>{block:Tags}<a class="tag" href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}{/block:IfShowTags}
- </div>{/block:IfShowStatsBar}{/block:IndexPage}
- {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">{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} <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">{AudioPlayerBlack}</div>
- <center><b>{FormattedPlayCount}</b> plays{block:Artist} | by <i>{Artist}</i>{/block:Artist}</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}
- {Video-500}
- <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"><i>{Asker}</i> <b>sent:</b> {Question}</div>
- {Answer}
- {/block:Answer}
- </div></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