Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!-- CR Solielios for this menu. DO NOT REPUBLISH ANYWHERE ELSE PERIOD !!! -->
- <!DOCTYPE HTML>
- <body>
- <div class="wrapper">
- <div id="t1">
- <!-- THIS IS WHERE YOU CAN CHANGE THE PIXEL -->
- <b><div style="font-size: 32px;"><img src="http://media.tumblr.com/tumblr_mdpf5gSlym1qdlkyg.gif"></a></div></b><br><p>
- <!-- THIS IS THE HEAING PART -->
- <div style="background: #ffffff; border: 2px dotted #fc8b9e; padding: 8px;font-size: 23px;"><b>slot 1</b></div><p><br>
- <!-- HERE GOES YOUR CONTENT -->
- Info goes here...
- </p>
- </div>
- <div class="wrapper">
- <div id="t2">
- <b><div style="font-size: 32px;"><img src="https://31.media.tumblr.com/tumblr_m7kw09lok21qid2nw.gif"></a></div></b><br><p>
- <div style="background: #ffffff; border: 2px dotted #fc8b9e; padding: 8px;font-size: 23px;"><b>slot 2</b></div><p><br>
- Info goes here...
- </p>
- </div>
- </div>
- <div class="wrapper">
- <div id="t3">
- <b><div style="font-size: 32px;"><img src="http://media.tumblr.com/tumblr_mdpf6druIu1qdlkyg.gif"></a></div></b><br><p>
- <div style="background: #ffffff; border: 2px dotted #fc8b9e; padding: 8px;font-size: 23px;"><b>slot 3</b></div><p><br>
- Info goes here...
- </p>
- </div>
- </div>
- <div class="wrapper">
- <div id="t4">
- <b><div style="font-size: 32px;"><img src="http://media.tumblr.com/tumblr_mdns7nrbqe1qdlkyg.gif"></a></div></b><br><p>
- <div style="background: #ffffff; border: 2px dotted #fc8b9e; padding: 8px;font-size: 23px;"><b>slot 4</b></div><p><br>
- Info goes here...
- </p>
- </div>
- </div>
- <a href="https://limonysal.crd.co/"><img class=lim src="https://64.media.tumblr.com/531946e16c254d0f3f0982efadd14884/tumblr_inline_mkhtbi7qce1qz4rgp.png"></a>
- </body>
- <style>
- #t1{
- border-top-right-radius: 15px;/*THE BIGGER THE NUMBER, THE ROUNDER*/
- border-top-left-radius: 0px;
- border-bottom-right-radius: 0px;
- border-bottom-left-radius: 15px;
- font-size:14px; color: #7777777;
- background: #ffffff;
- position:absolute;
- left:30px; top:30px; /*THIS IS THE DISTANCE AWAY FROM EACH OTHER*/
- text-align: center;
- padding: 7px;
- bottom: 0px;
- height:20px; width: 20px; /*CHANGE SIZE HERE*/
- overflow:hidden;
- border: 2px solid #fc8b9e;/*CHANGE BORDER HERE*/
- -webkit-transition: opacity 0.7s linear;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- z-index:25;
- }
- #t1:hover{
- text-align: center;
- border-top-right-radius: 15px;
- border-top-left-radius: 0px;
- border-bottom-right-radius: 15px;
- border-bottom-left-radius: 15px;
- border: 2px solid #fc8b9e; /*CHANGE BORDER ON HOVER HERE*/
- -webkit-transition: opacity 0.7s linear;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- padding:5px;
- height:220px; width:170px; /*CHANGE BORDER DIMENSIONS HERE*/
- z-index:25;
- opacity: 2.0;
- background:white;
- }
- .ttitle {
- background: #E3E4FA;
- padding: 5px;
- font-size: 12px;
- }
- #t2{
- border-top-right-radius: 0px;
- border-top-left-radius: 15px;
- border-bottom-right-radius: 15px;
- border-bottom-left-radius: 0px;
- font-size:14px; color: #7777777;
- background: #ffffff;
- position:absolute;
- left:70px; top:30px;
- text-align: center;
- padding: 7px;
- bottom: 0px;
- height:20px; width: 20px;
- overflow:hidden;
- border: 2px solid #fc8b9e;
- -webkit-transition: opacity 0.7s linear;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- z-index:24;
- }
- #t2:hover{
- text-align: center;
- border-top-right-radius: 15px;
- border-top-left-radius: 0px;
- border-bottom-right-radius: 15px;
- border-bottom-left-radius: 15px;
- border: 2px solid #fc8b9e;
- -webkit-transition: opacity 0.7s linear;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- padding:5px;
- height:220px;
- width:170px;
- z-index:24;
- opacity: 2.0;
- background:white;
- }
- #t3{
- border-top-right-radius: 0px;
- border-top-left-radius: 15px;
- border-bottom-right-radius: 15px;
- border-bottom-left-radius: 0px;
- font-size:14px; color: #777777;
- background: #ffffff;
- position:absolute;
- left:30px; top:70px;
- text-align: center;
- padding: 7px;
- bottom: 0px;
- height:20px; width: 20px;
- overflow:hidden;
- border: 2px solid #fc8b9e;
- -webkit-transition: opacity 0.7s linear;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- z-index:23;
- }
- #t3:hover{
- text-align: center;
- border-top-right-radius: 15px;
- border-top-left-radius: 0px;
- border-bottom-right-radius: 15px;
- border-bottom-left-radius: 15px;
- border: 2px solid #fc8b9e;
- -webkit-transition: opacity 0.7s linear;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- padding:5px;
- height:220px;
- width:170px;
- z-index:23;
- opacity: 2.0;
- background:white;
- }
- #t4{
- border-top-right-radius: 15px;
- border-top-left-radius: 0px;
- border-bottom-right-radius: 0px;
- border-bottom-left-radius: 15px;
- font-size:14px; color: #777777;
- background: #ffffff;
- position:absolute;
- left:70px; top:70px;
- text-align: center;
- padding: 7px;
- bottom: 0px;
- height:20px; width: 20px;
- overflow:hidden;
- border: 2px solid #fc8b9e;
- -webkit-transition: opacity 0.7s linear;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- z-index:22;
- }
- #t4:hover{
- text-align: center;
- border-top-right-radius: 15px;
- border-top-left-radius: 0px;
- border-bottom-right-radius: 15px;
- border-bottom-left-radius: 15px;
- border: 2px solid #fc8b9e;
- -webkit-transition: opacity 0.7s linear;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- padding:5px;
- height:220px;
- width:170px;
- z-index:22;
- opacity: 2.0;
- background:white;
- }
- .lim {
- position: fixed;
- bottom: 10px;
- left: 10px;
- margin-bottom: 10px;
- margin-left: 10px;
- width: 10px;
- height: auto;
- }
- </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement