User talk:SirComputer

From Brickipedia, the LEGO Wiki
Revision as of 11:21, 29 September 2013 by NovaFlare (talk | contribs) (Created page with "==Stories Wiki User Menu== * Hi, does this code help you out at all with the user menu? I just tried it on Bricki on my personal CSS and it seemed to work <pre> #userinfo a{ b...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Stories Wiki User Menu

  • Hi, does this code help you out at all with the user menu? I just tried it on Bricki on my personal CSS and it seemed to work
#userinfo a{
background:red
}

#userinfo a:hover{
background:purple
}
Obviously you'll need to change the actual colors :) NovaHawk 07:21, 29 September 2013 (EDT)