Facebook
From lilahc, 4 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 245
  1. /* Start https://www.cursors-4u.com */ * {cursor: url(https://cur.cursors-4u.net/user/use-1/use71.cur), auto !important;} /* End https://www.cursors-4u.com */
  2.  
  3. body {
  4.     background-attachment: fixed;
  5.     background-image: url(https://i.pinimg.com/originals/20/38/9f/20389f7bdb8c6d4917e59fd382746014.png);
  6.     background-position: center;
  7.     background-size: cover;
  8.     font-family: Times New Roman;
  9.     font-size: 20px;
  10. }
  11.  
  12. .avatar {
  13.     border-radius: 50%;
  14.     border: double white 5px;
  15. }
  16.  
  17. .topLeft {
  18.     margin-top: 30px;
  19.     background-repeat: no-repeat
  20.     background-color: #C8A2C8;
  21.     border: 2px dashed white;
  22.     box-sizing: border-box;
  23.     background-color: rgb(244, 95, 133,0.7);
  24.     width: 420px;
  25. }
  26.  
  27. .topRight {
  28.     margin-top: 20px;
  29.     background-color: rgb(0,211,214,0.7);
  30.     border: 2px dashed white;
  31.     margin-bottom: 20px;
  32.     width: 550px;
  33. }
  34.  
  35. .player::before {
  36.     content: "";
  37.     display: block;
  38.     position: relative;
  39.     width: calc(50% -20px);
  40.     height: 335px;
  41.     max-width: 390px;
  42.     background-position: 0 0;
  43.     background-size: 100% 100%;
  44.     background-image: url(https://i0.wp.com/electronicgroove.com/wp-content/uploads/2018/06/The-Now-The-Now.jpg?resize=900%2C900);
  45.     object-fit: cover;
  46.     border: 2px dashed white;
  47. }
  48.  
  49. span#hUp::before {
  50.     animation: blinkingText 0.2s Infinite;
  51.     content: "please will you get out of my way  ";
  52.     color: pink;
  53.     font-size: large;
  54.     font-family: "Courier New", monospace;
  55. }
  56.  
  57. .player {
  58.     padding: 4px;
  59.     margin-top: 20px;
  60.     margin-bottom: 20px;
  61.     background-color: black;
  62.     width: calc(100% - 10px );
  63.     border: 2px dashed white;
  64. }
  65.  
  66. .url {
  67.     background: url(https://64.media.tumblr.com/fbb56abe50167afafba921e13bab0733/beb6490d76da94d2-be/s400x600/729fbc4c4f466d6083089c889adc9d65d1bb9e0b.gifv) no-repeat;
  68.     position: fixed;
  69.     right: 0;
  70.     bottom: 20px;
  71.     color: #ffffff00;
  72.     background-size: 260px;
  73.     height: 200px;
  74.     width: 270px;
  75.     border: none;
  76.     box-shadow: none;
  77.     filter: drop-shadow(8px 9px 15px #00000044);
  78.     z-index: 1000;
  79.     font-size: 0px;
  80.     opacity: 1;
  81.     color: white;
  82. }
  83.  
  84. .tableLeft {
  85.     background: rgb(244, 95, 133);
  86.     width: 25%;
  87.     padding: 10px;
  88.     vertical-align: top;
  89.     overflow: hidden;
  90.     border: 2px dashed white;
  91. }
  92. .tableRight {
  93.     width: 75%;
  94.     background-color: black;
  95.     padding: 10px;
  96.     vertical-align: top;
  97.     overflow-wrap: anywhere;
  98.     border: 2px dashed white;
  99. }
  100.  
  101. div#hSub {
  102.     color: black !important;
  103.     background-color: black;
  104.     text-align: center;
  105.     border: 2px dashed white;
  106.     font-family: Times New Roman;
  107. }
  108.  
  109. #hSub a {
  110.     text-decoration: none;
  111. }
  112.  
  113. div#header {
  114.     background-color: black;
  115.     background-position: 0px -400px;
  116.     text-align: center;
  117.     font-family: monospace;
  118.     background-size: 30%;
  119.     background-repeat: repeat;
  120.     border: 2px dashed white;
  121. }
  122.  
  123. h4 {
  124.     color: rgb(70, 50, 143);
  125.     margin-bottom: 0px;
  126.     text-decoration-line: underline;
  127. }
  128.  
  129. .fwiendFace img {
  130.     border-radius: 50%;
  131.     background-position: center;
  132.     display: absolute;
  133.     object-fit: cover;
  134.     height: 100px;
  135.     width: 100px;
  136. }
  137.  
  138. .fwiendFace {
  139.     background-image: url();
  140.     border: 1px solid #fff;
  141.     border-radius: 50%;
  142.     font-size: 0;
  143.     height: 100px;
  144.     margin-bottom: 5px;
  145.     margin-right: 5px;
  146.     max-width: 100vw;
  147.     width: 100px;
  148. }
  149.  
  150. .rightHead {
  151.     background: rgb(70, 50, 143,0.7);
  152.     padding-left: 4px;
  153. }
  154.  
  155. * {
  156.     color: white;
  157. }
  158.  
  159. .blog {
  160.     background-color: rgb(70, 50, 143);
  161.     padding: 15px;
  162.     border: 2px dashed white;
  163. }
  164.  
  165. .boxHead {
  166.     background: rgb(70, 50, 143,0.7);
  167.     color: white;
  168.     padding: 3px;
  169.     padding-bottom: 4px;
  170.     padding-left: 6px;
  171. }
  172.  
  173. .topLeft:after {
  174.     margin: 4px 236px 36px -240px;
  175.     content: " ";
  176.     display: block;
  177.     white-space: pre-wrap;
  178.     padding: 0px 69px 0px 0px;
  179.     height: 1600px;
  180.     width: 652px;
  181.     background-image: url(https://gifimage.net/wp-content/uploads/2018/10/ace-gorillaz-gif-4.gif), url(https://64.media.tumblr.com/623a57fb0d6cc601a3b3b9eefcfc3151/tumblr_p9ls8gyx711vp5mylo3_r1_640.gifv);
  182.     background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
  183.     background-size: 385px;
  184.     background-position: 243px 0px, 243px 237px;
  185. }
  186.  
  187. .fwiendCount {
  188.     color: black;
  189. }
  190.