Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- ALL-IN-ONE PAGE: PAINTING FLOWERS
- by acuite
- - pages included: about, ask, tags, links, blogroll
- - don't steal this pls
- - enjoy, ilu (ノ◕ヮ◕)ノ*:・゚✧
- - @acuite for more themes
- -->
- <!DOCTYPE html>
- <html>
- <head>
- <title>Navigation : {Title}</title>
- <link rel="shortcut icon" href="{Favicon}" />
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="http://static.tumblr.com/dxh5xq2/v6Gn8ju1e/tabs.js"></script>
- <link href='http://static.tumblr.com/8pnyeus/sXxofi7lt/outicons.css' rel='stylesheet' type='text/css'>
- <link href="https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i" rel="stylesheet">
- <link href="http://static.tumblr.com/dwoqjdv/Rjrog4e2s/pf.css" rel="stylesheet" type="text/css">
- </head>
- <body>
- <div id="center">
- <!-- Header Start. No editing unless competent. -->
- <header>
- <img class="icon" src="{PortraitURL-128}">
- <ul id="tabs">
- <li class="active"><a title="About"><i class="oi oi-user"></i></a></li>
- <li><a title="Enquire"><i class="oi oi-mail"></i></a></li>
- <li><a title="Tags"><i class="oi oi-tags"></i></a></li>
- <li><a title="Links"><i class="oi oi-menu"></i></a></li>
- <li><a title="Blogroll"><i class="oi oi-heart"></i></a></li>
- </ul>
- <form class="srch" action="/search" method="get">
- <span class="oi oi-search"></span>
- <input type="text" name="q" placeholder="Search" value="{SearchQuery}"/>
- </form>
- </header>
- <!-- Header End -->
- <!-- Do not edit --><ul id="tab"><!-- Do not edit -->
- <!-- About Start -->
- <li class="active hold about">
- <h1>About</h1>
- <img class="pic" src="http://placehold.it/150x200"><!-- Picture -->
- <!-- Text -->
- <div class="bio">
- <p>Your biography text goes here.</p>
- <p>Add < p > tags (remove spaces) between paragraphs if you are planning on writing a lot!!</p>
- </div>
- </li><!-- About End -->
- <!-- Ask Start (No edit necessary - automatically generated) --><li class="hold"><h1>Enquire</h1><div class="ask"><iframe frameborder="0" width="100%" height="200" border="none" id="ask_form" scrolling="yes" src="http://www.tumblr.com/ask_form/{Name}.tumblr.com"></iframe></div></li><!-- Ask End -->
- <!-- Tags Start -->
- <li class="hold tags">
- <h1>Tags</h1>
- <!-- Example Box. Remember to close all tags correctly (</a> & </nav>) -->
- <nav>
- <h2>Category Name</h2>
- <a href="/tagged/tag-link">tag</a>
- <a href="/tagged/tag-link">tag</a>
- <a href="/tagged/tag-link">tag</a>
- </nav>
- <!-- Example Box 2 -->
- <nav>
- <h2>Category Name</h2>
- <a href="/tagged/tag-link">tag</a>
- <a href="/tagged/tag-link">tag</a>
- <a href="/tagged/tag-link">tag</a>
- </nav>
- <!-- Example Box 3 -->
- <nav>
- <h2>Category Name</h2>
- <a href="/tagged/tag-link">tag</a>
- <a href="/tagged/tag-link">tag</a>
- <a href="/tagged/tag-link">tag</a>
- </nav>
- </li>
- <!-- Tags End -->
- <!-- Links Start -->
- <li class="hold links">
- <h1>Links</h1>
- <nav>
- <!--
- Example Links.
- Keep all links within the same nav container
- Try to link locally (don't use full URL - just pathname)
- Add OI icons by pasting the corresponding code as seen below.
- Full icons list: http://www.antonps.com/outicons/
- -->
- <a href="/url"><span class="oi oi-smile"></span> lorem</a>
- <a href="/url"><span class="oi oi-smile"></span> ipsum</a>
- <a href="/url"><span class="oi oi-smile"></span> dolor</a>
- <a href="/url"><span class="oi oi-smile"></span> sit</a>
- <a href="/url"><span class="oi oi-smile"></span> amet</a>
- <a href="/url"><span class="oi oi-smile"></span> consectetur</a>
- <a href="/url"><span class="oi oi-smile"></span> adipiscing</a>
- <a href="/url"><span class="oi oi-smile"></span> elit</a>
- </nav>
- </li>
- <!-- Links End -->
- <!-- Blogroll Start (No edit necessary - automatically generated) --><li class="hold"><h1>Following</h1><div class="blogroll">{block:Following}{block:Followed}<a href="{FollowedURL}" target="_blank"><div class="blog {FollowedName}"><div class="name"><p>{FollowedName}</p></div><img src="{FollowedPortraitURL-96}"></div></a>{/block:Followed}{/block:Following}</div></li><!-- Blogroll End -->
- <!-- Do not edit below this line -->
- </ul>
- </div>
- <a class="r" href="/"><span class="oi oi-refresh"></span> return to blog</a>
- <a class="c" href="http://acuite.tumblr.com">acuite</a>
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
- <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
- <script>
- // tooltips
- (function($){
- $(document).ready(function(){
- $("[title]").style_my_tooltips({
- tip_delay_time:200,
- tip_fade_speed:300
- }
- );
- });
- })(jQuery);
- </script>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement