Difference between revisions of "MediaWiki:Common.css"
(Replaced content with "→CSS placed here will be applied to all skins: #ca-talk { display: none !important; }") |
|||
Line 3: | Line 3: | ||
#ca-talk { | #ca-talk { | ||
display: none !important; | display: none !important; | ||
+ | } | ||
+ | |||
+ | #menu { | ||
+ | list-style-type: none; | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | overflow: hidden; | ||
+ | background-color: #333; | ||
+ | } | ||
+ | |||
+ | #li { | ||
+ | float: left; | ||
+ | } | ||
+ | |||
+ | #li a { | ||
+ | display: inline-block; | ||
+ | color: white; | ||
+ | text-align: center; | ||
+ | padding: 14px 16px; | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | |||
+ | #li a:hover { | ||
+ | background-color: #111; | ||
} | } |
Revision as of 15:19, 3 March 2016
/* CSS placed here will be applied to all skins */ #ca-talk { display: none !important; } #menu { list-style-type: none; margin: 0; padding: 0; overflow: hidden; background-color: #333; } #li { float: left; } #li a { display: inline-block; color: white; text-align: center; padding: 14px 16px; text-decoration: none; } #li a:hover { background-color: #111; }