Dashboard sipadu mbip
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

app.css 786B

123456789101112131415161718192021222324252627282930313233343536373839
  1. .content {
  2. width:600px;
  3. margin: 0 auto;
  4. }
  5. #ta {
  6. width: 100%;
  7. height: 200px;
  8. font-size: 30px;
  9. padding: 12px;
  10. }
  11. .long-press-popup {
  12. position: fixed;
  13. bottom: 0;
  14. left: 0;
  15. right: 0;
  16. text-align: center;
  17. background: rgba(0, 0, 0, .8);
  18. padding-top: 20px;
  19. margin:0;
  20. font-size: 60px;
  21. }
  22. .long-press-popup li {
  23. display:inline-block;
  24. list-style: none;
  25. padding: 10px 34px;
  26. margin-right: 20px;
  27. margin-bottom: 20px;
  28. background: #000000;
  29. cursor:pointer;
  30. color: white;
  31. border: solid 4px black;
  32. border-radius: 12px;
  33. }
  34. .long-press-popup .selected {
  35. border-color: white;
  36. -webkit-box-shadow: 0 0 18px rgba(255, 255, 255, 0.75);
  37. -moz-box-shadow: 0 0 18px rgba(255, 255, 255, 0.75);
  38. box-shadow: 0 0 18px rgba(255, 255, 255, 0.75);
  39. }