z.css 697 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. .z {
  2. font-size: 0.81em;
  3. padding: 40px 0;
  4. } .z button {
  5. background: #efefef;
  6. border: 1px solid #767676;
  7. display: block;
  8. font-size: 0.9em;
  9. margin-bottom: 2px;
  10. width: 64px;
  11. } .z h4 {
  12. display: inline-block;
  13. margin: 0;
  14. }
  15. .z .hbox {
  16. align-items: center;
  17. display: flex;
  18. } .z .hbox > *:not(:first-child) {
  19. margin-left: 7px;
  20. }
  21. .z [data-title]:before {
  22. content: attr(data-title) ': ';
  23. font-weight: 500;
  24. }
  25. .z .camera {
  26. font-size: 16px;
  27. opacity: 0.25;
  28. } .z .camera.yes {
  29. opacity: 1;
  30. }
  31. .z .header > *:not(:first-child) {
  32. margin-left: 20px;
  33. }
  34. .z .online-status {
  35. color: #aaa;
  36. } .z .online-status.online {
  37. color: #28a745;
  38. }