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="#ffffff"/>
- <meta name="color:Body Font" content="#363636"/>
- <meta name="color:Posts" content="#FFFFFF"/>
- <meta name="color:Links" content="#0096ff"/>
- <meta name="color:Links hover" content="#FFFFFF"/>
- <meta name="color:Notes" content="#93C9CA"/>
- <meta name="color:Reblog" content="#C7E363"/>
- <meta name="color:Date" content="#F35E5E"/>
- <meta name="color:Post Title" content="#000000"/>
- <meta name="color:Title" content="#ffffff"/>
- <meta name="color:Title Banner" 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:Post background" content="#cccccc"/>
- <meta name="color:Border" content="#cccccc" />
- <meta name="color:sidebar background" content="#cccccc"/>
- <meta name="color:Navlinks" content="#f5336f"/>
- <meta name="if:Infinite Scrolling" content="1"/>
- <meta name="text:Banner Position" content="260px">
- <meta name="image:Sidebar" content="http://25.media.tumblr.com/tumblr_m693sm8nKW1qmvz5bo1_500.png"/>
- <meta name="image:Background" content="http://subtlepatterns.com/patterns/gplaypattern.png"/>
- <meta name="image:sidebar background" content="http://media.tumblr.com/tumblr_lpwovn6XPC1qcn2vb.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="text:link 4" content=""/>
- <meta name="text:link 4 name" content=""/>
- <meta name="text:link 5" content=""/>
- <meta name="text:link 5 name" content=""/>
- <meta name="text:link 6" content=""/>
- <meta name="text:link 6 name" content=""/>
- <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: "print";src: url('http://static.tumblr.com/iuggpng/oQfm4mzne/princ___.ttf');}
- #posts {
- position: absolute;
- left: 25px;
- top: 25px;
- }
- #lineup {
- background-image: url('{image:Post Box Background}');
- position: relative;
- margin-left: 400px;
- top:15px;
- width: 500px;
- background-color:{color:Posts};
- border:1px solid {color:Border};
- margin-bottom: 5px;
- padding: 5px;
- z-index:500;
- }
- #permalink {
- text-transform:uppercase;
- font-size:8px;
- font-family:consolas;
- opacity: 0;
- margin-left:490px;
- filter: alpha (opacity=1);
- position: absolute;
- top: 16px;
- border-left:1px solid {color:Notes};
- width:70px;
- height: 15px;
- background-color: #transp;
- color: {color:Notes};
- -webkit-transition: all 0.4s ease;
- -moz-transition: all 0.4s ease;
- -o-transition: all 0.4s ease;
- }
- #lineup:hover #permalink {
- margin-left:510px;
- opacity:1;
- background-color: #transp;
- border-left:50px solid {color:Notes};
- padding-left:4px;
- }
- #take{
- background-color: #transp;
- position:absolute;
- height:10px;
- margin-top:28px;
- margin-left:490px;
- z-index:998;
- font-size:8px;
- padding:2px;
- color:{color:Reblog};
- text-transform:uppercase;
- font-family:consolas;
- width:40px;
- opacity:0;
- padding-right:10px;
- -webkit-transition: all 0.7s ease-out;
- -moz-transition: all 0.7s ease-out;
- transition: all 0.7s ease-out;
- border-left:0px solid {color:Reblog};
- }
- #take:hover, #reblog:hover{
- border-left:0px solid {color:Reblog};
- -webkit-transition: all 0.7s ease-out;
- -moz-transition: all 0.7s ease-out;
- transition: all 0.7s ease-out;
- }
- #lol:hover #take{
- opacity:1;
- margin-left:510px;
- margin-top:28px;
- width:40px;
- border-left:30px solid {color:Reblog};
- filter: alpha (opacity=9)
- -webkit-transition: all 0.7s ease-out;
- -moz-transition: all 0.7s ease-out;
- transition: all 0.7s ease-out;
- }
- #date{
- background-color: #transp;
- position:absolute;
- height:10px;
- margin-top:-5px;
- margin-left:490px;
- z-index:998;
- font-size:8px;
- padding:2px;
- color:{color:Date};
- text-transform:uppercase;
- font-family:consolas;
- width:40px;
- opacity:0;
- padding-right:10px;
- -webkit-transition: all 0.7s ease-out;
- -moz-transition: all 0.7s ease-out;
- transition: all 0.7s ease-out;
- border-left:0px solid {color:Date};
- }
- #date:hover, #reblog:hover{
- border-left:0px solid {color:Date};
- -webkit-transition: all 0.7s ease-out;
- -moz-transition: all 0.7s ease-out;
- transition: all 0.7s ease-out;
- }
- #lol:hover #date{
- opacity:1;
- margin-left:510px;
- margin-top:-5px;
- width:40px;
- border-left:20px solid {color:Date};
- filter: alpha (opacity=9)
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- transition: all 0.8s ease-out;
- }
- .answer {
- border-top:1px dashed {color:border};
- padding-top: 1px;
- padding-bottom: 1px;
- padding-left: 10px;
- }
- #header {
- text-align: center;
- font-family: print;
- 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:Border};
- }
- a.perma:hover {
- color: {color:Links hover};
- }
- .story {
- font-family: print;
- font-size: 26px;
- color: {color:Post Title};
- text-align: center;
- text-shadow: 1px 1px 1px #C4C4C4;
- }
- #lineup img {max-width: 100%;}
- .quote {
- font-family:print;
- font-size: 14px;
- font-style: italic;
- color: {color:Quote};
- }
- blockquote {
- padding: 1px 1px 1px 1px;
- background-color: #eee;
- }
- .tags {
- padding: 3px;
- }
- a {
- color:{color:Links};
- -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};
- -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: 10px;
- margin-left: 950px;
- }
- .b1a4{
- margin-left: 90px;
- top:{text:Banner Position};
- font-family:print;
- position: fixed;
- font-size: 20px;
- color: {color:title};
- background-color: {color:Title Banner};
- opacity:0.8;
- width: 250px;
- z-index:999;
- text-align:center;
- }
- .exo{
- margin-left: 90px;
- top:152px;
- position: fixed;}
- #whee{
- -webkit-border-top-left-radius:20px;
- -webkit-border-top-right-radius:20px;
- -webkit-border-bottom-left-radius:20px;
- -webkit-border-bottom-right-radius:20px;
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
- }
- .leline{
- margin-top:3px;
- opacity:1;
- position: fixed;
- font-size: 8px;
- width: 180px;
- font-family:consolas;
- text-transform:uppercase;
- letter-spacing:1px;
- text-align: center;
- z-index:999;}
- .linkers{
- margin-top:3px;
- position: fixed;
- border-left:4px solid {color:Border};
- padding-left: 5px;
- margin-left:185px;
- }
- .navi a{
- width: 70px;
- height:13px;
- font-family:consolas;
- text-transform:uppercase;
- font-size: 8px;
- text-decoration:bold;
- letter-spacing: 2px;
- text-align: left;
- padding-left: 5px;
- margin-bottom:1px;
- margin-top:3px;
- background-color: #transp;
- color: {color:Navlinks};
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- display:block;
- border-left:10px solid {color:Navlinks};}
- .navi a:hover{
- text-decoration:bold;
- border-left:30px solid {color:Navlinks};
- padding-left: 10px;
- margin-bottom:1px;
- margin-top:3px;
- color: {color:Navlinks};}
- .previous{
- position: fixed;
- top: 180px;
- margin-left: 62px;
- font-size: 14px;
- -webkit-transform: rotate(-90deg);
- -moz-transform: rotate(-90deg);
- font-family:consolas;
- text-transform:uppercase;
- }
- .next{
- position: fixed;
- top: 200px;
- margin-left: 300px;
- font-size: 14px;
- -webkit-transform: rotate(90deg);
- -moz-transform: rotate(90deg);
- font-family:consolas;
- text-transform:uppercase;
- }
- #side {
- width: 200px;
- height: auto;
- z-index: -10;
- float:left;
- position: relative;
- }
- #side2 {
- z-index: -10;
- float:left;
- position: relative;
- }
- #sidee {
- width: 292px;
- left: 80px;
- height: 1500px;
- top: -10px;
- border: 1px solid {color:border};
- background:{color:sidebar background} url({image:sidebar background});
- position:fixed;
- right:0px;
- float:right;
- }
- 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="6">▲</font></a>
- </div>
- <div id="side2"><div id="sidee"></div><div>
- <div class="b1a4">{title}</div>
- {Block:IfNotInfiniteScrolling}
- <div class="previous">
- <center>
- {block:PreviousPage}
- <a href="{PreviousPage}" title="next">Rewind</a>
- {/block:PreviousPage}
- </center>
- </div>
- <div class="next">
- <center>
- {block:NextPage}
- <a href="{NextPage}" title="next">Fast Foward</a>
- {/block:NextPage}
- </center>
- </div>
- {/Block:IfNotInfiniteScrolling}
- <div class="exo">
- <div class="barette"> </div>
- <img src="{image:sidebar}" id="whee" width="250"><br>
- <div class="leline">
- {description}
- </div>
- <div class="linkers">
- <div class="navi">
- <a href="/">Home</a>
- <a href="/ask">Message</a>
- <a href="/archive">History</a>
- {block:IfLink1}<a href="{text:link 1}"> {text:link 1 name}</a>{/block:IfLink1}
- {block:IfLink2}<a href="{text:link 2}"> {text:link 2 name}</a>{/block:IfLink2}
- {block:IfLink3}<a href="{text:link 3}"> {text:link 3 name}</a>{/block:IfLink3}
- {block:IfLink4}<a href="{text:link 4}"> {text:link 4 name}</a>{/block:IfLink4}
- {block:IfLink5}<a href="{text:link 5}"> {text:link 5 name}</a>{/block:IfLink5}
- {block:IfLink6}<a href="{text:link 6}"> {text:link 6 name}</a>{/block:IfLink6}
- <a href="http://namunamoo.tumblr.com/">Theme</a>
- </div>
- </div>
- </div>
- <div style="font-size:8px; text-transform:uppercase; color:#000000; position:fixed; bottom:9px; right:10px;"><a href="http://namunamoo.tumblr.com" style="color:#000000;">{★}</a></div>
- {Block:IfInfiniteScrolling}
- <div class = "autopagerize_page_element" >
- {/Block:IfInfiniteScrolling}
- {block:Posts}
- <div id="lineup">
- <div id="lol">
- {Block:IndexPage}<a href="{ReblogURL}" target="_blank" id="take"><font color="{color:Reblog}"> reblog</font></a>
- <a href="{Permalink}" id="date"><font color="{color:Date}"> {ShortMonth} {DayofMonth}{DayofMonthSuffix}</font></a>
- {/Block:IndexPage}
- {block:Text}
- {block:Title}
- <div class="story">
- <font color="{color:Date}">■</font><font color="{color:Notes}">■</font><font color="{color:Reblog}">■</font> {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> <font color="{color:Date}">■</font><font color="{color:Notes}">■</font><font color="{color:Reblog}">■</font> </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">
- <font color="{color:Date}">■</font><font color="{color:Notes}">■</font><font color="{color:Reblog}">■</font> {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;-webkit-border-top-left-radius:50px;
- -webkit-border-top-right-radius:50px;-webkit-border-bottom-left-radius:50px;-webkit-border-bottom-right-radius:50px;"/>{/block:AlbumArt}
- <div class="audio"> {AudioPlayerWhite}</div>
- <div style="border-top:1px dashed #ccc; margin-left:5px;"></div>
- {block:Caption}{Caption}{/block:Caption}
- <p><font color="{color:Date}">■</font><font color="{color:Notes}">■</font><font color="{color:Reblog}">■</font> {PlayCountWithLabel} <font color="{color:Reblog}">■</font><font color="{color:Notes}">■</font><font color="{color:Date}">■</font></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-48}" style="height: 40px; width:40px; -moz-border-radius: 20px; border-radius: 20px;"></img> <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}"><font color="{color:Notes}"> {NoteCountWithLabel}</font></a>
- </div>
- </div>{/Block:IndexPage}
- </div>
- {/block:Posts}{Block:IfInfiniteScrolling}</div>{/Block:IfInfiniteScrolling}
- </body>
- </html>
Add Comment
Please, Sign In to add comment