Advertisement
Guest User

Untitled

a guest
Jul 5th, 2015
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var chatTopic = 'Bem-vindo ao chat da FNaF Wiki.<br /><a href="/wiki/Five_Nights_at_Freddys_Wiki_BR:Política_do_Chat" target="_blank" title="Five Nights at Freddys Wiki BR:Política do Chat" style="position:relative;text-decoration:underline;">Política do Chat</a>'
  2.  
  3. $(function() {
  4.     $('#ChatHeader .public.wordmark').prepend('<div class="chattopic" style="text-align:center;position:absolute;width:60%;z-index:0;font-size: 13px;color:whitesmoke;font-weight:bold;line-height:1.6;margin-left:210px;">'+chatTopic+'</div>')
  5.     .find('a').attr('style','position:relative;text-decoration:underline;')
  6. })
  7. $('#ChatHeader .public.wordmark div:not(:first-child)').remove()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement