dollcrds

cr bjork crd co css (pro-standard)

Apr 15th, 2024 (edited)
828
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.18 KB | None | 0 0
  1. ---TOP WINDOW---
  2. <link rel="stylesheet" href="https://unpkg.com/7.css">
  3. <div class="title-bar">
  4. <div class="title-bar-text">www.dollcrds.com</div>
  5. <div class="title-bar-controls">
  6. <button aria-label="Minimize"></button>
  7. <button aria-label="Maximize"></button>
  8. <button aria-label="Close"></button>
  9. </div>
  10. </div>
  11.  
  12. ---PROGRESS BAR 1---
  13. <link rel="stylesheet" href="https://unpkg.com/7.css">
  14. <div role="progressbar" class="marquee"></div>
  15.  
  16. ---VOLUME---
  17. <link rel="stylesheet" href="https://unpkg.com/7.css">
  18. <div class="field-row" style="max-width: 300px">
  19. <label>Volume:</label>
  20. <label>Low</label>
  21. <input type="range" min="1" max="11" value="5" />
  22. <label>High</label>
  23. </div>
  24.  
  25. ---PROGRESS BAR 2---
  26. <link rel="stylesheet" href="https://unpkg.com/7.css">
  27. <div role="progressbar" class="animate">
  28. <div style="width: 50%"></div>
  29. </div>
  30.  
  31. ---TABS WINDOW THINGIE (in separate container)---
  32. <link rel="stylesheet" href="https://unpkg.com/7.css">
  33. <ul role="menu" class="can-hover" style="width: 200px">
  34. <li role="menuitem" tabindex="0" aria-haspopup="true">View</li>
  35. <li role="menuitem" tabindex="0" aria-haspopup="true">
  36. Sort by
  37. <ul role="menu">
  38. <li role="menuitem"><a href="#menu">Name</a></li>
  39. <li role="menuitem"><a href="#menu">Size</a></li>
  40. <li role="menuitem"><a href="#menu">Item type</a></li>
  41. <li role="menuitem"><a href="#menu">Date modified</a></li>
  42. </ul>
  43. </li>
  44. <li role="menuitem" class="has-divider"><a href="#menu">Refresh</a></li>
  45. <li role="menuitem" aria-disabled="true"><a href="#menu">Paste</a></li>
  46. <li role="menuitem" aria-disabled="true" class="has-divider">
  47. <a href="#menu">Paste shortcut</a>
  48. </li>
  49. <li role="menuitem">
  50. <img src="https://img.icons8.com/color/18/000000/monitor--v1.png"/>
  51. <a href="#menu">Screen resolution</a>
  52. </li>
  53. <li role="menuitem">
  54. <img src="https://img.icons8.com/color/18/000000/virtual-machine2.png"/>
  55. <a href="#menu">Gadgets</a>
  56. </li>
  57. <li role="menuitem">
  58. <img src="https://img.icons8.com/color/18/000000/remote-desktop.png"/>
  59. <a href="#menu">Personalize</a>
  60. </li>
  61. </ul>
  62.  
  63. ---LIST BUTTONS 1---
  64. <link rel="stylesheet" href="https://unpkg.com/7.css">
  65. <div class="field-row">
  66. <input id="radio19" type="radio" name="second-example">
  67. <label for="radio19">text goes here</label>
  68. </div>
  69. <div class="field-row">
  70. <input checked disabled id="radio20" type="radio" name="second-example">
  71. <label for="radio20">text goes here</label>
  72. </div>
  73. <div class="field-row">
  74. <input disabled id="radio21" type="radio" name="second-example">
  75. <label for="radio21">text goes here</label>
  76. </div>
  77.  
  78. ---CHAT MESSAGE BUBBLE---
  79. <link rel="stylesheet" href="https://unpkg.com/7.css">
  80. <div role="tooltip">info info info info info</div>
  81.  
  82. ---PROGESS BAR 3---
  83. <link rel="stylesheet" href="https://unpkg.com/7.css">
  84. <div role="progressbar" aria-valuemin="0" aria-valuemax="100" aria-valuenow="80">
  85. <div style="width: 80%"></div>
  86. </div>
  87.  
  88. ---LIST BUTTONS 2---
  89. <link rel="stylesheet" href="https://unpkg.com/7.css">
  90. <div class="field-row">
  91. <input id="radio17" type="radio" name="first-example">
  92. <label for="radio17">blah blah</label>
  93. </div>
  94. <div class="field-row">
  95. <input id="radio18" type="radio" name="first-example">
  96. <label for="radio18">blah blah</label>
  97. </div>
Advertisement
Add Comment
Please, Sign In to add comment