MediaWiki:Monobook.css: Difference between revisions
Jump to navigation
Jump to search
Onizuka-gto (talk | contribs) modification recommended by Darkoneko to monobook css |
Onizuka-gto (talk | contribs) mNo edit summary |
||
| Line 1: | Line 1: | ||
/* <pre> */ | |||
/* CSS placed here will affect users of the Monobook skin */ | /* CSS placed here will affect users of the Monobook skin */ | ||
/* BEGIN Diff rendering */ | /* BEGIN Diff rendering */ | ||
| Line 27: | Line 28: | ||
} | } | ||
/* END Diff rendering */ | /* END Diff rendering */ | ||
/* </pre> */ | |||
Revision as of 01:50, 28 December 2006
/* <pre> */
/* CSS placed here will affect users of the Monobook skin */
/* BEGIN Diff rendering */
table.diff {
padding: 0.5em;
}
table.diff td {
vertical-align: top;
}
td.diff-addedline {
background:#D8E4F6;
}
td.diff-addedline span.diffchange {
background: #B0C0F0;
color: #001040;
font-weight: bold;
}
td.diff-deletedline {
background:#E4F6D8;
}
td.diff-deletedline span.diffchange {
background: #B0E897;
color: #104000;
font-weight: bold;
}
td.diff-context {
background:#FEFEFE;
}
/* END Diff rendering */
/* </pre> */