Jump to content

MediaWiki:Common.css: Difference between revisions

153 bytes added ,  19:42, 29 October 2022
no edit summary
(Put .cheat-sheet-card style in here)
No edit summary
Line 81: Line 81:
.cheat-sheet-card {
.cheat-sheet-card {
   max-width: 260px;
   max-width: 260px;
  border: 1px solid #888888;
   border-radius: 5px;
   border-radius: 2px;
   margin: 5px;
   margin: 2px 5px;
   padding: 5px 10px;
   padding: 5px 10px;
  background-color: #f8f8ff;
  box-shadow: 2px 2px #00000020;
}
.cheat-sheet-card:nth-child(even) {
  background-color: #f6fcff;
}
.cheat-sheet-card .mw-editsection {
  display: none;
}
}