Help:User masthead

From the group that combats the Wikia skin, the Anti-Wikia alliance.
Jump to: navigation, search
User masthead, showing user page tab

The user masthead is shown at the top of all user-related pages and is intended to bring all user-related pages together and give users more of an identity.

Masthead[edit source]

The masthead shows both the user avatar and links to user-related pages. The links you see depend on what page you are viewing:

Your own user pages
My Home, User, User talk, Blog, Contributions.
Other user pages
User, User talk, Blog, Contributions.
Anonymous user pages
User, User talk, Contributions.

Avatars[edit source]

To the left of the links in the masthead, on blog posts and comments (and a few other areas around the wiki) you will see an avatar.

  • Clicking on the masthead avatar will bring you to the main user page for that user.
  • If you are logged in, rolling over the avatar gives you the options of "Leave a new message", "Email user" and, if you are an admin, "Block user".

Avatars have a size of 100x100px when uploaded, and are shown at 50x50px on the masthead (and several different sizes elsewhere). While the wiki can resize and crop images, you may want to do this offline to ensure best quality. The uploader accepts images up to 512kb, in PNG, JPG, GIF and BMP format, and any resolution. Avatars are carried across all Wikia.

To choose your avatar, visit the first ("User profile") tab of Special:Preferences. You can upload your own, or the options give you several default options to choose from. The avatar selection is only saved when you click "Save" on the preferences page.


Customization[edit source]

The user masthead use a few new color classes that you can customize in MediaWiki:Monaco.css; the information can be found on Help:Customizing Monaco.

Coding of typical user masthead:

/*** USER MASTHEAD ***/

#user_masthead {
	background: #2A2A2A;
	color: #FFF;
}
#user_masthead li a {
	color: #FFF;
}
body.masthead-regular #page_bar, body.masthead-special #page_bar {
	background: #AAAAAA url(http://images3.wikia.nocookie.net/gamingskin6/images/7/7d/Background.gif);
	border-bottom: 1px solid #555;
	border-top: 1px solid #555;
	color: #FFF;
}
#user_masthead ul.nav_links li.selected, #user_masthead ul.nav_links li.selected a {
	background: #AAAAAA url(http://images3.wikia.nocookie.net/gamingskin6/images/7/7d/Background.gif);
	border-color: #555;
	color: #FFF;
}
#user_masthead ul.nav_links li, #user_masthead ul.nav_links li a {
	background: #222;
	color: #FFF;
}
body.masthead-regular #page_controls a, body.masthead-special #page_controls a {
	color: #FFF;
}
.dark_text_1 {
	color: #EEBB33;
}

See also[edit source]