MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 709: | Line 709: | ||
right: 10px; | right: 10px; | ||
z-index: 9999; | z-index: 9999; | ||
border: 0; | |||
background: transparent; | |||
font-size: 22px; | |||
line-height: 1; | |||
cursor: pointer; | |||
padding: 6px 8px; | |||
} | |||
/* ICE List anon notice — ONLY when JS marks it */ | |||
#siteNotice.icelist-anon-donate{ | |||
margin: 12px auto; | |||
padding: 14px 16px; | |||
border-radius: 12px; | |||
background: #f3f3f3; | |||
border: 1px solid rgba(0,0,0,0.08); | |||
position: relative; | |||
} | |||
/* Make your table behave like a clean banner row */ | |||
#siteNotice.icelist-anon-donate .icelist-notice-table{ | |||
width: 100%; | |||
border-collapse: collapse; | |||
} | |||
#siteNotice.icelist-anon-donate .icelist-notice-table > tbody > tr{ | |||
display: flex; | |||
gap: 16px; | |||
align-items: center; | |||
} | |||
#siteNotice.icelist-anon-donate .icelist-notice-table > tbody > tr > td:first-child{ | |||
flex: 1; | |||
padding-right: 12px; | |||
} | |||
/* Donate button */ | |||
#siteNotice.icelist-anon-donate .icelist-donate-btn{ | |||
display: inline-block; | |||
padding: 10px 16px; | |||
border-radius: 10px; | |||
background: #e53935; | |||
color: #fff !important; | |||
text-decoration: none !important; | |||
font-weight: 700; | |||
white-space: nowrap; | |||
} | |||
/* Close button (top right) */ | |||
#siteNotice.icelist-anon-donate .icelist-notice-close{ | |||
position: absolute; | |||
top: 6px; | |||
right: 10px; | |||
border: 0; | border: 0; | ||
background: transparent; | background: transparent; | ||