Advertisement
Guest User

Untitled

a guest
Apr 29th, 2017
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.47 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html xml:lang="en" xmlns:fb="http://www.facebook.com/2008/fbml">
  3. <head>
  4. <title></title>
  5. <style>
  6. a {
  7. text-decoration: none;
  8. }
  9. a {
  10. text-decoration: none;
  11. font-weight: 400;
  12. transition: none;
  13. }
  14. .btn-large, .btn-medium, .btn-small {
  15. margin: 0;
  16. display: inline-block;
  17. zoom: 1;
  18. text-align: center;
  19. font-weight: normal;
  20. text-decoration: none;
  21. border-width: 1px;
  22. border-style: solid;
  23. cursor: pointer;
  24. }
  25. .btn-medium {
  26. padding: 1px 13px 3px 13px;
  27. height: 28px;
  28. min-width: 62px;
  29. font-size: 20px;
  30. background-position: left -96px;
  31. line-height: 1.3em;
  32. }
  33. .btn-disabled-primary, a.btn-disabled-primary, .btn-disabled-primary:active {
  34. background: #93DBAF;
  35. }
  36. .btn-large:hover, .btn-medium:hover, .btn-small:hover {
  37. text-decoration: none;
  38. }
  39. .btn-medium:hover {
  40. background-position: left -128px;
  41. }
  42. .btn-disabled-primary, .btn-disabled-primary:hover, .btn-disabled-neutral, .btn-disabled-neutral:hover, .btn-disabled-negative, .btn-disabled-negative:hover {
  43. cursor: default;
  44. background-position: left -202px;
  45. }
  46. .btn-disabled-primary, .btn-disabled-primary:link, .btn-disabled-primary:active, .btn-disabled-primary:visited {
  47. background-color: #99c699;
  48. background-image: url("/images/Buttons/StyleGuide/bg-btn-green.png");
  49. border-color: #99c699;
  50. color: white;
  51. }
  52. .btn-medium {
  53. cursor: pointer;
  54. margin: 0;
  55. padding-left: 20px;
  56. padding-right: 20px;
  57. min-width: 75px;
  58. height: 30px;
  59. font-size: 14px;
  60. line-height: 30px;
  61. display: inline-block;
  62. *display:inline: ;
  63. *zoom:1: ;
  64. text-align: center;
  65. text-decoration: none;
  66. border-radius: 5px;
  67. }
  68. a:hover {
  69. text-decoration: underline;
  70. }
  71. a:hover, a:focus {
  72. cursor: pointer;
  73. text-decoration: none;
  74. }
  75. #payment-method-button {
  76. margin-top: 30px;
  77. }
  78. #payment-method {
  79. float: left;
  80. margin-left: 40px;
  81. padding-top: 5px;
  82. }
  83. body {
  84. overflow-y: scroll;
  85. }
  86. body {
  87. background-color: #fff;
  88. margin: 0;
  89. }
  90. body, .text, pre {
  91. font-family: "Source Sans Pro",Arial,Helvetica,sans-serif;
  92. color: #343434;
  93. font-size: 14px;
  94. line-height: 1.428;
  95. }
  96. #Body {
  97. min-height: 550px;
  98. padding: 5px 0 25px 0;
  99. margin: 0 auto;
  100. width: 970px;
  101. background-color: white;
  102. }
  103. .body-width#Body {
  104. width: 970px;
  105. }
  106. div#testingSitePanelWrapper, #BodyWrapper {
  107. margin: 0 auto;
  108. width: 970px;
  109. background: white;
  110. }
  111. #MasterContainer {
  112. overflow: visible;
  113. width: 100%;
  114. }
  115. .nav-content {
  116. margin: 80px 0 0 0;
  117. }
  118. /* @media all and (min-width:992px) */
  119. .nav-content {
  120. margin-top: 40px;
  121. }
  122. .nav-content {
  123. overflow: auto;
  124. position: relative;
  125. z-index: 0;
  126. }
  127. /* @media all and (min-width:1320px) */
  128. .nav-content.logged-in {
  129. margin-left: 0px;
  130. }
  131. .nav-container {
  132. overflow: hidden;
  133. }
  134. html {
  135. background-color: #fff;
  136. }
  137. </style>
  138. </head>
  139. <body id="rbx-body" data-abuse-report-inapp="false" data-abuse-report-phone="false" data-abuse-report-computer="false" data-send-event-percentage="0.01" data-internal-page-name="" data-performance-relative-value="0.005"><div class="nav-container no-gutter-ads"><div class="nav-content logged-in" id="navContent"><div class="nav-content-inner"><div id="MasterContainer"><div><div id="BodyWrapper"><div id="RepositionBody"><div class="body-width" id="Body"><div id="payment-method-container"><div id="payment-method"><div id="payment-method-button"><a class="btn-medium btn-disabled-primary">Continue<div class="magic-wand-image"><span class="icon-robux-white"></span> </div></a></div></div></div></div></div></div></div></div></div></div></div></body>
  140. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement