MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 531: | Line 531: | ||
body.page-Main_Page #footer { | body.page-Main_Page #footer { | ||
display: none !important; | display: none !important; | ||
} | |||
.grantha-new-btn { | |||
background: rgba(255,255,255,0.1); | |||
border: 1px solid rgba(255,255,255,0.3); | |||
color: white; | |||
padding: 6px 14px; | |||
border-radius: 20px; | |||
cursor: pointer; | |||
margin-right: 10px; | |||
} | |||
.grantha-modal { | |||
position: fixed; | |||
inset: 0; | |||
background: rgba(0,0,0,0.35); | |||
display: flex; | |||
align-items: center; | |||
justify-content: center; | |||
z-index: 10000; | |||
} | |||
.grantha-modal-box { | |||
background: white; | |||
padding: 20px; | |||
border-radius: 10px; | |||
width: 300px; | |||
} | |||
.gm-title { | |||
font-weight: bold; | |||
margin-bottom: 10px; | |||
} | |||
.gm-actions { | |||
display: flex; | |||
justify-content: flex-end; | |||
gap: 10px; | |||
margin-top: 12px; | |||
} | } | ||