MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 15: Line 15:
}
}


/* TABLES */
table {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 80%;
}


.mw-editsection { display:none; }
.mw-editsection { display:none; }
th{
background-color: #059862;
}
td, th {
  border: 1px solid #ddd;
  padding: 8px;
}
td {
min-width:15%
}
tr:nth-child(even){background-color: #f2f2f2;}
tr:hover {background-color: #ddd;}
th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
}


/* To make images responsive */
/* To make images responsive */

Navigation menu