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:Post Title" content="#000000"/>
- <meta name="color: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:Post background" content="#cccccc"/>
- <meta name="color:Border" content="#cccccc" />
- <meta name="color:Navlinks" content="#b4b4b4"/>
- <meta name="color:Navigation" content="#898989"/>
- <meta name="color:Desc Background" content="#e8e8e8"/>
- <meta name="image:Sidebar" content="http://25.media.tumblr.com/tumblr_m3oui5RrJg1qbz321o1_500.png"/>
- <meta name="image:Background" content=""/>
- <meta name="image:Desc Background" content="http://static.tumblr.com/jtqlgf2/oYEm37qus/obkp8.png"/>
- <meta name="text:blog title" content="title here"/>
- <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="Link 2"/>
- <meta name="text:link 3" content="/"/>
- <meta name="text:link 3 name" content="Link 3"/>
- <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 {
- font-family:calibri;
- font-size: 10px;
- opacity: 0;
- margin-left:300px;
- filter: alpha (opacity=0);
- position: absolute;
- bottom: 15px;
- text-align: center;
- width:100px;
- height: 15px;
- background-image: url('{image:Post Box Background}');
- background-color: #fff;
- color: #387dcc;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- }
- #lineup:hover #permalink {
- margin-left:385px;
- background-color: #transp;
- opacity: 0.8;
- color:{color:description};
- }
- .answer {
- background-color: {color:Answer Background};
- 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: 5px;
- margin-left: 350px;
- }
- .b1a4{
- margin-left: 174px;
- top:125px;
- font-family:print;
- position: fixed;
- font-size: 30px;
- color: {color:title};
- text-shadow: 1px 1px 1px #ccc;
- width: 162px;
- z-index:999;
- text-align:left;
- }
- .exo{
- margin-left: 90px;
- top:152px;
- position: fixed;
- }
- .words{
- margin-top:6px;
- position: fixed;
- font-size: 8px;
- overflow-y:scroll;
- height:70px;
- width: 250px;
- font-family:tinytots;
- letter-spacing:1px;
- text-align: center;
- border:1px solid {color:Border};
- z-index:999;
- background-color: {color:Desc Background};
- background-image:url('{image:Desc Background}');
- }
- .navbar {
- margin-left:0px;
- margin-top:85px;
- width:250px;
- height:30px;
- overflow:hidden;
- -webkit-transition: all 0.8s ease;
- -moz-transition: all 0.8s ease;
- -o-transition: all 0.8s ease;
- }
- .navbar:hover{
- height: 250px;
- }
- .visible_label a {
- font: 23px print;
- letter-spacing: 8px;
- text-align: right;
- color: {color:Navigation};
- width: 250px;
- height:30px;
- display:block;
- }
- .invisible_label a{
- font: 14px print;
- letter-spacing: 3px;
- text-align: left;
- padding-left: 5px;
- margin-bottom:1px;
- margin-top:1px;
- 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};
- }
- .invisible_label a:hover{
- border-left:40px solid {color:Navlinks};
- padding-left: 20px;
- margin-bottom:1px;
- margin-top:1px;
- color: {color:Navlinks};
- }
- .linkers{
- margin-left:-45px;
- margin-top:70px;
- position: fixed;
- z-index:999;
- text-align:left;
- width:50px;
- }
- .linkz a{
- float: left;
- width: 30px;
- height: 25px;
- border-bottom: 0px solid #898989;
- padding-left:5px;
- color: #transp;
- margin-left: 3px;
- padding-right: 5px;
- margin-top: 1.5px;
- padding-bottom: 5px;
- text-align: right;
- font-size: 8px;
- opacity:0.7;
- padding-top: 5px; z-index:1;}
- .linkz a:hover{
- float: left;
- width: 30px;
- height: 25px;
- color: #898989;
- margin-right: 0px;
- padding-left: 5px;
- margin-top: 1.5px;
- text-align: right;
- padding-left: 5px;
- opacity:0.9;
- -webkit-transition: all 0.9s ease;
- -moz-transition: all 0.9s ease;
- -o-transition: all 0.9s ease;
- padding-top: 5px; z-index:1;
- }
- #whee{
- -webkit-border-top-left-radius:100px;
- -webkit-border-top-right-radius:20px;
- -webkit-border-bottom-left-radius:20px;
- -webkit-border-bottom-right-radius:20px;
- }
- iframe#tumblr_controls {
- top: 0% !important;
- right:0% !important;
- position: fixed !important;}
- {CustomCSS}
- </style>
- <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
- </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="b1a4">{text:blog title}</div>
- <div class="exo">
- <div class="linkers">
- <div class="linkz"><a href="/"><img src="http://static.tumblr.com/dillszt/m2hm5rujh/home.png" width="25"></a></div>
- <div class="linkz"><a href="/ask"><img src="http://static.tumblr.com/dillszt/6dam5ru8q/3d-design-alt.png" width="25"></a></div>
- <div class="linkz"><a href="/archive"><img src="http://static.tumblr.com/dillszt/C5Wm5rubn/search.png" width="25"></a></div>
- </div>
- <img src="{image:sidebar}" id="whee" width="250"><br>
- <div class="words">
- <br>
- {description}
- <br>
- </div>
- <table width="100%" border="0">
- <tr>
- <td>
- {block:IfLink1}<div class="navbar">
- <div class="visible_label" align="center"><a title="hover for more">// navigation</a></div>
- <div class="invisible_label">
- {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}
- </tr>
- </table>
- </div>{/block:IfLink1}
- </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>
- <div class = "autopagerize_page_element" >
- {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">{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}
- {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>
- <a href="{ReblogURL}" target="_blank">Reblog</a>
- </div>
- </div>{/Block:IndexPage}
- {/block:Posts}</div>
- </body>
- </html>
Add Comment
Please, Sign In to add comment