Module:Message box/cmbox.css: Difference between revisions
Jump to navigation
Jump to search
no edit summary
imported>Pingu (Created page with "→{{pp|small=y}}: .cmbox { margin: 3px 0; border-collapse: collapse; border: 1px solid #a2a9b1; background-color: #dfe8ff; →Default "notice" blue: box-sizing: border-box; } .cmbox-speedy { border: 4px solid #b32424; →Red: background-color: #ffdbdb; →Pink: } .cmbox-delete { background-color: #ffdbdb; →Pink: } .cmbox-content { background-color: #ffe7ce; →Orange: } .cmbox-style { background-color: #fff9db; →Yellow: ...") |
imported>Pingu No edit summary |
||
| Line 69: | Line 69: | ||
margin: 3px 10%; | margin: 3px 10%; | ||
} | } | ||
} | |||
/* Miraheze fix */ | |||
.mbox-image img { | |||
height: inherit; | |||
max-width: inherit; | |||
} | } | ||