html, body { margin:0px; padding:0px; background-color: #4D221F; } #powerPuzzles_rotateDevice { position: fixed; background-color:#4D221F; background-image:url('../image/misc/rotateDevice.png'),url('../image/backgrounds/wallTile.jpg'); background-repeat: no-repeat, repeat; background-size: 50%, 100%; background-position: center center; display:none; } .powerPuzzles_wrap { background-image: url('../image/backgrounds/wallTile.jpg'); background-color: #4D221F; position: absolute; width:100%; height:100%; } .powerPuzzles_fullpage.desktop { height:calc(100% - 30px); max-width:1024px; max-height:768px; outline: 15px solid #4D221F; } .powerPuzzles_fullpage { width:100%; height:100%; top:0px; left:0px; } .powerPuzzles_sizelimit { position: absolute; max-width: 2048px; max-height:1536px; } .powerPuzzles_ios-fullscreen { font-size: 3em; color: #efefef; text-align: center; position: relative; display: block; width: 100%; height: 720px; background-color:#4D221F; background-image: url('../image/backgrounds/wallTile.jpg'); background-repeat: repeat, repeat; background-size: 100%, 100%; background-position: center center; } .powerPuzzles_ios-fullscreen > div{ width: 95%; margin: 0 auto; } #powerPuzzles_iOSAddToHomePrompt { height:480px; font-size: 1.75em; padding-top:1px; } #powerPuzzles_iOSAddToHomePrompt h2 { text-shadow: 1px 1px 1px rgba(0,0,0,.5); } #powerPuzzles_iOSAddToHomePrompt p.cta { background-color: rgba(0, 0, 0, 0.4); padding-bottom: 16px; padding-top: 8px; } #powerPuzzles_iOSAddToHomePrompt .shareIcon { background-image: url('../image/misc/iosShare.png'); background-position: center center; width: 42px; height: 33px; background-size: 50%; background-repeat:no-repeat; vertical-align: baseline; display: inline-block; } #wuyf_iosNavbarFudge { font-size: 3em; } #wuyf_iosNavbarFudge > span { display: block; padding-top:12px; } #gameWrap.hidden { visibility :hidden; position: absolute; top :0px; } .powerPuzzles_cursor-grab { cursor: auto; cursor: url(../image/misc/grab_icon.png) 13.5 15, auto; } .powerPuzzles_cursor-hand { cursor: auto; cursor: url(../image/misc/hand_icon.png) 20 20, auto; }