MediaWiki:Common.css: Difference between revisions

Want an adless experience? Log in or Create an account.
rewrote rank coloring code, moved it to the top for easier future access.
mNo edit summary
(rewrote rank coloring code, moved it to the top for easier future access.)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
/* Rank Coloring
  Applies rank colors to page title on user and user talk pages. */
/* Admins */
a.mw-userlink[title="User:Emma"],
.page-User_Emma h1,
.page-User_talk_Emma h1,
a.mw-userlink[title="User:Fused_shadows"],
.page-User_Fused_shadows h1,
.page-User_talk_Fused_shadows h1,
a.mw-userlink[title="User:Josh"],
.page-User_Josh h1,
.page-User_talk_Josh h1,
a.mw-userlink[title="User:Locke"],
.page-User_Locke h1,
.page-User_talk_Locke h1,
a.mw-userlink[title="User:Mases"],
.page-User_Mases h1,
.page-User_talk_Mases h1 {
color: #9B508A;
}
/* Patrollers */
a.mw-userlink[title="User:BlackRayquaza98"],
.page-User_BlackRayquaza98 h1,
.page-User_talk_BlackRayquaza98 h1,
a.mw-userlink[title="User:Heroine_of_Time"],
.page-User_Heroine_of_Time h1,
.page-User_talk_Heroine_of_Time h1,
a.mw-userlink[title="User:Odd300"],
.page-User_Odd300 h1,
.page-User_talk_Odd300 h1,
a.mw-userlink[title="User:Satam"],
.page-User_Satam h1,
.page-User_talk_Satam h1,
a.mw-userlink[title="User:Thortok2000"],
.page-User_Thortok2000 h1,
.page-User_talk_Thortok2000 h1 {
color: #E99216;
}
/* Bots */
a.mw-userlink[title="User:Navi"],
.page-User_Navi h1,
.page-User_talk_Navi h1,
a.mw-userlink[title="User:Scrapper"],
.page-User_Scrapper h1,
.page-User_talk_Scrapper h1 {
color: #3EB8C6;
}
/* End Rank Coloring */


/* CSS styling for the User Welcome */
/* CSS styling for the User Welcome */
Line 151: Line 205:
background-color: transparent;
background-color: transparent;
}
}
/* Rank Page Title Coloring
  Applies rank colors to page title on user and user talk pages. */
/* Admins */
body.page-User_Emma h1#firstHeading, body.page-User_talk_Emma h1#firstHeading, body.page-User_Fused_shadows h1#firstHeading, body.page-User_talk_Fused_shadows h1#firstHeading, body.page-User_Josh h1#firstHeading, body.page-User_talk_Josh h1#firstHeading, body.page-User_Locke h1#firstHeading, body.page-User_talk_Locke h1#firstHeading, body.page-User_Mases h1#firstHeading, body.page-User_talk_Mases h1#firstHeading {
color:#9B508A;
}
/* Patrollers */
body.page-User_BlackRayquaza98 h1#firstHeading, body.page-User_talk_BlackRayquaza98 h1#firstHeading,body.page-User_Heroine_of_Time h1#firstHeading, body.page-User_talk_Heroine_of_Time h1#firstHeading, body.page-User_Odd300 h1#firstHeading, body.page-User_talk_Odd300 h1#firstHeading, body.page-User_Satam h1#firstHeading, body.page-User_talk_Satam h1#firstHeading, body.page-User_Thortok2000 h1#firstHeading, body.page-User_talk_Thortok2000 h1#firstHeading {
color: #E99216;
}
/* Bots */
body.page-User_Navi h1#firstHeading, body.page-User_talk_Navi h1#firstHeading, body.page-User_Scrapper h1#firstHeading, body.page-User_talk_Scrapper h1#firstHeading {
color:#3EB8C6;
}
/* End Rank Page Title Coloring */