style.css (368B)
1 * { 2 margin: 0; 3 padding 0; 4 } 5 6 html { 7 background-color: #000; 8 background-image: url("/tv/bg.png"); 9 background-position: center; 10 z-index: 0; 11 } 12 13 img { 14 margin: auto; 15 position: absolute; 16 top: 0; left: 0; bottom: 0; right: 0; 17 max-width: 100%; 18 max-height: 100%; 19 } 20 21 img#nosignal { 22 z-index: 5; 23 visibility: hidden; 24 } 25 26 img#television { 27 z-index: 10; 28 } 29