Advertisement
Jimmie1717

Stylus: PlayBingo.gg Popouts

May 31st, 2025
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.45 KB | None | 0 0
  1. .mui-1d4w5en {
  2.     margin-top: 50px;
  3.     width: 570px;
  4.     height: 570px;
  5. }
  6.  
  7. .mui-jbxjxp {
  8.     font-size: 0.9rem!important;
  9.     text-shadow: 1px 0px #000, 1px 1px #000, 0px 1px #000;
  10. }
  11.  
  12. .mui-r51n2o, .mui-1q98x4t, .mui-ay9p94, .mui-1mh151z { position: relative; }
  13.  
  14. .popouts {
  15.     position: absolute;
  16.     top: 0;
  17.     left: 0;
  18. }
  19.  
  20. .popouts.left {
  21.     left: calc(50% - 335px);
  22.     width: 50px;
  23.     height: 670px;
  24.     display: flex;
  25.     flex-direction: column;
  26. }
  27.  
  28. .popouts.top {
  29.     left: calc(50% - 285px);
  30.     width: 570px;
  31.     height: 50px;
  32.     display: flex;
  33.     flex-direction: row;
  34. }
  35.  
  36. .mui-ay9p94 .popouts.left, .mui-1mh151z .popouts.left {
  37.     left: -27px;
  38. }
  39.  
  40. .mui-ay9p94 .popouts.top, .mui-1mh151z .popouts.top {
  41.     left: 23px;
  42. }
  43.  
  44. .popouts > div {
  45.     flex: 1 1 auto;
  46.     display: flex;
  47.     justify-content: center;
  48.     align-items: center;
  49.     font-size: 75%;
  50.     border-left: 2px solid rgba(255, 255, 255, 0.12);
  51.     border-top: 2px solid rgba(255, 255, 255, 0.12);
  52.     background-color: #202020;
  53.     cursor: pointer;
  54. }
  55.  
  56. .popouts > div:hover {
  57.     background-color: #303030;
  58. }
  59.  
  60. .popouts > div:last-child {
  61.     border-right: 2px solid rgba(255, 255, 255, 0.12);
  62. }
  63.  
  64. .popouts.left > div:last-child {
  65.     width: 52px;
  66.     border-bottom: 2px solid rgba(255, 255, 255, 0.12);
  67. }
  68.  
  69. .popouts.left > div {
  70.     flex: 0 0 113.59px;
  71. }
  72.  
  73. .popouts.left > div:first-child, .popouts.left > div:last-child {
  74.     flex: 0 0 50px;
  75. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement