Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2017
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.21 KB | None | 0 0
  1. $('#streamlabfollowers')
  2. .contents()
  3. .find("head")
  4. .append('<style type="text/css">@import url("https://fonts.googleapis.com/css?family=Roboto");.widget-EventList li>div,html{-webkit-transform:rotateX(0) rotateY(180deg);transform:rotateX(0) rotateY(180deg)}.widget-EventList,.widget-EventList *{box-sizing:border-box}.tag{line-height:11px!important}.widget-EventList{font-weight:700;font-size:16px;font-family:Roboto;color:#FAFAFA;overflow:hidden;list-style:none;padding:0;margin:10px 30px;text-transform:uppercase;position:relative}.widget-EventList li{width:100%;position:relative;-webkit-animation:fadeIn 1s forwards;animation:fadeIn 1s forwards;text-shadow:0 0 1px rgba(0,0,0,.7),0 0 2px rgba(0,0,0,.7),0 0 3px rgba(0,0,0,.7)}.widget-EventList li>div:first-child{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:4px;opacity:.7;-webkit-transition:opacity 1s;transition:opacity 1s;background-color:#131313;background-size:20px 20px;border:1px solid #6e6e6e}.widget-EventList li>div:last-child{overflow:hidden;position:relative;margin-bottom:4px;padding:0 10px;opacity:.7;font-size:.9em;height:1.2em;line-height:1.2em;-webkit-animation:growB 1s forwards;animation:growB 1s forwards}.widget-EventList li:first-child>div:first-child{opacity:1}.widget-EventList li:first-child>div:last-child{-webkit-animation:growA 1s forwards;animation:growA 1s forwards}.widget-EventList li:nth-child(n+11){-webkit-animation:fadeOut 1s forwards;animation:fadeOut 1s forwards}@-webkit-keyframes growA{0%{opacity:0;font-size:0;height:0;line-height:0;margin-bottom:0;padding:0}100%{opacity:1;font-size:1em;height:1.6em;line-height:1.6em;margin-bottom:4px;padding:0 10px}}@keyframes growA{0%{opacity:0;font-size:0;height:0;line-height:0;margin-bottom:0;padding:0}100%{opacity:1;font-size:1em;height:1.6em;line-height:1.6em;margin-bottom:4px;padding:0 10px}}@-webkit-keyframes growB{0%{opacity:1;font-size:1em;height:1.6em;line-height:1.6em}}@keyframes growB{0%{opacity:1;font-size:1em;height:1.6em;line-height:1.6em}}.widget-EventList .tag{font-size:.6em;line-height:.6em;top:.4em;right:.3em;position:absolute}.widget-EventList .message{padding-right:3em;display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}</style>');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement