MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Line 394: Line 394:
   #donate-top-notice .donate-title {
   #donate-top-notice .donate-title {
     font-size: 18px;
     font-size: 18px;
  }
}
/* === ICE List Donate SiteNotice === */
#siteNotice {
  background: #f2f2f2;
  border-bottom: 1px solid #d0d0d0;
  padding: 18px 24px;
  font-size: 17px;
  line-height: 1.5;
  text-align: center;
}
/* Make the headline stand out */
#siteNotice strong {
  font-size: 18px;
  font-weight: 700;
}
/* Style the Donate link like a button */
#siteNotice a {
  margin-left: 10px;
  padding: 8px 14px;
  background: #e03a2d;
  color: #fff !important;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 600;
  white-space: nowrap;
}
#siteNotice a:hover {
  background: #c83227;
}
/* Mobile spacing */
@media (max-width: 720px) {
  #siteNotice {
    padding: 16px 14px;
    font-size: 16px;
  }
  #siteNotice a {
    display: inline-block;
    margin-top: 10px;
   }
   }
}
}