MediaWiki:Common.css/MainPage.css: Difference between revisions

MediaWiki interface page
(Created page with "→‎CSS placed here will be applied to all skins: #logo { display: block; margin-left: auto; margin-right: auto; width: 50%; } table, td { border: 1px solid #ddd; text-align: left; background-color: #D8EBFF; } table { border-collapse: collapse; width: 100%; } td { padding: 15px; text-align: center; }")
 
No edit summary
Line 23: Line 23:
   text-align: center;
   text-align: center;
}
}
.last-modified-bar { display: none; }

Revision as of 14:32, 6 March 2023

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

#logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

table, td {  
  border: 1px solid #ddd;
  text-align: left;
  background-color: #D8EBFF;
}

table {
  border-collapse: collapse;
  width: 100%;
}

td {
  padding: 15px;
  text-align: center;
}

.last-modified-bar { display: none; }