daysulfur

hello kitty myspace theme

Sep 12th, 2020
347
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.23 KB | None | 0 0
  1. body {
  2.   background-image: url(https://i.ibb.co/fH7M4SX/original.gif);
  3.   background-color: #000;
  4.  
  5. }
  6.  
  7. button, input[type=submit] {
  8.   padding: 5px;
  9.   background: transparent;
  10.   opacity: 0.9;
  11.   color: #fc03db;
  12.   border-radius: 3px;
  13.   margin-top: 10px;
  14. }
  15.  
  16.  
  17.  
  18.  
  19. .blurbs, box.blurbs, .box.blog, .url.box, .boxInfo.box, .box.fwiends, .box.comments, #header, #hSub, #commentInput {
  20.   background: #000 !important ;
  21.   opacity: 1;
  22.   border: 4px outset #f200b2;
  23.   padding: 0px;
  24.   margin-bottom: 10px;
  25. }
  26.  
  27. .extended.box {
  28.   background: #000;
  29.   opacity: 1;  
  30.   border: 4px inset #f200b2;
  31.   padding: 0px !important;
  32. }
  33.  
  34. .player.box {
  35.   background: #000 !important;
  36.   opacity: 1;
  37.   border: 4px solid #f200b2;
  38.   padding: 4px;
  39.   margin-bottom: 10px;
  40. }
  41.  
  42.  
  43. .box > :not(#form) {
  44.   padding: 5px;
  45. }
  46.  
  47. #form > {
  48.   padding: 5px;
  49. }
  50.  
  51. .url.box a {
  52.   color: #f2fff6!important;
  53. }
  54.  
  55. .rightHead, .boxHead {
  56.   background: #f200b2;
  57.   padding: 7px;
  58.   border-bottom: 1px solid #000;
  59. }
  60.  
  61. .rightHead b, .rightHead span, .boxHead b, .box.url b {
  62.   color: white;
  63. }
  64.  
  65. #avatar {
  66.   border: 7px outset #f200b2 !important;
  67.  
  68. }
  69.  
  70.  
  71. #hSub {
  72.   top: 35px !important;
  73. }
  74.  
  75. #header, #hSub {
  76.   background: #000 !important;
  77.   color: #fff !important;
  78.   padding: 6px !important;
  79.   border: 1px solid #f200b2 !important;
  80.   position: absolute !important;
  81.   width: 987px !important;
  82.   margin-left: 15% !important;
  83. }
  84.  
  85. #header-content {
  86.    content:  "\2713 ";
  87. }
  88. #header span, #hSub span {
  89.   color: #f2fff6 !important;
  90. }
  91.  
  92. div#hSub a:first-child {
  93.   border-bottom: 2px solid #f2fff6;
  94.   padding-bottom: 7px;
  95. }
  96.  
  97.  
  98.  
  99. /* Comments */
  100.  
  101. .tableLeft {
  102.   background: none;
  103.   width: 20% !important;
  104. }
  105.  
  106. .tableRight {
  107.   background: none;
  108. }
  109.  
  110. .tableLeft img {
  111.   max-width: 100px;
  112.   max-height: 100px;
  113. }
  114.  
  115. .tableLeft a div b {
  116.   color: #f2fff6;
  117.   float: left;
  118.   margin-bottom: 7px !important;
  119. }
  120.  
  121.  
  122.  
  123. /*colors, words */
  124. .fwiendCount, li a, .boxHead span, #credo, #gender, #age, #country, #lastLogin, .topLeft div, .date, #name, .date, .fwiendFace b {
  125.   color: #f2fff6;
  126. }
  127.  
  128. a, a h3, .boxInfo a div {
  129.   color: #f2fff6;
  130. }
  131.  
  132. h4 {
  133.   color: #f2fff6;
  134.   margin: 0;
  135. }
  136.  
  137. * {
  138.   color: #f2fff6;
  139. }
  140.  
  141.  
  142. .logo:before {
  143.    content: "css by .sulfuracid | ";
  144. }
Add Comment
Please, Sign In to add comment