MediaWiki:Monobook.css: Difference between revisions
From Dead Suns Game
Jump to navigationJump to search
(Created page with "→All CSS here will be loaded for users of the MonoBook skin: MikeTable { background-color: #DDF; border:none; } MikeTable.td {border: 1px solid #007;}") |
No edit summary |
||
Line 1: | Line 1: | ||
/* All CSS here will be loaded for users of the MonoBook skin */ | /* All CSS here will be loaded for users of the MonoBook skin */ | ||
MikeTable { background-color: #DDF; border:none; } | .MikeTable { background-color: #DDF; border:none; } | ||
MikeTable.td {border: 1px solid #007;} | .MikeTable.td {border: 1px solid #007;} |
Revision as of 10:57, 22 October 2022
/* All CSS here will be loaded for users of the MonoBook skin */ .MikeTable { background-color: #DDF; border:none; } .MikeTable.td {border: 1px solid #007;}