Template:Tmbox/styles.css: Difference between revisions
Jump to navigation
Jump to search
no edit summary
imported>Hb1290 (Created page with " →Talk page message box styles: table.tmbox { margin: 4px 10%; border-collapse: collapse; border: 1px solid #c0c090; →Default "notice" gray-brown: background-co...") |
imported>Hb1290 No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
/* Talk page message box styles */ | /* Talk page message box styles */ | ||
table.tmbox { | table.tmbox { | ||
Line 40: | Line 39: | ||
table.tmbox-notice { | table.tmbox-notice { | ||
border: 1px solid #c0c090; /* Gray-brown */ | border: 1px solid #c0c090; /* Gray-brown */ | ||
} | |||
/* These mbox-small classes must be placed after all other | |||
ambox/tmbox/ombox etc classes. "html body.mediawiki" is so | |||
they override "table.ambox + table.ambox" above. */ | |||
html body.mediawiki .mbox-small { /* For the "small=yes" option. */ | |||
/* @noflip */ | |||
clear: right; | |||
/* @noflip */ | |||
float: right; | |||
/* @noflip */ | |||
margin: 4px 0 4px 1em; | |||
box-sizing: border-box; | |||
width: 238px; | |||
font-size: 88%; | |||
line-height: 1.25em; | |||
} | |||
html body.mediawiki .mbox-small-left { /* For the "small=left" option. */ | |||
/* @noflip */ | |||
margin: 4px 1em 4px 0; | |||
box-sizing: border-box; | |||
overflow: hidden; | |||
width: 238px; | |||
border-collapse: collapse; | |||
font-size: 88%; | |||
line-height: 1.25em; | |||
} | } |