User:KurwaAntics/common.css: Difference between revisions
From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
m (Glowsquid moved page User:UntergangerPlus/common.css to User:KurwaAntics/common.css: Automatically moved page while renaming the user "UntergangerPlus" to "KurwaAntics") |
KurwaAntics (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
/* Edit windows textbox */ | /* Edit windows textbox */ | ||
#wpTextbox1{ | #wpTextbox1 { | ||
font: 12px/normal 'Monaco', 'Menlo', 'Ubuntu Mono', 'Consolas', 'source-code-pro', monospace; | font: 12px/normal 'Monaco', 'Menlo', 'Ubuntu Mono', 'Consolas', 'source-code-pro', monospace; | ||
} | |||
body { | |||
font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Arial", sans-serif; | |||
} | } |