25 lines
522 B
CSS
25 lines
522 B
CSS
/*
|
|
#!/usr/bin/bash
|
|
|
|
firefox --kiosk https://38c3.c3nav.de/o/info/@1,188.21,170.86,2.66
|
|
|
|
|
|
as autostart.sh in plasma
|
|
*/
|
|
|
|
.as-origin, .share {
|
|
display: none;
|
|
pointer-events: none;
|
|
}
|
|
|
|
|
|
#origin-input, .as-location, .show-nearby, .as.origin, .report-missing {
|
|
pointer-events: none;
|
|
}
|
|
|
|
.leaflet-control-attribution, header #user, .leaflet-control-user-location, .external-url, #modal.show, report, report-issue, #route-search-buttons, .report-missing, .as-location, .show-nearby, .share {
|
|
|
|
display: none;
|
|
}
|
|
|
|
|