Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <!--
- "Fiction" THEMED BY CINDIE.TUMBLR.COM
- Please do not remove this credit!
- Thanks for using my public theme, enjoy!
- -->
- <head>
- <!-- Default Colors -->
- <META name="image:Background" content="">
- <META name="image:Sidebar" content="http://28.media.tumblr.com/tumblr_lm4p2xmk0I1qa6im7o1_500.gif"/>
- <META name="image:Sidebar Background" content="">
- <META name="text:Sidebar Image Height" content="120px"/>
- <META name="if:Show Sidebar Image" content="1"/>
- <META name="if:Show Menu" content="1"/>
- <META name="if:Show Description" content="1"/>
- <META name="if:Text Align Center" content="1/>
- <META name="if:Show Sidebar Border" content="0"/>
- <META name="if:Box Shadow" content="0"/>
- <META name="if:Post Borders" content="0"/>
- <META name="if:Sidebar Border" content="0"/>
- <META name="if:Show Custom Scrollbar" content="1"/>
- <META name="if:Infinite Scrolling" content="0"/>
- <META name="font:Body" content="Arial"/>
- <META name="color:Background" content="#f9f9f9">
- <META name="color:Sidebar" content="transparent">
- <META name="color:Tables" content="#ffffff">
- <META name="color:Permalink" content="transparent">
- <META name="color:Permalink Text" content="#eee">
- <META name="color:Permalink Text Hover" content="#000">
- <META name="color:Font" content="#666666">
- <META name="color:Link" content="#dbdbdb">
- <META name="color:Link hover" content="#000000">
- <META name="color:Chat Background" content="#f9f9f9">
- <meta name="color:Notes Background" content=""/>
- <meta name="color:Notes Background Hover" content=""/>
- <META name="color:Headers" content="#eee">
- <META name="color:Borders" content="#ebebeb">
- <META name="color:Nav font" content="#dddddd">
- <META name="color:Nav Background" content="transparent">
- <META name="color:Nav hover" content="#909090">
- <META name="color:Nav hover Background" content="#fff">
- <META name="color:Scrollbar" content="#ffffff">
- <META name="color:Scrollbar Main" content="#eeeeee">
- <META name="text:Notes Text" content="Notes"/>
- <META name="text:Menu Link One" content=""/>
- <META name="text:Menu Link One URL" content=""/>
- <META name="text:Menu Link Two" content=""/>
- <META name="text:Menu Link Two URL" content=""/>
- <META name="text:Menu Link Three" content=""/>
- <META name="text:Menu Link Three URL" content=""/>
- <META name="text:Menu Link Four" content=""/>
- <META name="text:Menu Link Four URL" content=""/>
- <META name="text:Menu Link Five" content=""/>
- <META name="text:Menu Link Five URL" content=""/>
- <META name="text:Menu Link Six" content=""/>
- <META name="text:Menu Link Six URL" content=""/>
- <!-- End Default Colors -->
- {block:IfInfiniteScrolling}
- <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfInfiniteScrolling}
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <meta name="description" content="{MetaDescription}" />
- <title>{title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <style type="text/css">
- body {
- background-color: {color:Background};
- background-image: url('{image:Background}');
- background-position:center center;
- background-repeat: repeat;
- background-attachment:fixed;
- color:{color:font};
- cursor: url(""), default;
- text-align:justify;
- margin: 0px;
- padding: 0px;
- letter-spacing:1px;
- font-family:{font:Body};
- text-align:{block:IfTextAlignCenter}
- center{/block:IfTextAlignCenter};
- font-size:10px;
- }
- a:link, a:visited, a:active {
- color: {color:Link};
- cursor: default;
- text-decoration:none;
- transition-duration: 0.50s;
- -moz-transition-duration: 0.50s;
- -webkit-transition-duration: 0.50s;
- -o-transition-duration: 0.50s;
- }
- a:hover {
- color: {color:link hover};
- text-decoration:none;
- }
- {block:IfShowCustomScrollbar}
- ::-webkit-scrollbar-thumb:vertical {
- background-color:{color:Scrollbar};
- height:100px;
- -moz-border-radius: 10px 30px;
- border-radius: 3px;
- }
- ::-webkit-scrollbar-thumb:horizontal {
- background-color:{color:Scrollbar};
- height:10px !important;
- }
- ::-webkit-scrollbar {
- height:10px;
- width:10px;
- background-color:{color:Scrollbar Main};
- }
- {/block:IfShowCustomScrollbar}
- li {
- text-align:left;
- }
- br{
- padding:1px;
- margin:1px;
- }
- h1{
- font-weight:bold;
- display:inline;
- font-size:35px;
- line-height:35px;
- padding-top:2px;
- margin-top:1px;
- font-family:engravers mt;
- text-transform:uppercase;
- }
- .header{
- color:{color:Headers};
- font-size:13px;
- padding-top:2px;
- margin-top:1px;
- text-transform:normal;
- }
- a.menu {
- display:block;
- background:{color:Nav Background};
- color: {color:Nav font};
- font-size:9px;
- letter-spacing:2px;
- padding:2px;
- margin:1px;
- text-transform:uppercase;
- text-align: center;
- -webkit-transition: all 0.3s ease-out;
- -moz-transition: all 0.3s ease-out;
- transition: all 0.3s ease-out;cursor:
- }
- a.menu:hover {
- background:{color:Nav hover Background};
- color:{color:Nav hover};
- text-align:center;
- letter-spacing:5px;
- -webkit-transition: all 0.3s ease-out;
- -moz-transition: all 0.3s ease-out;
- transition: all 0.3s ease-out;cursor:
- }
- #sidebar {
- margin:0 auto;
- margin-top:2px;
- margin-left:55px;
- padding:5px;
- width:230px;
- position:fixed;
- {block:IfSidebarBorder}
- border:1px solid {color:Borders};
- {/block:IfSidebarBorder}
- background-image:url('{image:Sidebar Background}');
- background-color:{color:Sidebar};
- -moz-border-radius: 10px 30px;
- border-radius: 3px;
- {block:IfBoxShadow}
- border-radius: 2px 2px 2px 2px;
- -moz-border-radius: 2px 2px 0px 0px;
- -moz-box-shadow: 1px 1px 1px #CCC;
- -webkit-box-shadow: 1px 1px 1px #CCC;
- box-shadow: 1px 1px 1px #CCC;
- {/block:IfBoxShadow}
- }
- .menu{
- background-color:{color:Menu};
- -moz-border-radius: 10px 30px;
- border-radius: 3px;
- }
- .des{
- margin-top:3px;
- margin-bottom:1px;
- overflow:hidden;
- }
- .imgg {
- text-align:left;
- margin-top:3px;
- }
- .previouss {
- position:fixed;
- margin-top:40px;
- margin-left:10px;
- font-size:30px;
- }
- .previouss:hover{
- -webkit-transition: all 0.3s ease-out;
- -moz-transition: all 0.3s ease-out;
- transition: all 0.3s ease-out;cursor:
- }
- .nextt {
- position:fixed;
- margin-top:20px;
- margin-left:10px;
- font-size:30px;
- }
- .nextt:hover{
- -webkit-transition: all 0.3s ease-out;
- -moz-transition: all 0.3s ease-out;
- transition: all 0.3s ease-out;cursor:
- }
- #content {
- margin:0 auto;
- margin-top:0px;
- margin-left:305px;
- margin-bottom:5px;
- width: 800px;
- position: relative;
- background-color:;
- }
- #post {
- position:relative;
- float:left;
- margin-top:1px;
- margin-right:1px;
- width:250px;
- height:220px;
- overflow:hidden;
- background-color:{color:Tables};
- {block:IfPostBorders}border:1px solid {color:Borders};
- {/block:IfPostBorders}
- -moz-border-radius: 10px 30px;
- border-radius: 3px;
- {block:IfBoxShadow}
- border-radius: 2px 2px 2px 2px;
- -moz-border-radius: 2px 2px 0px 0px;
- -moz-box-shadow: 1px 1px 1px #CCC;
- -webkit-box-shadow: 1px 1px 1px #CCC;
- box-shadow: 1px 1px 1px #CCC;
- {/block:IfBoxShadow}
- }
- #perma{
- position: absolute;
- margin-top:0px;
- margin-right:0px;
- text-align: center;
- -moz-border-radius: 10px 30px;
- border-radius: 3px;
- width:250px;
- height:20px;
- font-size: 10px;
- padding-top:4px;
- -webkit-transition: 0.5s ease-in;
- opacity:0;
- color:{color:Permalink Text};
- background-color:{color:Permalink};
- -webkit-border-radius:2px;-moz-border-radius:2px;
- -o-border-radius:3px;border-radius:2px;
- -webkit-transition: all 0.3s ease-out;
- -moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out;
- }
- #perma a{color:{color:Permalink Text};}
- #perma a:hover {color:{color:Permalink Text Hover};}
- #post:hover #perma {opacity: 50;margin-top:3px;}
- blockquote{
- border-left: 5px solid {color:Borders};
- padding:1px; padding-left: 5px; margin: 0px;
- }
- .entry{
- background-color:;
- }
- .entry img {
- max-width:360px;
- }
- #info{
- background-color: {color:Tables};
- float: right;
- width:320px;
- padding:6px;
- {block:IfPostBorders}border:1px solid {color:Borders};
- {/block:IfPostBorders};
- }
- {block:PermalinkPage}
- #content {width:750px;}
- .entry object, embed{width:400px;}
- .entry img{max-width:400px;}
- #post{width: 400px;height:auto;}
- #post:hover #perma {opacity: 0;}
- {/block:PermalinkPage}
- #ask img {
- width:40px;
- }
- #asker{
- margin: auto;
- background-color:{color:Chat Background};
- padding:10px;
- -moz-border-radius: 10px 30px;
- border-radius: 3px
- }
- .notes {
- background-color: {color:Tables};
- padding:6px;
- {block:IfPostBorders}border:1px solid {color:Borders};
- {/block:IfPostBorders}
- margin-top:5px;
- width:320px;
- display:block;
- float:right;
- }
- .notes img {
- width:400px;
- }
- .chat {
- padding:2px;
- }
- .chat li {
- list-style-type: none;
- padding:1px;
- }
- .chat li:nth-child(odd) {
- background-color:{color:Chat Background};
- }
- ol.notes {
- float:right;
- width:320px;
- font-size:8px;
- -moz-border-radius: 10px 30px;
- border-radius: 3px;
- list-style-type: none;
- }
- ol.notes li.note img.avatar {
- margin-right: 5px;
- width: 16px;
- height: 16px;
- }
- .notes li:nth-child(odd) {
- background:{color:Notes Background}}
- .notes li:hover {
- background:{color:Notes Background Hover}}
- {CustomCSS}
- </style>
- </head>
- <body>
- <div id="sidebar">
- <div class="imgg">
- {block:IfShowSidebarImage}
- <div style="width:230px;height:{block:IfSidebarImageHeight}{text:Sidebar Image Height}{/block:IfSidebarImageHeight};overflow:hidden;"><img style="border:none;max-width:230px;min-width:230px;" src="{image:Sidebar}"></div><br>
- {/block:IfShowSidebarImage}
- </div>
- {block:IfShowMenu}
- <div class="menu">
- <a href="/" class="menu">Home</a>
- <a href="/ask" class="menu">Ask</a>
- {block:IfMenuLinkOne}<a href="{block:IfMenuLinkOneURL}{text:Menu Link One URL}{/block:IfMenuLinkOneURL}" class="menu">{text:Menu Link One}{/block:IfMenuLinkOne}</a>
- {block:IfMenuLinkTwo}<a href="{block:IfMenuLinkTwoURL}{text:Menu Link Two URL}{/block:IfMenuLinkTwoURL}" class="menu">{text:Menu Link Two}{/block:IfMenuLinkTwo}</a>
- {block:IfMenuLinkThree}<a href="{block:IfMenuLinkThreeURL}{text:Menu Link Three URL}{/block:IfMenuLinkThreeURL}" class="menu">{text:Menu Link Three}{/block:IfMenuLinkThree}</a>
- {block:IfMenuLinkFour}<a href="{block:IfMenuLinkFourURL}{text:Menu Link Four URL}{/block:IfMenuLinkFourURL}" class="menu">{text:Menu Link Four}{/block:IfMenuLinkFour}</a>
- {block:IfMenuLinkFive}<a href="{block:IfMenuLinkFiveURL}{text:Menu Link Five URL}{/block:IfMenuLinkFiveURL}" class="menu">{text:Menu Link Five}{/block:IfMenuLinkFive}</a>
- {block:IfMenuLinkSix}<a href="{block:IfMenuLinkSixURL}{text:Menu Link Six URL}{/block:IfMenuLinkSixURL}" class="menu">{text:Menu Link Six}{/block:IfMenuLinkSix}</a>
- <a href="http://cindie.tumblr.com" class="menu">Theme</a>
- </div>
- {/block:IfShowMenu}
- <div class="des">
- {block:IfShowDescription}
- {block:Description}{Description}{/block:Description}
- {/block:IfShowDescription}
- </div>
- </div>
- {block:IfNotInfiniteScrolling}
- <div class="previouss">
- {block:Pagination}
- {block:PreviousPage}
- <a href="{PreviousPage}"><big>»</big></a>
- {/block:PreviousPage}
- </div>
- <div class="nextt">
- {block:NextPage}
- <a href="{NextPage}"><big>«</big></a>
- {/block:NextPage}
- {/block:Pagination}
- </div>
- {/block:IfNotInfiniteScrolling}
- <div id="content">
- {block:IfInfiniteScrolling}
- <div class = "autopagerize_page_element" >
- {/block:IfInfiniteScrolling}
- {block:Posts}
- {block:Text}
- <div class="entry">
- <div id="post">
- <div id="perma">
- <a href="{Permalink}">{NoteCount} {block:IfNotesText}{text:Notes Text}{/block:IfNotesText}</a> /
- <a href="{ReblogURL}" target="_blank" class="details">Reblog</a>
- </div>
- <div class="header"><a href="{Permalink}">{Title}</a></div>
- {Body}<br>
- {block:Caption}{Caption}{/block:Caption}
- </div>
- </div>
- {/block:Text}
- {block:Photo}
- <div class="entry">
- <div id="post">
- <div id="perma">
- <a href="{Permalink}">{NoteCount} {block:IfNotesText}{text:Notes Text}{/block:IfNotesText}</a> /
- <a href="{ReblogURL}" target="_blank" class="details">Reblog</a>
- </div>
- <img style=" -moz-border-radius: 10px 30px;
- border-radius: 3px; "src="{PhotoURL-400}">
- {block:Caption}{Caption}{/block:Caption}
- </div>
- </div>
- {/block:Photo}
- {block:Photoset}
- <div class="entry">
- <div id="post">
- <div id="perma">
- <a href="{Permalink}">{NoteCount} {block:IfNotesText}{text:Notes Text}{/block:IfNotesText}</a> /
- <a href="{ReblogURL}" target="_blank" class="details">Reblog</a>
- </div>
- {Photoset-250}
- {block:Caption}{Caption}{/block:Caption}
- </div>
- </div>
- {/block:Photoset}
- {block:Quote}
- <div class="entry">
- <div id="post">
- <div id="perma">
- <a href="{Permalink}">{NoteCount} {block:IfNotesText}{text:Notes Text}{/block:IfNotesText}</a> /
- <a href="{ReblogURL}" target="_blank" class="details">Reblog</a>
- </div>
- <div class="header"><h1>"</h1>{Quote}</div>
- {block:Source}
- <br><i>{Source}</i><br>
- {/block:Source}
- {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
- </div>
- </div>
- {/block:Quote}
- {block:Link}
- <div class="entry">
- <div id="post">
- <div id="perma">
- <a href="{Permalink}">{NoteCount} {block:IfNotesText}{text:Notes Text}{/block:IfNotesText}</a> /
- <a href="{ReblogURL}" target="_blank" class="details">Reblog</a>
- </div>
- <a href="{URL}"{Target}><div class="header">{Name}</a></div>
- {block:Description}{Description}{/block:Description}
- <div style="text-align:right;padding-right:6px;font-weight:bold;font-size:20px;"><a href="{URL}"{Target}><big>»</big></a></div>
- {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
- </div>
- </div>
- {/block:Link}
- {block:Chat}
- <div class="entry">
- <div id="post">
- <div id="perma">
- <a href="{Permalink}">{NoteCount} {block:IfNotesText}{text:Notes Text}{/block:IfNotesText}</a> /
- <a href="{ReblogURL}" target="_blank" class="details">Reblog</a>
- </div>
- <div class="header">{Title}</a></div>
- <ul class="chat">
- {block:Lines}
- <li class="{Alt}">
- {block:Label}
- <span class="label">{Label}</span>
- {/block:Label}
- {Line}
- {/block:Lines}
- </ul>
- </li></br>
- {block:Caption}{Caption}{/block:Caption}
- </div>
- </div>
- {/block:Chat}
- {block:Video}
- <div class="entry">
- <div id="post">
- <div id="perma">
- <a href="{Permalink}">{NoteCount} {block:IfNotesText}{text:Notes Text}{/block:IfNotesText}</a> /
- <a href="{ReblogURL}" target="_blank" class="details">Reblog</a>
- </div>
- {Video-250}
- {block:Caption}{Caption}{/block:Caption}
- <br>
- </div>
- </div>
- {/block:Video}
- {block:Audio}
- <div class="entry">
- <div id="post">
- <div id="perma">
- <a href="{Permalink}">{NoteCount} {block:IfNotesText}{text:Notes Text}{/block:IfNotesText}</a> /
- <a href="{ReblogURL}" target="_blank" class="details">Reblog</a>
- </div>
- <div style="padding-top:30px;"><b>Artist:</b> {block:Artist}{Artist}{/block:Artist}</br>
- <b>Track:</b> {block:TrackName}{TrackName}{/block:TrackName}</br>
- <b>Album:</b> {block:Album}{Album}{/block:Album}
- </div>
- </br>
- {AudioPlayerWhite}
- </br>
- {block:Caption}{Caption}{/block:Caption}
- </div>
- </div>
- {/block:Audio}
- {block:Answer}
- <div class="entry">
- <div id="post">
- <div id="perma">
- <a href="{Permalink}">{NoteCount} {block:IfNotesText}{text:Notes Text}{/block:IfNotesText}</a> /
- <a href="{ReblogURL}" target="_blank" class="details">Reblog</a>
- </div>
- <div id="asker">{Asker} Asked:{Question}</div>
- {Answer}<br>
- </div>
- </div>
- {/block:Answer}
- {block:PermalinkPage}
- {block:Date}
- <div id="info"><div id="bottominfo">
- Posted: <a href="/day/{year}/{monthnumberwithzero}/{dayofmonthwithzero}">
- {ShortDayOfWeek} {Month} {DayOfMonth}{DayOfMonthSuffix}, {Year}
- </a>
- at {12Hour}:{Minutes}{AmPm}
- {block:RebloggedFrom}
- <br>Originally posted by
- <a href="{ReblogRootURL}">{ReblogRootName}</a>.
- {/block:RebloggedFrom}
- {block:Answer}
- <BR>
- Ask: <a href="/ask">{AskLabel}</a>
- {/block:Answer}
- {block:Audio}
- <BR>Plays: {FormattedPlayCount}
- {block:ExternalAudio}
- <BR>Download: <a href="{ExternalAudioURL}">here</a>.
- {/block:ExternalAudio}
- {/block:Audio}
- {block:HasTags}
- <BR>Tagged: {block:Tags}
- <a href="{TagURL}">{Tag}</a> {/block:Tags}
- {/block:HasTags}
- {block:NoteCount}<BR>Notes: {NoteCount}{/block:NoteCount}
- </div></div>
- {/block:Date}
- {/block:PermalinkPage}
- {block:PostNotes}
- <div class="notes">{PostNotes}</div>
- {/block:PostNotes}
- {/block:Posts}
- </div>
- {block:IfInfiniteScrolling}
- </div>
- {/block:IfInfiniteScrolling}
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment