Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html>
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <!-----page by arithemes/darthvcder
- CREDITS
- icons by themehive
- filter tutorial by cyantists
- ----->
- <head>
- <title>navigation</title> <!-----change the title on the tab here----->
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <link href='https://fonts.googleapis.com/css?family=Karla' rel='stylesheet' type='text/css'>
- <link href="//solrainha.github.io/honeybee/honeybee.css" rel="stylesheet">
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
- <script src="https://static.tumblr.com/xd6ujov/9Rpouml9f/imagesloaded.pkgd.min.js"></script>
- <script src="https://static.tumblr.com/f6blkfc/3khouzw5b/masonry.pkgd.min.js"></script>
- <script>$(document).ready(function(){
- var $grid = $(".container"); $grid.imagesLoaded(function() {
- $grid.masonry({
- itemSelector: ".group",
- columnWidth: 100
- });
- });
- $(".button").click(function(){
- $(this).addClass("selected");
- $(".button").not($(this)).removeClass("selected");
- var ssf = $(this).attr("filter");
- $(".group." + ssf).show();
- $(".group").not("." + ssf).hide();
- $grid.masonry();
- });
- });</script>
- <style type="text/css">
- ::-webkit-scrollbar-thumb {
- background-color: #eeeeee; /*change the scrollbar*/
- height:auto;
- border-bottom:none;
- }
- ::-webkit-scrollbar {
- height:9px;
- width:5px;
- background-color: transparent;
- }
- ::selection {
- background-color: #e3394d; /*selection bg*/
- color: #fcfcfc; /*selection text*/
- }
- body {
- background-color: #fcfcfc; /*background color*/
- background-image: url(/); /*background image url if you want one*/
- background-repeat: repeat;
- font-family: 'Karla', sans-serif;
- line-height: 110%;
- font-size: 11px;
- color: #9c9c9c; /*tag/categories color*/
- }
- #sidebar {
- width: 170px;
- height: 100%;
- margin-left: 0px;
- background: linear-gradient(#e36f39, #e3394d);
- /*sidebar background gradient colors. to make it solid, delete the above line and replace it with:
- background-color: #e36f39;
- */
- padding: 20px;
- margin-top: -30px;
- position: fixed;
- }
- #title {
- font-size: 15px;
- color: #fff; /*page title color*/
- text-transform: uppercase;
- letter-spacing: 5px;
- font-weight: bold;
- margin-top: 300px;
- }
- #nav {
- font-size: 13px;
- margin-top: 10px;
- }
- #nav a {
- height: relative;
- color: #fcfcfc; /*home/ask/archive links color*/
- padding-right: 2px;
- padding-left: 2px;
- letter-spacing: 1px;
- text-decoration: none;
- }
- #nav a:hover {
- color: #4c4c4c; /*home/ask/archive links hover color*/
- }
- .button{
- color: #fcfcfc; /*filter text color*/
- cursor: help;
- font-size: 12px;
- display: block;
- margin-top: 10px;
- letter-spacing: 1px;
- }
- .button.selected {
- color: #fcfcfc; /*selected filter color*/
- text-decoration: underline;
- }
- .container {
- width: 900px;
- height: auto;
- margin-left: 260px;
- margin-bottom: 20px;
- margin-top: 30px;
- }
- .group {
- width: 200px;
- height: relative;
- background-color: white; /*tag group bg color*/
- padding: 10px;
- border: 1px solid #eeeeee; /*tag group border color*/
- border-radius: 5px;
- margin-top: 20px;
- margin-left: 20px;
- }
- .title {
- font-size: 15px;
- display: inline-block;
- padding: 6px;
- font-weight: bold;
- border-bottom: 1px solid #eee; /*tag group title border*/
- background: -webkit-linear-gradient(#e36f39, #e3394d);
- -webkit-background-clip: text;
- -webkit-text-fill-color: transparent;
- /*tag group title gradient. to just have it a solid color, delete the three lines above this comment & replace them with:
- color: #e3394d;
- */
- }
- .tags a {
- color: #9c9c9c;
- background-color: #fcfcfc; /*tags bg*/
- padding: 6px;
- font-size: 10px;
- text-align: left;
- margin-top: 5px;
- letter-spacing: 1px;
- display: block;
- border: 1px solid #eeeeee; /*tags border*/
- border-radius: 5px;
- text-decoration: none;
- }
- .tags a:hover {
- color: white;
- background: linear-gradient(to right, #e36f39, #e3394d);
- /*tag hover gradient. to use solid instead, replace the above line with:
- background-color: #e36f39;
- */
- border: 1px solid white; /*tags hover border*/
- }
- </style>
- </head>
- <body>
- <div id="sidebar">
- <div id="title">
- navigation <!--page title-->
- </div>
- <div id="nav">
- <a href="/" class="th th-home" title="home"></a> <!--home link-->
- <a href="/ask" class="th th-paper-plane" title="ask"></a> <!--ask link-->
- <a href="/archive" class="th th-calendar-2" title="archive"></a> <!--archive link-->
- </div>
- <div class="button selected" filter="group">all categories</div> <!--all categories. only change the name "all categories"-->
- <div class="button" filter="cat1">category 1</div>
- <div class="button" filter="cat2">category 2</div>
- <div class="button" filter="cat3">category 3</div>
- <div class="button" filter="cat4">category 4</div>
- <div class="button" filter="cat5">category 5</div>
- <div class="button" filter="cat6">category 6</div>
- <!--to edit the above, replace "cat1" "cat2" etc with the category labels you would like to use. for example, i use things like "fandom" or "marvel" on mine. then replace "category 1" "category 2" etc with the label you want to give those things.-->
- </div>
- <div class="container">
- <!--tags 1-->
- <div class="group cat1 cat6"> <!--here replace "cat1" and "cat6" with whatever labels you created above for your groups. i.e i'd put "fandom" for mine. no quotation marks, commas, or periods are needed-->
- <div class="title">
- Tag Group 1 <!--title of your first tag group-->
- </div>
- <div class="tags">
- <a href="/tagged/yourtag">tag one</a>
- <a href="/tagged/yourtag">tag two</a>
- <a href="/tagged/yourtag">tag three</a>
- <a href="/tagged/yourtag">tag four</a>
- <a href="/tagged/yourtag">tag five</a>
- <a href="/tagged/yourtag">tag six</a>
- </div>
- <!--replace "yourtag" with whatever your tag is. to add more tags in a category, just keep pasting this:
- <a href="/tagged/yourtag">tag</a>
- -->
- </div>
- <!--end tags 1
- repeat the above for every tag group
- -->
- <!--tags 2-->
- <div class="group cat2 cat5">
- <div class="title">
- Tag Group 2
- </div>
- <div class="tags">
- <a href="/tagged/yourtag">tag one</a>
- <a href="/tagged/yourtag">tag two</a>
- <a href="/tagged/yourtag">tag three</a>
- <a href="/tagged/yourtag">tag four</a>
- <a href="/tagged/yourtag">tag five</a>
- <a href="/tagged/yourtag">tag six</a>
- </div>
- </div>
- <!--end tags 2-->
- <!--tags 3-->
- <div class="group cat3 cat4">
- <div class="title">
- Tag Group 3
- </div>
- <div class="tags">
- <a href="/tagged/yourtag">tag one</a>
- <a href="/tagged/yourtag">tag two</a>
- <a href="/tagged/yourtag">tag three</a>
- <a href="/tagged/yourtag">tag four</a>
- <a href="/tagged/yourtag">tag five</a>
- <a href="/tagged/yourtag">tag six</a>
- <a href="/tagged/yourtag">tag seven</a>
- <a href="/tagged/yourtag">tag eight</a>
- </div>
- </div>
- <!--end tags 3-->
- <!--tags 4-->
- <div class="group cat2 cat3">
- <div class="title">
- Tag Group 4
- </div>
- <div class="tags">
- <a href="/tagged/yourtag">tag one</a>
- <a href="/tagged/yourtag">tag two</a>
- <a href="/tagged/yourtag">tag three</a>
- <a href="/tagged/yourtag">tag four</a>
- <a href="/tagged/yourtag">tag five</a>
- </div>
- </div>
- <!--end tags 4-->
- <!--tags 5-->
- <div class="group cat5 cat2">
- <div class="title">
- Tag Group 5
- </div>
- <div class="tags">
- <a href="/tagged/yourtag">tag one</a>
- <a href="/tagged/yourtag">tag two</a>
- <a href="/tagged/yourtag">tag three</a>
- <a href="/tagged/yourtag">tag four</a>
- <a href="/tagged/yourtag">tag five</a>
- <a href="/tagged/yourtag">tag six</a>
- <a href="/tagged/yourtag">tag seven</a>
- </div>
- </div>
- <!--end tags 5-->
- <!--tags 6-->
- <div class="group cat6 cat1">
- <div class="title">
- Tag Group 6
- </div>
- <div class="tags">
- <a href="/tagged/yourtag">tag one</a>
- <a href="/tagged/yourtag">tag two</a>
- <a href="/tagged/yourtag">tag three</a>
- <a href="/tagged/yourtag">tag four</a>
- <a href="/tagged/yourtag">tag five</a>
- <a href="/tagged/yourtag">tag six</a>
- <a href="/tagged/yourtag">tag seven</a>
- <a href="/tagged/yourtag">tag eight</a>
- <a href="/tagged/yourtag">tag nine</a>
- <a href="/tagged/yourtag">tag ten</a>
- </div>
- </div>
- <!--end tags 6-->
- <!--to add more paste the following under the end tags 6 note:
- <div class="group cat6 cat1">
- <div class="title">
- Tag Group
- </div>
- <div class="tags">
- <a href="/tagged/yourtag">tag one</a>
- <a href="/tagged/yourtag">tag two</a>
- <a href="/tagged/yourtag">tag three</a>
- <a href="/tagged/yourtag">tag four</a>
- <a href="/tagged/yourtag">tag five</a>
- <a href="/tagged/yourtag">tag six</a>
- <a href="/tagged/yourtag">tag seven</a>
- <a href="/tagged/yourtag">tag eight</a>
- <a href="/tagged/yourtag">tag nine</a>
- <a href="/tagged/yourtag">tag ten</a>
- </div>
- </div>
- -->
- </div>
- <!--DON'T TOUCH ANYTHING HERE EXCEPT FOR #e3394d TO CHANGE LINK COLOR-->
- <div style="position:fixed; bottom:8px; right:15px; font-size: 15px;"><a style="color:#e3394d; text-decoration:none; font-weight: bold" class= "th th-stars" href="http://arithemes.tumblr.com/"></a></center></div>
- </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement