Advertisement
Guest User

Untitled

a guest
Oct 19th, 2019
285
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.93 KB | None | 0 0
  1. @-moz-document url-prefix("http://pc-play.games.dmm.co.jp/play/ayarabux/") {
  2. .inner.clearfix,
  3. .dmm-ntgnavi,
  4. #leftnavi,
  5. #foot,
  6. #foot + img,
  7. .area-naviapp {
  8.     display: none !important;
  9. }
  10.  
  11. .page-inner {
  12.     margin-left: 0 !important;
  13. }
  14.  
  15. html,
  16. body,
  17. #w,
  18. #main-ntg,
  19. #page,
  20. .page-inner,
  21. #area-game,
  22. #game_frame {
  23.     margin: 0;
  24.     padding: 0;
  25.     width: 100% !important;
  26.     height: 100% !important;
  27.     min-width: 100% !important;
  28.     min-height: 100% !important;
  29.     max-width: 100% !important;
  30.     max-height: 100% !important;
  31.     vertical-align: middle;
  32. }
  33. }
  34.  
  35. @-moz-document regexp("^http://osapi\\.dmm\\.com/gadgets/ifr.*url=http%3A%2F%2Fgame\\.ayarabu\\.com%2F.*") {
  36. html,
  37. body,
  38. #gameContainer,
  39. #gameContainer canvas {
  40.     padding: 0;
  41.     margin: 0;
  42.     width: 100% !important;
  43.     height: 100% !important;
  44.     max-width: 100%;
  45.     max-height: 100%;
  46. }
  47.  
  48. #pcbottom {
  49.     display:none !important;
  50. }
  51. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement