Ignbaltasevicius

CSS code: Xbox 360

Jul 10th, 2020
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.02 KB | None | 0 0
  1. .blurbs, #top, #box, .box, #header, #hSub, button {
  2. background: black;
  3. color: black;
  4. blox-shadow: 1px 0 #4fca1a,0 1px #4fca1a,1px 1px #4fca1a,inset 1px 1px #4fca1a,0 0 150px 1px rgba(255,0,255,.5);
  5. box-shadow: 1px 0 #4fca1a, 0 1px #4fca1a, 1px 1px #4fca1a, inset 1px 1px #4fca1a;
  6. background-color: #4fca1a;
  7. border-left: 4px solid #4fca1a;
  8. border-right: 4px solid #4fca1a;
  9. border-bottom: 4px solid #4fca1a;
  10. border-top: 1px solid #4fca1a;
  11. border-color: solid #4fca1a;
  12. }
  13. .player {
  14. padding: 4px;
  15. margin-top: 20px;
  16. margin-bottom: 20px;
  17. background: #4fca1a;
  18. color: #000;
  19. width: calc(100% - 10px );
  20. border: 1px solid #999;
  21. }
  22.  
  23. #header > span > a[href^="logout"] {
  24. background-image: url();
  25. background-size: 100% 100%;
  26. }
  27. .fwiendCount {
  28. color: #00ff48;
  29. }
  30. .box:not(.player):not(.comments),
  31. table.short,
  32. .url.box a {
  33. color: #000 !important;
  34. }
  35. a, .boxButton {
  36. color: #ffffff;
  37. }
  38. #lastLogin, #name { font-size: 0 }
  39. #lastLogin::before { content: "2008/04/07"; font-size: small }
  40. .topLeft > div:first-child { padding: 1.1em 0 }
  41. .topLeft > div:first-child::before { color: white; content: "Xbox 360"; font-weight: bold; font-size: 26px
  42. }
  43. h4 {
  44. color: #ffffff;
  45. margin-bottom: 0px;
  46. }
  47. .rightHead {
  48. background: #4fca1a;
  49. color: #ffffff;
  50. padding-left: 4px;
  51. }
  52. .logo {
  53. content: test;
  54. height: 26px !important;
  55. }
  56. .logo b span {
  57. display: none;
  58. }
  59.  
  60. .logo b:before {
  61. content: "";font-size:15px; color: white;
  62. }
  63. div#header {
  64. background: #4fca1a;
  65. }
  66. div#hSub {
  67. Background: #4fca1a;
  68. color: white;
  69. }
  70. .tableRight {
  71. width: 75%;
  72. background: #4fca1a;
  73. padding: 10px;
  74. vertical-align: top;
  75. overflow-wrap: anywhere;
  76. background-image: url();
  77. background-size: 100% 100%;
  78. color: white;
  79. }
  80. .tableLeft {
  81. background: #4fca1a;
  82. width: 25%;
  83. padding: 10px;
  84. vertical-align: top;
  85. overflow: hidden;
  86. background-image: url();
  87. }
  88.  
  89. .url a::after {
  90. font-size: 15px;
  91. content: "000";
  92. }
  93. .blog {
  94. background-color: #4fca1a;
  95. padding: 15px;
  96. }
  97. .boxHead {
  98. background: #4fca1a;
  99. color: white;
  100. padding: 3px;
  101. padding-bottom: 4px;
  102. padding-left: 6px;
  103. }
  104. .url {
  105. border: solid 2px #999;
  106. padding: 2px;
  107. }
  108. body {
  109. background-image: url(https://images.alphacoders.com/517/thumb-350-51703.jpg);
  110. background-size: cover;
  111. background-attachment: fixed;
  112. background-position: 50% 50%;
  113. background-repeat: no-repeat;
  114. }
  115. .url.box {
  116. animation: bootAndClippy 8s steps(1) none;
  117. animation-fill-mode: forwards;
  118. }
  119.  
  120. @keyframes bootAndClippy {
  121. from {
  122. background: url(https://i.ibb.co/xD0Fdcr/Xbox-360-Blue-Edition-Start-up-s.gif) #000;
  123. background-position: center;
  124. background-size: contain;
  125. background-repeat: no-repeat;
  126. position: fixed;
  127. right: 0;
  128. bottom: 0px;
  129. top: 0;
  130. left: 0;
  131. color: #ffffff00;
  132. border: none;
  133. box-shadow: none;
  134. filter: drop-shadow(8px 9px 15px #00000044);
  135. z-index: 1000;
  136. }
Add Comment
Please, Sign In to add comment