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 xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head>
- <!--- Themes Page #1 by wonderfullythemes
- don't remove the credit thanks :)
- I didn't include any comments cept for "this ends here" stuff but I tried to make it look as simple as I could
- --->
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
- <link rel="stylesheet" href="path/to/font-awesome/css/font-awesome.min.css">
- <!--SCRIPT FOR TOOLTIPS-->
- <stsss>
- <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:200,
- tip_fade_speed:300,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <!--SMOOTH SCROLL-->
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script>
- $(document).ready(function(){
- $('a[href^="#"]').on('click',function (e) {
- e.preventDefault();
- var target = this.hash,
- $target = $(target);
- $('html, body').stop().animate({
- 'scrollTop': $target.offset().top
- }, 900, 'swing', function () {
- window.location.hash = target;
- });
- });
- });
- </script>
- <style type="text/css">
- /*----------------------------BASICS-----------------------------*/
- ::-webkit-scrollbar-thumb {
- height:auto;
- background-color:white;
- }
- ::-webkit-scrollbar {
- height:4px;
- width:7px;
- padding-right:2px;
- background-color:transparent;
- }
- ::-moz-selection {
- background-color:transparent;
- color: #000;
- }
- ::selection {
- background-color:transparent;
- color: #000;
- }
- #s-m-t-tooltip {
- max-width:200px;
- font-family:'consolas';
- font-size:9px;
- background-color: rgba(0,0,0,0.5);
- color:#fff;
- border:1px solid #fff;
- line-height:100%;
- display:none;
- position:absolute;
- letter-spacing:1px;
- text-transform:uppercase;
- padding:5px;
- margin:15px 0px 0px 15px;
- z-index:99999999999999;
- }
- body {
- background:black;
- color:white;
- font-family:'calibri';
- font-size:16px;
- color:#fff;
- text-align:left;
- text-decoration:none;
- text-transform:none;
- margin:0px;
- background-image:url('http://imgur.com/DZFfZjv.png');
- background-attachment:fixed;
- background-repeat:no-repeat;
- background-size:cover;
- }
- a {
- text-decoration:none;
- color:white;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- a:hover {
- background-color:white;
- color:black;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- h2 {
- color:white;
- }
- img, blockquote, li, h2 {
- max-width:100%;
- }
- li {
- list-style:square;
- }
- /*--smooth scroll tabs--*/
- .section{
- margin:0px;
- height:1200px;
- width:100%;
- float:left;
- }
- .section p {
- margin-top:7.5%;
- width:auto;
- }
- .links {
- padding:5px;
- top:220px;
- right:100px;
- width:80px;
- position:fixed;
- }
- .nav {
- background: rgba(0,0,0,0.5);
- padding:10px 10px 10px 5px;
- font-size:12px;
- z-index:5000;
- }
- .nav li {
- list-style:none;
- }
- .nav a {
- border-left:1px solid white;
- padding:5px;
- text-transform:uppercase;
- border-bottom:none;
- color:white;
- }
- .nav a:hover {
- background-color:transparent;
- color:white;
- box-shadow:none;
- letter-spacing:5px;
- }
- /*--RULES--*/
- .rules {
- width:100%;
- height:auto;
- padding:50px;
- }
- .rules h5 {
- width:100px;
- padding:5px;
- border:1px solid white;
- text-align:center;
- text-transform:uppercase;
- }
- /*--THEMES AND PAGES--*/
- #container {
- margin-left:10%;
- width:970px;
- height:440px;
- overflow-y:scroll;
- overflow-x:hidden;
- border:1px solid white;
- background-color: rgba(0, 0, 0, 0.5);
- }
- #tagscontainer {
- display:table;
- float:center;
- }
- #tags {
- float:center;
- width:100%;
- overflow:hidden;
- padding:5px;
- display:table-cell;
- }
- .theme {
- display:inline-block;
- padding:20px;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- .title {
- text-align:center;
- text-transform:uppercase;
- font-family:'consolas';
- letter-spacing:4px;
- color:#fff;
- border:1px solid white;
- margin-bottom:5px;
- font-size:10px;
- line-height:15px;
- height:30px;
- }
- #image {
- border:1px solid white;
- height:135px;
- width:270px;
- }
- #image img {
- width:100%;
- height:100%;
- }
- {CustomCSS}</style></head><body>
- <div class="links">
- <div class="nav">
- <li><a href="#section1">Rules</a></li>
- <li><a href="#section2">Themes</a></li>
- <li><a href="#section3">Pages</a></li>
- </div>
- <br><br>
- <div class="nav">
- <li><a href="/">return</a>
- <li><a href="http://tumblr.com/dashboard">dash</a>
- <li><a href="http://wonderfullythemes.tumblr.com">credit</a>
- </div>
- </div>
- <div class="section" id="section1">
- <p>
- <div id="container">
- <div class="rules">
- <h5>you can</h5>
- <ul>
- <li>do this</li>
- <li>and this</li>
- <li>and im gonna be nice and say you can do this</li>
- </ul>
- <h5>you can't</h5>
- <ul>
- <li>you cannot under any circumstances to this</li>
- <li>or this (without asking me first)</li>
- <li>and never this ok? ok</li>
- </ul>
- <br>
- woah add a small note like thanks for reading go click themes to scroll down to themes and click pages to see my pages that's it
- </div><!--end .rules-->
- </div><!--end #container-->
- </p>
- </div><!--end #section1-->
- <div class="section" id="section2">
- <p>
- <div id="container">
- <div id="tagscontainer">
- <div id="tags">
- <!--
- <div class="theme">
- <div class="title">
- <u>title here</u><br>
- <a href="" target="blank">preview</a> | <a href="" target="blank">info</a> | <a href="" target="blank">code</a>
- </div>
- <div id="image">
- <img src="http://imgur.com/vD3ADcr.png" />
- </div>
- </div>
- -->
- <div class="theme">
- <div class="title">
- <u>title here</u><br>
- <a href="" target="blank">preview</a> | <a href="" target="blank">info</a> | <a href="" target="blank">code</a>
- </div>
- <div id="image">
- <img src="http://imgur.com/vD3ADcr.png" />
- </div>
- </div>
- <div class="theme">
- <div class="title">
- <u>title here</u><br>
- <a href="" target="blank">preview</a> | <a href="" target="blank">info</a> | <a href="" target="blank">code</a>
- </div>
- <div id="image">
- <img src="http://imgur.com/vD3ADcr.png" />
- </div>
- </div>
- <div class="theme">
- <div class="title">
- <u>title here</u><br>
- <a href="" target="blank">preview</a> | <a href="" target="blank">info</a> | <a href="" target="blank">code</a>
- </div>
- <div id="image">
- <img src="http://imgur.com/vD3ADcr.png" />
- </div>
- </div>
- <div class="theme">
- <div class="title">
- <u>title here</u><br>
- <a href="" target="blank">preview</a> | <a href="" target="blank">info</a> | <a href="" target="blank">code</a>
- </div>
- <div id="image">
- <img src="http://imgur.com/vD3ADcr.png" />
- </div>
- </div>
- <div class="theme">
- <div class="title">
- <u>title here</u><br>
- <a href="" target="blank">preview</a> | <a href="" target="blank">info</a> | <a href="" target="blank">code</a>
- </div>
- <div id="image">
- <img src="http://imgur.com/vD3ADcr.png" />
- </div>
- </div>
- <div class="theme">
- <div class="title">
- <u>title here</u><br>
- <a href="" target="blank">preview</a> | <a href="" target="blank">info</a> | <a href="" target="blank">code</a>
- </div>
- <div id="image">
- <img src="http://imgur.com/vD3ADcr.png" />
- </div>
- </div>
- <div class="theme">
- <div class="title">
- <u>title here</u><br>
- <a href="" target="blank">preview</a> | <a href="" target="blank">info</a> | <a href="" target="blank">code</a>
- </div>
- <div id="image">
- <img src="http://imgur.com/vD3ADcr.png" />
- </div>
- </div>
- </div><!--end .tags--></div><!--end .tagscontainer--></div><!--end #container-->
- </p>
- </div><!--end #section2-->
- <div class="section" id="section3">
- <p>
- <div id="container">
- <div id="tagscontainer">
- <div id="tags">
- <!--
- <div class="theme">
- <div class="title">
- <u>title here</u><br>
- <a href="" target="blank">preview</a> | <a href="" target="blank">info</a> | <a href="" target="blank">code</a>
- </div>
- <div id="image">
- <img src="http://imgur.com/vD3ADcr.png" />
- </div>
- </div>
- -->
- <div class="theme">
- <div class="title">
- <u>title here</u><br>
- <a href="" target="blank">preview</a> | <a href="" target="blank">info</a> | <a href="" target="blank">code</a>
- </div>
- <div id="image">
- <img src="http://imgur.com/vD3ADcr.png" />
- </div>
- </div>
- <div class="theme">
- <div class="title">
- <u>title here</u><br>
- <a href="" target="blank">preview</a> | <a href="" target="blank">info</a> | <a href="" target="blank">code</a>
- </div>
- <div id="image">
- <img src="http://imgur.com/vD3ADcr.png" />
- </div>
- </div>
- <div class="theme">
- <div class="title">
- <u>title here</u><br>
- <a href="" target="blank">preview</a> | <a href="" target="blank">info</a> | <a href="" target="blank">code</a>
- </div>
- <div id="image">
- <img src="http://imgur.com/vD3ADcr.png" />
- </div>
- </div>
- <div class="theme">
- <div class="title">
- <u>title here</u><br>
- <a href="" target="blank">preview</a> | <a href="" target="blank">info</a> | <a href="" target="blank">code</a>
- </div>
- <div id="image">
- <img src="http://imgur.com/vD3ADcr.png" />
- </div>
- </div>
- <div class="theme">
- <div class="title">
- <u>title here</u><br>
- <a href="" target="blank">preview</a> | <a href="" target="blank">info</a> | <a href="" target="blank">code</a>
- </div>
- <div id="image">
- <img src="http://imgur.com/vD3ADcr.png" />
- </div>
- </div>
- <div class="theme">
- <div class="title">
- <u>title here</u><br>
- <a href="" target="blank">preview</a> | <a href="" target="blank">info</a> | <a href="" target="blank">code</a>
- </div>
- <div id="image">
- <img src="http://imgur.com/vD3ADcr.png" />
- </div>
- </div>
- <div class="theme">
- <div class="title">
- <u>title here</u><br>
- <a href="" target="blank">preview</a> | <a href="" target="blank">info</a> | <a href="" target="blank">code</a>
- </div>
- <div id="image">
- <img src="http://imgur.com/vD3ADcr.png" />
- </div>
- </div>
- </div><!--end .tags--></div><!--end .tagscontainer--></div><!--end #container-->
- </p>
- </div><!--end #section3-->
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement