Advertisement
PhantomSquad

Roblox's maintenance page

Apr 29th, 2015
1,214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.98 KB | None | 0 0
  1.  
  2.  
  3. <!DOCTYPE html>
  4. <html>
  5. <head>
  6. <title>ROBLOX Maintenance</title>
  7. <style type="text/css">
  8. html {
  9. height: 100%;
  10. }
  11. body {
  12. background-color: #000;
  13. background-image: url("http://images.rbxcdn.com/offline_20150219.jpg"); /* /images/ErrorPages/img_ohnoes.jpg */
  14. background-size: contain;
  15. background-repeat: no-repeat;
  16. background-position: center;
  17. height: auto;
  18. font-family: 'Source Sans Pro', sans-serif;
  19. font-size: 18px;
  20. line-height: 24px;
  21. text-align: center;
  22. margin: 0;
  23. overflow: hidden;
  24. min-width: 320px;
  25. }
  26.  
  27. @media screen and (max-width: 991px){
  28. body {
  29. background-size: cover;
  30. }
  31. }
  32. .header {
  33. padding: 20px 0;
  34. }
  35.  
  36. .header img {
  37. width: 320px;
  38. margin: 0 auto;
  39. }
  40.  
  41. @media screen and (max-width: 768px) {
  42. .header img {
  43. width: 256px;
  44. }
  45. }
  46.  
  47. @media screen and (max-width: 480px) {
  48. body {
  49. background-position: 39% 50%;
  50. }
  51.  
  52. .header img {
  53. width: 150px;
  54. }
  55. }
  56. .notification {
  57. width: auto;
  58. height: auto;
  59. padding: 12px 20px;
  60. margin: 0;
  61. background-color: #f68802;
  62. color: #fff;
  63. }
  64.  
  65.  
  66. @media screen and (max-width: 479px) {
  67. .notification {
  68. font-size: 14px;
  69. line-height: 20px;
  70. }
  71. }
  72. </style>
  73. </head>
  74. <body>
  75. <div class="header">
  76. <!-- image source: /images/ErrorPages/logo_ROBLOX.png -->
  77. <img src="http://images.rbxcdn.com/unnamed.png" alt="Roblox">
  78. </div>
  79. <div class="content">
  80. <p class="notification">
  81. ROBLOX will be down for maintenance for the next 60 minutes.
  82. </p>
  83. </div>
  84.  
  85. <script type="text/javascript">
  86. window.window.setTimeout("window.location = 'http://www.roblox.com/'", 30000);
  87. </script>
  88. </body>
  89. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement