MediaWiki:Common.css: Difference between revisions

+ staff colourings
(+ #mw-missingsummary)
(+ staff colourings)
Line 304: Line 304:
.picture-attribution {display:none;}
.picture-attribution {display:none;}
#mw-missingsummary { background: orange; margin:10px; padding:3px 10px;}
#mw-missingsummary { background: orange; margin:10px; padding:3px 10px;}
.page-GTA_5_Wishlist .editsection-upper, .page-GTA_5_Wishlist #ca-edit {display:none}
/* This hides the two main edit links on the GTA 5 Wishlist page. */
/***********************************************************/
/* Code for automatically highlighting URLs to staff user pages */
/* currently, ALL links are highlighted using: a[href|="/User:Gboyers"],
To only highlight links in diff/history pages etc, use the following code:
table.diff a[href|="/User:Gboyers"],
ul#pagehistory li a[href|="/User:Gboyers"],
ul.special li a[href|="/User:Gboyers"] { color: #007700; font-weight:bold;}
*/
/* MANAGERS */
#bodyContent a.extiw[href|="http://www.wikia.com/c:gta:User:Gboyers"], a[href|="/User:Gboyers"] { color: #600; font-weight:bold; background:url(http://images4.wikia.nocookie.net/gtawiki/images/thumb/e/e6/Sergeant.png/15px-Sergeant.png) center left no-repeat;padding-left:16px; text-transform:lowercase;}
#bodyContent a.extiw[href|="http://www.wikia.com/c:gta:User_talk:Gboyers"], a[href|="/User_talk:Gboyers"] { color: #A55; font-weight:bold; text-transform:lowercase;}
/* ADMINS */
a[href|="/User:Masterpogihaha"],
a[href|="/User:Chimpso"],
a[href|="/User:Gta-mysteries"],
a[href|="/User:ZS"],
a[href|="/User:Biggest_gta_fan_ever"],
a[href|="/User:A-Dust"],
a[href|="/User:Spaceeinstein"]
{ color: #D40; font-weight:bold; background:url(http://images2.wikia.nocookie.net/gtawiki/images/thumb/6/65/Corporal.png/15px-Corporal.png) center left no-repeat;padding-left:16px;}
a[href|="/User_talk:Masterpogihaha"],
a[href|="/User_talk:Chimpso"],
a[href|="/User_talk:Gta-mysteries"],
a[href|="/User_talk:ZS"],
a[href|="/User_talk:Biggest_gta_fan_ever"],
a[href|="/User_talk:A-Dust"],
a[href|="/User_talk:Spaceeinstein"]
{ color: #F96; font-weight:bold;}
/* MODERATORS
a[href|="/User:Masterpogihaha"]
{ color: #33A; font-weight:bold; background:url(http://images4.wikia.nocookie.net/gtawiki/images/thumb/a/a8/Lance_Corporal.png/15px-Lance_Corporal.png) center left no-repeat;padding-left:16px;}
a[href|="/User_talk:Masterpogihaha"]
{ color: #55C; font-weight:bold;}
*/