Advertisement
str-wrs

All: Painting Flowers

Nov 19th, 2013
10,871
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.87 KB | None | 0 0
  1. <!--
  2.  
  3. ALL-IN-ONE PAGE: PAINTING FLOWERS
  4. by acuite
  5.  
  6. - pages included: about, ask, tags, links, blogroll
  7. - don't steal this pls
  8. - enjoy, ilu (ノ◕ヮ◕)ノ*:・゚✧
  9.  
  10. - @acuite for more themes
  11.  
  12. -->
  13.  
  14.  
  15. <!DOCTYPE html>
  16. <html>
  17. <head>
  18.  
  19. <title>Navigation : {Title}</title>
  20. <link rel="shortcut icon" href="{Favicon}" />
  21. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  22. <script src="http://static.tumblr.com/dxh5xq2/v6Gn8ju1e/tabs.js"></script>
  23. <link href='http://static.tumblr.com/8pnyeus/sXxofi7lt/outicons.css' rel='stylesheet' type='text/css'>
  24. <link href="https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i" rel="stylesheet">
  25. <link href="http://static.tumblr.com/dwoqjdv/Rjrog4e2s/pf.css" rel="stylesheet" type="text/css">
  26. </head>
  27.  
  28.  
  29.  
  30.  
  31.  
  32. <body>
  33. <div id="center">
  34.  
  35. <!-- Header Start. No editing unless competent. -->
  36. <header>
  37. <img class="icon" src="{PortraitURL-128}">
  38. <ul id="tabs">
  39. <li class="active"><a title="About"><i class="oi oi-user"></i></a></li>
  40. <li><a title="Enquire"><i class="oi oi-mail"></i></a></li>
  41. <li><a title="Tags"><i class="oi oi-tags"></i></a></li>
  42. <li><a title="Links"><i class="oi oi-menu"></i></a></li>
  43. <li><a title="Blogroll"><i class="oi oi-heart"></i></a></li>
  44. </ul>
  45. <form class="srch" action="/search" method="get">
  46. <span class="oi oi-search"></span>
  47. <input type="text" name="q" placeholder="Search" value="{SearchQuery}"/>
  48. </form>
  49. </header>
  50. <!-- Header End -->
  51.  
  52. <!-- Do not edit --><ul id="tab"><!-- Do not edit -->
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63. <!-- About Start -->
  64. <li class="active hold about">
  65. <h1>About</h1>
  66.  
  67. <img class="pic" src="http://placehold.it/150x200"><!-- Picture -->
  68.  
  69. <!-- Text -->
  70. <div class="bio">
  71.  
  72. <p>Your biography text goes here.</p>
  73. <p>Add < p > tags (remove spaces) between paragraphs if you are planning on writing a lot!!</p>
  74.  
  75. </div>
  76. </li><!-- About End -->
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87. <!-- 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 -->
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98. <!-- Tags Start -->
  99. <li class="hold tags">
  100. <h1>Tags</h1>
  101.  
  102.  
  103. <!-- Example Box. Remember to close all tags correctly (</a> & </nav>) -->
  104. <nav>
  105. <h2>Category Name</h2>
  106. <a href="/tagged/tag-link">tag</a>
  107. <a href="/tagged/tag-link">tag</a>
  108. <a href="/tagged/tag-link">tag</a>
  109. </nav>
  110.  
  111. <!-- Example Box 2 -->
  112. <nav>
  113. <h2>Category Name</h2>
  114. <a href="/tagged/tag-link">tag</a>
  115. <a href="/tagged/tag-link">tag</a>
  116. <a href="/tagged/tag-link">tag</a>
  117. </nav>
  118.  
  119. <!-- Example Box 3 -->
  120. <nav>
  121. <h2>Category Name</h2>
  122. <a href="/tagged/tag-link">tag</a>
  123. <a href="/tagged/tag-link">tag</a>
  124. <a href="/tagged/tag-link">tag</a>
  125. </nav>
  126.  
  127.  
  128. </li>
  129. <!-- Tags End -->
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.  
  137.  
  138.  
  139.  
  140. <!-- Links Start -->
  141. <li class="hold links">
  142. <h1>Links</h1>
  143. <nav>
  144.  
  145. <!--
  146. Example Links.
  147. Keep all links within the same nav container
  148. Try to link locally (don't use full URL - just pathname)
  149. Add OI icons by pasting the corresponding code as seen below.
  150. Full icons list: http://www.antonps.com/outicons/
  151. -->
  152. <a href="/url"><span class="oi oi-smile"></span> lorem</a>
  153. <a href="/url"><span class="oi oi-smile"></span> ipsum</a>
  154. <a href="/url"><span class="oi oi-smile"></span> dolor</a>
  155. <a href="/url"><span class="oi oi-smile"></span> sit</a>
  156. <a href="/url"><span class="oi oi-smile"></span> amet</a>
  157. <a href="/url"><span class="oi oi-smile"></span> consectetur</a>
  158. <a href="/url"><span class="oi oi-smile"></span> adipiscing</a>
  159. <a href="/url"><span class="oi oi-smile"></span> elit</a>
  160.  
  161. </nav>
  162. </li>
  163. <!-- Links End -->
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174. <!-- 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 -->
  175.  
  176.  
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183.  
  184.  
  185. <!-- Do not edit below this line -->
  186. </ul>
  187. </div>
  188. <a class="r" href="/"><span class="oi oi-refresh"></span> return to blog</a>
  189. <a class="c" href="http://acuite.tumblr.com">acuite</a>
  190. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  191. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  192. <script>
  193. // tooltips
  194. (function($){
  195. $(document).ready(function(){
  196. $("[title]").style_my_tooltips({
  197. tip_delay_time:200,
  198. tip_fade_speed:300
  199. }
  200. );
  201. });
  202. })(jQuery);
  203. </script>
  204. </body>
  205. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement