yskang

threejs-viewer-31

Apr 20th, 2022 (edited)
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.47 KB | None | 0 0
  1.  
  2.  
  3. /* vvvvvvvv add the below lines vvvvvvvv */
  4. label.markup { position: absolute; white-space: nowrap; cursor: pointer; }
  5. label.update { z-index: 1; }
  6.  
  7. .temperatureBorder{
  8.     background-color: rgba(256, 256, 256, 0.5);
  9.     border: 1px solid black;
  10.     padding: 5px;
  11. }
  12. .temperatureHigh { font-size: 25px; color: red; }
  13. .temperatureOk { font-size: 20px; color: blue; }
  14. .temperatureYellow { font-size: 30px; color: yellow; }
  15. .maintenance{ font-size: 40px; color: green; }
  16.  
Add Comment
Please, Sign In to add comment