Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- THEME MADE BY NAMUNAMOO (http://namunamoo.tumblr.com)
- PLEASE DON'T REMOVE THE CREDITS. THANK YOU.
- -->
- <!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">
- <html>
- <head>
- <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}
- <!--LOOK AT ALL THESE FREAKIN' OPTIONS. ^^"-->
- <meta name="color:Background" content=""/>
- <meta name="color:Body Font" content="#050505"/>
- <meta name="color:Posts" content="#f7f6f2"/>
- <meta name="color:Links" content="#05990c"/>
- <meta name="color:Links hover" content="#000000"/>
- <meta name="color:Link Highlights" content="#C7E363"/>
- <meta name="image:Description Background" content="#ffffff"/>
- <meta name="color:Post Title" content="#000000"/>
- <meta name="color:Quote" content="#363636"/>
- <meta name="color:Answer Background" content="#F5F5F5"/>
- <meta name="color:ScrollBar" content="#484848"/>
- <meta name="color:ScrollBar Background" content="#e8e8e8"/>
- <meta name="color:Blockquote" content="#898989"/>
- <meta name="color:Title" content="#93C9CA"/>
- <meta name="color:Nav Links" content="#93C9CA" />
- <meta name="color:Nav Links Hover" content="#24C0EB" />
- <meta name="color:Nav font hover" content="#ffffff" />
- <meta name="image:Sidebar" content="http://27.media.tumblr.com/tumblr_m2yamwOCMa1rpehnco1_500.jpg"/>
- <meta name="image:Background" content="http://static.tumblr.com/14xu0fs/8TIlyott4/tumblr_lxs1e8cjnr1rnpeyto1_250.png"/>
- <meta name="image:Post Box Background" content=""/>
- <meta name="image:Description Background" content="http://media.tumblr.com/tumblr_lpwpjqUCmx1qcn2vb.png"/>
- <meta name="text:link 1" content="/"/>
- <meta name="text:link 1 name" content="Link 1"/>
- <meta name="text:link 2" content=""/>
- <meta name="text:link 2 name" content=""/>
- <meta name="text:link 3" content=""/>
- <meta name="text:link 3 name" content=""/>
- <meta name="if:Infinite Scrolling" content="1"/>
- <meta name="if:Smaller Posts" content="0">
- <style type="text/css">
- body {
- background-color: {color:Background};
- font-family: calibri;
- font-size: 11px;
- color: {color:Body Font};
- text-align: justify;
- background-image: url('{image:Background}');
- background-attachment: fixed;
- }
- @font-face {font-family:"existence light unicase";src: url("http://static.tumblr.com/3j38nb8/uEwly5p5l/existence-unicaselight.otf");}
- #posts {
- position: absolute;
- left: 25px;
- top: 25px;
- }
- #lineup {
- background-image: url('{image:Post Box Background}');
- position: relative;
- {block:IfSmallerPosts}margin-left: 350px;{/block:IfSmallerPosts}
- {block:IfNotSmallerPosts}margin-left: 300px;{/block:IfNotSmallerPosts}
- top:5px;
- {block:IfSmallerPosts}width: 250px;{/block:IfSmallerPosts}
- {block:IfNotSmallerPosts}width: 500px;{/block:IfNotSmallerPosts}
- background-color:{color:Posts};
- margin-bottom: 5px;
- padding: 5px;
- z-index:500;
- }
- #permalink {
- font-family: Century Gothic;
- font-size: 9px;
- opacity: 0;
- left: 0px;
- filter: alpha (opacity=0);
- position: absolute;
- bottom: -20px;
- text-align: center;
- padding-right: 5px;
- {block:IfSmallerPosts}width: 250px;{/block:IfSmallerPosts}
- {block:IfNotSmallerPosts}width: 500px;{/block:IfNotSmallerPosts}
- background-color:{color:Posts};
- background-image: url('{image:Post Box Background}');
- -webkit-transition: all 0.6s ease;
- -moz-transition: all 0.6s ease;
- -o-transition: all 0.6s ease;
- }
- #lineup:hover #permalink {
- background-image: url('{image:Post Box Background}');
- background-color:{color:Posts};
- opacity: 1;
- filter: alpha (opacity=1);
- {block:IfSmallerPosts}width: 250px;{/block:IfSmallerPosts}
- {block:IfNotSmallerPosts}width: 500px;{/block:IfNotSmallerPosts}
- bottom: 0px;
- -webkit-transition: all 0.6s ease;
- -moz-transition: all 0.6s ease;
- -o-transition: all 0.6s ease;
- }
- .answer {
- background-color: {color:Answer Background};
- padding-top: 1px;
- padding-bottom: 1px;
- padding-left: 10px;
- }
- #header {
- text-align: center;
- font-family: "existence light unicase";
- font-size: 30px;
- letter-spacing: {text:Title letter spacing};
- background-color: {color:Title Background};
- color: {color:Title};
- text-shadow: 1px 1px 1px #C4C4C4;
- font-weight: lighter;
- }
- a.perma {
- color: {color:Links};
- }
- a.perma:hover {
- color: {color:Links hover};
- }
- .story {
- font-family: "existence light unicase";
- font-size: 18px;
- color: {color:Post Title};
- background-color: {color:Link Highlights};
- text-align: center;
- text-shadow: 1px 1px 1px #C4C4C4;
- }
- #lineup img {max-width: 100%;}
- .quote {
- font-family: "existence light unicase";
- font-size: 14px;
- font-style: italic;
- color: {color:Quote};
- }
- blockquote {
- border-left: 3px solid;
- color: {color:Blockquote};
- padding: 3px;
- }
- .tags {
- padding: 3px;
- }
- a {
- color:{color:Links};
- font-family:"existence light unicase";
- font-size: 10px;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- text-decoration: none;
- }
- a:hover {
- color:{color:Links hover};
- font-family:"existence light unicase";
- font-size: 10px;
- -webkit-transition: all 0.4s ease-out;
- -moz-transition: all 0.4s ease-out;
- transition: all 0.4s ease-out;
- background-color: {color:Link Highlights};
- }
- ::-webkit-scrollbar-thumb:vertical {
- background-color:{color:ScrollBar};
- border-top:2px solid {color:ScrollBar};
- border-bottom:2px solid {color:ScrollBar};
- height:auto;
- }
- ::-webkit-scrollbar-thumb:vertical:hover{
- background-color:{color:ScrollBar};
- }
- ::-webkit-scrollbar-thumb:horizontal{
- background-color:{color:ScrollBar};
- height:auto;
- }
- ::-webkit-scrollbar-thumb:horizontal:hover{
- background-color:{color:ScrollBar};
- }
- ::-webkit-scrollbar{
- height:6px;
- width:6px;
- background-color: {color:ScrollBar Background};
- }
- .topp {
- font-family: consolas;
- font-size: 10px;
- }
- #scrollToTop:link,
- #scrollToTop:visited {
- color: #000000;
- background-color: transparent;
- display: none;
- position: fixed;
- bottom: 10px;
- right: 10px;
- }
- .exo{
- margin-left: 25px;
- top:100px;
- font-family:trebuchet ms;
- position: fixed;
- font-size: 9px;
- background-color: {color:Description Background};
- background-image: url('{image:Description Background}');
- width: 250px;
- text-align: center;
- z-index:999;
- }
- #whee{
- }
- .navi a{
- float: left;
- width: 150px;
- height: 5px;
- border-left: 10px solid {color:Nav Links};
- padding-left:5px;
- color: {color:Nav Links};
- margin-left: 0px;
- padding-right: 5px;
- margin-top: 2px;
- padding-bottom: 5px;
- text-align: left;
- font-family: trebuchet ms;
- font-size: 8px;
- letter-spacing:1px;
- padding-top: 5px; z-index:1;}
- .navi a:hover{
- float: left;
- width: 170px;
- height: 5px;
- font-family:trebuchet ms;
- background-color: {color:Nav Links Hover};
- color: {color:Nav font hover};
- margin-right: 0px;
- padding-left: 5px;
- margin-top: 2px;
- text-align: left;
- padding-left: 5px;
- border-left: 70px solid {color:Nav Links Hover};
- letter-spacing:2px;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- padding-top: 5px; z-index:1;}
- .navbar {
- width:250px;
- height:20px;
- overflow:hidden;
- -webkit-transition: all 2s ease;
- -moz-transition: all 2s ease;
- -o-transition: all 2s ease
- }
- .navbar:hover{
- height: 150px;
- overflow: auto;
- }
- .visible_label a {
- font-family:trebuchet ms;
- font-size:10px;
- text-align: center;
- background-color: #transp;
- color: #000000;
- width: 225px;
- display:block;
- }
- .invisible_label a{
- font-family:trebuchet ms;
- font-size:10px;
- text-align: center;
- background-color: #transp;
- color: #000000;
- -webkit-transition: all 0.8s ease;
- -moz-transition: all 0.8s ease;
- -o-transition: all 0.8s ease;
- display:block;
- padding:0px;
- }
- .invisible_label a:hover{
- background-color: #f8f8f8;
- color: #transp;
- }
- iframe#tumblr_controls {
- top: 0% !important;
- right:0% !important;
- position: fixed !important;}
- {CustomCSS}
- </style>
- {Block:IfInfiniteScrolling}
- <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
- {/Block:IfInfiniteScrolling}
- </head>
- <body>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
- <script src="http://static.tumblr.com/ikeq9mi/DfYl6o46t/scrolltotop.min.js"></script>
- <div class="topp">
- <a href="javascript:;" id="scrollToTop"><font size="3"><font color="#000000">Back to Top</font></font></a>
- </div>
- <div class="exo"><img src="{image:Sidebar}" id="whee" width="250"><br><table width="100%" border="0">
- <tr>
- <td>
- <div class="sidebar">
- <div class="navbar">
- <div class="visible_label" align="center"><div style="font-family: existence light unicase; font-size: 20px; color: {color:Title};">{title}</div></div>
- <div class="invisible_label">
- <br>
- {description}
- </div>
- </div>
- </td>
- </tr>
- </table>
- <div style="border-bottom: 1px dashed {color:Title};"></div><br>
- <div class="navi"><a href="/"> Index</a><br></div>
- <div class="navi"><a href="/ask"> Message</a><br></div>
- <div class="navi"><a href="/archive"> History</a><br></div>
- {block:IfLink1}<div class="navi"><a href="{text:Link 1}"> {text:link 1 name}</a><br></div>{/block:IfLink1}
- {block:IfLink2}<div class="navi"><a href="{text:Link 2}"> {text:link 2 name}</a><br></div>{/block:IfLink2}
- {block:IfLink3}<div class="navi"><a href="{text:Link 3}"> {text:link 3 name}</a><br></div>{/block:IfLink3}
- {Block:IfNotInfiniteScrolling}
- {block:PreviousPage}
- <div class="navi"><a href="{PreviousPage}"> Rewind</a><br></div>
- {/block:PreviousPage}
- {block:NextPage}
- <div class="navi"><a href="{NextPage}"> Fast Foward</a><br></div>
- {/block:NextPage}
- {/Block:IfNotInfiniteScrolling}
- <div class="navi"><a href="http://namunamoo.tumblr.com"> Theme</a><br></div>
- </div>
- {Block:IfInfiniteScrolling}
- <div class = "autopagerize_page_element" >
- {/Block:IfInfiniteScrolling}
- {block:Posts}
- <div id="lineup">
- {block:Text}
- {block:Title}
- <div class="story">
- {Title}
- </div>
- {/block:Title}
- {Body}
- {Block:PermalinkPage}
- Posted {block:Date} {TimeAgo} with {NoteCountWithLabel}{/block:Date}{block:PostNotes} {/block:PostNotes}.
- {block:HasTags}
- <div class="tags">
- tags: {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}
- </div>
- {/block:HasTags}
- {block:PostNotes}
- {PostNotes}
- {/block:PostNotes}
- {/Block:PermalinkPage}
- {/block:Text}
- {block:Photo}
- {LinkOpenTag}
- {block:IfNotSmallerPosts}<img src="{PhotoURL-HighRes}" width="500px" alt="{PhotoAlt}">{/block:IfNotSmallerPosts}
- {block:IfSmallerPosts}<img src="{PhotoURL-HighRes}" width="250px" alt="{PhotoAlt}">{/block:IfSmallerPosts}
- {LinkCloseTag}
- {Block:PermalinkPage}
- {block:Caption}
- {Caption}
- {/block:Caption}
- Posted {block:Date} {TimeAgo} with {NoteCountWithLabel}{/block:Date}{block:PostNotes} {/block:PostNotes}.
- {block:HasTags}
- <div class="tags">
- tags: {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}
- </div>
- {/block:HasTags}
- {block:PostNotes}
- <div style="height:200px; text-align:left;overflow:auto;border-top:1px {color:Border};">
- {PostNotes}</div>
- {/block:PostNotes}
- {/Block:PermalinkPage}
- {/block:Photo}
- {block:Photoset}
- {block:IfNotSmallerPosts}{Photoset-500}{/block:IfNotSmallerPosts}
- {block:IfSmallerPosts}{Photoset-250}{/block:IfSmallerPosts}
- {Block:PermalinkPage}
- {block:Caption}
- {Caption}
- {/block:Caption}
- Posted {block:Date} {TimeAgo} with {NoteCountWithLabel}{/block:Date}{block:PostNotes} {/block:PostNotes}.
- {block:HasTags}
- <div class="tags">
- tags: {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}
- </div>
- {/block:HasTags}
- {block:PostNotes}
- {PostNotes}
- {/block:PostNotes}
- {/Block:PermalinkPage}
- {/block:Photoset}
- {block:Quote}
- <div class="quote">
- <div style="font-size: 30px; display: inline-block; line-height: 0px; margin-bottom: -3px; margin-right: 3px;">❝</div>{Quote}
- </div>
- {block:Source}
- <div style="text-align:right">—{Source}</div>
- {/block:Source}
- {Block:PermalinkPage}
- Posted {block:Date} {TimeAgo} with {NoteCountWithLabel}{/block:Date}{block:PostNotes} {/block:PostNotes}.
- {block:HasTags}
- <div class="tags">
- tags: {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}
- </div>
- {/block:HasTags}
- {block:PostNotes}
- {PostNotes}
- {/block:PostNotes}
- {/Block:PermalinkPage}
- {/block:Quote}
- {block:Link}
- <a href="{URL}" {Target}>
- <div class="story"><div style="margin-left:0px">{Name}</div></div>
- </a>
- {block:Description}
- {Description}
- {/block:Description}
- {Block:PermalinkPage}
- Posted {block:Date} {TimeAgo} with {NoteCountWithLabel}{/block:Date}{block:PostNotes} {/block:PostNotes}.
- {block:HasTags}
- <div class="tags">
- tags: {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}
- </div>
- {/block:HasTags}
- {block:PostNotes}
- {PostNotes}
- {/block:PostNotes}
- {/Block:PermalinkPage}
- {/block:Link}
- {block:Chat}
- {block:Title}
- <div class="story">
- {Title}
- </div>
- {/block:Title}
- {block:Lines}
- {block:Label}
- <b><font color="{color:Quote}">{Label}</font></b>
- {/block:Label}
- {Line}<br>
- {/block:Lines}
- {Block:PermalinkPage}
- Posted {block:Date} {TimeAgo} with {NoteCountWithLabel}{/block:Date}{block:PostNotes} {/block:PostNotes}.
- {block:HasTags}
- <div class="tags">
- tags: {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}
- </div>
- {/block:HasTags}
- {block:PostNotes}
- {PostNotes}
- {/block:PostNotes}
- {/Block:PermalinkPage}
- {/block:Chat}
- {block:Audio}
- {block:AlbumArt}
- <img src="{AlbumArtURL}" align="left" width="100px" height="100px" style="margin-right:5px;margin-bottom:5px;"/>{/block:AlbumArt}
- <div class="audio">{AudioPlayerWhite}</div>
- {block:Caption}{Caption}{/block:Caption}
- <p>{PlayCountWithLabel}</p>
- <br clear="all">
- {Block:PermalinkPage}
- Posted {block:Date} {TimeAgo} with {NoteCountWithLabel}{/block:Date}{block:PostNotes} {/block:PostNotes}.
- {block:HasTags}
- <div class="tags">
- tags: {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}
- </div>
- {/block:HasTags}
- {block:PostNotes}
- {PostNotes}
- {/block:PostNotes}
- {/Block:PermalinkPage}
- {/block:Audio}
- {block:Video}
- {block:IfNotSmallerPosts}{Video-500}{/block:IfNotSmallerPosts}
- {block:IfSmallerPosts}{Video-250}{/block:IfSmallerPosts}
- {Block:PermalinkPage}
- {block:Caption}
- {Caption}
- {/block:Caption}
- Posted {block:Date} {TimeAgo} with {NoteCountWithLabel}{/block:Date}{block:PostNotes} {/block:PostNotes}.
- {block:HasTags}
- <div class="tags">
- tags: {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}
- </div>
- {/block:HasTags}
- {block:PostNotes}
- {PostNotes}
- {/block:PostNotes}
- {/Block:PermalinkPage}
- {/block:Video}
- {block:Answer}
- <img src="{AskerPortraitURL-16}"> <b>{Asker}</b> whispered: {Question}<div class="answer">{Answer}</div>
- {Block:PermalinkPage}
- Posted {block:Date} {TimeAgo} with {NoteCountWithLabel}{/block:Date}{block:PostNotes} {/block:PostNotes}.
- {block:HasTags}
- <div class="tags">
- tags: {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}
- </div>
- {/block:HasTags}
- {block:PostNotes}
- {PostNotes}
- {/block:PostNotes}
- {/Block:PermalinkPage}
- {/block:Answer}
- {Block:IndexPage}<div id="permalink">
- <a href="{Permalink}" class="perma">
- {NoteCountWithLabel}
- </a>
- <font color="{color:Links}">■</font> <a href="{ReblogURL}" target="_blank"> reblog</a>
- </div>
- </div>{/Block:IndexPage}
- {/block:Posts}{Block:IfInfiniteScrolling}</div>{/Block:IfInfiniteScrolling}
- </body>
- </html>
Add Comment
Please, Sign In to add comment