Advertisement
ironmouse

uzi crd codes : pink 98.css draggable tabs

Sep 21st, 2022
224
1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.71 KB | None | 1 0
  1. <!--paste everything below here stopping at </style> into 1 embed -->
  2.  
  3. <link
  4. rel="stylesheet"
  5. href="https://unpkg.com/98.css"
  6. >
  7.  
  8. <link rel="stylesheet" href="//code.jquery.com/ui/1.13.0/themes/base/jquery-ui.css">
  9.  
  10. <style>
  11. .title-bar {
  12. background: rgb(255,122,160);
  13. background: linear-gradient(90deg, rgba(255,122,160,1) 0%, rgba(255,164,190,1) 39%, rgba(255,255,255,1) 100%);
  14. font-size: 0.8em;
  15. }
  16.  
  17. #tab{z-index:9999999999;}
  18. #tab .sp{height:14px;width:120px;margin:-17px 0 0 -10px;overflow:hidden;position:absolute;background:url(https://31.media.tumblr.com/89d0a73dbfd39d6e6dfcd157efacf73a/tumblr_inline_nc4ltugMJI1rh7826.png);}
  19. #tab .nb{width:100px;margin-bottom:20px;padding:5px 10px 5px 10px;background:url(https://31.media.tumblr.com/905e072082d7e170a96e198cf24af6d9/tumblr_inline_nc4ltqDhD21rh7826.png);border:1px solid rgba(0,0,0,0.1);-webkit-border-bottom-right-radius: 6px;-webkit-border-bottom-left-radius: 6px;-moz-border-radius-bottomright: 6px;-moz-border-radius-bottomleft: 6px;border-bottom-right-radius: 6px;border-bottom-left-radius: 6px;z-index:999999;box-shadow:rgba(0,0,0,0.07)5px 5px;font-size:0.9em;line-height:13px;font-family:magica;height:100px;overflow:auto;}
  20. </style>
  21.  
  22. <!--above is the cut off for style -->
  23.  
  24. <!--paste the first .window into its OWN EMBED -->
  25.  
  26. <div class="window" id="draggable" style="width: 300px">
  27. <div class="title-bar">
  28. <div class="title-bar-text"><img src="https://supplies.ju.mp/assets/images/gallery04/2fa9ac13.gif?v=634a164c"> About me...</div>
  29. <div class="title-bar-controls">
  30. <button aria-label="Minimize"></button>
  31. <button aria-label="Maximize"></button>
  32. <button aria-label="Close"></button>
  33. </div>
  34. </div>
  35. <div class="window-body">
  36. <p> <img src="https://cinni.net/images/doll/own/jade-pixeldoll.png"> <br> 14 white lesbian <br> <strong>she only</strong> <img src="https://supplies.ju.mp/assets/images/tiny1/f5821efb.gif?v=634a164c"> </p>
  37. <body>
  38. </div>
  39. <div class="status-bar">
  40. <p class="status-bar-field">Press F1 for help</p>
  41. <p class="status-bar-field">Slide 1</p>
  42. <p class="status-bar-field">CPU Usage: 14%</p>
  43. </div>
  44.  
  45. <!--the next .window goes in a different embed from the above code -->
  46.  
  47. <div class="window" style="width: 200px">
  48. <div class="title-bar">
  49. <div class="title-bar-text"><img src="https://supplies.ju.mp/assets/images/gallery04/2fa9ac13.gif?v=634a164c"> www.Kianas-World.com</div>
  50. <div class="title-bar-controls">
  51. <button aria-label="Minimize"></button>
  52. <button aria-label="Maximize"></button>
  53. <button aria-label="Close"></button>
  54. </div>
  55. </div>
  56. <div class="window-body">
  57. <p> <div id="tab">
  58. <div class="nb"><div class="sp"></div>
  59. <strong>I <3</strong> <em>loona</em>, fashion, makeup, shopping, pink, webtoons, royale high, twice, sweets, flowers, connor eats pants, reptiles, insects, cats
  60. </div>
  61.  
  62. <div class="nb"><div class="sp"></div>
  63. <strong>dnf:</strong> if ur like -12, weirdos and freaks you know who you are, dickriders, chronically online twitch frogs, loona anti's
  64. </div>
  65. </div>
  66. </div>
  67. <div class="status-bar">
  68. <p class="status-bar-field">Press F1 for help</p>
  69. <p class="status-bar-field">Slide 1</p>
  70. <p class="status-bar-field">CPU Usage: 14%</p>
  71. </div>
  72.  
  73. <!-below can go in its own embed but like. i just put it after </style> in the styling embed LOL -->
  74.  
  75. <script src="https://code.jquery.com/jquery-3.6.0.js"></script>
  76. <script src="https://code.jquery.com/ui/1.13.0/jquery-ui.js"></script>
  77. <script>
  78. $( function() {
  79. $( "#draggable" ).draggable();
  80. } );
  81. </script>
  82.  
  83. <script src="https://code.jquery.com/jquery-3.6.0.js"></script>
  84. <script src="https://code.jquery.com/ui/1.13.0/jquery-ui.js"></script>
  85. <script>
  86. $( function() {
  87. $( "#draggable2" ).draggable();
  88. } );
  89. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement