Funktionen der Zwischenmenschlichkeit auf NPCs anwenden. Ursprüngliches Konzept: Irgendwas mit Dialektik
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

streit.css 698B

1234567891011121314151617181920212223242526272829303132333435363738
  1. /* __V3D_TEMPLATE__ - template-based file; delete this line to prevent this file from being updated */
  2. body {
  3. margin: 0px;
  4. overflow: hidden;
  5. }
  6. #container {
  7. position: absolute;
  8. top: 0px;
  9. left: 0px;
  10. width: 100%;
  11. height: 100%;
  12. }
  13. div#fullscreen_button {
  14. position: absolute;
  15. top: 10px;
  16. right: 10px;
  17. width: 50px;
  18. height: 50px;
  19. cursor: pointer;
  20. background-size: 100% 100%;
  21. display: none;
  22. }
  23. .fullscreen-open {
  24. background-image: url('media/fullscreen-open.png');
  25. }
  26. .fullscreen-close {
  27. background-image: url('media/fullscreen-close.png');
  28. }
  29. /* removes tap blinking on ios devices */
  30. * { -webkit-tap-highlight-color:rgba(0,0,0,0); }