Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html lang="en">
- <!--
- Tags Page 03 by Elowen (theghostoflove.tumblr.com)
- Credit stays intact, please. If you get stuck, feel free to message me! Comments and suggestions are welcome.
- -->
- <head>
- <title>{Title} | Tags</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <style type="text/css">
- h3 /**TITLE OF TAGS PAGE**/ {
- font-family: 'Clicker Script'; /**font of title**/
- font-size:36px; /**font size of title**/
- color:#384ED1; /**colour of title **/
- text-align:center;
- font-weight:normal;
- padding-top:27px;
- padding-bottom:25px;
- width:900px;
- }
- ::-webkit-scrollbar /**BACKGROUND OF SCROLLBAR**/ {width:6px; height:auto; background-color:transparent}
- ::-webkit-scrollbar-corner {background:#A7B3FA;}
- ::-webkit-scrollbar-thumb:vertical /**COLOUR OF SCROLL**/ {background:#A7B3FA;}
- ::-webkit-scrollbar-thumb:horizontal {background:#A7B3FA;}
- a {text-decoration:none;-moz-transition-duration:0.5s;-webkit-transition-duration:0.5s;-o-transition-duration:0.5s;}
- body {
- font-family:'Lora'; /**font of links**/
- font-size:11px; /**font size of links**/
- color:#29388F; /**colour of link separators**/
- background:#fff /**background colour of everything**/ url('https://i.imgur.com/GvlNDOR.png?1') /**replace with a url to your image if wanted**/;
- background-repeat:repeat;
- background-attachment:fixed;
- }
- #container {width:100%;margin: 0 auto;text-align:center;}
- #container #entries {
- background-color:#636fb5; /**background colour of tags container**/
- padding:20px 10px 30px 10px;
- width:700px;
- margin-top:200px;
- margin-bottom:20px;
- text-align:center;
- }
- #hcont {width:100%;top:-45px;margin: 0 auto; text-align:center;position:fixed;}
- #hcont #header {
- border-bottom:1px solid #636fb5; /**colour of header border**/
- border-right:1px solid #636fb5;
- border-left:1px solid #636fb5;
- background-color:#808bce; /**header background colour**/
- text-align:center;
- margin-top:0px;
- width:900px;
- height:110px;
- }
- #links {z-index:10000;margin-top:-50px;}
- #links a {color:#182CA8; /**colour of header links**/}
- #links a:hover {color:#fff; /**colour of header links on hover**/}
- #tagcup1 /**COLUMN NUMERO UNO**/ {
- vertical-align:top;
- margin-left:-20px;
- width:160px;
- display:inline-block;
- margin-top:10px;
- }
- #tagcup2 /**COLUMN NUMERO DOS**/ {
- margin-left:60px;
- vertical-align:top;
- width:160px;
- display:inline-block;
- margin-top:8px;
- }
- #tagcup3 /**COLUMN NUMERO TRES**/ {
- vertical-align:top;
- margin-left:60px;
- margin-right:15px;
- width:160px;
- display:inline-block;
- margin-top:8px;
- }
- #title /**TITLE OF THE TAG CATEGORIES**/ {
- font-family:'Cambria'; /**font of tag titles**/
- font-size:14px; /**font size of tag titles**/
- background-color:#9ca9f6; /**background colour of tag titles**/
- color:#3C4DB5; /**colour of tag titles**/
- width:165px;
- text-align:center;
- padding:15px;
- margin:5px;
- }
- .sub {width:182px;}
- #tags {margin:0px 0px 10px 22px;width:165px;max-height:240px;overflow-y:scroll;}
- #tags a {
- background-color:#8696F7; /**background colour of individual tags**/
- color:#29388F; /**colour of tag links**/
- font-family:'Lora'; /**tag fonts**/
- border-left:1px solid #3C4DB5; /**colour of tag borders**/
- border-right:1px solid #3C4DB5;
- border-bottom:1px solid #3C4DB5;
- width:155px;
- text-align:center;
- font-size:12px;
- display:block;
- padding:5px 1px 5px 1px;
- }
- #tags a:first-child {border-top:1px solid #3C4DB5;} /**colour of tag border**/
- #tags a:hover {
- color:#384ED1; /**colour of tag links on hover**/
- background-color:#CCD3FC; /**background colour of tags on hover**/
- }
- #s-m-t-tooltip /**the label thing that comes up when you hover links with titles**/ {
- border:1px solid #3C4DB5;
- background-color:#9ca9f6;
- color:#3C4DB5;
- padding:5px 10px 5px 10px;
- margin:20px 14px 7px 10px;
- font-family:georgia;
- font-style: normal;
- font-size:9px;
- letter-spacing:1px;
- z-index:99999999;
- }
- #credit /**the little E in the corner: please don't remove the credit**/ {
- z-index:99999999999;
- font-weight:bold;
- text-align:center;
- font-size:14px;
- font-family:'Montez';
- position:fixed;
- bottom:5px;
- right:5px;
- }
- #credit a {
- display:inline-block;
- height:20px;
- width:20px;
- background-color:#3C4DB5; /**background colour of credit**/
- color:#9ca9f6; /**colour of link credit**/
- }
- #credit a:hover {
- background-color:#9ca9f6; /**background colour of credit hover**/
- color:#3C4DB5; /**colour of link credit hover**/
- }
- {CustomCSS}</style>
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="https://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:0,
- tip_fade_speed:0,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <script src="https://static.tumblr.com/ougxdjo/7cPmrvjid/lora.js" type="text/javascript"></script>
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
- <script type="text/javascript">
- jQuery(document).ready(function() {
- jQuery(".sub").hide();
- //toggle the componenet with class msg_body
- jQuery(".cthrough").click(function()
- {
- jQuery(this).next(".sub").slideToggle(500);
- });});
- </script>
- <link href='https://fonts.googleapis.com/css?family=Clicker+Script|Montez' rel='stylesheet' type='text/css'>
- </head>
- <body>
- <div id="hcont"><center><div id="header"><h3>Tags Page</h3>
- <div id="links"> <!--copy and paste a line to add more links-->
- <a href="/">home</a> /
- <a href="/ask">message</a> /
- <a href="/link1">link 1</a> /
- <a href="/link2">link 2</a> /
- <a href="/link3">link 3</a>
- </div> <!--links-->
- </div></center></div>
- <div id="container"><center><div id="entries">
- <div id="tagcup1"> <!--column numero uno-->
- <a href="#" class="cthrough"><div id="title">Category #1</div></a>
- <div class="sub"><div id="tags">
- <a href="/tagged/">tag</a>
- <a href="/tagged/">tag</a>
- <a href="/tagged/">tag</a>
- <a href="/tagged/">tag</a>
- <a href="/tagged/">tag</a>
- <a href="/tagged/">tag</a>
- <a href="/tagged/">tag</a>
- <a href="/tagged/">tag</a>
- <a href="/tagged/">tag</a>
- <a href="/tagged/">tag</a>
- </div>
- </div>
- <!--copy and paste a whole section to add another row-->
- <a href="#" class="cthrough"><div id="title">Category #4</div></a>
- <div class="sub"><div id="tags">
- <a href="/tagged/">tag</a>
- <a href="/tagged/">tag</a>
- <a href="/tagged/">tag</a>
- </div>
- </div>
- <a href="#" class="cthrough"><div id="title">Category #7</div></a>
- <div class="sub"><div id="tags">
- <a href="/tagged/">tag</a>
- <a href="/tagged/">tag</a>
- <a href="/tagged/">tag</a>
- <a href="/tagged/">tag</a>
- <a href="/tagged/">tag</a>
- <a href="/tagged/">tag</a>
- <a href="/tagged/">tag</a>
- <a href="/tagged/">tag</a>
- <a href="/tagged/">tag</a>
- <a href="/tagged/">tag</a>
- <a href="/tagged/">tag</a>
- <a href="/tagged/">tag</a>
- <a href="/tagged/">tag</a>
- </div>
- </div>
- </div>
- <div id="tagcup2">
- <a href="#" class="cthrough"><div id="title">Category #2</div></a>
- <div class="sub"><div id="tags">
- <a href="/tagged/">tag</a>
- <a href="/tagged/">tag</a>
- <a href="/tagged/">tag</a>
- <a href="/tagged/">tag</a>
- </div>
- </div>
- <a href="#" class="cthrough"><div id="title">Category #5</div></a>
- <div class="sub"><div id="tags">
- <a href="/tagged/">tag</a>
- <a href="/tagged/">tag</a>
- <a href="/tagged/">tag</a>
- <a href="/tagged/">tag</a>
- <a href="/tagged/">tag</a>
- </div>
- </div>
- <a href="#" class="cthrough"><div id="title">Category #8</div></a>
- <div class="sub"><div id="tags">
- <a href="/tagged/">tag</a>
- <a href="/tagged/">tag</a>
- <a href="/tagged/">tag</a>
- <a href="/tagged/">tag</a>
- <a href="/tagged/">tag</a>
- </div>
- </div>
- </div>
- <div id="tagcup3">
- <a href="#" class="cthrough"><div id="title">Category #3</div></a>
- <div class="sub"><div id="tags">
- <a href="/tagged/">tag</a>
- <a href="/tagged/">tag</a>
- <a href="/tagged/">tag</a>
- <a href="/tagged/">tag</a>
- <a href="/tagged/">tag</a>
- </div>
- </div>
- <a href="#" class="cthrough"><div id="title">Category #6</div></a>
- <div class="sub"><div id="tags">
- <a href="/tagged/">tag</a>
- <a href="/tagged/">tag</a>
- <a href="/tagged/">tag</a>
- <a href="/tagged/">tag</a>
- <a href="/tagged/">tag</a>
- </div>
- </div>
- <a href="#" class="cthrough"><div id="title">Category #9</div></a>
- <div class="sub"><div id="tags">
- <a href="/tagged/">tag</a>
- <a href="/tagged/">tag</a>
- <a href="/tagged/">tag</a>
- <a href="/tagged/">tag</a>
- <a href="/tagged/">tag</a>
- </div>
- </div>
- </div></center>
- </div>
- </div>
- <div id="credit"><a href="https://theghostoflove.tumblr.com/" target="_blank" title="enchantingly">E</a></div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment