MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 609: Line 609:
/* ============================== mobile responsiveness =============================== */
/* ============================== mobile responsiveness =============================== */
#mf-banner { display: none; }
#mf-banner { display: none; }
/* ============================== template:drawer =============================== */
.drawer-title {
background-color: #4c4c4c;
color: #fbf0a4;
padding: 6px 12px 6px 12px;
font-size: 125%;
}
.drawer-title a {
color: #fbf0a4;
float: right;
font-size: 1rem;
}
.drawer-title p {
margin-bottom: 8px;
}
.drawer-content {
padding: 6px 12px 6px 12px;
border: 1px solid #eeeeee;
margin-bottom: 6px;
}