MediaWiki:Common.css: Difference between revisions

add box css
m add comment
Line 45: Line 45:


/* Notices - Coloured boxes */
/* Notices - Coloured boxes */
 
<!-- Uses style code from https://www.mediawiki.org/wiki/Template:Colored_box -->
.cat-mw-box{
.cat-mw-box{
   border:1px solid #a2a9b1;
   border:1px solid #a2a9b1;
Line 51: Line 51:
   margin-bottom:2rem
   margin-bottom:2rem
}
}


.cat-mw-box-header{
.cat-mw-box-header{
Line 58: Line 57:
   padding:0.2rem 1rem;
   padding:0.2rem 1rem;
}
}
.cat-mw-box-body{
.cat-mw-box-body{
   padding:0.2rem 1rem;
   padding:0.2rem 1rem;
}
}