Difference between revisions of "MediaWiki:Common.css"
From Rejection Wiki
Jump to navigationJump to search (Created page with "→CSS placed here will be applied to all skins: blockquote { background-color: #ff9999; border-style: dashed; border-color: #ff0000; }") |
D. A. Hosek (talk | contribs) |
||
| (2 intermediate revisions by one other user not shown) | |||
| Line 4: | Line 4: | ||
border-style: dashed; | border-style: dashed; | ||
border-color: #ff0000; | border-color: #ff0000; | ||
| + | border-width: 1px; | ||
| + | padding: 3px; | ||
| + | word-wrap: break-word; /* IE 5.5-7 */ | ||
| + | white-space: -moz-pre-wrap; /* Firefox 1.0-2.0 */ | ||
| + | white-space: pre-wrap; /* current browsers */ | ||
} | } | ||
Latest revision as of 18:15, 16 October 2016
/* CSS placed here will be applied to all skins */
blockquote {
background-color: #ff9999;
border-style: dashed;
border-color: #ff0000;
border-width: 1px;
padding: 3px;
word-wrap: break-word; /* IE 5.5-7 */
white-space: -moz-pre-wrap; /* Firefox 1.0-2.0 */
white-space: pre-wrap; /* current browsers */
}