12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- .z {
- font-size: 0.81em;
- padding: 40px 0;
- } .z button {
- background: #efefef;
- border: 1px solid #767676;
- display: block;
- font-size: 0.9em;
- margin-bottom: 2px;
- width: 64px;
- } .z h4 {
- display: inline-block;
- margin: 0;
- }
- .z .hbox {
- align-items: center;
- display: flex;
- } .z .hbox > *:not(:first-child) {
- margin-left: 7px;
- }
- .z [data-title]:before {
- content: attr(data-title) ': ';
- font-weight: 500;
- }
- .z .camera {
- font-size: 16px;
- opacity: 0.25;
- } .z .camera.yes {
- opacity: 1;
- }
- .z .header > *:not(:first-child) {
- margin-left: 20px;
- }
- .z .online-status {
- color: #aaa;
- } .z .online-status.online {
- color: #28a745;
- }
|