Advertisement
Guest User

Untitled

a guest
Feb 21st, 2020
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. /* TABS BASE CODE BY ALYOFRP. */
  2.  
  3.  
  4. .tabzclose { /* the close button, u prob dont need to touch this */
  5. position:absolute;
  6. text-transform:uppercase;
  7. font-weight:bold;
  8. font-size:8px;
  9. padding:0px;
  10. color:{color:links};
  11. top:30px;
  12. right:30px;
  13. height:20px;
  14. z-index:9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999;
  15. }
  16.  
  17.  
  18. .tabzcon { margin-left:200px; margin-top:-60px; position:absolute; z-index:999999; overflow:scroll; width:350px; height:535px; border-top-right-radius:0px; border-bottom-right-radius:0px; background-color:{color:container}; color:{color:text}; -moz-animation: fadein 1s; -webkit-animation: fadein 1s; -o-animation: fadein 1s; }
  19.  
  20.  
  21.  
  22. .tabzclose:hover { cursor:pointer; }
  23.  
  24. @keyframes fadein { 0% { opacity: 0; } 100% { opacity: 1; } }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement