MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Line 465: Line 465:
   top: 10px;
   top: 10px;
   right: 14px;
   right: 14px;
}
/* ICE List notice table */
.icelist-notice-table {
  width: 100%;
  background: #f3f3f3;
  border-bottom: 1px solid #d0d0d0;
  padding: 12px 16px;
  border-collapse: collapse;
}
.icelist-notice-table td {
  vertical-align: middle;
  font-size: 16px;
  line-height: 1.4;
}
.icelist-notice-table td:last-child a {
  background: #e5392d;
  color: #fff !important;
  padding: 8px 16px;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}
.icelist-notice-table td:last-child a:hover {
  background: #cc2f25;
}
}