MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
impact
(bigger border)
(impact)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
/* Anton is an open-source font similar to Impact. This is to be used as a backup for Impact, for devices that don't have Impact installed such as iPhone. */
@font-face {
font-family: 'Anton';
src: url('/resources/assets/Anton-Regular.ttf');
}
.impact {
font-family: Impact, 'Anton';
}
/* Cell sizes for ambox/tmbox/imbox/cmbox/ombox/fmbox/dmbox message boxes */
/* Cell sizes for ambox/tmbox/imbox/cmbox/ombox/fmbox/dmbox message boxes */
th.mbox-text, td.mbox-text {  /* The message body cell(s) */
th.mbox-text, td.mbox-text {  /* The message body cell(s) */

Navigation menu