Community Central
Community Central
(Message wall matter)
Line 29: Line 29:
 
}
 
}
 
</pre>
 
</pre>
  +
<br />Peace, [[user:Tyrael pl|<span style="font-weight:bold;font-family:Chiller;font-size:150%;color:#000;text-shadow:0px 0px 6px #99CCFF,0px 0px 6px #99CCFF,0px 0px 6px #99CCFF,0px 0px 6px #99CCFF;">Ͽ †yræl pl Ͼ</span>]] 07:13, February 3, 2013 (UTC)

Revision as of 07:13, 3 February 2013

Forums: Admin Central Index General Questions Changing admin username color?
Central's forums are a place for the community to help other members.
To contact staff directly or to report bugs, please use Special:Contact.
Note: This topic has been unedited for 4093 days. It is considered archived - the discussion is over. Do not add to unless it really needs a response.


I have seen in many wikis that admins' usernames have a special color. I found a thread about it, in this wiki, but it's inactive and it doesn't say, where to do it. So, will someone tell me, how to do it and where to do it? Avatarbender 12:33, August 7, 2012 (UTC)

In your wiki's MediaWiki:Common.css put
a[href="/wiki/User:USERNAME"]  { color:COLOUR NAME !important; font-weight: bold !important; }

--http://i151.photobucket.com/albums/s145/urbancowgurl777/UltimateSupreme2212-3.png(Talk to me) 12:51, August 7, 2012 (UTC)

MediaWiki:Common.css does not affect the oasis skin. Therefore, I would also recommend adding a code like this to your wiki's MediaWiki:Wikia.css file:
@import "http://YOURWIKISUBDOMAIN.wikia.com/index.php?title=MediaWiki:Common.css&action=raw&ctype=text/css";
--Dser (wall | email) 01:14, 8/10/2012

Message wall username color

Since we have message walls now which don't use the "wiki/User:USERNAME" but "/wiki/Message_Wall:USERNAME" I have a question.

I use more than one username color change with such a code:

a[href|="/wiki/User:USERNAME1"],
a[href|="/wiki/User:USERNAME2"] {
color: COLOR_CODE/NAME !important;
}

Why such a code won't work and what to do to make it work:

a[href|="/wiki/User:USERNAME1"],
a[href|="/wiki/Message_Wall:USERNAME1"],
a[href|="/wiki/User:USERNAME2"],
a[href|="/wiki/Message_Wall:USERNAME2"], {
color: COLOR_CODE/NAME !important;
}


Peace, Ͽ †yræl pl Ͼ 07:13, February 3, 2013 (UTC)