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>
- <head>
- <!--Theme 006 by Alice (metacrisising @ tumblr, formerly gloriously-pond). Don't steal, use as a base, or take bits of code and credit me for "theme details". Inspiration is good, blatant copying is not cool.
- I welcome your theme questions and comments. I'll answer all questions except those asking about completely editing a major aspect of the theme: I'm in the business of helping you with this theme, not helping you make a new theme.
- Enjoy bros.
- Default Settings-->
- <meta name="color:background" content="#66c8f0" />
- <meta name="color:sidebar" content="#66c8f0" />
- <meta name="color:post" content="#FFFFFF" />
- <meta name="color:linkage" content="#fcfd7d" />
- <meta name="color:accent" content="#1da513" />
- <meta name="color:post hover" content="#e1eef3" />
- <meta name="color:post info background" content="#e3e8eb" />
- <meta name="color:quote" content="#a8e0e0" />
- <meta name="color:title" content="#A1BDD4" />
- <meta name="color:text" content="#021425" />
- <meta name="color:text selection" content="#10f0e3" />
- <meta name="color:description background" content="#fcfd7d" />
- <meta name="color:description background hover" content="#ffffff" />
- <meta name="color:link" content="#000000" />
- <meta name="color:link hover" content="#008EAA" />
- <meta name="color:link hover shadow" content="#54d2cb" />
- <meta name="color:link hover shadow the second" content="#eaeec0" />
- <meta name="color:permalinking" content="#aae789" />
- <meta name="color:highlight" content="#a9ddf1" />
- <meta name="color:header" content="#ffffff" />
- <meta name="color:header border" content="#000000" />
- <meta name="color:border" content="grey" />
- <meta name="color:scrollbar" content="#2eaf2a" />
- <meta name="text:subtitle" content="" />
- <meta name="text:subtitle the second" content="" />
- <meta name="text:description heading" content="About This Blog" />
- <meta name="font:title" content="georgia" />
- <meta name="font:body" content="calibri" />
- <meta name="font:tooltip text" content="calibri" />
- <meta name="image:sidebar" content="" />
- <meta name="image:background" content="" />
- <meta name="image:header background" content="http://getpersonas-cdn.mozilla.net/static_json/7/2/475872/preview_large.jpg?1342647380" />
- <meta name="text:Link1" content="/" />
- <meta name="text:Link1 Title" content="link 1" />
- <meta name="text:Link2" content="/" />
- <meta name="text:Link2 Title" content="link 2" />
- <meta name="text:Link3" content="/" />
- <meta name="text:Link3 Title" content="link 3" />
- <meta name="text:Link4" content="/" />
- <meta name="text:Link4 Title" content="link 4" />
- <meta name="text:Link5" content="/" />
- <meta name="text:Link5 Title" content="link 5" />
- <meta name="text:Link6" content="/" />
- <meta name="text:Link6 Title" content="link 5" />
- <title>{Title}</title>
- <link href='http://fonts.googleapis.com/css?family=Amatic+SC:700' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=La+Belle+Aurore|Yesteryear|Marck+Script|Contrail+One|Reenie+Beanie|Open+Sans+Condensed:700,300|Nothing+You+Could+Do|Kaushan+Script&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js" type="text/javascript"></script>
- <script src="http://static.tumblr.com/xgofl0y/O7Fm1ufj3/jquery.style-my-tooltips.js" type="text/javascript"></script>
- <script type="text/javascript">
- $(document).ready(function(){
- $(".descbody").hide();
- $(".deschead").click(function(){
- $(this).next(".descbody").slideToggle('medium');
- }); }); </script>
- <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-attachment:fixed;
- background-image: url('{image:background}');
- font-family:calibri;
- font-size:11px;
- color:{color:text};
- text-wrap:normal
- word-wrap:break-word;
- margin:0px 0px;
- height:100%;
- right:7px;
- overflow-y:scroll;
- overflow-x:hidden;
- }
- html {
- overflow-y:auto;
- background-color:transparent;
- }
- ::-webkit-scrollbar {
- width:7px;
- height:auto;
- background:{color:background};
- }
- ::-webkit-scrollbar-corner {
- background:{color:scrollbar};
- }
- ::-webkit-scrollbar-thumb:vertical {
- background:{color:scrollbar};
- }
- ::-webkit-scrollbar-thumb:horizontal {
- background:{color:scrollbar};
- }
- ::selection {
- color:{color:text selection};
- }
- ::-moz-selection {
- color:{color:text selection};
- }
- ::-webkit-selection {
- color:{color:text selection};
- }
- a, a:active, a:visited{
- text-decoration:none;
- color:{color:link};
- }
- a:hover {
- color:{color:link hover};
- text-shadow:2px 0px {color:link hover shadow}, -1px 0px {color:link hover shadow the second};
- }
- img {
- opacity:1;
- }
- img:hover {
- border:none;
- }
- #main {
- background-color:{color:background};
- background-attachment:fixed;
- background-image: url('{image:Background}');
- position:absolute;
- width:1250px;
- height:100%;
- }
- #sidebar {
- background-color:{color:sidebar};
- text-align:center;
- position:fixed;
- left:60px;
- width:300px;
- top:60px;
- bottom:30px;
- height:100%;
- font-family:calibri;
- font-size:11px;
- line-height:12px;
- margin-left:30px;
- padding:45px 20px 45px 20px;
- }
- #sidebar a {
- letter-spacing:1px;
- text-transform:uppercase;
- }
- #simg img {
- margin-left:0px;
- width:225px;
- border:5px solid {color:border};
- padding:3px;
- -webkit-transition: all 0.8s ease;
- -moz-transition:all 0.8s ease-out;
- -o-transition: all 0.8s ease-in-out;
- transition: all 0.8s ease-in-out;
- }
- #title {
- font-family:open sans condensed;
- font-size:45px;
- line-height:22px;
- text-align:center;
- margin-top:10px;
- color:{color:link};
- -webkit-transition:all 0.5s ease-out;
- -moz-transition:all 0.5s ease-out;
- transition:all 0.5s ease-out;
- -o-transition: all 0.5s ease-in-out;
- }
- #title a:hover {
- -webkit-transition:all 0.5s ease-out;
- -moz-transition:all 0.5s ease-out;
- transition:all 0.5s ease-out;
- -o-transition: all 0.5s ease-in-out;
- }
- .subtitle {
- font-family:contrail one;
- color:{color:link};
- position:relative;
- font-size:18px;
- text-transform:italics;
- padding-bottom:5px;
- text-transform:uppercase;
- }
- .subtitletwo {
- font-family:contrail one;
- color:{color:link};
- position:relative;
- font-size:18px;
- text-transform:italics;
- padding-top:5px;
- padding-bottom:10px;
- text-transform:uppercase;
- }
- .desclist {
- width:300px;
- }
- .deschead {
- cursor:pointer;
- width:230px;
- font-family:open sans condensed;
- font-size:12px;
- border:3px solid {color:description background};
- letter-spacing:1px;
- margin-left:35px;
- margin-top:0px;
- text-transform:uppercase;
- position:relative;
- background-color:{color:description background};
- color:{color:text};
- }
- .deschead:hover {
- border:3px solid {color:description background};
- background-color:{color:description background hover};
- -webkit-transition: all 0.5s ease;
- -moz-transition:all 0.5s ease-out;
- -o-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- .descbody {
- display:inline-block;
- }
- #desc a {
- font-family:open sans condensed;
- }
- #header {
- top:0px;
- left:0px;
- right:0px;
- height:83px;
- position:fixed;
- width:100%;
- border-bottom:8px solid {color:header border};
- background-color:{color:header};
- z-index:999;
- background-image: url('{image:header background}')
- }
- #linkage {
- position:relative;
- margin-left:10px;
- margin-right:10px;
- margin-top:15px;
- margin-bottom:5px;
- }
- #linkage a {
- width:auto;
- height:15px;
- font-family:calibri;
- font-size:12px;
- display:block;
- text-align:center;
- color:{color:link};
- background-color:{color:linkage};
- padding:4px;
- margin:5px;
- display:inline-block;
- border:8px 5px 8px 5px {color:header};
- }
- #linkage a:hover {
- background-color:{color:header};
- -moz-transform: scale(1.25);
- -webkit-transform: scale(1.5);
- -o-transform: scale(1.25);
- -ms-transform: scale(1.25);
- transform: scale(1.25);
- -webkit-transition-duration:.75s;
- -moz-transition-duration:.75s;
- -o-transition: all 0.75s ease-in-out;
- transition: all 0.75s ease-in-out;
- }
- #dash {
- padding:0px;
- width:100%;
- position:absolute;
- text-align:center;
- }
- #question {
- font-family:{font:title};
- letter-spacing:1px;
- padding:9px;
- background-color:{color:quote};
- font-size:11px;
- }
- #content {
- position:absolute;
- height:auto;
- width:590px;
- left:450px;
- top:55px;
- font-family:{font:body};
- margin-bottom:10px;
- }
- #post {
- padding:17px 27px 32px 17px;
- margin-left:20px;
- margin-right:20px;
- margin-top:45px;
- background-color:{color:post};
- font-size:11px;
- font-family:{font:body};
- border:7px solid {color:background};
- }
- #post:hover {
- border:7px solid {color:post};
- -webkit-transition-duration:1s;
- -moz-transition-duration:1s;
- -o-transition: all 1s ease-in-out;
- transition: all 1s ease-in-out;
- }
- .permalinking {
- position:relative;
- margin-top:11px;
- }
- .permalinking a {
- font-family:{font:body};
- text-transform:uppercase;
- position:relative;
- padding:3px;
- background-color:{color:permalinking};
- height:2px;
- opacity:.8;
- }
- .permalinking a:hover {
- opacity:1;
- }
- .tagging {
- position:relative;
- margin-top:3px;
- }
- .tagging a {
- text-transform:uppercase;
- font-size:11px;
- letter-spacing:1px;
- font-family:{font:body};
- position:relative;
- padding:4px 9px 4px 0px;
- height:2px;
- opacity:.8;
- }
- .tagging a:hover {
- opacity:1;
- }
- h1{
- font-size:18px;
- font-weight:700;
- color:{color:title};
- }
- .quote {
- font-size:14px;
- font-style:italic;
- font-family:{font:title};
- }
- .quotesource {
- font-family:{font:body};
- font-size:12px;
- height:15px;
- padding:2px;
- background-color:{color:quote};
- text-align:right;
- }
- .user_1 .label {
- color:{color:link};
- font-weight:bold;
- }
- .user_2 .label {
- color:{color:text};
- font-weight:bold
- }
- .user_3 .label {
- color:{color:link};
- font-weight:bold;
- }
- .user_4 .label {
- color:{color:text};
- font-weight:bold
- }
- .user_5 .label {
- color:{color:link};
- font-weight:bold;
- }
- .user_6 .label {
- color:{color:text};
- font-weight:bold
- }
- ul.chat, .chat ol, .chat li {
- list-style:none;
- margin:0px;
- padding:0px;
- line-height:15px;
- }
- #permalink {
- margin-top:5px;
- margin-bottom:25px;
- margin-left:3px;
- border-left:10px solid {color:accent};
- line-height:100%;
- font-family:calibri;
- font-size:11px;
- text-align:left;
- letter-spacing:1px;
- -webkit-transition-duration:1s;
- -moz-transition-duration:1s;
- -o-transition: all 1s ease-in-out;
- transition: all 1s ease-in-out;
- position:absolute;
- padding-left:3px;
- }
- #note {
- text-align:left;
- text-transform:uppercase;
- font:14px {font:title};
- }
- #pagination {
- top:175px;
- height:300px;
- width:50px;
- left:60px;
- margin-left:20px;
- padding:20px 10px 10px 20px;
- position:fixed;
- display:block;
- }
- #pagination a {
- font-family:calibri;
- text-align:center;
- font-size:60px;
- opacity:1;
- text-shadow:2px 0px {color:link hover shadow}, -2px 0px {color:link hover shadow the second};
- }
- #notes {
- font-weight:normal;
- }
- #notes li {
- padding-bottom:3px;
- padding-top:3px;
- border-bottom:1px dotted {color:text};
- }
- #notes li img.avatar {
- vertical-align:-4px;
- margin-right:5px;
- width:16px;
- height:16px;
- }
- #division {
- border-top:3px dotted {color:accent};
- }
- blockquote {
- border-left:2px solid {color:link};
- padding-left:3px;
- margin:0px 2px 0px 10px;
- }
- #audentryprob {
- display:block;
- height:auto;
- min-height:135px;
- position:relative;
- }
- .audentry {
- position:relative;
- width:490px;
- background-color:{color:post};
- padding:5px;
- min-height:135px;
- {block:IndexPage}overflow:hidden;{/block:IndexPage};
- }
- .audioplayersquare {
- position:absolute;
- z-index:3;
- top:5px;
- left:5px;
- background:white;
- opacity:0.7;
- filter:alpha(opacity=70);
- }
- .audioplayer {
- width:20px;
- height:30px;
- overflow:hidden;
- margin:15px 24px 15px 16px;
- }
- .audiodata {
- text-transform:uppercase;
- height:15px;
- }
- .audiocaption {
- color:{color:link};
- }
- #credit {
- position:fixed;
- bottom:2px;
- padding:4px;
- right:2px;
- color:{color:link};
- opacity:0.4;
- font-family:open sans condensed;
- font-size:20px;
- }
- #credit:hover {
- opacity:0.8;
- color:{color:link};
- }
- </style>
- </head>
- <body>
- <div id="main">
- <div id="header">
- <div id="title"><a href="/">{Title}</a></div>
- <div id="dash">
- <div id="linkage">
- <a href="/">refresh</a>
- {block:AskEnabled}
- <a href="/ask">mailbox</a>{/block:AskEnabled}
- {block:SubmissionsEnabled}<a href="/submit">submissions</a> {/block:SubmissionsEnabled}
- <a href="/archive">history</a>
- {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
- {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
- {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
- {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
- {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a>{/block:ifLink5}
- {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a>{/block:ifLink6}
- </div></div>
- </div>
- <div id="sidebar">
- <div class="subtitle">{text:subtitle}</div>
- <div id="simg">
- <img src="{image:sidebar}"></div>
- <div class="subtitletwo">{text:subtitle the second}</div>
- <div class="desclist">
- <p class="deschead">{text:description heading}</p>
- <div class="descbody">
- <div id="desc"><center>{Description}</div></div></div>
- </div>
- <div id="pagination">{block:PreviousPage}<a href="{PreviousPage}">«</a>
- {/block:PreviousPage}{block:NextPage} <a href="{NextPage}">»</a>{/block:NextPage}</div>
- <div id="content">
- {block:Posts}
- <div id="post">
- {block:Text}
- {block:Title}
- <h1><a href="{Permalink}">{Title}</a></h1>
- {/block:Title}
- {Body}
- {/block:Text}
- {block:Photo}
- {block:Title}
- <h1><a href="{Permalink}">{Title}</a></h1>
- {/block:Title}
- <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- {/block:Photo}
- {block:Photoset}
- <center>{Photoset-500}</center>
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- {/block:Photoset}
- {block:Quote}
- {block:Title}
- <h1><a href="{Permalink}">{Title}</a></h1>
- {/block:Title}
- <div class="quote">"{Quote}"</div>
- {block:Source}<br>
- <div class="quotesource">- {Source}</div>
- {/block:Source}
- {/block:Quote}{block:Link}
- <center><h1><a href="{URL}" class="link" {Target}>{Name}</a></h1></center>
- {block:Description}
- <div class="description">{Description}</div>
- {/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}
- <h1><a href="{Permalink}">{Title}</a></h1>
- {/block:Title}
- <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:Answer}
- <div id="question"><img src="{AskerPortraitURL-24}"> <b>{Asker}</b>:
- {Question}</div>
- {Answer}{/block:Answer}
- {block:Video}
- {block:Title}
- <h1><a href="{Permalink}">{Title}</a></h1>
- {/block:Title}
- <center>{Video-500}</center>
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- {/block:Video}
- {block:Audio}
- <div id="audentryprob">
- <div class="audentry">
- <img src="http://static.tumblr.com/2lqtwbf/hLRlz1vgy/2.png" alt="default album art" width="120" height="120" style="position:absolute; vertical-align:middle;" />
- {block:AlbumArt}
- <img width="120" height="120" src="{AlbumArtURL}" style="position:absolute;" />
- {/block:AlbumArt}
- <div class="audioplayersquare">
- <div class="audioplayer">{AudioPlayerWhite}</div></div>
- <table style="float:right;" width="360px" cellspacing="1px" cellpadding="0">
- {block:TrackName}
- <tr>
- <td class="audiodata"><b>Song: </b>{TrackName}</td>
- </tr>
- {/block:TrackName}
- {block:Artist}
- <tr>
- <td class="audiodata"><b>Artist: </b> {Artist}</td>
- </tr>
- {/block:Artist}
- {block:Album}
- <tr>
- <td class="audiodata"><b>Album: </b>{Album}</td>
- </tr>
- {/block:Album}
- <tr>
- <td class="audiodata">Played {FormattedPlayCount} times</td>
- </tr>
- {block:ExternalAudio}
- <tr>
- <td class="audiodata"><a href="{ExternalAudioURL}" target="_blank">Source</a></td>
- </tr>
- {/block:ExternalAudio}
- {block:Caption}<tr>
- <td class="audiocaption">{Caption}</td></tr>
- {/block:Caption}
- </table>
- </div>
- </div>{/block:Audio}
- <br>
- <div id="division"></div>
- <br>
- <div class="tagging">
- {block:HasTags}{block:Tags}<a href="/tagged/{Tag}">{Tag}</a> {/block:Tags}{/block:HasTags}</div>
- <div class="permalinking">
- <a href="{Permalink}">{block:Date}{DayOfMonthWithZero} {Month} '{ShortYear} ({TimeAgo})</a>{/block:Date} {block:NoteCount}<a href="{Permalink}">{NoteCount}</a>{/block:NoteCount} {block:RebloggedFrom}<a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom} {block:ContentSource}<a href="{SourceURL}">source</a></a>{/block:ContentSource} <a href="{ReblogURL}"target="_blank">reblog</a>
- </div>
- </div>
- <br>
- {/block:Posts}
- <a href="http://metacrisising.tumblr.com"><div id="credit">metacrisising</div></a>
- <br><br>
- {block:PostNotes}<div id="notes">{PostNotes}{/block:PostNotes}
- </div>
- </div>
- </div>
- </div>
- </body>
- </html>
- <!--Nothing more to see here!-->
Advertisement
Add Comment
Please, Sign In to add comment