Facebook
From xxx, 6 Years ago, written in Plain Text.
This paste is a reply to xxx from xxx - view diff
Embed
Download Paste or View Raw
Hits: 388
  1.         background-color: white;
  2.         border-radius: 14px 14px 14px 14px /20px 20px 20px 20px;
  3.         background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.65) 100%, rgba(0,0,0,0) 100%);
  4.         background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.65) 100%,rgba(0,0,0,0) 100%);
  5.         background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.65) 100%,rgba(0,0,0,0) 100%);
  6.         filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
  7.         background-repeat: no-repeat;
  8.     background-position: right top;
  9.     background-attachment: fixed;