Advertisement
Guest User

BIOS CSS (windows 93 myspace)

a guest
Jun 4th, 2020
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 4.33 KB | None | 0 0
  1. body{
  2.   background: #5555FF;
  3.   color: white;
  4.   text-align: center;
  5.   font-family: monospace;
  6. }
  7. #header > a > b > span{
  8.   visibility: hidden;
  9.   text-indent: -175px;
  10. }
  11. #header > a > b > span::after{
  12.   font-family: monospace;
  13.   content: "BIOS SETUP UTILITY";
  14.   text-indent: 45px;
  15.   visibility: visible;
  16. }
  17. #header{
  18.   background-image: linear-gradient(to right, black , #0000AA , black) !Important;
  19. }
  20. #about{
  21.   color: green;
  22. }
  23. #container > div.topLeft > div.boxInfo.box{
  24.   background: #0000AA;
  25.   box-shadow: 5px 5px black;
  26. }
  27. #container > div.topLeft > div.boxInfo.box > div{
  28.   background: #0000AA;
  29. }
  30. #container > div.topLeft > div.boxInfo.box > div::after{
  31.   background: #0000AA;
  32.   content: ":";
  33. }
  34. #container > div.topLeft > div.boxInfo.box > div > b{
  35.   display: inline;
  36.   background-color: #0000AA;
  37.   color: white;
  38. }
  39. #container > div.topLeft > div.boxInfo.box{
  40.   background: #0000AA;
  41.   outline-offset: -5px;
  42.   outline: 2px white solid;
  43. }
  44. #container > div.topLeft{
  45.   background: #AAAAAA;
  46.   border: 15px double #0000AA;
  47.   margin-top: 35px;
  48.   margin-left: -35px;
  49. }
  50. #container > div.topRight{
  51.   color: #0000AA;
  52.   background: #AAAAAA;
  53.   border: 15px double #0000AA;
  54.   margin-top: 35px;
  55.   margin-right: -30px;
  56. }
  57. #container > div.topLeft > table > tbody > tr > td.shortRight{
  58.   color: #0000AA;
  59. }
  60. #container > div.topLeft > div.player.box{
  61.   background: #0000AA;
  62.   color: white;
  63.   box-shadow: 5px 5px black;
  64.   outline-offset: -5px;
  65.   outline: 2px white solid;
  66.   border: 6px #0000AA solid;
  67.   margin-left: -8px;
  68. }
  69. #container > div.topRight > div.extended.box{
  70.   margin-top: -3px;
  71.   background: #0000AA;
  72.   color: white;
  73.   box-shadow: 5px 5px black;
  74.   outline-offset: -5px;
  75.   outline: 2px white solid;
  76. }
  77. #container > div.topRight > div.box.blurbs > div.rightHead{
  78.   background-color: #AAAAAA;
  79.   color: #0000AA;
  80.   font-size: 20px;
  81. }
  82. #container > div.topRight > div.box.blurbs > h4:nth-child(2){
  83.   color: #0000AA;
  84. }
  85. #container > div.topRight > div.box.blurbs > h4:nth-child(4){
  86.   color: #0000AA;
  87. }
  88. #container > div.topRight > div.box.fwiends > div.rightHead{
  89.   background-color: #AAAAAA;
  90.   color: #0000AA;
  91.   font-size: 20px;
  92. }
  93. #container > div.topRight > div.box.fwiends > div.fwiendCounter > b > span.fwiendCount{
  94.   color: #0000AA;
  95. }
  96. #container > div.topRight > div.box.fwiends > div.fwiendCounter > b > span.fwiendCount::after{
  97.   color: #0000AA;
  98.   content: "00";
  99. }
  100. #form{
  101.   height:160px;
  102.   background: #0000AA;
  103.   color: white;
  104.   box-shadow: 5px 5px black;
  105.   outline-offset: -5px;
  106.   outline: 2px white solid;
  107.   border: 6px #0000AA solid;
  108.   margin-bottom: 15px;
  109. }
  110. #commentInput{
  111.   width: 564px;
  112.   margin-right: 7px;
  113.   margin-top: -1px;
  114. }
  115. #form > div{
  116.   background: #0000AA;
  117. }
  118. #form > form > input[type=submit]:nth-child(3){
  119.   margin-right: 7px;
  120. }
  121. .tableRight{
  122.   background: #0000AA !Important;
  123.   border: 2px white solid;
  124. }
  125. .tableLeft{
  126.   background: #0000AA !Important;
  127.   border: 2px white solid;
  128. }
  129. #container > div.topRight > div.box.comments > div.boxHead{
  130.   visibility: hidden;
  131.   text-indent: -10px;
  132. }
  133. #container > div.topRight > div.box.comments > div.boxHead::after{
  134.   background-color: #AAAAAA;
  135.   color: #0000AA;
  136.   font-size: 20px;
  137.   content: "User Statements";
  138.   visibility: visible;
  139. }
  140. #hSub{
  141.   background: #5555FF !Important;
  142.   background-color: #5555FF !Important;
  143. }
  144. #hSub > a:nth-child(1){
  145.   background: #AAAAAA;
  146.   border: 3px #AAAAAA solid;
  147.   border-outset: -3px;
  148.   outline: 1px black solid;
  149. }
  150. #sMsg{
  151.   background-image: none;
  152.   visibility: hidden;
  153.   text-indent: -105px
  154. }
  155. #sMsg::after{
  156.   color: white;
  157.   background-color: black;
  158.   content: "▶Send Message";
  159.   visibility: visible;
  160. }
  161. #userWall{
  162.   background: #0000AA;
  163.   color: white;
  164.   box-shadow: 5px 5px black;
  165.   outline-offset: -5px;
  166.   outline: 2px white solid;
  167.   border: 6px #0000AA solid;
  168.   width: 582.391px;
  169. }
  170. #report{
  171.   background-image: none;
  172.   visibility: hidden;
  173.   text-indent: -55px
  174. }
  175. #report::after{
  176.   color: white;
  177.   content: "▶Report";
  178.   visibility: visible;
  179. }
  180. #add{
  181.   background-image: none;
  182.   visibility: hidden;
  183.   text-indent: -125px
  184. }
  185. #add::after{
  186.   color: white;
  187.   content: "▶Add to friends";
  188.   visibility: visible;
  189. }
  190. #block{
  191.   background-image: none;
  192.   visibility: hidden;
  193.   text-indent: -50px
  194. }
  195. #block::after{
  196.   color: white;
  197.   content: "▶Block";
  198.   visibility: visible;
  199. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement