MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
Tag: Manual revert
No edit summary
 
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
/* Sfondo generale */
body {
  background-color: #ffe6f0;
  color: #4a0033;
}


/* Link */
/* Link */
Line 34: Line 29:
h1, h2, h3, h4 {
h1, h2, h3, h4 {
   color: #cc0066;
   color: #cc0066;
}
/* Caselle, tabelle, box */
table, .infobox, .toc, .mw-warning {
  background-color: #fff0f5;
  border: 2px solid #ff99cc;
}
}