MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary Tag: Manual revert |
mNo edit summary |
||
Line 3: | Line 3: | ||
.keywords { | .keywords { | ||
display: none; | display: none; | ||
} | |||
.table_Calender { | |||
background-color: tomato; | |||
color: white; | |||
border: 2px solid black; | |||
margin: 20px; | |||
padding: 20px; | |||
} | } |
Revision as of 18:34, 27 February 2023
/* CSS placed here will be applied to all skins */ .keywords { display: none; } .table_Calender { background-color: tomato; color: white; border: 2px solid black; margin: 20px; padding: 20px; }