Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- _______________________________________________________________________
- ► THEME MADE BY RACHEL @ ALMIGHTYONE.TUMBLR.COM
- [THEME #7] USUMAKI NARUTO
- If you have any questions, go to 7th-district.tumblr.com/message for help.
- ► Terms Of Use
- - Do not remove the credit or move it anywhere! (No pages!)
- - Do not block the credit with images or anything else.
- - Do not make heavy changes that make the theme no longer recognizable as mine.
- - Do not take parts of my theme codes and add it into your theme.
- _______________________________________________________________________
- -->
- <!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">
- <head>
- <title>{Title}{block:PostTitle} - {PostTitle}{/block:PostTitle}</title>
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <link rel="shortcut icon" href="{Favicon}" />
- <link href="style-my-tooltips.css" rel="stylesheet" type="text/css" />
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script><script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script><script>(function($){$(document).ready(function(){$("[title]").style_my_tooltips();});})(jQuery);</script>
- <meta name="color:background" content="#ffffff" />
- <meta name="color:text" content="#000000" />
- <meta name="color:navigation top" content="#000000" />
- <meta name="color:navigation top border" content="#dddddd" />
- <meta name="color:sidebar border" content="#262626" />
- <meta name="color:title" content="#ffffff" />
- <meta name="color:description" content="#ffffff" />
- <meta name="color:custom link bg" content="#000000" />
- <meta name="color:custom link border" content="#565656" />
- <meta name="color:custom link text" content="#eeeeee" />
- <meta name="color:custom link text hover" content="#ffffff" />
- <meta name="color:custom link bg hover" content="#565656" />
- <meta name="color:blockquote" content="#000000" />
- <meta name="color:links" content="#aaaaaa" />
- <meta name="color:links hover" content="#eeeeee" />
- <meta name="color:posts border" content="#121212" />
- <meta name="color:posts" content="#ffffff" />
- <meta name="color:permalink text" content="#ffffff" />
- <meta name="color:permalink text hover" content="#262626" />
- <meta name="color:question" content="#565656" />
- <meta name="color:navigation bottom" content="#000000" />
- <meta name="color:navigation bottom border" content="#dddddd" />
- <meta name="color:pagination text" content="#eeeeee" />
- <meta name="color:pagination text hover" content="#ffffff" />
- <meta name="color:pagination hover background" content="#323232" />
- <meta name="color:scrollbar" content="#000000" />
- <meta name="color:scrollbar bg" content="#ffffff" />
- <meta name="image:background" content="" />
- <meta name="image:sidebar" content="" />
- <meta name="if:grayscale" content="0" />
- <meta name="if:photo fade" content="0" />
- <meta name="if:small cursor" content="0" />
- <meta name="if:caption" caption="0" />
- <meta name="text:Link1 url" content="/">
- <meta name="text:Link1" content="link 1"/>
- <meta name="text:Link2 url" content="/">
- <meta name="text:Link2" content="link 2"/>
- <meta name="text:Link3 url" content="/">
- <meta name="text:Link3" content="link 3"/>
- <meta name="text:Link4 url" content="/">
- <meta name="text:Link4" content="link 4"/>
- <style type="text/css">
- ::-webkit-scrollbar-track {background-color:{color:scrollbar bg};}
- ::-webkit-scrollbar-thumb {background-color:{color:scrollbar};border:4px solid {color:scrollbar bg};}
- ::-webkit-scrollbar {width:12px;height:5px;}
- ::-moz-scrollbar-track {background-color:{color:scrollbar bg};}
- ::-moz-scrollbar-thumb {background-color:{color:scrollbar};border:3px solid {color:scrollbar bg};}
- ::-moz-scrollbar {width:12px;height:5px;}
- body {
- background:{color:background};
- background-repeat:repeat;
- background-attachment:fixed;
- background-image:url('{image:background}');
- font-family:calibri;
- color:{color:text};
- margin:0;
- padding:0;
- word-wrap:break-word;
- font-size:11px;
- }
- body a {
- text-decoration:none;
- }
- #top {
- padding:6px 0px;
- top:0;
- left:50%;
- margin-left:-275px;
- width:540px;
- height:110px;
- position:fixed;
- background:{color:navigation top};
- border-bottom:1px solid {color:navigation top border};
- -webkit-transition: all 0.4s linear;
- -moz-transition: all 0.4s linear;
- z-index:99;
- }
- #top:hover {
- padding-bottom:40px;
- -webkit-transition: all 0.4s linear;
- -moz-transition: all 0.4s linear;
- }
- #sideimg img {
- width:100px;
- height:100px;
- border-radius:100%;
- border-bottom-left-radius:0%;
- border:4px solid {color:sidebar border};
- margin-left:10px;
- margin-top:0px;
- -webkit-transition: all 0.4s linear;
- -moz-transition: all 0.4s linear;
- opacity:1;
- z-index:3;
- }
- #sideimg img:hover {
- opacity:.7;
- -webkit-transition: all 0.4s linear;
- -moz-transition: all 0.4s linear;
- }
- #right {
- margin-left:135px;
- }
- #tit {
- font-family:cambria;
- font-size:22px;
- color:{color:title};
- line-height:33px;
- margin-top:-100px;
- }
- #desc {
- font-family:cambria;
- font-size:10px;
- color:{color:description};
- font-style:italic;
- padding:0px 17px 0px 0px;
- line-height:110%;
- text-align:left;
- }
- #top #boob {
- position:absolute;
- margin-top:-5px;
- opacity:0;
- width:550px;
- text-align:center;
- -webkit-transition: all 0.4s linear;
- -moz-transition: all 0.4s linear;
- }
- #top:hover #boob{
- margin-top:33px;
- opacity:1;
- -webkit-transition: all 0.4s linear;
- -moz-transition: all 0.4s linear;
- }
- .bob {
- font-family:consolas;
- font-size:9px;
- text-transform:uppercase;
- margin:5px;
- background:{custom link bg};
- color:{color:custom link text};
- padding:2px 4px;
- border:1px solid {color:custom link border};
- box-shadow: 0 0 0 1px {color:navigation top}, 0 0 0 2px {color:custom link border};
- -webkit-transition: all 0.6s linear;
- -moz-transition: all 0.6s linear;
- }
- .bob:hover{
- color:{color:custom link text hover};
- background:{color:custom link bg hover}!important;
- border:1px solid {color:navigation top};
- -webkit-transition: all 0.6s linear;
- -moz-transition: all 0.6s linear;
- }
- #content {
- width:540px;
- margin:135px auto 50px auto;
- font-family:cambria;
- }
- #content blockquote {
- border-left:2px solid {color:blockquote};
- padding-left:8px;
- margin:0px;
- }
- #content blockquote img {
- width:450px;
- {block:permalinkpage}
- width:450px;
- {/block:permalinkpage}
- }
- #content a{
- color:{color:links};
- -webkit-transition: all 0.4s linear;
- -moz-transition: all 0.4s linear;
- }
- #content a:hover{
- color:{color:links hover};
- -webkit-transition: all 0.4s linear;
- -moz-transition: all 0.4s linear;
- }
- .posts {
- border:5px solid {color:posts border};
- width:500px;
- padding:10px;
- margin-bottom:18px;
- {block:permalinkpage}
- width:500px;
- {block:permalinkpage}
- -webkit-transition: all 0.5s linear;
- -moz-transition-duration: all 0.5s linear;
- {block:ifphotofade}
- opacity:.7;
- {/block:ifphotofade}
- {block:ifgrayscale}
- -webkit-filter: grayscale(100%);
- -moz-filter: grayscale(100%);
- {/block:ifgrayscale}
- background:{color:posts};
- }
- .posts:hover {
- opacity:1;
- -webkit-filter: grayscale(0%);
- -moz-filter: grayscale(0%);
- -webkit-transition: all 0.5s linear;
- -moz-transition-duration: all 0.5s linear;
- }
- .perma{
- margin-top:10px;
- margin-bottom:-17px;
- color:{color:permalink text};
- font-family:trebuchet ms;
- text-align:right;
- text-transform:uppercase;
- font-size:8px;
- letter-spacing:0px;
- line-height:9px;
- }
- .perma a {
- color:{color:permalink text}!important;
- }
- .perma a:hover {
- color:{color:permalink text hover}!important;
- }
- #bottom {
- {block:if400}
- width:400px;
- {/block:if400}
- {block:if500}
- width:500px;
- {/block:if500}
- height:1px;
- margin-top:4px;
- background-color:{color:posts border};
- position:absolute;
- }
- .permsource {
- margin-top:-2px;
- padding:1px 6px 2px 6px;
- margin-right:3px;
- background:{color:posts border};
- z-index:1;
- }
- #note{
- margin-left:20px;
- margin:20px auto;
- width: 500px;
- font-size: 11px;
- text-transform:lowercase;
- font-family:calibri;
- color:{color:text};
- }
- ol.notes{
- list-style-type:none;
- margin:0px;
- padding-left:5px;
- line-height:130%;
- color:{color:text};
- }
- ol.notes li.note img.avatar {
- margin-right: 10px;
- width: 16px;
- height: 16px;
- }
- .info{
- padding-bottom:3px;
- padding-top:5px;
- padding-left:2px;
- text-align:left;
- font-family:consolas;
- font-size:10px;
- color:{color:text};
- margin-top:5px;
- }
- .tags{
- margin-top:5px;
- font-family:calibri;
- font-size:8px;
- text-transform:uppercase;
- letter-spacing:1px;
- text-align:left;
- color:{color:text};
- }
- #asker{
- line-height:23px;
- text-align:left;
- font-size:12px;
- font-style:italic;
- text-transform:lowercase;
- font-weight:bold;
- padding-bottom:5px;
- }
- #ques{
- margin-top:-6px;
- color:{color:question};
- padding:5px 5px 5px 0px;
- }
- #answer{
- margin-top:-17px;
- padding:0px;
- }
- #audio{
- max-width:500px;
- display:block;
- background:#000;
- }
- .title {
- font-family:calibri;
- font-size:17px;
- text-transform:uppercase;
- color:{color:text};
- text-align:left;
- }
- #pagination {
- width:540px;
- bottom:0px;
- left:50%;
- margin-left:-275px;
- background:{color:navigation bottom};
- height:auto;
- z-index:999;
- position:fixed;
- text-align:center!important;
- border-top:1px solid {color:navigation bottom border};
- padding:10px 0px;
- }
- #pagination a{
- margin-top:-10px;
- width:550px;
- text-align:center!important;
- font-family:cambria;
- font-size:12px;
- padding:0px 5px;
- color:{color:pagination text}!important;
- -webkit-transition: all 0.4s linear;
- -moz-transition: all 0.4s linear;
- }
- #pagination a:hover{
- color{color:pagination text hover}!important;
- background:{color:pagination hover background};
- -webkit-transition: all 0.4s linear;
- -moz-transition: all 0.4s linear;
- }
- #pagination .current_page {
- font-family:cambria;
- font-size:12px;
- padding:0px 5px;
- color:{color:pagination text};
- background:{color:navigation bottom};
- }
- #quote {
- font-size:15px;
- font-style:italic;
- margin-bottom:-5px;
- }
- #source {text-align:right;}
- #body{margin-top:-10px;}
- #s-m-t-tooltip {
- position:relative;
- overflow:hidden;
- z-index:999;
- max-width:200px;
- margin:10px 0 0 10px;
- padding:4px 4px;
- font:8px calibri;
- background:black;
- line-height:100%;
- text-transform:uppercase;
- letter-spacing:1px;
- color:#fff;
- }
- {block:ifsmallcursor}
- *, body, a, a:hover {cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), auto;}
- {/block:ifsmallcursor}
- </style>
- </head>
- <body>
- {block:Pagination}
- <div id="pagination">
- {block:PreviousPage}
- <a href="{PreviousPage}">⇠</a>
- {/block:PreviousPage}
- {block:JumpPagination length="5"}
- {block:CurrentPage}
- <span class="current_page">{PageNumber}</span>
- {/block:CurrentPage}
- {block:JumpPage}
- <a class="jump_page" href="{URL}">{PageNumber}</a>
- {/block:JumpPage}
- {/block:JumpPagination}
- {block:NextPage}
- <a href="{NextPage}">⇢</a>
- {/block:NextPage}
- </div>
- {/block:Pagination}
- <div id="top">
- <div id="sideimg"><img src="{image:sidebar}" /></div>
- <div id="right">
- <div id="tit">{title}</div>
- <div id="desc">{block:description}{description}{/block:description}</div>
- </div> <!--right -->
- <div id="boob">
- <a href="/" class="bob">home</a>
- <a href="/ask" class="bob">message</a>
- <a href="/archive" class="bob">past</a>
- <a href="http://almightyone.tumblr.com/" class="bob" title="made by almightyone">theme</a>
- {block:IfLink1}
- <a href="{text:Link1 url}" class="bob">{text:Link1}</a>
- {/block:IfLink1}
- {block:IfLink2}
- <a href="{text:Link2 url}" class="bob">{text:Link2}</a>
- {/block:IfLink2}
- {block:IfLink3}
- <a href="{text:Link3 url}" class="bob">{text:Link3}</a>
- {/block:IfLink3}
- {block:IfLink4}
- <a href="{text:Link4 url}" class="bob">{text:Link4}</a>
- {/block:IfLink4}
- </div>
- </div> <!--top-->
- <div id="content">
- {block:posts}
- <div class="posts">
- {block:Photo}
- {block:indexpage}
- {LinkOpenTag}<img src="{PhotoURL-500}" alt="" />{LinkCloseTag}
- {block:ifcaption}{block:Caption}{Caption}{/block:Caption}{/block:ifcaption}
- {/block:indexpage}
- {block:permalinkpage}
- <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="" />{LinkCloseTag}</center>
- {block:Caption}{Caption}{/block:Caption}
- <div class="info">
- {block:RebloggedFrom}<span style="text-transform:uppercase">
- via: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>
- Source: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a></span><br />
- {/block:RebloggedFrom}
- {block:Date}{Month} {DayOfMonth}, {Year}{/block:Date}
- {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
- </div>
- {block:HasTags}<div class="tags">TAGGED AS:
- {block:Tags}
- <a href="{TagURL}">#{Tag} </a>
- {/block:Tags}
- </div>
- {/block:HasTags}{/block:permalinkpage}
- {/block:Photo}
- {block:Photoset}
- {block:indexpage}
- {Photoset-500}
- {block:ifcaption}{block:Caption}{Caption}{/block:Caption}{/block:ifcaption}
- {/block:indexpage}
- {block:permalinkpage}
- {Photoset-500}
- {block:Caption}{Caption}{/block:Caption}
- <div class="info">
- {block:RebloggedFrom}<span style="text-transform:uppercase">
- via: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>
- Source: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a></span><br />
- {/block:RebloggedFrom}
- {block:Date}{Month} {DayOfMonth}, {Year}{/block:Date}
- {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
- </div>
- {block:HasTags}<div class="tags">
- {block:Tags}
- <a href="{TagURL}">#{Tag} </a>
- {/block:Tags}
- </div>
- {/block:HasTags}
- {/block:permalinkpage}
- {/block:Photoset}
- {block:Video}
- {block:indexpage}
- {Video-500}
- {block:ifcaption}{block:Caption}{Caption}{/block:Caption}{/block:ifcaption}
- {/block:indexpage}
- {block:permalinkpage}
- {Video-500}
- {block:Caption}{Caption}{/block:Caption}
- <div class="info">
- {block:RebloggedFrom}<span style="text-transform:uppercase">
- via: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>
- Source: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a></span><br />
- {/block:RebloggedFrom}
- {block:Date}{Month} {DayOfMonth}, {Year}{/block:Date}
- {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
- </div>
- {block:HasTags}<div class="tags">
- {block:Tags}
- <a href="{TagURL}">#{Tag} </a>
- {/block:Tags}
- </div>
- {/block:HasTags}
- {/block:permalinkpage}
- {/block:Video}
- {block:Audio}
- {block:indexpage}
- <div id="audio">{AudioPlayerBlack}</div>
- {block:Caption}{Caption}{/block:Caption}
- {/block:indexpage}
- {block:permalinkpage}
- <span style="background:#e4e4e4;max-width:500px;display:block;">{AudioPlayerGrey}</span>
- {block:Caption}<br />{Caption}{/block:Caption}
- <div class="info">
- {block:RebloggedFrom}<span style="text-transform:uppercase">
- via: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>
- Source: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a></span><br />
- {/block:RebloggedFrom}
- {block:Date}{Month} {DayOfMonth}, {Year}{/block:Date}
- {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
- </div>
- {block:HasTags}<div class="tags">
- {block:Tags}
- <a href="{TagURL}">#{Tag} </a>
- {/block:Tags}
- </div>
- {/block:HasTags}
- {/block:permalinkpage}
- {/block:Audio}
- {block:Quote}
- {block:indexpage}
- <div id="quote">“{Quote}”</div>
- {block:Source}<br /><div id="source">- {Source}</div>{/block:Source}
- {/block:indexpage}
- {block:permalinkpage}
- “{Quote}”
- {block:Source}<br />{Source}{/block:Source}
- <div class="info">
- {block:RebloggedFrom}<span style="text-transform:uppercase">
- via: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>
- Source: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a></span><br />
- {/block:RebloggedFrom}
- {block:Date}{Month} {DayOfMonth}, {Year}{/block:Date}
- {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
- </div>
- {block:HasTags}<div class="tags">
- {block:Tags}
- <a href="{TagURL}">#{Tag} </a>
- {/block:Tags}
- </div>
- {/block:HasTags}
- {/block:permalinkpage}
- {/block:Quote}
- {block:Text}
- {block:indexpage}
- {block:Title}<div class="title">{Title}</div>{/block:Title}
- <div id="body">
- {Body}</div>
- {/block:indexpage}
- {block:permalinkpage}
- {block:Title}<span style="text-transform:uppercase;text-align:center!important;font-size:12px;">{Title}</span><br />{/block:Title}
- {Body}
- <div class="info">
- {block:RebloggedFrom}<span style="text-transform:uppercase">
- via: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>
- Source: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a></span><br />
- {/block:RebloggedFrom}
- {block:Date}{Month} {DayOfMonth}, {Year}{/block:Date}
- {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
- </div>
- {block:HasTags}<div class="tags">
- {block:Tags}
- <a href="{TagURL}">#{Tag} </a>
- {/block:Tags}
- </div>
- {/block:HasTags}
- {/block:permalinkpage}
- {/block:Text}
- {block:Answer}
- {block:indexpage}
- <div id="asker"><img src="{AskerPortraitURL-16}" style="border:3px solid black;float:left;"/> {Asker} said:</div>
- <div id="ques">{Question}</div><br />
- <div id="answer">{Answer}</div>
- {/block:indexpage}
- {block:permalinkpage}
- <div id="asker"><img src="{AskerPortraitURL-16}" style="border:3px solid black;float:left;"/> {Asker} said:</div>
- <div id="ques">{Question}</div><br />
- <div id="answer">{Answer}</div>
- <div class="info">
- {block:RebloggedFrom}<span style="text-transform:uppercase">
- via: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>
- Source: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a></span><br />
- {/block:RebloggedFrom}
- {block:Date}{Month} {DayOfMonth}, {Year}{/block:Date}
- {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
- </div>
- {block:HasTags}<div class="tags">
- {block:Tags}
- <a href="{TagURL}">#{Tag} </a>
- {/block:Tags}
- </div>
- {/block:HasTags}
- {/block:permalinkpage}
- {/block:Answer}
- {block:Chat}
- {block:indexpage}
- {block:Title}{Title}<br />{/block:Title}
- {block:Lines}<span style="line-height:110%;">
- {block:Label}<strong><span style="font-size:12px;">{Label}</span></strong>{/block:Label} {Line}</span><br />
- {/block:Lines}
- {/block:indexpage}
- {block:permalinkpage}
- {block:Title}{Title}<br />{/block:Title}
- {block:Lines}
- {block:Label}<strong><span style="font-size:12px">{Label}</span></strong>{/block:Label} {Line}<br />
- {/block:Lines}
- <div class="info">
- {block:RebloggedFrom}<span style="text-transform:uppercase">
- via: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>
- Source: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a></span><br />
- {/block:RebloggedFrom}
- {block:Date}{Month} {DayOfMonth}, {Year}{/block:Date}
- {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
- </div>
- {block:HasTags}<div class="tags">
- {block:Tags}
- <a href="{TagURL}">#{Tag} </a>
- {/block:Tags}
- </div>
- {/block:HasTags}
- {/block:permalinkpage}
- {/block:Chat}
- {block:Link}
- {block:indexpage}
- <a href="{URL}" class="title">{Name}</a>
- {block:Description}{Description}{/block:Description}
- {/block:indexpage}
- {block:permalinkpage}
- <a href="{URL}" style="text-transform:uppercase;font-size:12px;text-align:center!important;">{Name}</a>
- {block:Description}<br />{Description}{/block:Description}
- {/block:permalinkpage}
- {/block:Link}
- {block:PostNotes}
- <div id="note">{PostNotes}</div>
- {/block:PostNotes}
- {block:indexpage}
- <div class="perma">
- <div id="bottom"></div>
- <a href="{Permalink}" class="permsource">
- {block:Date}{TimeAgo}{/block:Date}</a>
- <span class="permsource">
- {block:RebloggedFrom}
- <a href="{ReblogParentURL}" title="{ReblogParentName}">via</a> - <a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>
- {/block:RebloggedFrom}
- - <a href="{ReblogURL}" target="_blank">reblog</a>
- </span>
- </div>
- {/block:indexpage}
- </div> <!--posts -->
- {/block:posts}
- </div> <!--content-->
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment