Advertisement
marshallsmyth

Working embedding/nesting 7/8/20

Jul 7th, 2020
1,902
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 14.06 KB | None | 0 0
  1. <body> <style type="text/css">
  2. @import url(https://fonts.googleapis.com/css?family=Quintessential|Pirata+One);
  3. ::-webkit-scrollbar { width:10px;}
  4. ::-webkit-scrollbar-track { background-color:#803; }
  5. ::-webkit-scrollbar-thumb { background-color:#80e; }
  6.  
  7. body { background-size:100%; background-image:url( https://i.imgur.com/5qsJiVz.jpg );
  8. background-repeat:no-repeat;width:99.4%; height:1850%;overflow:auto; }
  9.  
  10.  a.tab:active, a.tab:link, a.tab:visited
  11.  { background:lightblue;   border:#1e008e 4px double;  
  12. display:block;   height:35px; line-height:35px;   width:270px;
  13. font-family:pirata one, quintessential, times;   font-weight:bold;   font-size:17px;  
  14. color:#000;   text-decoration:none; margin-top:14px;  
  15. -webkit-transition:all 3s ease-in;   -moz-transition:all 3s ease-in;   -ms-transition:all 3s ease-in;  
  16. -o-transition:all 3s ease-in;   transition:all 3s ease-in;  
  17. -moz-border-radius:4px 4px 4px 4px;   -webkit-border-radius:4px 4px 4px 4px;   border-radius:4px 4px 4px 4px; }
  18.  
  19.  a.tab:hover
  20. { background-color:#2bffb9;   border:#1a007a 4px double;  margin-top:4px; }
  21.  
  22.  .thecontent{ position:fixed; top:0px; right:0px; width:0px; height:0px; background-color:#;
  23. border: double #  0px; color: #; font-size: 24px;
  24. font-family:pirata one, quintessential; opacity:0.0; overflow:auto; padding:0px; text-align:center;}
  25.  
  26.  .thecontent:target{position:fixed; top:0px; right:0px; bottom:0px;
  27. width: 1356px; height: 645px;font-family:quintessential;  background:#000;  
  28. border:double lightsalmon 0px; opacity:1; overflow:hidden; padding:5px; z-index:1; }
  29.  
  30.      #verlaine { width:11%; height:8%; left:44%; top:5%; position:fixed; overflow:hidden;
  31. transition:7s ease; padding:0px 5px 0px 0px; border:solid 4px #80f;
  32. background:linear-gradient( to right,#104,#206 30%,#208 70%,#104 ); opacity:1;
  33. border-radius:50px; font-family:pirata one, arial; color:#90f; font-style:italic;
  34. font-size:38px; line-height:59px; letter-spacing:2px; text-align:center; }
  35.      #verlaine:hover { width:99%; height:97.7%; transition:7s ease; left:0%; top:0%; z-index:1;
  36. border-radius:0px; overflow:auto; color:transparent; padding:3px; font-size:20px; line-height:0px; }
  37.  
  38.  
  39.      #druncle { width:11%; height:8%; left:13%; top:22%; position:fixed; overflow:hidden;
  40. transition:7s ease; padding:0px 5px 0px 0px; border:solid 4px #80f;
  41. background:linear-gradient( to right,#104,#206 30%,#208 70%,#104 ); opacity:1;
  42. border-radius:50px; font-family:pirata one, times; color:#90f; font-style:italic;
  43. font-size:38px; line-height:59px; letter-spacing:2px; text-align:center; }
  44.      #druncle:hover { width:99%; height:97.7%; transition:7s ease; left:0%; top:0%; z-index:1;
  45. border-radius:0px; overflow:auto; color:transparent; padding:3px; font-size:0px; line-height:0px; }
  46.  
  47.  
  48.  
  49.  
  50.  
  51. </style>
  52.  
  53.  <style type="text/css"> </style> </div> <div id="verlaine"> <center> Verlaine </center>
  54. <img src=" https://i.imgur.com/8SwunlE.jpg " style="width:100%;"> </div></div>
  55.  
  56.  <style type="text/css"> </style> </div> <div id="druncle"> <center> Dr Uncle </center>
  57. <img src=" https://i.imgur.com/8SwunlE.jpg " style="width:100%;"> </div></div>
  58.  
  59. </div></body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement