Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <!-- DO NOT REMOVE THE FOLLOWING
- ♡ Theme 22: Mercury by Rachael: pevensied @ tumblr.com ♡
- • if you're using my theme, please keep credit in tact.
- • this theme isn't a base theme, do not redistribute.
- • edit to your heart's consent, but this will always be MY theme
- -->
- <body>
- <head>
- <meta name="color:background" content="#fff" />
- <meta name="color:entries" content="#fff" />
- <meta name="color:description" content="#fff" />
- <meta name="color:titles" content="#aa5533" />
- <meta name="color:text" content="#aa8866" />
- <meta name="color:description text" content="#aa8866" />
- <meta name="color:borders" content="#4b4a46" />
- <meta name="color:link" content="#ffbb88" />
- <meta name="color:link hover" content="#ffcc77" />
- <meta name="color:right border" content="#CFCFCF" />
- <meta name="color:right background" content="#eee" />
- <meta name="color:navigation hover" content="#e2e0d3" />
- <meta name="color:selection" content="#664444" />
- <meta name="font:body" content="helvetica" />
- <meta name="image:sidebar" content="http://i.imgur.com/bBEKB.png"/>
- <meta name="image:background" content="" />
- <meta name="image:right background" content="http://static.tumblr.com/z5o2pr2/XUwm98jn0/a.png"/>
- <meta name="if:show tags" content="0" />
- <meta name="if:show captions" content="0" />
- <meta name="if:show post info" content="0" />
- <meta name="if:show description" content="0" />
- <meta name="if:show navigation links" content="0" />
- <meta name="if:fading tumblr controls" content="1" />
- <meta name="if:fading images" content="0" />
- <meta name="if:fade in monochrome images" content="1" />
- <meta name="if:quick reblog" content="1" />
- <meta name="text:title font size" content="19"/>
- <meta name="text:link one" content="/"/>
- <meta name="text:link one name" content="link 1"/>
- <meta name="text:link two" content="/"/>
- <meta name="text:link two name" content="link 2"/>
- <meta name="text:link three" content="/"/>
- <meta name="text:link three name" content="link 3"/>
- <meta name="text:link four" content="/"/>
- <meta name="text:link four name" content="link 4"/>
- <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}" />
- <link href='http://fonts.googleapis.com/css?family=Quicksand:300' rel='stylesheet' type='text/css'>
- <style type="text/css">
- /* Fonts
- !Fact, if you click on the file link below, you can download this font and upload it at http://tumblr.com/themes/upload_static_file on your own bandwith. Please do so, do not just copy and paste it. */
- @font-face {
- font-family: "Quicksand";
- src: url('http://static.tumblr.com/z5o2pr2/zSAm979ab/quicksand_book.otf');
- }
- @font-face {
- font-family: "Symbols";
- src: url('http://static.tumblr.com/z5o2pr2/P51m979m4/websymbols-regular-webfont.ttf');
- }
- /* ---------- scroll bar --------- */
- ::-webkit-scrollbar-thumb:vertical {
- background-color: {color:selection};
- height: 50px;
- }
- ::-webkit-scrollbar-thumb:horizontal {
- background-color: {color:selection};
- height: 10px;
- }
- ::-webkit-scrollbar {
- height: 10px;
- width: 5px;
- background-color: #transparent;
- }
- /* ---------- color selection --------- */
- ::-moz-selection {color: #eeeeee;background: {color:selection};}
- ::selection {color:#eeeeee;background: {color:selection};}
- /* ---------- follow/dash fade --------- */
- {block:ifFadingTumblrControls}
- iframe#tumblr_controls {
- top:0px !important;
- right:3px !important;
- position: fixed !important;
- -webkit-transition: opacity 0.7s linear;
- opacity: 0.4;
- -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;}
- {/block:ifFadingTumblrControls}
- {block:ifnotFadingTumblrControls}
- iframe#tumblr_controls {
- top:0px !important;
- right:3px !important;
- position: fixed !important;
- }
- {/block:ifnotFadingTumblrControls}
- /* Body */
- body {
- color:{color:text};
- background-color:{color:background};
- background-image: url('{image:background}');
- background-position: center;
- background-attachment:fixed;
- background-repeat: repeat;
- font:11px {font:body};
- line-height:110%;
- text-align:justify}
- a:link, a:active, a:visited{
- color: {color:link};
- text-decoration:none;
- -webkit-transition: all 0.7s
- ease-out;-moz-transition: all 0.7s ease-out;
- transition: all 0.7s ease-out;
- }
- a:hover{
- color:{color:link hover};
- background-color: transparent;
- }
- /* entries */
- #container {
- width:950px;
- float:right;
- }
- #entries{
- margin-left:-70px;
- margin-top:20px;
- width:507px}
- #posts{
- overflow:hidden;
- background-color:{color:entries};
- padding:2px;
- margin-bottom:35px;
- -webkit-transition: all 0.7s ease-out;
- ease-out;-moz-transition: all 0.7s ease-out;
- transition: all 0.7s ease-out;
- z-index:9999;
- border:1px solid {color:borders};
- }
- #posts:hover #info {
- opacity:1.0;
- margin-left:507px;
- }
- {block:ifNotShowTags}
- #posts:hover #tags {
- opacity:1;
- margin-top:1px;
- }
- {/block:ifNotShowTags}
- /* Images */
- #entries img {
- {block:iffadingimages}opacity: .8;{/block:iffadingimages}
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;
- }
- #entries img:hover {
- opacity: 1;
- {block:ifFadeInMonochromeImages}
- -webkit-filter: grayscale(1);
- -moz-filter: grayscale(100%);
- -ms-filter: grayscale(100%);
- -o-filter: grayscale(100%);
- filter: grayscale(100%);
- filter: url(grayscale.svg);
- filter: gray;
- {/block:ifFadeInMonochromeImages}
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;
- }
- .trans {
- {block:iffadingimages}opacity: .8;{/block:iffadingimages}
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;
- margin-bottom:-1px;
- }
- .trans:hover {
- opacity: 1;
- {block:ifFadeInMonochromeImages}
- -webkit-filter: grayscale(1);
- -moz-filter: grayscale(100%);
- -ms-filter: grayscale(100%);
- -o-filter: grayscale(100%);
- filter: grayscale(100%);
- filter: url(grayscale.svg);
- filter: gray;
- {/block:ifFadeInMonochromeImages}
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;
- }
- /* Sidebar & Description */
- .left {
- right:5px;
- margin-top:-20px;
- width:410px;
- border-left:5px solid {color:right border};
- height:150%;
- position:fixed;
- background-color:{color:right background};
- background-image: url('{image:right background}');
- background-attachment:fixed;
- background-repeat: repeat;
- z-index:-4;
- }
- .description {
- background-color:#383737;
- font-family:calibri, helvetica, sans-serif;
- position:fixed;
- right:200px;
- margin-top:140px;
- width:190px;
- font-size:9px;
- z-index:9999;
- }
- {block:ifnotshowdescription}
- .description:hover .hatter {
- margin-left:153px;
- }
- {/block:ifnotshowdescription}
- .description:hover .hovert {
- opacity:0;
- margin-left:-10px;
- -webkit-transition: all 0.9s ease-out;
- -moz-transition: all 0.9s ease-out;
- transition: all 0.9s ease-out;
- }
- {block:ifnotshownavigationlinks}
- .description:hover #effie {
- margin-top:1px;
- }
- {/block:ifnotshownavigationlinks}
- #sidebar {
- width:150px;
- position:fixed;
- overflow:hidden;
- border-left:0px solid;
- border-right:0px solid;
- padding:2px;
- height:150px;
- border:1px solid #6E6E6E;
- }
- #sidebarimg img {
- width: 150px;
- margin-left:0px;
- margin-top:0px;
- height: auto;
- text-align:center;
- }
- .hatter {
- background-color:{color:description};
- width:100px;
- height:137px;
- font:10px calibri, san serif;
- position: fixed;
- text-align:justify;
- vertical-align:middle;
- margin-top:-151px;
- {block:ifnotShowDescription}
- margin-left:0px;
- {/block:ifnotShowDescription}
- {block:ifshowdescription}
- margin-left:153px;
- {/block:ifshowdescription}
- padding:5px;
- z-index:-5;
- overflow:scroll;
- display:list-item;
- -webkit-transition: all 2s;
- -moz-transition: all 2s;
- transition: all 2s;
- }
- .dext {
- text-align:justify;
- padding:2px;
- }
- .hovert {
- position:absolute;
- font-family:calibri,helvetica,san serif;
- font-size:10px;
- color:#fff;
- opacity:0.5;
- margin-top:0px;
- margin-left:2px;
- -webkit-transition: all 0.9s ease-out;
- -moz-transition: all 0.9s ease-out;
- transition: all 0.9s ease-out;
- }
- /* Navigation Links */
- #effie {
- position:fixed;
- width: 200px;
- margin-left: 15px;
- {block:ifnotshownavigationlinks}
- margin-top:-80px;
- {/block:ifnotshownavigationlinks}
- {block:ifshownavigationlinks}
- margin-top:1px;
- {/block:ifshownavigationlinks}
- -webkit-transition: all 2s;
- -moz-transition: all 2s;
- transition: all 2s;
- {block:ifnotshownavigationlinks}z-index:-3;{/block:ifnotshownavigationlinks}
- }
- #effie a {
- width:35px;
- display:inline-block;
- margin-left:-2px;
- margin-bottom: 0px;
- line-height:20px;
- background-color:{color:description};
- font:10px calibri, helvetica, sans serif;
- text-transform: uppercase;
- color:{color:text};
- text-align:center;
- padding:3px;
- text-decoration:none;
- -webkit-transition: all 0.7s linear;
- -moz-transition: all 0.7s linear;
- transition: all 0.7s linear;
- }
- #effie a:hover {
- color:#fff;
- background-color:{color:navigation hover};
- }
- #effie:hover {
- opacity:1;
- }
- h1{
- color:{color:titles};
- font-family: 'Quicksand', sans serif;
- font-size:20px;
- line-height:20px;
- letter-spacing:1px;
- font-weight:normal;
- text-transform:case;
- margin:0px;
- padding:4px;
- text-align:left
- }
- h2{
- color:{color:titles};
- font-family:'Quicksand', sans-serif;
- font-size:16px;
- line-height:18px;
- letter-spacing:-1px;
- font-weight:normal;
- text-transform:case;
- margin:0px;
- padding:0px;
- margin-bottom:1px;
- text-align:center
- }
- h3{
- font:normal 11px calibri,helvetica,sans serif;
- display:inline-block;
- padding:2px;
- color:{color:link hover};
- margin:0px;
- width:35px;
- text-transform:uppercase;
- }
- /* Post info & Tags */
- #tags {
- display:block;
- width:350px;
- padding-top:3px;
- padding-bottom: 2px;
- margin-left:150px;
- {block:ifShowTags}
- margin-top:5px
- opacity:1;
- {/block:ifShowtags}
- {block:ifnotShowTags}
- {block:IndexPage} margin-top:-10px;{/block:IndexPage}
- {block:PermalinkPage}margin-top:1px;{/block:PermalinkPage}
- {block:IndexPage}opacity:0;{/block:IndexPage}
- {block:PermalinkPage}opacity:1;{/block:PermalinkPage}
- {/block:ifnotShowTags}
- position:absolute;
- background-color:transparent;
- font:10px calibri, helvetica, sans serif;
- text-transform:lowercase;
- text-align:right;
- font-style:italic;
- -webkit-transition: all 0.7s ease-out;
- -moz-transition: all 0.7s ease-out;
- transition: all 0.7s ease-out;
- }
- #info {
- width:90px;
- overflow:hidden;
- position: absolute;
- {block:ifnotShowPostInfo}
- {block:IndexPage}margin-left:470px;{/block:IndexPage}
- {block:PermalinkPage}margin-left:507px;{/block:PermalinkPage}
- {block:IndexPage}opacity:0;{/block:IndexPage}
- {block:PermalinkPage}opacity:1;{/block:PermalinkPage}
- {/block:ifnotShowPostInfo}
- {block:ifShowPostInfo}
- margin-left:507px;
- {/block:ifShowPostInfo}
- margin-top:0px;
- background-color: transparent;
- color:{color:text};
- text-align:left;
- text-transform:case;
- padding: 3px;
- font:10px calibri;
- -webkit-transition: all 1.5s ease-in-out;
- -moz-transition: all 1.5s ease-in-out;
- transition: all 1.5s ease-in-out;
- }
- #info a:hover {
- color:{color:link hover};
- }
- .symbol {
- font-family:'Symbols';
- letter-spacing:0px;
- text-transform:uppercase;
- }
- /* Pagination */
- #leftarrow{position: fixed; top: 45%; left: 20px; width: 30px; font-size: 75px; z-index: 2; line-height: 75px}
- #leftarrow a{color:{color:text}
- ; font-size: 75px!important}
- #leftarrow a:hover{color:{color:link hover};}
- #rightarrow{position: fixed; top: 45%; right: 30px; width: 30px; font-size: 75 z-index: 2; line-height: 75px}
- #rightarrow a{color:{color:text}
- ; font-size: 75px!important}
- #rightarrow a:hover{color:{color:link hover};}
- #credit {
- position:fixed;
- width:90px;
- right:1px;
- bottom:1px;
- padding:2px;
- line-height:11px;
- letter-spacing:0px;
- font:10px Calibri, Tahoma, Helvetica, Sans-Serif;
- color: {color:text};
- background-color:#fff;
- text-align:center;
- }
- /* Ask Posts */
- .askposts {
- background-color:{color:entries};
- border-bottom:1px solid {color:text};
- width:100%
- }
- .askposts .top {
- border-bottom:1px solid {color:borders};
- width:100%
- }
- .askposts .question {
- font:11px calibri, helvetica, sans serif;
- }
- .askposts .asker {
- background: transparent;
- border:1px solid {color:borders};
- opacity:2;
- padding:2px;
- }
- .askposts .questioner {
- font:14px calibri, helvetica, sans serif;
- letter-spacing:1px;
- text-transform:lowercase;
- }
- .answer {
- margin-top:10px;
- padding:5px;
- }
- /* Audio Posts */
- .albumart{
- width:110px; height:110px;
- position:relative;
- background-image:url('http://static.tumblr.com/z5o2pr2/f6Bm6eu6g/audio.png');
- }
- .albumart img{
- width:110px; height:110px;
- }
- .albumart:hover .audio {
- -webkit-transform: rotate(360deg);
- }
- .audio{
- width:28px;
- height:28px;
- overflow:hidden;
- position:relative;
- margin-top:-70px;
- margin-left:40px;
- z-index:3;
- }
- .awrap{
- width:110;
- height:110;
- float:left;
- }
- .ainfo{
- float:right;
- text-align:left;
- width:385px;
- }
- blockquote {
- margin-left: 10px;
- border-left:1px dotted;;
- padding-left:8px;
- }
- blockquote img, blockquote a img {
- max-width: 480px
- }
- b, strong{
- color:{color:titles}
- }
- i, em {
- color:{color:link hover};
- }
- p{
- margin-top:3px; margin-bottom:3px
- }
- img a{border:none; width:100%}
- .user_1 .label {
- color:{color:text};
- }
- .user_2 .label {
- color:{color:titles};
- }
- ul.chat, .chat ol, .chat li {
- list-style:none;
- margin:0px;
- padding:0px;
- }
- .notes {
- max-width: 510px;
- text-align: left;
- padding: 10px;
- text-decoration: none;
- line-height: 180%;
- }
- .notes a {
- text-transform: lowercase;
- }
- .notes img {
- width: 12px;
- height: 12px;
- padding:1px;
- border: 1px solid {color:borders};
- }
- </style>
- <style type="text/css">{CustomCSS}</style>
- </head>
- <body>
- {block:Pagination}
- {block:PreviousPage}<div id="leftarrow"><a href="{PreviousPage}">«</a></div>{/block:PreviousPage}
- {block:NextPage}<div id="rightarrow"><a href="{NextPage}">»</a></div>{/block:NextPage}
- {/block:Pagination}
- <div class="left"></div>
- <div class="description">
- <div id="sidebar">
- {block:ifnotShowDescription}<div class="hovert">HOVER</div>{/block:ifnotShowDescription}
- <div id="sidebarimg">
- <center><img class="simage" src="{image:sidebar}" style="height:150px; width: 150px;"/></center>
- <div class="hatter"><div class="dext">{Description}</div>
- </div>
- </div>
- <div id="effie">
- <a href="/">index</a>
- <a href="/ask">ask</a>
- {block:IfLinkOneName}<a href="{text:link one}">{text:link one name}</a>{/block:IfLinkOneName}
- {block:IfLinkTwoName}<br><a href="{text:link two}">{text:link two name}</a>{/block:IfLinkTwoName}
- {block:IfLinkThreeName}<a href="{text:link three}">{text:link three name}</a>{/block:IfLinkThreeName}
- {block:IfLinkFourName}<a href="{text:link Four}">{text:link Four name}</a>{/block:IfLinkFourName}
- </div>
- </div>
- </div>
- <div id="credit"><a target="blank"href="http://pevensied.tumblr.com/"><font color="{color:text}">theme by pevensied</a></font></div>
- <div id="container">
- <div id="entries">
- {block:Posts}
- <div id="posts">
- {block:date}
- <div id="info">
- <a href="{permalink}">{TimeAgo}</a><br>
- {NoteCount} notes
- {block:RebloggedFrom} <br>from: <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
- source: <a href="{ReblogRootUrl}">{ReblogRootName}</a>
- {/block:RebloggedFrom}
- {block:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}<br>
- {block:ifquickreblog}<a class="symbol" href="{ReblogUrl}">J</a>{/block:ifquickreblog}
- </div>
- {/block:date}
- {block:Title}<h1>{title} </h1>{/block:Title}
- {block:Text}{Body}{/block:Text}
- {block:Quote}<h2>“{quote}”</h2>{/block:Quote}
- {block:Source}<center><div class="source">— {Source}</div></center>{/block:Source}
- {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name} </h1></a>
- {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
- {block:Photo}<div class="trans">{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" width="500px"/>{LinkCloseTag}</div>
- {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="trans">{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:Chat}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul>{/block:Chat}
- {/block:Chat}
- {block:Video}{Video-500}
- {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="askposts">
- <table style="padding-bottom:5px;margin-bottom:5px;">
- <tr>
- <td style="vertical-align:top;padding-right:10px;"><img class="asker" src="{AskerPortraitURL-40}"></td>
- <td style="vertical-align:top;"><div class="questioner">{Asker} said</div><div class="question">{Question}</div></td>
- </table>
- </div>
- <div class="answer">{Answer}</div>
- {/block:Answer}
- {block:Audio}
- <div style="min-height:110px;">
- <div class="awrap">
- <div class="albumart">
- {block:AlbumArt}
- <img src="{AlbumArtURL}">
- {/block:AlbumArt}
- </div>
- <div class="audio">{AudioPlayerWhite}</div>
- <div class="audio_back"></div>
- </div>
- <div class="ainfo">
- <h3>Plays:</h3>{FormattedPlayCount}<br>
- {block:TrackName}
- <h3>Song:</h3>{TrackName}
- {/block:TrackName}
- {block:Artist}
- <br><h3>Artist:</h3>{Artist}
- {/block:Artist}
- {block:Album}<br><h3>Album:</h3>{Album}{/block:Album}<br>
- {block:ifshowcaptions}{block:Caption}
- {Caption}
- {/block:Caption}{/block:ifshowcaptions}
- {block:ifnotshowcaptions}
- {block:PermalinkPage}{block:Caption}
- {Caption}
- {/block:Caption}{/block:PermalinkPage}
- {/block:ifnotshowcaptions}
- </div>
- </div>{/block:Audio}
- {block:HasTags}
- <div id="tags">{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>
- {/block:HasTags}
- </div>
- {/block:Posts}
- {block:PostNotes}
- <div class="notes">{PostNotes}</div>
- {/block:PostNotes}
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment