Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!-- made by @805online credit is appreciated -->
- <head>
- <script type="text/javascript" src="https://static.tumblr.com/3ikgvxs/0TGl4zgpu/jquery.min.js"></script>
- <script type="text/javascript">
- $(document).ready(function(){
- $(".links_body").hide();
- $(".links_head").click(function(){
- $(this).next(".links_body").slideToggle('active');
- }); }); </script>
- <link rel="preconnect" href="https://fonts.googleapis.com">
- <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
- <link href="https://fonts.googleapis.com/css2?family=Mali&display=swap" rel="stylesheet">
- <style>
- @font-face {
- font-family: billo;
- src: url(https://dl.dropbox.com/s/klv8tmajlqrb2xz/BILLO___.TTF);
- }
- @font-face {
- font-family: Nintendo-DS-BIOS;
- src: url(https://dl.dropbox.com/s/vlxjtnvrl9s0snp/Nintendo-DS-BIOS.ttf);
- }
- .links_list {
- position: absolute;
- z-index: 999;
- margin:0px;
- padding:0px;
- width: 140px;
- right: 8px;
- top: 8px;
- }
- .links_head {
- padding-top: 4px;
- cursor: pointer;
- position: relative;
- margin: 0px;
- text-align: center;
- font-family: billo;
- font-size: 1.2em;
- color: #fff;
- text-shadow: -1px 0 #424242, 0 1px #424242, 1px 0 #424242, 0 -1px #424242, 0 0;
- background: -webkit-linear-gradient(-90deg, #da93c0 0%, #da93c0 5%, #fff 100%);
- border: 1px solid #424242;
- border-radius: 5px 5px 0px 0px;
- }
- .links_body {
- padding: 6px;
- text-align: center;
- font-family: Nintendo-DS-BIOS;
- color: #000;
- line-height: 14px;
- display: none;
- font-size: 1em;
- border-left: 1px solid #424242;
- border-right: 1px solid #424242;
- border-bottom: 1px solid #424242;
- border-radius: 0px 0px 5px 5px;
- background: #ffffffd1;
- }
- a {
- text-decoration: none;
- }
- a:hover {
- color: #FFC2EE;
- }
- </style>
- <body>
- <div class="links_list">
- <p class="links_head">menu</p>
- <div class="links_body">
- <left>
- <a href="#one">link one</a>
- <br>
- <a href="#two">link two</a>
- <br>
- <a href="#three">link three</a>
- <br>
- <a href="#home">home</a>
- </left>
- </div></div>
- </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement