MediaWiki:Common.css: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 1,147:
margin: 0 !important;
/* === FIX: SOLID WHITE SHADOW TO COVER BOTTOM GAPS === */
/* This creates a 100px white block below the chatbox to hide the website text */
box-shadow: 0 100px 0 #ffffff !important;
background-color: #ffffff !important; /* Ensures the panel itself is solid white */
}
Line 1,187 ⟶ 1,183:
/* Optional: Add a subtle margin if it's too close to the text input */
margin-left: 4px !important;
}
 
/* ======================================================= */
/* 5. AI ASSISTANT VISUAL OVERRIDES (Borders & Shadows) */
/* ======================================================= */
 
/* 1. Main Panel: Dark Border, No Shadow */
.ext-aiassistant-panel {
border: 1px solid #202122 !important;
box-shadow: 0 100px 0 #ffffffnone !important;
}
 
/* 2. Interior Lines (Header Bottom & Footer Top) */
.ext-aiassistant-header {
border-bottom: 1px solid #202122 !important;
}
 
.ext-aiassistant-footer {
border-top: 1px solid #202122 !important;
}