Module:Message box/ombox.css: Difference between revisions

From Test Wiki
Content deleted Content added
Create CSS page to style {{Ombox}} templates using <templatestyles>
 
Restore `border‑width` of `type=speedy` and `type=delete`
Line 21: Line 21:


table.ombox-speedy {
table.ombox-speedy {
/* Red */
border-color: #b32424;
/* Pink */
/* Pink */
background-color: #fee7e6;
background-color: #fee7e6;
}
}


table.ombox-speedy,
table.ombox-delete {
table.ombox-delete {
/* Red */
/* Red */
border-color: #b32424;
border-color: #b32424;
border-width: 2px;
}
}