MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
Undo revision 122 by Mythcraftadmin (talk)
(Undo revision 123 by Mythcraftadmin (talk))
Tag: Undo
(Undo revision 122 by Mythcraftadmin (talk))
Tag: Undo
Line 2: Line 2:




// TABLES
/* To make images responsive */
table {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}
 
#customers td, #customers th {
  border: 1px solid #ddd;
  padding: 8px;
}
 
#customers tr:nth-child(even){background-color: #f2f2f2;}
 
#customers tr:hover {background-color: #ddd;}
 
#customers th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #04AA6D;
  color: white;
}
 
 
//RESPONSIVE IMAGES
.res-img img {
.res-img img {
max-width:100%;
max-width:100%;
Line 33: Line 8:
}
}


//Take off "Main Page" from the home page
/*Take off "Main Page" from the home page */
body.page-Main_Page h1 { display: none; }
body.page-Main_Page h1 { display: none; }


Line 43: Line 18:


}
}
//STYLING ATTEMPTS


div #mw-panel {
div #mw-panel {

Navigation menu