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="#fff"/>
- <meta name="color:Posts" content="#000"/>
- <meta name="color:Links" content="#F80000"/>
- <meta name="color:Links hover" content="#FFFFFF"/>
- <meta name="color:Post Title" content="#ccc"/>
- <meta name="color:Quote" content="#898989"/>
- <meta name="color:Answer Background" content="#303030"/>
- <meta name="color:ScrollBar" content="#898989"/>
- <meta name="color:ScrollBar Background" content="#000"/>
- <meta name="color:Post background" content="#cccccc"/>
- <meta name="color:Nav Links" content="#F80000" />
- <meta name="color:Nav Links Hover" content="#898989" />
- <meta name="image:Sidebar" content="http://24.media.tumblr.com/tumblr_m53ohoQYfB1qm375oo1_500.png"/>
- <meta name="image:Background" content="http://subtlepatterns.com/patterns/dark_geometric.png"/>
- <meta name="text:blog title" content="title here"/>
- <meta name="if:Music Tab" content="1" />
- <meta name="text:Music Code" content="MUSIC CODE"/>
- <meta name="if:Infinite Scrolling" content="1"/>
- <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=""/>
- <link href='http://fonts.googleapis.com/css?family=Cedarville+Cursive&v1' rel='stylesheet' type='text/css'>
- <style type="text/css">
- body {
- background-color: {color:Background};
- font-family: Century Gothic;
- font-size: 9px;
- color: {color:Body Font};
- text-align: justify;
- background-image: url('{image:Background}');
- background-attachment: fixed;
- }
- @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/bmdsqsc/KdRlu9tpm/slkscr.ttf');}
- @font-face {font-family: "beltareg";src: url('http://static.tumblr.com/iuggpng/VBum3xrod/belta-regular.ttf');}
- #posts {
- position: absolute;
- left: 25px;
- top: 25px;
- }
- #lineup {
- background-image: url('{image:Post Box Background}');
- position: relative;
- margin-left: 400px;
- top:5px;
- width: 500px;
- background-color:{color:Posts};
- border:1px solid #200000;
- margin-bottom: 5px;
- padding: 5px;
- z-index:500;
- }
- #permalink {
- font-family: verdana;
- font-size: 12px;
- opacity: 0;
- margin-left:510px;
- filter: alpha (opacity=0);
- position: absolute;
- top: 5px;
- text-align: center;
- height: 50px;
- background-image: url('{image:Post Box Background}');
- background-color: #transp;
- color: #387dcc;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- transform: rotate(-270deg);
- -moz-transform: rotate(-270deg);
- -webkit-transform: rotate(-270deg);
- -o-transform: rotate(-270deg);
- }
- #lineup:hover #permalink {
- background-color: #transp;
- opacity: 8;
- color:{color:description};
- filter: alpha (opacity=8);
- width: 50px;
- transform: rotate(360deg);
- -moz-transform: rotate(360deg);
- -webkit-transform: rotate(360deg);
- -o-transform: rotate(3600deg);
- }
- .answer {
- background-color: {color:Answer Background};
- padding-top: 1px;
- padding-bottom: 1px;
- padding-left: 10px;
- }
- #header {
- text-align: center;
- font-family: "loremipsum", serif;
- font-size: 30px;
- letter-spacing: {text:Title letter spacing};
- background-color: {color:Title Background};
- color: {color:Title};
- text-shadow: 1px 1px 1px #000;
- font-weight: lighter;
- }
- a.perma {
- color: {color:Border};
- }
- a.perma:hover {
- color: {color:Links hover};
- }
- .story {
- font-family: beltareg;
- font-size: 26px;
- color: {color:Post Title};
- text-align: center;
- text-shadow: 1px 1px 1px #000;
- }
- #lineup img {max-width: 100%;}
- .quote {
- font-family: 'Cedarville Cursive';
- font-size: 14px;
- font-style: italic;
- color: {color:Quote};
- }
- blockquote {
- padding: 1px 1px 1px 1px;
- background-color: #101010;
- }
- .tags {
- padding: 3px;
- }
- a {
- color:{color:Links};
- font-family: tinytots;
- font-size: 8px;
- -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:tinytots;
- font-size: 8px;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- text-decoration: none;
- }
- ::-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: 20px;
- }
- #scrollToTop:link,
- #scrollToTop:visited {
- color: {color:links};
- opacity: 0.8;
- background-color: transparent;
- display: none;
- position: fixed;
- bottom: 5px;
- margin-left: 350px;
- }
- .b1a4{
- margin-top:-37px;
- margin-left:-25px;
- font-family:beltareg;
- position: fixed;
- font-size: 40px;
- color: {color:Nav Links};
- text-shadow: 1px 1px 1px #000;
- width: 300px;
- text-align:center;
- }
- .exo{
- margin-left: 50px;
- top:190px;
- position: fixed;
- font-size: 8px;
- background-color: #transp;
- height: 250px;
- width: 250px;
- -webkit-border-bottom-left-radius:50px;
- -webkit-border-bottom-right-radius:50px;
- -webkit-border-top-left-radius:50px;
- -webkit-border-top-right-radius:50px;
- text-align: center;
- z-index:999;
- }
- #whee{
- -webkit-border-top-left-radius:50px;
- -webkit-border-top-right-radius:50px;
- -webkit-border-bottom-left-radius:50px;
- -webkit-border-bottom-right-radius:50px;
- z-index:999;
- }
- .chicken
- {
- width: 250px;
- -moz-border-radius: 50px;
- border-radius: 50px;
- overflow:hidden;
- border:3px solid #transp;
- background-color:#transp;
- background-image: url('{image:Background}');}
- .pot
- {padding-top:-30px;
- text-align:left;
- width:250px;
- font-family:tinytots;
- font-size:8px;
- color:#fff;
- background-color:#transp;
- }
- .pie
- {width: 250px;
- }
- #string
- {margin-left:-250px;
- -webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
- #string:hover
- {margin-left:0px;}
- .linkers{
- margin-left: 292px;
- top:205px;
- position: fixed;
- text-align:left;
- }
- .linkz a{
- float: left;
- width: 50px;
- height: 5px;
- border-bottom: 3px solid {color:Nav Links};
- padding-left:5px;
- color: {color:Nav Links};
- margin-left: 0px;
- padding-right: 5px;
- margin-top: 1.5px;
- padding-bottom: 5px;
- text-align: right;
- font-family: tinytots;
- font-size: 8px;
- padding-top: 5px; z-index:1;}
- .linkz a:hover{
- float: left;
- width: 90px;
- height: 5px;
- font-family:tinytots;
- background-color: #transp;
- color: {color:Nav Links Hover};
- margin-right: 0px;
- padding-left: 5px;
- margin-top: 1.5px;
- text-align: right;
- padding-left: 5px;
- border-bottom: 3px 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;}
- .linkz3 a{
- float: left;
- width: 50px;
- height: 5px;
- border-bottom: 3px solid {color:Nav Links};
- padding-left:5px;
- color: {color:Nav Links};
- margin-left: 0px;
- padding-right: 5px;
- margin-top: 1.5px;
- padding-bottom: 5px;
- text-align: right;
- font-family: tinytots;
- font-size: 8px;
- padding-top: 5px; z-index:1;
- }
- .linkz3 a:hover{
- float: left;
- width: 90px;
- height: 5px;
- font-family:tinytots;
- background-color: #transp;
- color: {color:Nav Links Hover};
- margin-right: 0px;
- padding-left: 5px;
- margin-top: 1.5px;
- text-align: right;
- padding-left: 5px;
- border-bottom: 3px 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;}
- #before{
- float: left;
- height: 5px;
- border-bottom: 3px solid;
- padding-left:5px;
- margin-left: 0px;
- padding-right: 5px;
- margin-top: 1.5px;
- padding-bottom: 5px;
- text-align: right;
- font-family: tinytots;
- font-size: 8px;
- padding-top: 5px; z-index:1;
- }
- #dawn{
- position:absolute;
- opacity:0;
- font-family:tinytots;
- color:{color:button text};
- font-size:8px;
- text-transform:uppercase;
- letter-spacing:2px;
- left:30px;
- bottom:-15px;
- -webkit-transition:all 0.6s ease-out;
- -moz-transition:all 0.6s ease-out;
- -o-transition:all 0.6s ease-out;
- transition:all 0.6s ease-out;
- }
- .linkz3:hover #dawn{
- opacity:1;
- font-family:tinytots;
- color:{color:button text};
- font-size:8px;
- left:15px;
- }
- 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="5">▲</font></a>
- </div>
- <div class="linkers">
- <div class="linkz"><a href="/"> Index</a><br></div>
- <div class="linkz"><a href="/ask"> Message</a><br></div>
- <div class="linkz"><a href="/archive"> History</a><br></div>
- {block:IfLink1}<div class="linkz"><a href="{text:link 1}"> {text:link 1 name}</a><br></div>{/block:IfLink1}
- {block:IfLink2}<div class="linkz"><a href="{text:link 2}"> {text:link 2 name}</a><br></div>{/block:IfLink2}
- {block:IfLink3}<div class="linkz"><a href="{text:link 3}"> {text:link 3 name}</a><br></div>{/block:IfLink3}
- {Block:IfMusicTab}<div class="linkz3"><a id="before" class="linkz3">music<div class="linkz3" id="dawn">
- {text:music code}
- </div></a><br></div>{/Block:IfMusicTab}
- </div>
- <div class="exo">
- <div class="b1a4">{text:blog title}</div>
- <div class="chicken">
- <table border="0" cellpadding="0" cellspacing="0" id="string"><tr>
- <td><div class="pot">
- <img src="{PortraitURL-48}" style="height: 48px; width:48px; float:left; padding:5px;"></img>
- {description}</div></td>
- <td><img class="pie"src="{image:Sidebar}" width="250"/></td>
- </tr></table>
- </div>
- {Block:IfNotInfiniteScrolling}
- <div style="font-family:tinytots;font-size:8px; text-align:center;">
- {block:PreviousPage}
- <a href="{PreviousPage}" title="next">Rewind</a> //
- {/block:PreviousPage}
- {block:NextPage}
- <a href="{NextPage}" title="next">Fast Foward</a>
- {/block:NextPage}<br><br>
- </div>
- {/Block:IfNotInfiniteScrolling}
- </div>
- <div style="font-size:8px; text-transform:uppercase; color:#fff; position:fixed; bottom:9px; right:10px;"><a href="http://namunamoo.tumblr.com" style="color:#fff;">{★}</a></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}
- <img src="{PhotoURL-HighRes}" width="500px" alt="{PhotoAlt}">
- {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}
- {Photoset-500}
- {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">{AudioPlayerBlack}</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}
- {Video-500}
- {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}">■ {NoteCount}</a><br>
- <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