MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Line 905: Line 905:
}
}


#siteNotice.icelist-anon-donate .icelist-notice-table {
/* Rounded corners + subtle elevation for dismissable site notice */
   border-radius: 12px;
#siteNotice > .mw-dismissable-notice {
   border-radius: 14px;
   box-shadow: 0 4px 12px rgba(0,0,0,0.08);
   box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  overflow: hidden; /* REQUIRED for rounded corners on tables */
}
#siteNotice.icelist-anon-donate .icelist-notice-table td {
   background: #f3f3f3;
   background: #f3f3f3;
}
#siteNotice.icelist-anon-donate .icelist-notice-table {
  background: transparent;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
   overflow: hidden;
   overflow: hidden;
}
}