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">
- <!-- Page #6, Tags 2 by nerdydean. Keep the credit intact, don't claim as your own, and message me if you have any problems. -->
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head>
- <title>{Title}</title>
- {block:Description}<meta name="description" content="{MetaDescription}"/>
- {/block:Description}
- <link rel="shortcut icon" href="{Favicon}" />
- <link rel="alternate" type="application/rss+xml" href="{RSS}" />
- <style type="text/css">
- /*--scrollbar--*/
- ::-webkit-scrollbar-thumb:vertical {border:3px solid #fff;height:12px; background-color:#bbbaba;}
- ::-webkit-scrollbar-thumb:horizontal {background-color:#fff;}
- ::-webkit-scrollbar {background-color:{color:scrollbar};height:7px;width:8px;border:5px solid #fff;}
- ::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment{background-color:{color:scrollbar};display:block;height:8px;border-right:2px solid #fff;border-left:2px solid #fff;
- }
- /*--body--*/
- body {
- font-style:none;
- background-color:{color:bg};
- font-family:calibri;
- color:{color:text};
- font-size:9px;
- }
- a {
- color:{color:link};
- text-decoration:none;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;
- }
- a:hover {
- color:{color:hover};
- text-decoration:none;
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- transition: all 0.8s ease-out;
- cursor: url('http://cur.cursors-4u.net/others/oth-6/oth589.cur'), auto;
- }
- img {
- border:none;
- }
- blockquote {
- padding-left:5px;
- border-left:2px solid {color:border};
- }
- h1 {
- font-size:10px;
- }
- /*everything*/
- #everything {
- margin-left:250px;
- margin-top:100px;
- }
- /*--title--*/
- #title {
- font-family:'times new roman';
- font-size:80px;
- margin-top:-67px;
- margin-left:345px;
- color:#bbbaba
- }
- /*--links--*/
- #links {
- width:150px;
- font-family:'cambria';
- text-transform:uppercase;
- text-align:center;
- margin-top:20px;
- margin-left:334px;
- }
- #links a {
- padding:3px;
- font-size:8px;
- color:#bbb8b8;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- -ms-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- #links a:hover {
- text-decoration:underline;
- }
- #grouptitle {
- padding:5px;
- text-align:center;
- font-style:italic;
- font-family:'times new roman';
- color:#bbbaba;
- font-size:17px;
- width:118px;
- margin-left:105px;
- margin-top:80px;
- border-left:1px solid #eaeaea;
- border-right:1px solid #eaeaea;
- border-top:1px solid #eaeaea;
- }
- #grouplinks {
- width:120px;
- margin-top:0px;
- padding:4px;
- margin-left:105px;
- border:1px solid #eaeaea;
- }
- #grouplinks a {
- font-family:'times new roman';
- display:block;
- color:#bbb8b8;
- font-size:10px;
- padding:6px;
- text-align:center;
- letter-spacing:1px;
- text-transform:none;
- margin-bottom:5px;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- -ms-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- #grouplinks a:hover {
- text-decoration:underline;
- }
- #s-m-t-tooltip {
- max-width:300px;
- padding:3px 4px 5px 4px;
- margin:20px 0px 0px 20px;
- background-color:#fff;
- border:1px solid #fff;
- font-family:times;
- font-size:11px;
- letter-spacing:0px;
- text-transform:lowercase;
- color:#999;
- z-index:999999999999999999999999999999999999;
- }
- #tumblr_controls {
- top: 4.30% !important;
- margin: -28px 0 0 0;
- right: 1px !important;
- position: fixed !important;
- }
- ::selection {
- background:#fefefe;
- color:#aaa;
- }
- ::-moz-selection {
- background:#fefefe;
- color:#aaa;
- }
- ::-webkit-selection {
- background:#fefefe;
- color:#fff;
- }
- {CustomCSS}
- </style></head>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("a[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:90,
- tip_fade_speed:600,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <body>
- <div id="everything">
- <div id="title">tags</div> <!-- title here -->
- <div id="links"> <!-- links here. don't remove the credit or i'll sick hellhounds on you. -->
- <a href="/" title="home">home</a>
- <a href="/ask" title="ask">ask</a>
- <a href="http://www.hellish.co.vu/" title="theme by nerdydean">©</a>
- </div>
- <table id="all" border="0" cellpadding="0" cellspacing="0">
- <td><div id="grouptitle"><big>section title</div> <!-- title of section -->
- <div id="grouplinks">
- <div style="width:129px; height:170px; overflow-Y:scroll;">
- <!--tags here -->
- <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
- <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
- <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
- <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
- <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
- <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
- <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
- <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
- <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
- <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
- <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
- <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
- <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
- <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
- </div></td></div>
- <td><div id="grouptitle"><big>section title</div> <!-- title of section -->
- <div id="grouplinks">
- <div style="width:129px; height:170px; overflow-Y:scroll;">
- <!--tags here -->
- <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
- <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
- <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
- <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
- <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
- <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
- <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
- <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
- <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
- <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
- <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
- <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
- <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
- <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
- </div></td></div>
- <td><div id="grouptitle"><big>section title</div> <!-- title of section -->
- <div id="grouplinks">
- <div style="width:129px; height:170px; overflow-Y:scroll;">
- <!--tags here -->
- <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
- <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
- <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
- <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
- <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
- <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
- <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
- <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
- <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
- <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
- <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
- <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
- <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
- <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
- </div></td></div>
- <tr>
- <td><div id="grouptitle"><big>section title</div> <!-- title of section -->
- <div id="grouplinks">
- <div style="width:129px; height:170px; overflow-Y:scroll;">
- <!--tags here -->
- <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
- <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
- <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
- <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
- <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
- <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
- <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
- <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
- <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
- <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
- <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
- <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
- <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
- <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
- </div></td></div>
- <td><div id="grouptitle"><big>section title</div> <!-- title of section -->
- <div id="grouplinks">
- <div style="width:129px; height:170px; overflow-Y:scroll;">
- <!--tags here -->
- <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
- <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
- <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
- <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
- <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
- <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
- <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
- <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
- <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
- <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
- <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
- <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
- <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
- <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
- </div></td></div>
- <td><div id="grouptitle"><big>section title</div> <!-- title of section -->
- <div id="grouplinks">
- <div style="width:129px; height:170px; overflow-Y:scroll;">
- <!--tags here -->
- <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
- <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
- <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
- <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
- <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
- <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
- <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
- <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
- <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
- <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
- <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
- <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
- <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
- <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
- </div></td></div>
- <tr>
- <td><div id="grouptitle"><big>section title</div> <!-- title of section -->
- <div id="grouplinks">
- <div style="width:129px; height:170px; overflow-Y:scroll;">
- <!--tags here -->
- <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
- <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
- <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
- <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
- <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
- <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
- <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
- <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
- <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
- <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
- <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
- <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
- <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
- <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
- </div></td></div>
- <td><div id="grouptitle"><big>section title</div> <!-- title of section -->
- <div id="grouplinks">
- <div style="width:129px; height:170px; overflow-Y:scroll;">
- <!--tags here -->
- <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
- <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
- <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
- <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
- <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
- <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
- <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
- <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
- <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
- <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
- <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
- <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
- <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
- <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
- </div></td></div>
- <td><div id="grouptitle"><big>section title</div> <!-- title of section -->
- <div id="grouplinks">
- <div style="width:129px; height:170px; overflow-Y:scroll;">
- <!--tags here -->
- <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
- <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
- <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
- <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
- <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
- <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
- <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
- <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
- <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
- <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
- <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
- <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
- <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
- <a href="/tagged/TAG NAME HERE" title="idk you may want to write something here. if not just leave it blank and it will go away.">tag title</a>
- </div></td></div>
- </table>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment