MediaWiki:Common.css: Difference between revisions

From ICTED-WIKI
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 2: Line 2:


.myCustomBox {
.myCustomBox {
     background-color: #a1615d;
     background-color: #e6f7ff;
     border: 1px solid #ccc;
     border: 2px solid #3399ff;
     padding: 10px;
     padding: 12px;
     margin: 5px 0;
    margin: 10px 0;
     border-radius: 5px;
}
}

Latest revision as of 08:50, 4 July 2025

/* CSS placed here will be applied to all skins */

.myCustomBox {
    background-color: #e6f7ff;
    border: 2px solid #3399ff;
    padding: 12px;
    margin: 10px 0;
    border-radius: 5px;
}