daysulfur

pink lil peep myspace theme

Sep 12th, 2020
680
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 4.29 KB | None | 0 0
  1. /* theme by .sulfuracid https://myspace.windows93.net/?id=5419 */
  2.  
  3. body {
  4.   background-image: url(https://i.ibb.co/6mwNPxL/image.png);
  5.   background-color: #FABDDE;
  6.  
  7. }
  8.  
  9. button, input[type=submit] {
  10.   padding: 5px;
  11.   background-color: #FABDDE;
  12.   opacity: 1;
  13.   color: #FFFEE9;
  14.   border-radius: 3px;
  15.   margin-top: 10px;
  16.   border: solid #FFFEE9;
  17. }
  18.  
  19. .topLeft.blogCard {
  20.   overflow-x: hidden;
  21.   max-width: 190px !important;
  22.   left: 300px;
  23. }
  24.  
  25.  
  26. .topRight.blogPost {
  27.   left: 520px;
  28.   max-width: 600px !important;
  29.   padding: 5px;
  30. }
  31.  
  32. .blurbs, box.blurbs, .box.blog, .boxInfo.box, .box.fwiends, .box.comments, #header, #hSub, #commentInput {
  33.   background: #FABDDE !important ;
  34.   opacity: 1;
  35.   padding: 0px;
  36.   color: #FFFEE9;
  37.   margin-bottom: 10px;
  38.   border: 4px solid #FFFEE9;
  39.  
  40. }
  41.  
  42. .extended.box {
  43.   background: #FABDDE;
  44.   opacity: 1;  
  45.   color: #FFFEE9;
  46.   border: 4px solid #FFFEE9;
  47.   padding: 0px !important;
  48. }
  49.  
  50.  
  51. .player.box {
  52.   background: #FABDDE !important;
  53.   opacity: 1;
  54.   border: 4px solid #FABDDE;
  55.   padding: 4px;
  56.   margin-bottom: 10px;
  57.   color: #FFFEE9;
  58. }
  59.  
  60. .shortRight {
  61.  opacity:1;
  62.  color: #FFFEE9;
  63.  float: left;
  64. }
  65.  
  66. .box > :not(#form) {
  67.   padding: 5px;
  68. }
  69.  
  70. #form > {
  71.   padding: 5px;
  72. }
  73.  
  74.  
  75. .rightHead, .boxHead {
  76.   background: #FFFEE9;
  77.   color: #FFFEE9;
  78.   padding: 7px;
  79.   border-top: 1px solid #FFFEE9;t
  80. }
  81.  
  82. .blurbs .rightHead {
  83.   opacity: 0;
  84.   height: 0px !important;
  85. }
  86.  
  87. .rightHead b, .rightHead span, .boxHead b, .box.url b {
  88.   color: #FFFEE9;
  89. }
  90.  
  91. #avatar {
  92.   border: 7px solid #FFFEE9 !important;
  93.   background: #FFFEE9;
  94.   max-width: 200px;
  95.  
  96. }
  97.  
  98. #hSub {
  99.   top: 35px !important;
  100. }
  101.  
  102. #header, #hSub {
  103.   background: #FABDDE !important;
  104.   color: #FABDDE !important;
  105.   padding: 6px !important;
  106.   border: 4px solid #FABDDE !important;
  107.   position: absolute !important;
  108.   max-width: 800px !important;
  109.   margin-left: 300px !important;
  110. }
  111.  
  112. #header-content {
  113.    content:  "\2713 ";
  114. }
  115. #header span, #hSub span {
  116.   color: #FFFEE9 !important;
  117. }
  118.  
  119. div#hSub a:first-child {
  120.   border-bottom: 2px solid #FFFEE9;
  121.   padding-bottom: 7px;
  122. }
  123.  
  124.  
  125.  
  126. /* Comments */
  127.  
  128. .tableLeft {
  129.   background: none;
  130.   width: 20% !important;
  131. }
  132.  
  133. .tableRight {
  134.   background: none;
  135. }
  136.  
  137. .tableLeft img {
  138.   max-width: 100px;
  139.   max-height: 100px;
  140. }
  141.  
  142. .tableLeft a div b {
  143.   color: #FFFEE9;
  144.   float: left;
  145.   margin-bottom: 7px !important;
  146. }
  147.  
  148. .topLeft {
  149.   background: #FABDDE;
  150.   left: 300px;
  151.   max-width: 400px !important;
  152.   max-height: 500px !important;
  153.   overflow: auto;
  154.   top: 100px;
  155.   position: absolute;
  156. }
  157. .topRight {
  158.   background: #FABDDE;
  159.   left: 700px;
  160.   max-width: 400px !important;
  161.   max-height: 500px !important;
  162.   overflow: auto;
  163.   top: 100px;
  164.   position: absolute;
  165. }
  166.  
  167. /*colors, words */
  168. .fwiendCount, li a, #credo, #gender, #age, #country, #lastLogin, .topLeft div, .date,.date, .fwiendFace b {
  169.   color: #FFFEE9;
  170. }
  171.  
  172. .boxHead span {
  173.   opacity: 0;
  174. }
  175.  
  176. #name {
  177.   opacity: 0;
  178. }
  179.  
  180. a, a h3, .boxInfo a div {
  181.   color: #FFFEE9 !important;
  182.  
  183. }
  184.  
  185. h4 {
  186.   color: #FFFEE9;
  187.   margin: 0;
  188. }
  189.  
  190. * {
  191.   color: #FFFEE9;
  192. }
  193.  
  194.  
  195. /* custom scrollbars <33 */
  196.  
  197. ::-webkit-scrollbar {
  198.   width: 10px;
  199. }
  200.  
  201. ::-webkit-scrollbar-track {
  202.   background: #FABDDE;
  203. }
  204.  
  205. ::-webkit-scrollbar-thumb {
  206.   background: #FFFEE9;
  207. }
  208.  
  209. ::-webkit-scrollbar-thumb:hover {
  210.   background: #FFFEE9;
  211. }
  212.  
  213.  
  214.  
  215. /* cute imagggeee tingzzz */
  216. .url.box a, .url.box b {
  217.   display: none;
  218. }
  219. .url.box {
  220.   animation: bootAndClippy 3s steps(1) none;
  221.   animation-fill-mode: forwards;
  222. }
  223.  
  224. @keyframes bootAndClippy {
  225.   from {
  226.     background: url(https://i.ibb.co/R0v230Z/image.png) no-repeat;
  227.     background-size: 280px;
  228.     position: fixed;
  229.     right: 0;
  230.     bottom: 0px;
  231.     color: #fffFf00;
  232.     height: 300px;
  233.     width: 300px;
  234.     z-index: 100;
  235.     animation: shake 0s infinite;
  236.     border: none;
  237.     box-shadow: none;
  238.     filter: drop-shadow(8px 9px 15px #00000044);
  239.     z-index: 1000;
  240.   }
  241.   to {
  242.     background: url(https://i.ibb.co/R0v230Z/image.png) no-repeat;
  243.     background-size: 280px;
  244.     position: fixed;
  245.     right: 0;
  246.     bottom: 0px;
  247.     color: #fffFf00;
  248.     height: 300px;
  249.     width: 300px;
  250.     z-index: 100;
  251.     animation: shake 0s infinite;
  252.     border: none;
  253.     box-shadow: none;
  254.     filter: drop-shadow(8px 9px 15px #00000044);
  255.     z-index: 1000;
  256.   }
  257. }
  258.  
Add Comment
Please, Sign In to add comment