Difference between revisions of "MediaWiki:Common.css"

adjusted the alert box style
(collapsible-content = overflow:auto)
(adjusted the alert box style)
Line 33: Line 33:
         width: auto;
         width: auto;
}
}
/* ----------------- NEW COLLAPSABLE ELEMENT ----------------- */


.alert {
.alert {
     padding: 0px 10px;
     padding: 10px;
     background-color: #e4e2ce;
     background-color: #e4e2d1;
     border: 2px dashed #999;
     border: 2px solid #cecdbf;
     margin: 10px;
     margin: 10px;
     display: block;
     display: block;
     text-align: center;
     text-align: center;
}
    }
 
/* ----------------- NEW COLLAPSABLE ELEMENT ----------------- */
 


span.mw-customtoggle-myDivision.mw-customtoggle {
span.mw-customtoggle-myDivision.mw-customtoggle {