- <!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" xml:lang="en" lang="en">
- <!--theme #5 made by maraudersmaps.tumblr.com. Do not redistribute or use as a base for other themes -->
- <head>
- <!-- DEFAULT VARIABLES -->
- <meta name="image:Background" content=""/>
- <meta name="if:Disable Right Click" content "0" />
- <meta name="if:Fixed Background" content "0" />
- <meta name="font:Body" content="Trebuchet MS" />
- <meta name="color:Background" content="#f5f5f5" />
- <meta name="color:Posts" content="#454646" />
- <meta name="color:Text" content="#DBDBDB" />
- <meta name="color:Asker" content="#FFFFFF" />
- <meta name="color:Sidebar Link" content="#cccccc" />
- <meta name="color:Sidebar Link Hover" content="#eeeeee" />
- <meta name="color:Permalink Font" content="#61514C" />
- <meta name="color:Sidebar Background" content="#323333" />
- <meta name="color:Quotemark" content="#D1D4C2" />
- <meta name="color:Chat1" content="#656666" />
- <meta name="color:Chat2" content="#858686" />
- <meta name="color:Ending" content="#cccccc" />
- <meta name="color:Title" content="#C7C5F5" />
- <meta name="color:Bold" content="#AAAAB6" />
- <meta name="color:Italic" content="#D3C5DD" />
- <meta name="color:Link" content="#ADA29D" />
- <meta name="color:Link Hover" content="#3D3836" />
- <meta name="color:Artist" content="#AAA9A9" />
- <meta name="color:tracks" content="#969696" />
- <meta name="color:album" content="#797979" />
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- {block:IfDisableRightClick}
- <script language="javascript" type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js">
- </script>
- <script type="text/javascript" language="javascript">
- $(function() {
- $(this).bind("contextmenu", function(e) {
- e.preventDefault();
- });
- });
- </script>
- {/block:IfDisableRightClick}
- <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
- <link href='http://fonts.googleapis.com/css?family=Changa+One' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Maven+Pro:400,700' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Pompiere' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Marvel|News+Cycle' rel='stylesheet' type='text/css'>
- <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">
- {block:IfFixedBackground}
- body {background-attachment:fixed; background-repeat:no-repeat;}
- {/block:IfFixedBackground}
- body {background-color:{color:background}; background-image: url('{image:background}'); color:{color:text}; font:10px {font:body};}
- #content {width:810px; margin:auto}
- #reblogs{display:none;}
- #posts {
- {block:IndexPage}
- width:810px;
- margin-bottom:80px;
- {/block:IndexPage}
- {block:PermalinkPage}
- width:500px;
- margin:auto;
- {/block:PermalinkPage}
- padding-top:10px;
- }
- #entry {
- {block:IndexPage}
- width:260px;
- height:110px;
- overflow:hidden;
- float:left;
- {/block:IndexPage}
- {block:PermalinkPage}
- width:500px;
- margin:auto;
- height:auto;
- padding:5px;
- {/block:PermalinkPage}
- margin:5px;
- background-color:{color:posts};
- z-index:-1;}
- {block:IndexPage}
- #entry img{max-width:260px; border:0px!important;}
- {block:IndexPage}
- img, img a{border:0px #trans;}
- {block:IndexPage}
- .permalink{
- opacity:0;
- filter: alpha(opacity = 0);
- position:absolute;
- display:block;
- padding: 30px 53px;
- width:154px;
- line-height:90%;
- height:50px;
- color:{color:permalink font};
- background-color:{color:ending};
- -webkit-transition: all 0.4s ease-out;
- -moz-transition: all 0.4s ease-out;
- transition: all 0.4s ease-out;
- z-index:2;
- text-transform:uppercase;
- font-size:9px;}
- .permalink a{
- font-family: 'Changa One', sans-serif;
- font-size:18px;
- color:{color:permalink font};
- text-transform:none;
- }
- .permalink a.l2{
- font:9px {font:body};
- color:{color:permalink font};
- text-transform:uppercase;
- }
- .permalink a.l3{
- font:18px Changa One;
- color:{color:permalink font};
- padding-top:2px;
- }
- #entry:hover .permalink{
- opacity:0.9;
- filter: alpha(opacity = 90);
- -webkit-transition: all 0.4s ease-out;
- -moz-transition: all 0.4s ease-out;
- transition: all 0.4s ease-out;
- }
- {/block:IndexPage}
- #footer {
- position:fixed;
- z-index:3;
- bottom:0;
- background-color:{color:sidebar background};
- width:870px;
- height:55px;
- -moz-border-radius: 0px 20px 0px 0px;
- border-radius: 0px 20px 0px 0px;
- -webkit-border-radius: 0px 20px 0px 0px;
- margin-left:-12px;
- }
- .sidepic {
- position:absolute;
- z-index:3;
- bottom:0;
- width:70px;
- height:auto;
- margin-left:-70px;
- background-color:{color:sidebar background};
- padding:5px;}
- a {text-decoration:none; color:{color:link};}
- blockquote {border-left:3px {color:text} solid; padding-left:3px; margin:0px 0px 0px 10px;}
- ul, li, ol {margin:0px 0px 0px 10px; color:{color:text}; padding-left:4px}
- b, strong, .strong {color:{color:Bold};}
- i, em, .em {color:{color:Italic};}
- #title{
- overflow-y:hidden;
- height:55px;
- z-index:3;
- position:relative;}
- .titled{
- width:510px;
- float:left;
- font-size:32px;
- font-family: 'Pompiere', cursive;
- text-transform:uppercase;
- line-height:90%;
- color:{color:sidebar link};
- font-weight:700;
- margin:9px 0px 0px 10px;
- text-align:center;
- background-color:#trans;
- padding:4px 2px 4px 2px;
- -webkit-transition: 0.5s ease-in;
- -moz-transition: 0.5s ease-in;
- transition: 0.5s ease-in;}
- .titled:hover{
- margin-top:-80px;
- }
- .describe{
- margin-top:55px;
- font:9px {font:body};
- text-transform:none;}
- .links {
- width:180px;
- float:right;
- font:9px {font:body};
- text-transform:uppercase;
- display:inline;
- margin:6px 0px 0px 0px;}
- .links a{
- background-color:#trans;
- display:block;
- width:130px;
- margin:3px;
- text-align:center;
- text-transform:uppercase;
- font-size:9px;
- font-family:{font:body};
- color:{color:sidebar link};
- letter-spacing:1px;
- padding:0px 10px 0px 0px ;
- border-bottom:1px solid {color:sidebar link};
- border-left:16px solid {color:sidebar link};}
- .links2 {
- width:160px;
- float:right;
- margin-right:180px;
- font:9px {font:body};
- text-transform:uppercase;
- display:inline;
- margin:6px 0px 0px 0px;}
- .links2 a{
- background-color:#trans;
- display:block;
- width:130px;
- margin:3px;
- text-align:center;
- text-transform:uppercase;
- font-size:9px;
- font-family:{font:body};
- color:{color:sidebar link};
- letter-spacing:1px;
- padding:0px 10px 0px 0px ;
- border-bottom:1px solid {color:sidebar link};
- border-left:16px solid {color:sidebar link};}
- .links a:hover, .links2 a:hover {
- background-color:#trans;
- color:{color:sidebar link hover};
- width:50px;
- border-left:96px solid {color:sidebar link hover};
- border-bottom:1px solid {color:sidebar link hover};
- transition: all 0.4s ease-out; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;}
- .texts {margin:1px; padding:1px; font:20px news cycle; text-transform:uppercase; color:{color:title}; text-align:center; line-height:90%; {block:IndexPage}padding:2px; margin:auto!important; min-height:70px!important; max-height:100px!important; vertical-align:middle;{/block:IndexPage};}
- .texts a {color:{color:title};}
- #textbody{
- {block:IndexPage}
- display:none
- {/block:IndexPage}
- {block:PermalinkPage}
- display:block;
- text-transform:none;
- {/block:PermalinkPage}
- text-align:justify;}
- #quotes{
- display:block;
- width:250px;
- height:100px;
- padding:2px;
- margin:auto;
- {block:PermalinkPage}
- width:500px;
- height:auto;
- {/block:PermalinkPage};
- background-color:{color:posts};
- }
- .quotemark1 {color:{color:quotemark}; position:relative; z-index:0; opacity:0.2; font:210px arial; top:0; left:0; padding:3px; height:10px; text-align:center; margin-top:-15px; margin-left:-3px; {block:PermalinkPage}display:none;{/block:PermalinkPage};}
- .quotetitle_short{position:relative;z-index:1;font:24px {font:body};{block:IndexPage} width:210px; height:90px{/block:IndexPage}; line-height:90%; text-align:center; vertical-align:middle; padding-top:10px; padding-right:2px; margin-left:-1px; {block:PermalinkPage}width:500px; height:auto; padding:2px 2px 2px 10px; vertical-align:middle;{/block:PermalinkPage}; letter-spacing:-01px;}
- .quotetitle_medium{position:relative;z-index:1;font:17px {font:body};{block:IndexPage} width:210px; height:90px{/block:IndexPage}; line-height:90%; text-align:center; vertical-align:middle; padding-top:6px; padding-right:2px; margin-left:-1px; {block:PermalinkPage}width:500px; height:auto; padding:2px 2px 2px 10px; vertical-align:middle;{/block:PermalinkPage}; letter-spacing:-01px;}}
- .quotetitle_long{position:relative;z-index:1;font:10px {font:body}; {block:IndexPage} width:210px; height:90px{/block:IndexPage}; line-height:90%; text-align:center; vertical-align:middle; padding-top:2px; padding-right:2px; margin-left:-1px; {block:PermalinkPage}width:500px; height:auto; padding:2px 2px 2px 10px; vertical-align:middle;{/block:PermalinkPage}; letter-spacing:-01px;}}
- .sourced {
- font:9px {font:body};
- text-transform: uppercase!important;
- color:{color:permalink font}!important;
- }
- .sourced a{
- font:9px {font:body};
- text-transform: uppercase!important;
- color:{color:permalink font}!important;
- }
- #sourced2 {
- width:500px;
- margin:0px -3px 4px 0px;
- font:10px {font:body};
- text-transform:uppercase;
- color:{color:permalink font}!important;
- float:right;
- padding:5px;
- background-color:{color:posts};
- text-align:right;}
- #sourced2 a{
- font:10px {font:body};
- text-transform:uppercase;
- color:{color:permalink font};
- text-align:right;
- margin:2px;}
- #chat{height:auto, width:100%; margin:3px;}
- .chat .line{
- font:9px {font:body};
- background-color:{color:chat1};
- margin: 0 0 1px;
- padding: 3px 2px;
- line-height:95%;
- color:{color:text};
- }
- .chat .line.odd{ background-color:{color:chat2};}
- .chat a {color:{color:text};}
- .label, .label a {font-weight:bold; color:{color:bold};}
- #questions {
- width:250px;
- margin-bottom:1px!important;
- margin-top:2px!important;
- margin:auto;
- font:9px {font:body};
- color:{color:question};
- text-transform:lowercase;
- padding:2px 4px;}
- #questions a{
- color:{color:asker};
- text-transform:lowercase;
- }
- #answers{
- width:250px;
- text-align:justify;
- padding:1px 5px 3px 5px;
- border-top:1px {color:background} solid;
- font:9px {font:body};
- margin:auto;
- margin-top:1px!important;
- }
- #audio {
- {block:IndexPage}
- width:246px;
- padding:3px 3px 3px 5px;
- margin:3px 2px 3px 3px;
- {/block:IndexPage}
- {block:PermalinkPage}
- width:500px;
- margin:4px 2px;
- padding:2px;
- {/block:PermalinkPage}
- background-color:#fff;}
- .artist {
- background-color:{color:artist};
- font:9px {font:body};
- text-transform: uppercase;
- margin-bottom:1px;
- padding-top:-1px;
- text-align:center;
- height:17px;}
- .tracks {
- background-color:{color:tracks};
- font:9px {font:body};
- text-transform: uppercase;
- margin-bottom:1px;
- text-align:center;
- height:17px;}
- .album {
- background-color:{color:album};
- font:9px {font:body};
- text-transform: uppercase;
- padding-bottom:-1px;
- text-align:center;
- height:17px;}
- #postperm {display:block;margin:1px;}
- </style>
- </head>
- <body>
- <div id="content">
- <div id="footer">
- <img src="{PortraitURL-96}" class="sidepic">
- <div id="title">
- <div class="titled">
- {Title}
- <div class="describe">
- {Description}
- </div>
- </div>
- <div class="links">
- <a href="/archive">archive</a>
- <a href="http://maraudersthemes.tumblr.com">theme</a></div>
- <div class="links2">
- <a href="/">home</a>
- <a href="/ask">ask</a></div>
- </div>
- </div>
- <div id="posts">
- {block:Posts}
- <div id="entry">
- {block:Text}
- {block:IndexPage}<div class="permalink"><center><a href="{Permalink}">{NoteCountWithLabel}</a><p><a href="{Permalink}" class="l2">+read more</a><p><a href="{ReblogURL}" target="_blank" class="details"><img src="http://assets.tumblr.com/images/iframe_reblog_alpha.png?4"/></a></center></div> {/block:IndexPage}
- {block:Title}
- <table width="100%" height="100%">
- <tr><td class="texts">
- <a href="{Permalink}">{Title}</a>
- </td></tr></table>
- {/block:Title}
- {block:PermalinkPage}<div id="textbody">{Body}</div>{/block:PermalinkPage}
- {/block:Text}
- {block:Photo}
- {block:IndexPage}<div class="permalink"><center><a href="{Permalink}">{NoteCountWithLabel}</a><p><a href="{ReblogURL}" target="_blank" class="details"><img src="http://assets.tumblr.com/images/iframe_reblog_alpha.png?4"/></a></center></div> {/block:IndexPage}
- <img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- {/block:Photo}
- {block:Photoset}
- {block:IndexPage}<div class="permalink"><center><a href="{Permalink}">{NoteCountWithLabel}</a><p><a href="{ReblogURL}" target="_blank" class="details"><img src="http://assets.tumblr.com/images/iframe_reblog_alpha.png?4"/></a></center></div> {/block:IndexPage}
- {block:IndexPage}
- <center>{Photoset-250}</center>
- {/block:IndexPage}
- {block:PermalinkPage}
- {Photoset-500}
- {/block:PermalinkPage}
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- {/block:Photoset}
- {block:Quote}
- {block:IndexPage}<div class="permalink"><center><a href="{Permalink}">{NoteCountWithLabel}</a><p>{block:Source}<div class="sourced">Source:{Source}</div>{/block:Source}<p><a href="{ReblogURL}" target="_blank" class="details"><img src="http://assets.tumblr.com/images/iframe_reblog_alpha.png?4"/></a></center></div> {/block:IndexPage}
- <div id="quotes">
- <div class="quotemark1">“ ”</div>
- <table width="100%" height="100%" cellpadding="2">
- <tr><td class="quotetitle_{Length}">{Quote}</td></tr>
- </table>
- {block:PermalinkPage}{block:Source}<div id="sourced2">{Source}</div>{/block:Source}{/block:PermalinkPage}
- </div>
- {/block:Quote}
- {block:Link}
- {block:IndexPage}<div class="permalink"><center><a href="{Permalink}">{NoteCountWithLabel}</a><p><a href="{URL}">visit link</a><p><a href="{ReblogURL}" target="_blank" class="details"><img src="http://assets.tumblr.com/images/iframe_reblog_alpha.png?4"/></a></center></div> {/block:IndexPage}
- <table width="100%" height="100%">
- <tr><td class="texts">
- <a href="{URL}">{Name}</a>
- </td></tr></table>
- {block:PermalinkPage}<div id="textbody">{block:Description}
- <div class="linkdescription">{Description}</div>
- {/block:Description}
- </div>{/block:PermalinkPage}
- {/block:Link}
- {block:Chat}
- {block:IndexPage}<div class="permalink"><center><a href="{Permalink}">{NoteCountWithLabel}</a><p><a href="{ReblogURL}" target="_blank" class="details"><img src="http://assets.tumblr.com/images/iframe_reblog_alpha.png?4"/></a></center></div> {/block:IndexPage}
- {block:Title}
- <div id="reblogs">{Title}</div>
- {/block:Title}
- <div id="chat">
- {block:Lines}<div class="chat"><div class="line {Alt}">
- <div class="{Alt} user_{UserNumber}">
- {block:Label}
- <span class="label"><b>{Label}</b></span>
- {/block:Label}
- {Line}</div>
- </div></div>
- {/block:Lines}
- </div>
- {/block:Chat}
- {block:Video}
- {Video-250}
- {block:Caption}
- <div id="reblogs">{Caption}</div>
- {/block:Caption}
- {/block:Video}
- {block:Audio}
- {block:IndexPage}<div class="permalink"><center><a href="#" class="l3">{Notecountwithlabel}</a><p><a href="{ReblogURL}" target="_blank" class="details"><img src="http://assets.tumblr.com/images/iframe_reblog_alpha.png?4"/></a></center></div> {/block:IndexPage}
- <div id=audio>{AudioPlayerWhite}</div>
- <div id="dataudio">
- <table width="100%">
- <tr>
- <td width="22%" margin="0px 1px 0px 0px" padding="0" rowspan="3" class="albumart">
- {block:AlbumArt}
- <img src="{AlbumArtURL}" width="63">
- {/block:AlbumArt}
- </td>
- <td rowspan="1" class="artist" width="80%">
- {block:Artist}
- {Artist}
- {/block:Artist}
- </td>
- </tr>
- <tr>
- <td rowspan="1" class="tracks" width="80%">
- {block:TrackName}
- {TrackName}
- {/block:TrackName}
- </td>
- </tr>
- <tr>
- <td rowspan="1" class="album" width="80%">
- {block:Album}
- {Album}
- {/block:Album}
- </td>
- </tr>
- </table>
- </div>
- {block:Caption}
- <div class="reblogs">
- {Caption}
- </div>
- {/block:Caption}
- {/block:Audio}
- {block:Answer}
- {block:IndexPage}<div class="permalink"><center><a href="#">{NoteCountWithLabel}</a><p><a href="{ReblogURL}" target="_blank" class="details"><img src="http://assets.tumblr.com/images/iframe_reblog_alpha.png?4"/></a></center></div> {/block:IndexPage}
- <div id="questions">{Asker} said, {Question}</div>
- <div id="answers">{Answer}</div>
- {/block:answer}
- </div>
- {block:PermalinkPage}
- <div id="postperm">
- <center>
- {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
- {block:HasTags} tagged as: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br>{/block:HasTags}
- {block:RebloggedFrom}reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br> originally posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}
- </center>
- </div><br>
- {block:PostNotes}
- <div id="postnotes">{PostNotes}</div><br>
- {/block:PostNotes}
- {/block:PermalinkPage}
- {/block:Posts}
- <div id=reblogs>{block:RebloggedFrom}<a href="{ReblogParentURL}"><img src="{ReblogParentPortraitURL-24}"></a>→ reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a>, {/block:RebloggedFrom}
- {block:ContentSource}originally from <a href="{SourceURL}">{SourceLink}</a><br>
- {/block:ContentSource}
- <a href="{Permalink}">→ {block:NoteCount}{NoteCount} notes, {/block:NoteCount}{block:Date}posted {TimeAgo}{/block:Date}</a></div><p><p>
- </div>
- </body>
- </html>