User:Mushroom Head/common.css: Difference between revisions
From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
mNo edit summary |
mNo edit summary Tag: Mobile edit |
||
(14 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
body { font-family:Times; font-size:10px; } | body { font-family:Times; font-size:10px; } | ||
a { color: # | a { color: #00A; } | ||
a:visited { color: # | a:visited { color: #559; } | ||
a:active { color: # | a:active { color: #115; } | ||
a.new { color: # | a.new { color: #A44; } | ||
a.new:visited { color:# | a.new:visited { color:#F66; } | ||
a.new:active { color: # | a.new:active { color: #F88; } | ||
.usermessage { background: # | .usermessage { background: #FED; } | ||
#catlinks { | #catlinks { | ||
border: 1px dotted # | border: 1px dotted #077; | ||
background-color: #FF4646; | background-color: #FF4646; | ||
} | } | ||
/* me */ | /* me */ | ||
.mw-userlink[title="User:Mushroom Head"] { color: # | .mw-userlink[title="User:Mushroom Head"] { color: #F00 !important; } | ||
/* Friends */ | /* Friends */ | ||
.mw-userlink[title="User:FanOfYoshi"] { color: # | .mw-userlink[title="User:FanOfYoshi"] { color: #0F0 !important; } | ||
/* Patrollers */ | /* Patrollers */ | ||
.mw-userlink[title="User:Doomhiker"], | .mw-userlink[title="User:Doomhiker"], | ||
.mw-userlink[title="User:LuigiMaster123"], | .mw-userlink[title="User:LuigiMaster123"], | ||
#whopatrol a { color: # | .mw-userlink[title="User:Nintendo101"], | ||
.mw-userlink[title="User:Sparks"], | |||
.mw-userlink[title="User:Technetium"], | |||
#whopatrol a { color: #F90 !important; } | |||
/* Administrators */ | /* Administrators */ | ||
Line 29: | Line 32: | ||
.mw-userlink[title="User:Mario"], | .mw-userlink[title="User:Mario"], | ||
.mw-userlink[title="User:Mister Wu"], | .mw-userlink[title="User:Mister Wu"], | ||
.mw-userlink[title="User:Nightwicked Bowser"], | |||
.mw-userlink[title="User:Ray Trace"], | .mw-userlink[title="User:Ray Trace"], | ||
.mw-userlink[title="User:RHG1951"], | .mw-userlink[title="User:RHG1951"], | ||
.mw-userlink[title="User:Turboo"], | .mw-userlink[title="User:Turboo"], | ||
#whoadmin a { color: # | #whoadmin a { color: #00F !important; } | ||
/* Bureaucrats */ | /* Bureaucrats */ | ||
Line 40: | Line 42: | ||
.mw-userlink[title="User:Shokora"], | .mw-userlink[title="User:Shokora"], | ||
.mw-userlink[title="User:Walkazo"], | .mw-userlink[title="User:Walkazo"], | ||
#whocrat a { color: # | #whocrat a { color: #080 !important; } | ||
/* Proprietor */ | /* Proprietor */ | ||
.mw-userlink[title="User:Porplemontage"], | .mw-userlink[title="User:Porplemontage"], | ||
#whoprop a { color: # | #whoprop a { color: #FC0 !important; } | ||
/* Bots */ | /* Bots */ | ||
.mw-userlink[title="User:MarioWiki Bot"] { color: #000 !important; } | .mw-userlink[title="User:MarioWiki Bot"] { color: #000 !important; } | ||
.mw-userlink[title="User:ShroomBot"] { color: #E15400 !important; } | .mw-userlink[title="User:ShroomBot"] { color: #E15400 !important; } | ||
.mw-userlink[title="User:PorpleBot"] { color: # | .mw-userlink[title="User:PorpleBot"] { color: #FC0 !important; } | ||
/* this aged well */ | |||
/* probably not going to ever be updated */ | |||
/* | |||
/* |
Latest revision as of 00:34, February 4, 2025
body { font-family:Times; font-size:10px; }
a { color: #00A; }
a:visited { color: #559; }
a:active { color: #115; }
a.new { color: #A44; }
a.new:visited { color:#F66; }
a.new:active { color: #F88; }
.usermessage { background: #FED; }
#catlinks {
border: 1px dotted #077;
background-color: #FF4646;
}
/* me */
.mw-userlink[title="User:Mushroom Head"] { color: #F00 !important; }
/* Friends */
.mw-userlink[title="User:FanOfYoshi"] { color: #0F0 !important; }
/* Patrollers */
.mw-userlink[title="User:Doomhiker"],
.mw-userlink[title="User:LuigiMaster123"],
.mw-userlink[title="User:Nintendo101"],
.mw-userlink[title="User:Sparks"],
.mw-userlink[title="User:Technetium"],
#whopatrol a { color: #F90 !important; }
/* Administrators */
.mw-userlink[title="User:BBQ Turtle"],
.mw-userlink[title="User:L151"],
.mw-userlink[title="User:Mario"],
.mw-userlink[title="User:Mister Wu"],
.mw-userlink[title="User:Nightwicked Bowser"],
.mw-userlink[title="User:Ray Trace"],
.mw-userlink[title="User:RHG1951"],
.mw-userlink[title="User:Turboo"],
#whoadmin a { color: #00F !important; }
/* Bureaucrats */
.mw-userlink[title="User:Mario jc"],
.mw-userlink[title="User:Shokora"],
.mw-userlink[title="User:Walkazo"],
#whocrat a { color: #080 !important; }
/* Proprietor */
.mw-userlink[title="User:Porplemontage"],
#whoprop a { color: #FC0 !important; }
/* Bots */
.mw-userlink[title="User:MarioWiki Bot"] { color: #000 !important; }
.mw-userlink[title="User:ShroomBot"] { color: #E15400 !important; }
.mw-userlink[title="User:PorpleBot"] { color: #FC0 !important; }
/* this aged well */
/* probably not going to ever be updated */