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="#363636"/>
- <meta name="color:Posts" content="#FFFFFF"/>
- <meta name="color:Links" content="#0096ff"/>
- <meta name="color:Links hover" content="#FFFFFF"/>
- <meta name="color:Nav background" content="#CBB1F1" />
- <meta name="color:Nav background hover" content="#F8C1B8" />
- <meta name="color:Nav font" content="#000000" />
- <meta name="color:Nav font hover" content="#333333" />
- <meta name="color:Sidebar" content="#ffffff" />
- <meta name="color:Sidebar text" content="#999999" />
- <meta name="color:Sidebar Border" content="#f145b9" />
- <meta name="color:Sidebar2 Border" content="#b172f1" />
- <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:Sidebar background" content="#cccccc"/>
- <meta name="color:Border" content="#fd9090" />
- <meta name="text:2nd description box" content="hello. use this as a second description box.<br> -customize/appearance tab to customize. <br><br> <b>TIP:</b> use < br > (take out the spaces) to start a new line!"/>
- <meta name="text:Reblog Icon" content="http://i11.photobucket.com/albums/a168/evelynregly/minigifs/minipisca.gif"/>
- <meta name="image:Background" content="http://static.tumblr.com/jtqlgf2/nZtm1krrg/tumblr_ltqq73kh5g1qhvdofo10_400.png"/>
- <meta name="image:Post Box Background" content=""/>
- <meta name="image:top pic" content="http://static.tumblr.com/dillszt/CtVm26h1p/untitled-1.png"/>
- <meta name="image:bottom pic" content="http://static.tumblr.com/dillszt/nYRm26h1t/untitled-2.png"/>
- <meta name="image:sidebar background" content="http://media.tumblr.com/tumblr_lpwow8f8U31qcn2vb.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="Link 2"/>
- <meta name="text:link 3" content="/"/>
- <meta name="text:link 3 name" content="Link 3"/>
- <meta name="if:Bracket" content="1" />
- <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: 'loremipsumBold';
- src: url('loremipsum-webfont.eot');
- src: url('loremipsum-webfont.eot?#iefix') format('embedded-opentype'),
- url('loremipsum-webfont.woff') format('woff'),
- url('loremipsum-webfont.ttf') format('truetype'),
- url('loremipsum-webfont.svg#loremipsumBold') format('svg');
- font-weight: normal;
- font-style: normal;
- }
- #posts {
- position: absolute;
- left: 25px;
- top: 25px;
- }
- #lineup {
- background-image: url('{image:Post Box Background}');
- position: relative;
- margin-left: 300px;
- top:15px;
- width: 500px;
- background-color: {color:Posts};
- border:1px dashed {color:Border};
- margin-bottom: 5px;
- padding: 5px;
- }
- #permalink {
- font-family: Courier New;
- opacity: 0;
- left: 300px;
- filter: alpha (opacity=0);
- position: absolute;
- top: 5px;
- text-align: center;
- padding-right: 5px;
- width: 250px;
- background-image: url('{image:Post Box Background}');
- background-color: #transp;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- }
- #lineup:hover #permalink {
- background-color: {color:Posts};
- background-image: url('{image:Post Box Background}');
- opacity: 9;
- filter: alpha (opacity=9);
- width: 200px;
- border-radius: 0px 0px 0px 100px;
- }
- .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 #C4C4C4;
- font-weight: lighter;
- }
- a.perma {
- color: #000000;
- }
- a.perma:hover {
- color: #000000;
- }
- .story {
- font-family: loremipsum;
- font-size: 18px;
- color: {color:Post Title};
- text-align: center;
- text-shadow: 1px 1px 1px #C4C4C4;
- }
- #lineup img {max-width: 100%;}
- .quote {
- font-family: loremipsum;
- font-size: 11px;
- 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: 10px;
- }
- #scrollToTop:link,
- #scrollToTop:visited {
- color: #000000;
- background-color: transparent;
- display: none;
- position: fixed;
- bottom: 10px;
- right: 10px;
- }
- #twins{
- position:fixed;
- width: 150px;
- margin-left:25px;
- top:40px;}
- #hood{
- display: block;
- background-image:url('{image:top pic}');
- width: 150px;
- height:150px;}
- #rear{
- display:block;
- background-image:url('{image:bottom pic}');
- width: 150px;
- height:150px;
- margin-top:152px;}
- #exom{
- position:fixed;
- left:100px;
- top:80px;
- z-index: 2;
- }
- #kris{
- position:fixed;
- margin-left:-50px;
- background-color:#transp;
- padding:9px;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- -ms-transition: all 0.7s ease-in-out;
- transition: all 0.7s ease-in-out;}
- #luhan{
- position:fixed;
- width:120px;
- height:130px;
- overflow:auto;
- background-color:#ffffff;
- color:{color:sidebar text};
- padding:10px 10px 10px 15px;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- -ms-transition: all 0.7s ease-in-out;
- transition: all 0.7s ease-in-out;
- opacity:0;
- z-index:-1;
- }
- #luhan a{
- text-decoration:none;
- color:{color:link};}
- #luhan h1{
- font-family: "economica-regular";
- font-size:16px;
- font-weight:normal;
- margin-left:-6px;
- color:{color:blog title};
- letter-spacing:1px;}
- #chen{
- position:fixed;
- margin-left:114px;
- margin-top:253px;
- border-left:10px solid {color:sidebar border};
- width:105px;
- height:150px;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- -ms-transition: all 0.7s ease-in-out;
- transition: all 0.7s ease-in-out;}
- #kris:hover #chen{
- margin-left:-26px;}
- #kris:hover #luhan{
- opacity:1;
- z-index:1;}
- #leline{
- position:fixed;
- margin-top:-10px;
- margin-left:380px;
- height:1000%;
- width:80px;
- background-color:#transp;}
- #audio {
- margin-left:125px;
- width: 250px;
- background: #ffffff;
- border:3px solid {color:border};
- }
- #chanyeol{
- position:fixed;
- left:100px;
- top:80px;
- z-index: 2;
- }
- #suho{
- position:fixed;
- margin-left:0px;
- background-color:#transp;
- padding:9px;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- -ms-transition: all 0.7s ease-in-out;
- transition: all 0.7s ease-in-out;}
- #sehun{
- position:fixed;
- width:120px;
- height:130px;
- overflow:auto;
- background-color:#ffffff;
- color:{color:sidebar text};
- padding:10px 10px 10px 15px;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- -ms-transition: all 0.7s ease-in-out;
- transition: all 0.7s ease-in-out;
- opacity:0;
- z-index:-1;
- }
- #sehun a{
- text-decoration:none;
- color:{color:link};}
- #sehun h1{
- font-family: "economica-regular";
- font-size:16px;
- font-weight:normal;
- margin-left:-6px;
- color:{color:blog title};
- letter-spacing:1px;}
- #kai{
- position:fixed;
- margin-left:64px;
- margin-top:-49px;
- border-left:10px solid {color:sidebar2 border};
- width:105px;
- height:150px;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- -ms-transition: all 0.7s ease-in-out;
- transition: all 0.7s ease-in-out;}
- #suho:hover #kai{
- margin-left:-76px;}
- #suho:hover #sehun{
- opacity:1;
- z-index:1;}
- #leline{
- position:fixed;
- margin-top:-10px;
- margin-left:380px;
- height:1000%;
- width:80px;
- background-color:#transp;}
- .linkers{
- position: fixed;
- margin-left: 25px;
- top: 190px;
- z-index:2;
- }
- .navi a{
- float: left;
- width: 146px;
- height: 13px;
- background-color: {color:nav background};
- color: {color:nav font};
- margin-left: 0px;
- padding-right: 5px;
- margin-top: 2px;
- padding-bottom: 5px;
- text-align: right;
- font-family: century gothic;
- font-size: 8px;
- letter-spacing:1px;
- padding-top: 5px; z-index:2;}
- .navi a:hover{
- float: left;
- width: 146px;
- height: 13px;
- font-family:century gothic;
- background-color: {color:nav background hover};
- color: {color:nav font hover};
- margin-left: 0px;
- padding-right: 5px;
- margin-top: 2px;
- text-align: right;
- padding-bottom: 5px;
- padding-right: 5px;
- border-left: 10px solid {color:nav background};
- 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:2;}
- .butt{
- font-family:'Cedarville Cursive';
- position: fixed;
- left: 195px;
- top: 110px;
- font-size:140px;
- color: {color:nav background hover};
- z-index:-10;
- -webkit-transform: rotate(-180deg);
- -moz-transform: rotate(-180deg);
- }
- #side {
- width: 200px;
- height: auto;
- z-index: -10;
- float:left;
- position: relative;
- }
- #side2 {
- z-index: -10;
- float:left;
- position: relative;
- }
- #sidee {
- width: 166px;
- left: 25px;
- height: 1500px;
- top: -10px;
- 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>
- <div id="leline"></div>
- <div id="exom">
- <div id="kris">
- <div id="chen">
- <div id="luhan">
- {text:2nd description box}
- </div>
- </div>
- </div>
- </div>
- <div id="chanyeol">
- <div id="suho">
- <div id="kai">
- <div id="sehun">
- {Description}
- </div>
- </div>
- </div>
- </div>
- <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"><img src="http://media.tumblr.com/tumblr_lrc2jmMG3W1qzuf77.gif"></a>
- </div>
- <div id="side2"><div id="sidee"></div><div>
- <div id="twins">
- <div id="hood"></div>
- <div id="rear"></div>
- </div>
- {Block:IfBracket}
- <div class="butt">
- {
- </div>
- {/Block:IfBracket}
- <div class="linkers">
- <div class="navi">
- <a href="/">{title}</a><br>
- <a href="/ask">Message</a><br>
- <a href="/archive">History</a><br>
- {block:IfLink1}<a href="{text:Link 1}">{text:link 1 name}</a>{/block:IfLink1}<br>
- {block:IfLink2}<a href="{text:Link 2}">{text:link 2 name}</a>{/block:IfLink2}<br>
- {block:IfLink3}<a href="{text:Link 3}">{text:link 3 name}</a>{/block:IfLink3}<br>
- </div></div>
- <div style="font-size:8px; text-transform:uppercase; color:#000000; position:fixed; bottom:9px; left:100px;"><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>{Label}</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}
- <div style="float:left; font-size: 28px; margin-top: -10px;">❝</div><b>{Asker}</b>: {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">
- <img src="http://media.tumblr.com/tumblr_lm6ovhtdmZ1qfoi4t.gif">
- {NoteCountWithLabel}
- </a>
-
- <a href="{ReblogURL}" target="_blank"><img src="{text:Reblog Icon}"><font color="000000"> Reblog</font></a>
- </div>
- </div>{/Block:IndexPage}
- {/block:Posts}</div>
- </body>
- </html>
Add Comment
Please, Sign In to add comment