MediaWiki:Common.css: Difference between revisions

From Indian Trends
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 5: Line 5:
}
}
.table_Calender {
.table_Calender {
  background-color: tomato;
  color: white;
   border: 2px solid black;
   border: 2px solid black;
   margin: 20px;
   margin: 20px;
   padding: 20px;
   padding: 20px;
}
}

Revision as of 18:36, 27 February 2023

/* CSS placed here will be applied to all skins */

.keywords {
   display: none;
}
.table_Calender {
  border: 2px solid black;
  margin: 20px;
  padding: 20px;
}