Advertisement
ruesha

cbox hover

Aug 16th, 2022
870
1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.68 KB | None | 1 0
  1. <link href='http://fonts.googleapis.com/css?family=Josefin+Sans:300|Roboto' rel='stylesheet' type='text/css'>
  2.  
  3. <link rel="preconnect" href="https://fonts.googleapis.com">
  4. <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  5. <link href="https://fonts.googleapis.com/css2?family=Kosugi&display=swap" rel="stylesheet">
  6.  
  7. <style>
  8. #cbox {
  9. right: 40px;
  10. bottom: -353px;
  11. z-index: 9999;
  12. position: fixed;
  13. background: #fff;
  14. border: 5px solid #fff;
  15. border-top-left-radius: 10px;
  16. border-top-right-radius: 10px;
  17. -webkit-transition: all 0.8s ease-in-out;
  18. }
  19.  
  20. #cbox:hover {
  21. bottom: 0px;
  22. }
  23.  
  24. #cboxtitle {
  25. width: 250px;
  26. height: 30px;
  27. background-color: #ffffff;
  28. background-image: url('https://dl.dropbox.com/s/8ul3ho1qhk8flqb/ezgif-2-05f592e3d6.png?dl=0');
  29. padding: 8px 5px 5px 5px;
  30. border-top-left-radius: 5px;
  31. border-top-right-radius: 5px;
  32. text-align: center;
  33. font-size: 14px;
  34. font-family: 'Josefin Sans', sans-serif;
  35. font-weight: 300;
  36. letter-spacing: 10px;
  37. color: #C9A7D9;
  38. text-shadow: 1px 1px 1px #ffffff;
  39. text-transform: uppercase;
  40. }
  41.  
  42. #cboxdesc {
  43. width: 250px;
  44. height: 48px;
  45. padding: 5px;
  46. background-color: #ffffff;
  47. overflow: auto;
  48. font-family: Kosugi;
  49. font-size: 13px;
  50. text-align: justify;
  51. letter-spacing: 1px;
  52. color: #C9A7D9;
  53. }
  54. </style>
  55. <div id="cbox">
  56. <div id="cboxtitle">chatbox</div>
  57. <div id="cboxdesc">
  58. <p></p>
  59. please be kind (* ^ ω ^)
  60.  
  61. </div> <!-- IMPORTANT! PLEASE KEEP THIS HERE -->
  62.  
  63. <iframe src="https://www3.cbox.ws/box/?boxid=3512242&boxtag=vvioZS" width="250px" height="300" allowtransparency="yes" allow="autoplay" frameborder="0" marginheight="0" marginwidth="0" scrolling="auto"></iframe>
  64. </div> <!-- IMPORTANT! PLEASE KEEP THIS HERE -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement