Advertisement
Guest User

galaxy roblox theme

a guest
Sep 2nd, 2015
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.21 KB | None | 0 0
  1. body {
  2. background: transparent !important;
  3. }
  4. .content {
  5. background: transparent !important;
  6. }
  7. /*background*/
  8. #fb-root {
  9. width: 100% !important;
  10. height: 100% !important;
  11. position: fixed !important;
  12. background-image: url("https://farm8.staticflickr.com/7560/15424269044_83998b05de_o.jpg") !important; /*custom banner*/
  13. background-size: cover !important;
  14. background-attachment: fixed !important;
  15. z-index: -1 !important;
  16. }
  17. h1, h2, h3, h4 {
  18. mix-blend-mode: difference;
  19. color: #888888 !important;
  20. }
  21. .home-header-content a {
  22. color: #888888 !important;
  23. }
  24. .blog-news .news .news-link {
  25. background: none !important;
  26. }
  27. .blog-news .news .news-link::after {
  28. background: none !important;
  29. }
  30. /*navigation bar*/
  31. .rbx-header {
  32. background-color: rgba(0, 0, 0, 0.8) !important;
  33. }
  34. /*.rbx-header .rbx-navbar-search .rbx-navbar-search-option.selected {
  35. box-shadow: 4px 0px 0px 0px red inset !important;
  36. }*/
  37. .section {
  38. background-color: rgba(255, 255, 255, 0.9) !important;
  39. }
  40. .game .game-item {
  41. background-color: rgba(255, 255, 255, 0.9) !important;
  42. }
  43. /*Trim content backgrounds, fill in new ones*/
  44. #Body, #BodyWrapper {
  45. background: transparent !important;
  46. }
  47. /*groups page*/
  48. #mid-column {
  49. background-color: #FFF !important;
  50. }
  51. /*develop page*/
  52. .BuildPageContent {
  53. background-color: #FFF !important;
  54. float: none !important;
  55. }
  56. #MyCreationsTab {
  57. width:792px !important;
  58. }
  59. .content-area {
  60. border-right: none !important;
  61. }
  62. /*devex page*/
  63. #DevExLeftColumn {
  64. height: 684px !important;
  65. }
  66. /*account settings*/
  67. #AccountPageRight {
  68. background-color: #FFF !important;
  69. }
  70. .settings-section {
  71. padding: 10px !important;
  72. }
  73. .divider-right {
  74. border: none !important;
  75. }
  76. .StandardPanelContainer .StandardPanelWhite {
  77. padding: 0 !important;
  78. padding-left: 6px !important;
  79. }
  80. /*games page*/
  81. #GamesPageRightColumnSidebar {
  82. background: none !important;/*#FFF !important;*/
  83. padding-top: 20px !important;
  84. }
  85. .sidebar-no-ad {
  86. top: 25px !important;
  87. }
  88. .games-list-container {
  89. border-right: 5px solid #FFF !important;
  90. border-left: 5px solid #FFF !important;
  91. }
  92. #DivToHideOverflowFromLastGamesList { /*lol*/
  93. background: transparent !important;
  94. }
  95.  
  96. /*new games page*/
  97. .games-page-right-sidebar {
  98. display: none !important;
  99. }
  100. .games-page-left {
  101. margin-right: 10px !important;
  102. }
  103. .games-page-lists-container {
  104. background: none !important;
  105. }
  106. .games-list-container {
  107. border-left: 10px solid rgba(255,255,255,0) !important;
  108. border-right: 10px solid rgba(255,255,255,0) !important;
  109. background-color: rgba(255,255,255,0.9) !important;
  110. margin-bottom: 60px !important;
  111. }
  112. .games-list {
  113. min-height: 275px !important;
  114. }
  115. /* Games page ad support - disabled.
  116. #GamesListContainer0, #GamesListContainer8 {
  117. margin-right: 315px !important;
  118. }
  119. */
  120. /*catalog*/
  121. div#catalog {
  122. background-color: #FFF !important;
  123. padding-left: 10px !important;
  124. padding-bottom: 5px !important;
  125. }
  126. .right-content {
  127. padding-left: 10px !important;
  128. }
  129. /*profile page*/
  130. #UserContainer {
  131. background-color: #FFF !important;
  132. padding-left: 5px !important;
  133. }
  134. .divider-right, .divider-left {
  135. background-color: #FFF !important;
  136. }
  137. #ctl00_cphRoblox_rbxHeaderPane_statusBox, #ctl00_cphRoblox_OBCmember {
  138. background-color: #FFF !important;
  139. }
  140. .game-main-content .game-calls-to-action .game-name {
  141. background: transparent !important;
  142. }
  143. .game-main-content .game-calls-to-action .game-name::after {
  144. background: transparent !important;
  145. }
  146. /*item page*/
  147. #Item {
  148. background-color: #FFF !important;
  149. padding-top: 5px !important;
  150. padding-right: 5px !important;
  151. }
  152. /*forums*/
  153. .table-header .first {
  154. border-left: none !important;
  155. }
  156. .table td, .table th {
  157. padding-left: 10px !important;
  158. }
  159. /*place configuration*/
  160. .boxed-body {
  161. background-color: #FFF !important;
  162. padding-bottom: 10px !important;
  163. }
  164. #navbar {
  165. height: auto !important;
  166. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement