MediaWiki:Common.css: Difference between revisions

From Blue Sky Trail Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 12: Line 12:
/*removes something, probably a tab we dont need, i forgor*/
/*removes something, probably a tab we dont need, i forgor*/
#ca-viewsource { display: none !important; }
#ca-viewsource { display: none !important; }
########################nav########################


/*Removes nav on sidebar*/
/*Removes nav on sidebar*/
Line 21: Line 23:
/*removes help button under nav on sidebar*/
/*removes help button under nav on sidebar*/
#n-help { display: none; }
#n-help { display: none; }
########################toolbox]######################
//#p-tb { display: none; } //removes the whole Tools menu.
//#p-tb h3 { display: none; } //removes only the label of the Tools menu.
//#feedlinks { display: none; } //hides the Atom link for the RSS feeds. This link is shown only when certain pages are viewed, such as the Recent changes page and the page Related changes.
//#t-whatlinkshere { display: none; } //hides the link What links here.
//#t-recentchangeslinked { display: none; } //removes the link Related changes.
//#t-contributions { display: none; } //removes the link User contributions. This link is shown when the personal page of a user is viewed, and also on some other pages such as the page with the logs related to the user.
//#t-log { display: none; } //removes the link Logs. This link is shown on the personal pages of users. The link opens the log that lists all the actions performed on the site by the user.
//#t-blockip { display: none; } //hides the link Block user. The link is shown on the personal pages of users, and on some other pages. It opens the form for blocking users. The link is visible to those users who have the right to block users. By default, admins/sysops have that right.
//#t-userrights { display: none; } //removes the link User rights management. This link is otherwise displayed on the personal pages of users, and on some other pages. It's visible to those users who belong to a group that has the right to assign users to user groups. By default, bureaucrats can do that. The link opens the form for adding and removing users to user groups.
//#t-upload { display: none; } //removes the link Upload file. The link is only available if file uploads are enabled.
//#t-specialpages { display: none; } //hides the Special pages link.
#t-print { display: none; } //removes the link Printable version.
#t-permalink { display: none; } //removes the link Permanent link.
//#t-info { display: none; } //hides the link Page information.

Revision as of 13:59, 23 October 2023

/* CSS placed here will be applied to all skins */

/*removes discussion tabs, dont want unmonitored comments*/
#ca-talk { display: none !important; }

/*removes view button, not needed*/
#ca-view { display: none !important; }

/*removes history button, not needed*/
#ca-history { display: none !important;}

/*removes something, probably a tab we dont need, i forgor*/
#ca-viewsource { display: none !important; }

########################nav########################

/*Removes nav on sidebar*/
#p-navigation h3 { display: none; }

/*removes recent changes under navigation on sidebar*/
#n-recentchanges { display: none; }

/*removes help button under nav on sidebar*/
#n-help { display: none; }

########################toolbox]######################

//#p-tb { display: none; } //removes the whole Tools menu.

//#p-tb h3 { display: none; } //removes only the label of the Tools menu.

//#feedlinks { display: none; } //hides the Atom link for the RSS feeds. This link is shown only when certain pages are viewed, such as the Recent changes page and the page Related changes.

//#t-whatlinkshere { display: none; } //hides the link What links here.

//#t-recentchangeslinked { display: none; } //removes the link Related changes.

//#t-contributions { display: none; } //removes the link User contributions. This link is shown when the personal page of a user is viewed, and also on some other pages such as the page with the logs related to the user.

//#t-log { display: none; } //removes the link Logs. This link is shown on the personal pages of users. The link opens the log that lists all the actions performed on the site by the user.

//#t-blockip { display: none; } //hides the link Block user. The link is shown on the personal pages of users, and on some other pages. It opens the form for blocking users. The link is visible to those users who have the right to block users. By default, admins/sysops have that right.

//#t-userrights { display: none; } //removes the link User rights management. This link is otherwise displayed on the personal pages of users, and on some other pages. It's visible to those users who belong to a group that has the right to assign users to user groups. By default, bureaucrats can do that. The link opens the form for adding and removing users to user groups.

//#t-upload { display: none; } //removes the link Upload file. The link is only available if file uploads are enabled.

//#t-specialpages { display: none; } //hides the Special pages link.

#t-print { display: none; } //removes the link Printable version.

#t-permalink { display: none; } //removes the link Permanent link.

//#t-info { display: none; } //hides the link Page information.