Pokémon GO Wiki
Advertisement
Pokémon GO Wiki

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/**
 * Changing admin username color
 * http://community.wikia.com/wiki/Admin_Forum:Changing_admin_username_color%3F
**/

/* Imports */
@import url("https://fonts.googleapis.com/css?family=Roboto");
@import url("https://fonts.googleapis.com/css?family=Orbitron");
@import url("https://fonts.googleapis.com/css2?family=Righteous");

/* Username links */
/** Wiki Representative **/
a[href$="/wiki/User:TimeShade"],
a[href$="/wiki/Message_Wall:TimeShade"] {
    color: #777777 !important;
    font-family: Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
	font-weight: 500;
	background: transparent url(https://vignette.wikia.nocookie.net/pokemongo/images/c/c5/Wiki_PokeBall.png) center left no-repeat !important;
	background-size: 15px !important;
	padding-left: 20px;
}
/** SysOP **/
a[href$="/wiki/User:Balm0th"],
a[href$="/wiki/Message_Wall:Balm0th"],
a[href$="/wiki/User:Rmkane"],
a[href$="/wiki/Message_Wall:Rmkane"],
a[href$="/wiki/User:Lukisiak"],
a[href$="/wiki/Message_Wall:Lukisiak"],
a[href$="/wiki/User:Someone456"],
a[href$="/wiki/Message_Wall:Someone456"] {
    color: #6c12ed !important;
    font-family: Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
	font-weight: 500;
	background: transparent url(https://vignette.wikia.nocookie.net/pokemongo/images/e/e8/Wiki_Master.png) center left no-repeat !important;
	background-size: 15px !important;
	padding-left: 20px;
}

/** Admins **/
a[href$="/wiki/User:Hilycker"],
a[href$="/wiki/Message_Wall:Hilycker"],
a[href$="/wiki/User:Luizsouthier"],
a[href$="/wiki/Message_Wall:Luizsouthier"] {
    color: black !important;
    font-family: Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
	font-weight: 500;
	background: transparent url(https://vignette.wikia.nocookie.net/pokemongo/images/4/4a/Wiki_Ultra.png) center left no-repeat !important;
	background-size: 15px !important;
	padding-left: 20px;
}

/** Content Moderators **/
a[href$="/wiki/User:Alice5150"],
a[href$="/wiki/Message_Wall:Alice5150"],
a[href$="/wiki/User:Atheist723"],
a[href$="/wiki/Message_Wall:Atheist723"],
a[href$="/wiki/User:Birdbrained17"],
a[href$="/wiki/Message_Wall:Birdbrained17"],
a[href$="/wiki/User:DorianDaBanny"],
a[href$="/wiki/Message_Wall:DorianDaBanny"],
a[href$="/wiki/User:Misch60"],
a[href$="/wiki/Message_Wall:Misch60"] {
    color: #192dff !important;
    font-family: Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
	font-weight: 500;
	background: transparent url(https://vignette.wikia.nocookie.net/pokemongo/images/7/70/Wiki_Great.png) center left no-repeat !important;
	background-size: 15px !important;
	padding-left: 20px;
}

/* User Page :- SysOp, Admin, and Content Moderator
.page-User_Balm0th hgroup > h1,
.page-Message_Wall_Balm0th hgroup > h1,
.page-User_Hilycker hgroup > h1,
.page-Message_Wall_Hilycker hgroup > h1,
.page-User_Lukisiak hgroup > h1,
.page-Message_Wall_Lukisiak hgroup > h1,
.page-User_Rmkane hgroup > h1,
.page-Message_Wall_Rmkane hgroup > h1,
.page-User_Alice5150 hgroup > h1,
.page-Message_Wall_Alice5150 hgroup > h1,
.page-User_Someone456 hgroup > h1,
.page-Message_Wall_Someone456 hgroup > h1,
.page-User_Atheist723 hgroup > h1,
.page-Message_Wall_Atheist723 hgroup > h1,
.page-User_Misch60 hgroup > h1,
.page-Message_Wall_Misch60 hgroup > h1,
.page-User_Luizsouthier hgroup > h1,
.page-Message_Wall_Luizsouthier hgroup > h1,
.page-User_DorianDaBanny hgroup > h1,
.page-Message_Wall_DorianDaBanny hgroup > h1,
.page-User_Birdbrained17 hgroup > h1,
.page-Message_Wall_Birdbrained17 hgroup > h1 {
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
*/
/* User Page :- SysOp and Admin
.page-User_Balm0th hgroup > h1,
.page-Message_Wall_Balm0th hgroup > h1,
.page-User_Hilycker hgroup > h1,
.page-Message_Wall_Hilycker hgroup > h1,
.page-User_Luizsouthier hgroup > h1,
.page-Message_Wall_Luizsouthier hgroup > h1 {
.page-User_Lukisiak hgroup > h1,
.page-Message_Wall_Lukisiak hgroup > h1,
.page-User_Rmkane hgroup > h1,
.page-Message_Wall_Rmkane hgroup > h1,
.page-User_Someone456 hgroup > h1,
.page-Message_Wall_Someone456 hgroup > h1 {
    color: #FED700 !important;
    text-shadow: #000000 0.05em 0.005em 0.005em !important;
}
*/
/* User Page :- Content Moderator
.page-User_Alice5150 hgroup > h1,
.page-Message_Wall_Alice5150 hgroup > h1,
.page-User_Atheist723 hgroup > h1,
.page-Message_Wall_Atheist723 hgroup > h1,
.page-User_Misch60 hgroup > h1,
.page-Message_Wall_Misch60 hgroup > h1,
.page-User_DorianDaBanny hgroup > h1,
.page-Message_Wall_DorianDaBanny hgroup > h1,
.page-User_Birdbrained17 hgroup > h1,
.page-Message_Wall_Birdbrained17 hgroup > h1 {
    color: #FED700 !important;
    text-shadow: #000000 0.05em 0.005em 0.005em !important;
}
*/
/* Signature and Links :- SysOp, Admin, and Content Moderator 
a[href$="/wiki/User:Balm0th"],
a[href$="/wiki/User:Hilycker"],
a[href$="/wiki/Message_Wall:Hilycker"],
a[href$="/wiki/User:Lukisiak"],
a[href$="/wiki/Message_Wall:Lukisiak"],
a[href$="/wiki/User:Rmkane"],
a[href$="/wiki/Message_Wall:Rmkane"],
a[href$="/wiki/User:Alice5150"],
a[href$="/wiki/Message_Wall:Alice5150"],
a[href$="/wiki/User:Someone456"],
a[href$="/wiki/Message_Wall:Someone456"],
a[href$="/wiki/User:Atheist723"],
a[href$="/wiki/Message_Wall:Atheist723"],
a[href$="/wiki/User:Misch60"],
a[href$="/wiki/Message_Wall:Misch60"],
a[href$="/wiki/User:Luizsouthier"],
a[href$="/wiki/Message_Wall:Luizsouthier"],
a[href$="/wiki/User:DorianDaBanny"],
a[href$="/wiki/Message_Wall:DorianDaBanny"],
a[href$="/wiki/User:Birdbrained17"],
a[href$="/wiki/Message_Wall:Birdbrained17"] {
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: bold !important;
}
*/
/* Signature and Links :- SysOp and Admin
a[href$="/wiki/User:Balm0th"],
a[href$="/wiki/User:Hilycker"],
a[href$="/wiki/Message_Wall:Hilycker"],
a[href$="/wiki/User:Luizsouthier"],
a[href$="/wiki/Message_Wall:Luizsouthier"],
a[href$="/wiki/User:Lukisiak"],
a[href$="/wiki/Message_Wall:Lukisiak"],
a[href$="/wiki/User:Rmkane"],
a[href$="/wiki/Message_Wall:Rmkane"],
a[href$="/wiki/User:Someone456"],
a[href$="/wiki/Message_Wall:Someone456"] {
    color: #a581ea !important;
    text-shadow: #662ad6 0.033em 0.005em 0.005em !important;
}
*/
/* Signature and Links :- Content Moderator
a[href$="/wiki/User:Alice5150"],
a[href$="/wiki/Message_Wall:Alice5150"],
a[href$="/wiki/User:Atheist723"],
a[href$="/wiki/Message_Wall:Atheist723"],
a[href$="/wiki/User:Misch60"],
a[href$="/wiki/Message_Wall:Misch60"],
a[href$="/wiki/User:DorianDaBanny"],
a[href$="/wiki/Message_Wall:DorianDaBanny"],
a[href$="/wiki/User:Birdbrained17"],
a[href$="/wiki/Message_Wall:Birdbrained17"] {
    color: #608ddb !important;
    text-shadow: #436299 0.033em 0.005em 0.005em !important;
}
*/
/* Custom CSS
.page-User_Rmkane hgroup > h1,
.page-Message_Wall_Rmkane hgroup > h1,
a[href$="/wiki/User:Rmkane"],
a[href$="/wiki/Message_Wall:Rmkane"] {
    color: #FF883E !important;
    font-family: 'Orbitron', monospace !important;
    font-style: italic !important;
    text-shadow: #FFFFFF 0.05em 0.03em 0.03em !important;
    text-transform: uppercase !important;
}

.page-User_Lukisiak hgroup > h1,
.page-Message_Wall_Lukisiak hgroup > h1,
a[href$="/wiki/User:Lukisiak"],
a[href$="/wiki/Message_Wall:Lukisiak"] {
	color: #10a7e0 !important;
	font-family: Righteous, Helvetica !important;
	letter-spacing: 2px !important;
	text-decoration: none !important;
	text-shadow: none !important;
	text-transform: uppercase !important;
}
 */
 
/* Reset the profile tab links to ther defaults. */
#globalNavigation li a, .tabs li a, .tabs li.selected a {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important; 
    font-style: normal !important;
    font-weight: normal !important;
    text-decoration: none !important;
    text-shadow: none !important;
    text-transform: none !important;
	letter-spacing: normal !important;
	background: transparent !important;
}
#globalNavigation li a, .tabs li a {
    color: #6699ff !important;
}
.tabs li.selected a {
    color: #3a3a3a !important;
    font-weight: bold !important;
}

/* Reset of background image for dropdown menu in global nav profile */
.wds-list li a {
	background: transparent !important;
}
/* Reset of background image for rail modules */
.community-page-rail-module a,
.chat-module a {
	padding: initial !important;
	background: transparent !important;
}
/* Reset of background image for speach bubbles */
.speech-bubble-avatar a {
	padding: initial !important;
	background: transparent !important;
}
Advertisement