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">
- <!--
- B L A N C O B Y R I V E R B E L L T H E M E S !
- http://riverbellthemes.tumblr.com/
- ver 2.0.2
- T E R M S O F U S A G E
- Do NOT remove the credit
- Do NOT redistribute
- Do NOT claim as your own
- Do NOT use as a base (minor alterations in the code is OK as long it still looks like my theme)
- -->
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head>
- <!-- DEFAULT VARIABLES -->
- <meta name="color:background" content="#f5f5f5" />
- <meta name="color:blogtitle" content="#000000" />
- <meta name="color:bodytext" content="#000000" />
- <meta name="color:content" content="#ffffff" />
- <meta name="color:navlinks" content="#222222" />
- <meta name="color:link" content="#00008b" />
- <meta name="color:linkhover" content="#4169E1" />
- <meta name="color:date" content="#222222" />
- <meta name="color:footer" content="#c5c5c5" />
- <meta name="color:askbackground" content="#f5f5f5" />
- <meta name="font:blogtitle" content="Baskerville" />
- <meta name="font:bodytext" content="Arial" />
- <meta name="font:posttitle" content="Georgia" />
- <meta name="font:navlinks" content="Courier new" />
- <meta name="if:audio player black" content="0">
- <meta name="if:background fixed" content="1" />
- <meta name="if:background repeat" content="1" />
- <meta name="if:show archive link" content="1" />
- <meta name="if:show random link" content="1" />
- <meta name="if:show home link" content="1" />
- <meta name="if:transparent content background" content="0" />
- <meta name="if:stretch images" content="0" />
- <meta name="if:centered images" content="1" />
- <meta name="if:infinite scrolling" content="0" />
- <meta name="if:date style timeago" content="0" />
- <meta name="if:hide caption" content="0" />
- <meta name="if:link 1" content="0" />
- <meta name="if:link 2" content="0" />
- <meta name="if:link 3" content="0" />
- <meta name="if:link 4" content="0" />
- <meta name="if:link 5" content="0" />
- <meta name="text:background position" content="top right" />
- <meta name="text:ask label" content="ask" />
- <meta name="text:archive label" content="archive" />
- <meta name="text:random label" content="random" />
- <meta name="text:home label" content="home" />
- <meta name="text:link 1 url" content="http://" />
- <meta name="text:link 1 name" content="link 1" />
- <meta name="text:link 2 url" content="http://" />
- <meta name="text:link 2 name" content="link 2" />
- <meta name="text:link 3 url" content="http://" />
- <meta name="text:link 3 name" content="link 3" />
- <meta name="text:link 4 url" content="http://" />
- <meta name="text:link 4 name" content="link 4" />
- <meta name="text:link 5 url" content="http://" />
- <meta name="text:link 5 name" content="link 5" />
- <meta name="image:image background" content="" />
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}
- <meta name="description" content="{MetaDescription}" />
- {/block:Description}
- <style type="text/css">
- body { background-color:{color:Background}; background-image: url('{image:image background}'); background-position: {text:Background Position}; }
- {block:IfNotFixedBackground}
- body {background-attachment: scroll;}
- {/block:IfNotFixedBackground}
- {block:ifbackgroundfixed}
- body {background-attachment:fixed;}
- {/block:ifbackgroundfixed}
- {block:IfNotRepeatBackground}
- body {background-repeat:no-repeat;}
- {/block:IfNotRepeatBackground}
- {block:ifbackgroundrepeat}
- body {background-repeat:repeat;}
- {/block:ifbackgroundrepeat}
- a { -webkit-transition: all 0.3s linear;
- -moz-transition: all 0.3s linear;
- -o-transition: all 0.3s linear ;
- -ms-transition: all 0.3s linear; }
- a:hover {
- -webkit-transition: all 0.3s linear;
- -moz-transition: all 0.3s linear;
- -o-transition: all 0.3s linear ;
- -ms-transition: all 0.3s linear; }
- #wrapper {
- position: absolute; top:100px; left: 20%;
- background-color: none;
- }
- #content {
- width: 520px;
- margin:0px;
- padding-top:0px;
- font: 11px {font:bodytext};
- background-color:none; }
- #background {
- width: 520px; height:2000px;
- background-color:{color:Content};
- z-index:-235;
- position:fixed; top:0px; left: 20%; }
- {block:IfTransparentContentBackground}
- #background {
- opacity: 0.6; filter: alpha(opacity=60); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; }
- {/block:IfTransparentContentBackground}
- #title {
- width: 520px;
- background-color:{color:Content};
- position:fixed; top:0px; left: 20%;
- font:51px {font:BlogTitle};
- margin:0px;
- padding-bottom:5px; padding-top:15px;
- text-decoration: none;
- font-weight: bold;
- text-align:center;
- letter-spacing:-1px;
- line-height:70%;
- z-index:2343;
- opacity: 0.3; filter: alpha(opacity=30); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; }
- #title a {
- color:{color:BlogTitle};
- text-decoration: none;}
- #title a:visited {
- text-decoration: none;
- color: {color:BlogTitle};
- -webkit-transition-duration: 0.4s;}
- #title a:hover {
- text-decoration: none;
- color: {color:LinkHover};
- -webkit-transition-duration: 0.4s;}
- #title:hover {
- -webkit-transition-duration: 0.5s;
- opacity: 1.0; filter: alpha(opacity=100); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
- #links {
- font: 12px {font:NavLinks}; }
- #links ul {
- list-style-type:none;
- margin:0px; padding:0px;}
- #links li { display:inline; }
- #links a {
- color: {color:NavLinks};
- text-decoration:none;
- font-weight:bold;
- margin-right:5px;
- word-spacing:-2px; }
- #links a:visited {
- color: {color:NavLinks};
- text-decoration:none;
- font-weight:bold;
- margin-right:5px;
- word-spacing:-2px; }
- #links a:hover {
- text-decoration: none;
- color: {color:LinkHover};
- -webkit-transition-duration: 0.4s; }
- .post {
- margin-top:0px;
- padding: 10px;
- width: 500px; color: {color:bodytext}; }
- .post a {
- color:{color:Link}; text-decoration:none; }
- .post a:visited {
- color:{color:Link}; text-decoration:none; }
- .post a:hover {
- text-decoration:none; color:{color:LinkHover}; }
- .post a:active {
- text-decoration:none; color:{color:LinkHover}; }
- .post:hover #tags {
- opacity: 1.0; filter: alpha(opacity=100); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";}
- .post p {
- line-height:110%;}
- .copy {
- margin-top:-3px; margin-bottom:-4px; }
- .caption {
- margin-top:-3px; margin-bottom:-4px;
- {block:IfHideCaption}
- display:none;
- {/block:IfHideCaption}
- }
- #postinfo {
- font:11px {font:bodytext};
- color:{color:bodytext};
- padding-top:5px; padding-bottom:5px;
- margin: 10px 0 0 0;
- text-align: center;
- border-bottom: 2px solid {color:Footer};
- border-top: 2px solid {color:Footer};
- text-transform: lowercase;
- }
- #tags {
- font:11px {font:NavLinks};
- background-color:none;
- color:{color:Date};
- width:140px;
- display:block;
- text-align:left;
- text-transform: lowercase;
- margin-left:520px;
- opacity:0;
- position:absolute;
- -webkit-transition-duration: 0.4s;
- padding:3px;
- z-index:2; }
- #tags a {
- font-weight:normal;
- color:{color:Date};
- letter-spacing:-1px; }
- #tags a:hover {
- font-weight:normal;
- color:{color:LinkHover};}
- ul.tags {
- list-style-type:none;
- padding: 0px;
- margin: 0px 0px;}
- .postfooter {
- width:500px;
- padding:0px; margin-left:10px; margin-top:0px; margin-bottom:0px;
- height: 2px;
- background-color: {color:Footer}; }
- .posttitle {
- font:20px {font:posttitle};
- font-weight:normal;
- margin:0px; padding:0px;}
- .postlink a {
- color:{color:bodytext};
- text-decoration:none;
- font-size: 20px;
- font-family: {font:posttitle};
- text-align: center;
- letter-spacing:-1px; }
- .postlink a:hover {
- color:{color:LinkHover}; }
- #quotepost { position: relative; }
- .postquote {
- font-family:{font:posttitle}; color:{color:bodytext}; font-size: 20px; font-weight: normal;
- width: 440px; margin-left: 35px;
- }
- .quotebg { position: absolute;
- font-size: 45px;
- opacity: 0.3; filter: alpha(opacity=30); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";}
- #left { left: 0px; top:0px;}
- #right { right: 5px; bottom: 0px; }
- .quote_source { text-align: center; }
- .quote_source a{color:{color:Link}; text-decoration:none;}
- .quote_source a:hover { color:{color:LinkHover}; }
- li.postchat { list-style-type:none;}
- li.chattitle {
- list-style-type:none;
- font:20px {font:posttitle};
- font-weight:normal; }
- li.postphotoset { list-style-type:none; }
- ul.chat { padding: 0px;
- margin: 5px 0px;
- list-style-type: none;
- border-bottom: solid 0px {color:bodytext};}
- ul.chat li {
- border-top: solid 0px {color:bodytext};
- padding: 5px; list-style-type:none; }
- ul.chat li:nth-child(odd) { background-color:{color:askbackground};}
- ul.chat li:nth-child(even) { background-color: none}
- ul.chat .label { font-weight:bold;}
- .row:nth-child(odd) { background-color:none;}
- .row:nth-child(even) { background-color:{color:askbackground};}
- ol.audioinfo { list-style-type: none;
- margin: 0px 0px 0px 3px; padding: 0px;
- font-family: trebuchet ms;
- text-transform: normal;
- font-size: 11px; }
- table.audio_table { border: none; }
- .audio_wrap { position: relative; }
- #audioplayer { width: 27px; border: 0px solid pink; overflow: hidden;
- position: absolute; top: 7px; left: 7px;
- z-index:5;
- }
- .player_wrap {
- position: absolute; top: 66px; left: 66px;
- width: 42px; height: 42px;
- z-index:4;
- {block:IfNotaudioplayerblack} background-color: white; {/block:IfNotaudioplayerblack}
- {block:Ifaudioplayerblack} background-color: black; {/block:Ifaudioplayerblack}
- -moz-border-radius: 30px;
- -webkit-border-radius: 30px;
- border-radius: 30px;
- }
- .album_art img { position: relative;
- -moz-border-radius: 90px;
- -webkit-border-radius: 90px;
- border-radius: 90px; }
- .question_post { background-color: none; -moz-border-radius:6px;-webkit-border-radius:6px; border-radius: 6px; padding:5px;}
- .asker_container { font-family:{font:PostTitle}; font-size:12px; font-weight:bold; position: relative; z-index: 4;}
- .question_post img.icon { margin-right: 0px;
- -moz-border-radius:30px;
- -webkit-border-radius:30px;
- border-radius: 30px; }
- .question_wrap { position: relative; }
- .tri { color: {color:Askbackground}; font: 50px baskerville; position:absolute; top:-20px; left: 210px; z-index: 1;}
- .question { background-color: {color:Askbackground}; position: relative; padding: 10px; -moz-border-radius: 5px;-webkit-border-radius: 5px; border-radius: 5px; z-index: 6;}
- .notecontainer { margin:0px; text-align: left;}
- ol.notes {
- padding: 0px;
- margin: 5px 0px 10px 0px;
- list-style-type: none; }
- ol.notes li.note { font-family:{font:Tags}; font-size: 11px; font-weight: normal;
- padding: 2px; }
- ol.notes li.note img.avatar {
- vertical-align: -4px;
- margin-right: 10px;
- width: 16px;
- height: 16px; }
- ol.notes li.note span.action {
- font-weight: normal; }
- ol.notes li.note .answer_content { font-family:{font:Tags};
- font-weight: normal;}
- ol.notes li.note blockquote { font-family:{font:Tags};
- border-color:{color:bodytext};
- padding: 4px 10px;
- margin: 4px 0px 0px 25px; }
- ol.notes li.note blockquote a {
- font-family:{font:Tags};
- text-decoration: none; }
- #creditbox {
- width:70px;
- height: 30px;
- border: none;
- position: fixed; bottom: 5px; right: 5px;
- z-index: 999999;
- }
- iframe#tumblr_controls {
- top:0px !important;
- right:3px !important;
- position: fixed !important;
- opacity: 0.4; filter: alpha(opacity=40); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
- -webkit-transition: all 0.4s linear;
- -moz-transition: all 0.4s linear;
- -o-transition: all 0.4s linear ;
- -ms-transition: all 0.4s linear; }
- iframe#tumblr_controls:hover {
- opacity: 1; filter: alpha(opacity=100); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
- -webkit-transition: all 0.4s linear;
- -moz-transition: all 0.4s linear;
- -o-transition: all 0.4s linear;
- -ms-transition: all 0.4s linear;}
- img { border-style: none; }
- blockquote {
- border-left:2px {color:bodytext} solid;
- padding-left:5px; padding-right:0px; padding-top:0px; padding-bottom:0px;
- margin:-3px 0px 0px 10px;}
- blockquote img { max-width: 482px; }
- blockquote blockquote img { max-width: 465px; }
- blockquote blockquote blockquote img { max-width: 448px; }
- #bottom { background-color:none; height:10px;}
- </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>
- {block:ContentSource} <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" /> {/block:SourceLogo} {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} --> {/block:ContentSource}
- <div id="background"></div>
- <div id="title">
- <a href="/">
- {Title}
- </a>
- <div id="links">
- <ul>
- {block:IfNotInfiniteScrolling}
- {block:Pagination}
- {block:PreviousPage}
- <li><a href="{PreviousPage}">← prev</a></li>
- {/block:PreviousPage}
- {/block:Pagination}
- {/block:IfNotInfiniteScrolling}
- <li><a href="/ask">{text:ask label}</a></li>
- {block:IfShowArchiveLink}
- <li><a href="/archive">{text:archive label}</a> </li>
- {/block:IfShowArchiveLink}
- {block:IfShowRandomLink}
- <li><a href="/random">{text:random label}</a> </li>
- {/block:IfShowRandomLink}
- {block:IfShowHomeLink}
- <li><a href="/">{text:home label}</a> </li>
- {/block:IfShowHomeLink}
- {block:IfLink1}<li><a href="{text:Link 1 Url}">{text:Link 1 Name}</a></li>{/block:IfLink1}
- {block:IfLink2}<li><a href="{text:Link 2 Url}">{text:Link 2 Name}</a></li>{/block:IfLink2}
- {block:IfLink3}<li><a href="{text:Link 3 Url}">{text:Link 3 Name}</a></li>{/block:IfLink3}
- {block:IfLink4}<li><a href="{text:Link 4 Url}">{text:Link 4 Name}</a></li>{/block:IfLink4}
- {block:IfLink5}<li><a href="{text:Link 5 Url}">{text:Link 5 Name}</a></li>{/block:IfLink5}
- {block:IfNotInfiniteScrolling}
- {block:Pagination}
- {block:NextPage}
- <li><a href="{NextPage}">next →</a></li>
- {/block:NextPage}
- {/block:Pagination}
- {/block:IfNotInfiniteScrolling}
- </ul>
- </diV>
- </div>
- <div id="wrapper">
- <div id="content">
- {block:SearchPage}
- {block:SearchResults}
- <div id="searchresults">{lang:SearchResultCount results for SearchQuery 2}</div>
- {/block:SearchResults}
- {block:NoSearchResults}
- <div id="searchresults">{lang:No search results for SearchQuery 2}</div>
- {/block:NoSearchResults}
- {/block:SearchPage}
- <div class ="autopagerize_page_element">
- {block:Posts}
- <div class="post">
- {block:IndexPage}
- <div id="tags">
- <ul class="tags">
- {block:Date}
- {block:IfNotDateStyleTimeAgo}
- <li><a href="{Permalink}">{ShortMonth} {DayOfMonth} {Year} at {FormattedTime}</a> </li>
- {/block:IfNotDateStyleTimeAgo}
- {block:IfDateStyleTimeAgo}
- <li><a href="{Permalink}">{TimeAgo}</a></li>
- {/block:IfDateStyleTimeAgo}
- <li>{block:NoteCount}<a href="{Permalink}"> {NoteCountWithLabel}{/block:NoteCount}</a></li>
- <li><a href="{ReblogURL}">reblog ♥</a></li>
- </ul>
- {/block:Date}
- </div>
- {/block:IndexPage}
- {block:Photo}
- <div class="media" {block:IfCenteredImages} align="center"{/block:IfCenteredImages}>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" {block:IfStretchImages}width="500px"{/block:IfStretchImages}/>{LinkCloseTag}</div>
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- {/block:Photo}
- {block:Photoset}
- <li class="postphotoset">
- {Photoset-500}
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- </li>
- {/block:Photoset}
- {block:Video}
- <div class="media">{Video-500}</div>
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- {/block:Video}
- {block:Audio}
- <div id="audiopost">
- <table border="0" width="500px" cellspacing="0" cellpadding="0" class="audio_table">
- <tr>
- <td width="60px" >
- </td>
- <td width="170px">
- <div class="audio_wrap">
- {block:AlbumArt}
- <div class="album_art">
- <img src="{AlbumArtURL}" alt="{block:Artist}{Artist}{/block:Artist}{block:TrackName} - {TrackName}{/block:TrackName}" style="margin-bottom:0px;" width="170px"/>
- </div>
- {/block:AlbumArt}
- <div class="player_wrap"><div id="audioplayer">{block:IfNotaudioplayerblack} {AudioPlayerWhite} {/block:IfNotaudioplayerblack}{block:Ifaudioplayerblack}{AudioPlayerBlack} {/block:Ifaudioplayerblack}</div></div>
- </div>
- </td>
- <td width="320px" height="140px" valign="center">
- <ol class="audioinfo">
- {block:TrackName}<li><b>Track:</b> {TrackName}</li>{/block:TrackName}
- {block:Artist}<li><b>Artist:</b> {Artist}</li>{/block:Artist}
- {block:Album}<li><b>Album:</b> {Album}</li>{/block:Album}
- <li>{PlayCountWithLabel}</li>
- </ol>
- </td>
- </tr>
- {block:Caption}
- <tr>
- <td colspan="2" valign="top">
- <div class="caption">{Caption}</div>
- </td>
- </tr>{/block:Caption}
- </table>
- </div>
- {/block:Audio}
- {block:Quote}
- <div id="quotepost">
- <div class="postquote">{Quote}</div>
- <div id="left" class="quotebg">❝</div>
- <div id="right" class="quotebg">❞</div>
- {block:Source}
- <div class="quote_source">— {Source}</div>
- {/block:Source}
- </div>
- {/block:Quote}
- {block:Text}
- {block:Title}
- <div class="posttitle">{Title}</div>
- {/block:Title}
- <div class="copy">{Body}</div>
- {/block:Text}
- {block:Answer}
- <div id="answerpost">
- <div class="question_post">
- <table border="0" width="100%">
- <tr>
- <td width="40%" align="right">
- <img class="icon" src="{AskerPortraitURL-30}">
- </td>
- <td width="60%" align="left">
- <div class="asker_container"> {Asker}: </div>
- </td>
- </tr>
- <tr>
- <td valign="top" colspan="2">
- <div class="question_wrap">
- <div class="tri">♦</div>
- <div class="question">
- {Question}
- </div>
- </div>
- </td>
- </tr>
- </table>
- </div>
- <div class="answer">{Answer}</div>
- </div>
- {/block:Answer}
- {block:Chat}
- <li class="postchat"><li class="chattitle">
- {block:Title}
- {Title}
- {/block:Title}</li>
- <ul class="chat">
- {block:Lines}
- <li class="{Alt} user_{UserNumber}">
- {block:Label}
- <span class="label">{Label}</span>
- {/block:Label}
- {Line}
- </li>
- {/block:Lines}
- </ul>
- </li>
- {/block:Chat}
- {block:Link}
- <div class="postlink">
- <a href="{URL}" {Target}>{Name} »</a>
- </div>
- {block:Description}<div class="copy">{Description}</div>{/block:Description}
- {/block:Link}
- {block:PermalinkPage}
- {block:Date}
- <div id="postinfo">
- <ul class="tags">
- <li>Posted on {Month} {DayOfMonth} {Year} at {FormattedTime} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}</li>
- {block:Reblog}
- <li>Source <a href="{ReblogRootURL}">{ReblogRootName}</a>{block:RebloggedFromReblog}, via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFromReblog}</li>
- {/block:Reblog}
- {block:HasTags}
- <li>Tags {block:Tags} <a href="/tagged/{Tag}">#{Tag}</a>{/block:Tags}</li>
- {/block:HasTags}
- </ul>
- </div>
- {/block:Date}
- {block:PostNotes}<div class="notecontainer">{PostNotes}</div>{/block:PostNotes}
- {/block:PermalinkPage}
- </div>
- {block:IndexPage}
- <div class="postfooter"></div>
- {/block:IndexPage}
- <div class="bottom"></div>
- {/block:Posts}
- </div>
- </div>
- <div id="bottom"></div>
- </div>
- <div class="clear"></div>
- </div>
- <iframe id="creditbox" src="http://riverbellthemes.tumblr.com/copy" scrolling="none"></iframe>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment