Facebook
From lilahc, 2 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 130
  1. * {
  2.     cursor: url(https://cur.cursors-4u.net/cursors/cur-10/cur918.cur), auto !important;
  3. }
  4.  
  5.  
  6.  
  7. h2#name:after {
  8.     content: "Sailor moon";
  9.     font-size: 40px;
  10. }
  11.  
  12. h2#name {
  13.     font-family: Courier New;
  14.     color: white;
  15.     font-size: 0px;
  16. }
  17.  
  18. .avatar {
  19.     border: 10px solid;
  20.     border-image: url(http://gph.is/1a5MPWp) 30 stretch;
  21.     box-sizing: border-box;
  22.     display: block;
  23.     color: #fff;
  24. }
  25.  
  26. #name {
  27.     animation-duration: 2.0s;
  28.     animation-iteration-count: infinite;
  29.     font-family: Courier New;
  30.     font-size: 25px;
  31.     margin: 0;
  32.     padding-bottom: 15px;
  33.     padding-left: 5px;
  34. }
  35.  
  36.  
  37.  
  38. body {
  39.     background-attachment: fixed;
  40.     background-image: url(https://i.gifer.com/PAq.gif);
  41.     background-position: center;
  42.     color: #fff;
  43.     font-family: Courier New;
  44.     font-weight: 500;
  45. }
  46.  
  47.  
  48.  
  49. .player::before {
  50.     content: "";
  51.     display: block;
  52.     position: relative;
  53.     width: calc(40% -20px);
  54.     height: 390px;
  55.     max-width: 390px;
  56.     background-position: 0 0;
  57.     background-size: 100% 100%;
  58.     background-image: url(https://media.tenor.com/images/7cf82b47d076700da60db7f9b8d81990/tenor.gif);
  59. }
  60.  
  61.  
  62. .topLeft {
  63.     background-position: center;
  64.     background-size: cover;
  65.     border-radius: 25px;
  66.     box-sizing: border-box;
  67.     overflow: auto;
  68.     position: relative;
  69.     text-shadow: 0 0 4px black;
  70.     top: 60px;
  71.     background-color: rgb( 242,164,164,0.4);
  72.     border: 3px solid #F2A4A4;
  73.     padding: 10px;
  74.     border-radius: 4px;
  75.     box-shadow: 0 0 10px 2px #F2A4A4;
  76. }
  77.  
  78.  
  79. .boxInfo {
  80.     background: #ffd1dc;
  81.     border: 2px dashed #fff;
  82.     border: 2px solid #000;
  83.     margin-bottom: 1px;
  84. }
  85.  
  86. div.songName {
  87.     color: #FFFFFF;
  88. }
  89.  
  90. .songName span {
  91.     display: inline-block;
  92.     animation: marquee 15s linear infinite;
  93. }
  94.  
  95. .player {
  96.     background: #FFD1DC;
  97.     border: 3px double #F2A4A4;
  98.     box-shadow: 0 0 10px 2px #F2A4A4;
  99.     padding: 0;
  100. }
  101.  
  102.  
  103. a:link {
  104.     color: #f2a4a4;
  105.     text-shadow: #000 0 0 5px;
  106. }
  107.  
  108.  
  109.  
  110. #header, #hSub {
  111.     padding: 5px !important;
  112.     background-color: #593359 !important;
  113.     background-repeat: no-repeat!important;
  114.     background-size: cover!important;
  115.     text-align: center!important;
  116.     position: absolute!important;
  117.     font-family: Courier New!important;
  118. }
  119.  
  120.  
  121.  
  122. .extended {
  123.     color: #fff;
  124.     font-size: 10px;
  125.     text-shadow: 0 0 3px rgba(69,0,112,0.5);
  126.     text-shadow: #fff 0 0 7px;
  127. }
  128.  
  129.  
  130. * {
  131.     color: white;
  132. }
  133.  
  134. div.box.blurbs {
  135.     background-color: rgb( 242,164,164,0.4);
  136.     border: 3px solid #f2a4a4;
  137.     border-radius: 4px;
  138.     padding: 10px;
  139.     box-shadow: 0 0 10px 2px #f2a4a4;
  140. }
  141.  
  142. .rightHead {
  143.     background: rgb( 242,164,164);
  144.     color: white;
  145.     padding-left: 4px;
  146. }
  147.  
  148. div.box.fwiends {
  149.     background-color: rgb( 242,164,164,0.4);
  150.     border: 3px solid #f2a4a4;
  151.     padding: 10px;
  152.     border-radius: 4px;
  153.     box-shadow: 0 0 10px 2px #f2a4a4;
  154.     margin-bottom: 25px;
  155. }
  156.  
  157. .boxButton {
  158.     color: #fff;
  159. }
  160.  
  161. .boxHead {
  162.     background: transparent;
  163.     color: #fff;
  164.     border: 3px solid #f2a4a4;
  165. }
  166.  
  167. div.url.box {
  168.     font-size: 0;
  169.     text-align: center;
  170. }
  171.  
  172. div.url.box::after {
  173.     color: #fff;
  174.     content: "Fighting evil by moonlight Winning love by daylight";
  175.     font-size: 20px;
  176.     font-weight: 700;
  177. }
  178.  
  179. .url {
  180.     border: solid 0px #69c;
  181.     padding: 0px;
  182. }
  183.  
  184. .boxHead {
  185.     background: #f2a4a4;
  186.     color: #fff;
  187.     border: 3px solid #f2a4a4;
  188. }
  189.  
  190. #commentInput {
  191.     width: calc( 100% - 6px );
  192.     margin: 0;
  193.     margin-top: 10px;
  194.     height: 100px;
  195.     border: 3px solid #f2a4a4;
  196.     box-shadow: 0 0 10px 2px #f2a4a4;
  197. }
  198.  
  199. h4 {
  200.     color: #f1f1f1;
  201.     margin-bottom: 0px;
  202. }
  203.  
  204. .fwiendCount {
  205.     color: pink;
  206. }
  207.  
  208. .fwiendFace {
  209.     background-image: url();
  210.     border: 5px solid #fff;
  211.     border-radius: 50%;
  212.     font-size: 0;
  213.     height: 100px;
  214.     margin-bottom: 5px;
  215.     margin-right: 5px;
  216.     max-width: 100vw;
  217.     width: 100px;
  218. }
  219.  
  220. .fwiendFace img {
  221.     border-radius: 50%;
  222.     background-position: center;
  223.     display: absolute;
  224.     object-fit: cover;
  225.     height: 100px;
  226.     width: 100px;
  227. }
  228.  
  229. div.box.comments {
  230.     background-color: rgb( 242,164,164,0.4);
  231.     border: 3px solid #f2a4a4;
  232.     padding: 10px;
  233.     border-radius: 4px;
  234.     box-shadow: 0 0 10px 2px #f2a4a4;
  235.     margin-bottom: 25px;
  236. }
  237.  
  238. .tableRight {
  239.     width: 75%;
  240.     background-color: rgb( 242,164,164,0.4);
  241.     padding: 10px;
  242.     vertical-align: top;
  243.     overflow-wrap: anywhere;
  244. }
  245.  
  246. .tableLeft {
  247.     background-color: rgb( 242,164,164,0.4);
  248. }
  249.  
  250.  
  251. .topLeft:after {
  252.     margin: 4px 236px 36px -240px;
  253.     content: " ";
  254.     display: block;
  255.     white-space: pre-wrap;
  256.     padding: 0px 69px 0px 0px;
  257.     height: 1800px;
  258.     width: 852px;
  259.     background-image: url(https://data.whicdn.com/images/219989000/original.gif), url(https://i.pinimg.com/originals/30/7e/0b/307e0b7f506c185ce514b438c8e1f28b.gif);
  260.     background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
  261.     background-size: 385px;
  262.     background-position: 243px 0px, 243px 237px;
  263. }
  264.  
  265.  
  266. div#header>span#hUp::before {
  267.     content: "SHE IS THE ONE NAMED SAILOR MOON!";
  268.     animation: blinkingTextPurple 0.7s infinite;
  269.     body {: ;
  270.     background: url(https://pin.it/TjRhDlW);
  271.     background-size: 100%;
  272.     background-repeat: no-repeat;
  273.     background-attachment: fixed;
  274.     font-family: Cursive;
  275.     padding-top: 45px;
  276.     font-size: 20px;
  277.     }: ;
  278. }
  279.  
  280. .blog {
  281.     background-color: rgb( 242,164,164,0.4);
  282.     box-shadow: 0 0 10px 2px #f2a4a4;
  283.     padding: 10px;
  284.     border: 3px solid #F2A4A4;
  285. }