diff options
| author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2021-12-25 20:02:12 +0200 |
|---|---|---|
| committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2021-12-25 20:02:32 +0200 |
| commit | 693d9dc3bd608a5777dc8f6ac5f73b3ab796d392 (patch) | |
| tree | 222b36d46323afb235139ce73ddbd13ad75e4494 /indra/newview/skins/default/html/common/equirectangular/default.html | |
| parent | 098c4c0371f63b2b827131a13bfc623b8cb73f25 (diff) | |
| parent | 0a873cd95547f003878c6d00d0883ff792f4a865 (diff) | |
Merge master into DRTVWR-486
Diffstat (limited to 'indra/newview/skins/default/html/common/equirectangular/default.html')
| -rw-r--r-- | indra/newview/skins/default/html/common/equirectangular/default.html | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/indra/newview/skins/default/html/common/equirectangular/default.html b/indra/newview/skins/default/html/common/equirectangular/default.html new file mode 100644 index 0000000000..227b306590 --- /dev/null +++ b/indra/newview/skins/default/html/common/equirectangular/default.html @@ -0,0 +1,22 @@ +<html> +<head> +<style> +body { + background-color:#000; + background-image: linear-gradient(white 2px, transparent 2px), + linear-gradient(90deg, white 2px, transparent 2px), + linear-gradient(rgba(255,255,255,.3) 1px, transparent 1px), + linear-gradient(90deg, rgba(255,255,255,.3) 1px, transparent 1px); + background-size: 100px 100px, 100px 100px, 20px 20px, 20px 20px; + background-position:-2px -2px, -2px -2px, -1px -1px, -1px -1px; +} +</style> +</head> +<body> +<script> +function start() { +} +document.addEventListener('DOMContentLoaded', start); +</script> +</body> +</html>
\ No newline at end of file |
