UNPKG

gtajesgenga-ami.js

Version:

1. [Hello AMI](#hello-ami) 2. [Features](#features) 3. [Usage](#yarn) 4. [Developer corner](#developer-corner) 5. [Change log](#change-log) 6. [Credits](#credits) 7. [Citations](#citations)

59 lines (50 loc) 911 B
body{ font-family: source-code-pro, sans-serif; color:#F9F9F9; background-color: #212121 } #r3d { background-color: #212121; left: 0; right: 0; top: 0; bottom: 0; position: absolute; width: 100%; height: 100%; overflow:hidden; } #my-gui-container { position: fixed; top: 30px; right: 20px; z-index:1; } #my-lut-container { position: fixed; left: 50%; transform: translate(-50%, 0); z-index: 1; color: #F9F9F9; text-align: center; } #my-lut-container > div > .my-tf { position: relative; } #my-lut-min { margin-right: 10px; } #my-lut-max { margin-left: 10px; } #my-lut-container > div { margin-bottom: 10px; } #my-lut-container > div > .my-tf > :first-child { background: repeating-linear-gradient(-45deg, #353535, #353535 5px, black 5px, black 10px); } #my-lut-container > div > .my-tf > :nth-child(2) { position: absolute; top: 0; left: 0; }