MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Line 39: Line 39:
}
}


.mp-donate {
/* Main page donate section */
   border: 1px solid #f3332b;
.mp-donate-section {
   background: #fff7f7;
   border: 1px solid #ddd;
   padding: 0.75em 1em;
   background: #fafafa;
   margin: 0 0 1em 0;
   padding: 1em 1.2em;
  margin: 1em 0;
}
 
.mp-donate-section h2 {
   margin-top: 0;
}
 
.mp-donate-section .mp-donate-cta a {
  text-decoration: none;
}
 
.mp-donate-section .mp-donate-cta a:hover {
  text-decoration: underline;
}
}