MediaWiki:Gadget-OldDiff.css

Polé Wikipedia

Catatan: Cappu mattangkung, ida harusuk mallajo browser cache ida barak géppa mita perubahan na. Mozilla/Firefox/Safari:' tekan itta Shift rilante klik Reload, a klik Ctrl-Shift-R ( Cmd-Shift-R: Apple Mac); IE:, tekan itta Ctrl rilante klik Refresh, a tekan Ctrl-F-5; Konqueror: klik Reload, a klik F5; Opera: harusuk mallajo cache ri Tools→Preferences.

/*  _____________________________________________________________________________
 * |                                                                             |
 * |                    === WARNING: GLOBAL GADGET FILE ===                      |
 * |                  Changes to this page affect many users.                    |
 * | Please discuss changes on the talk page or on [[WT:Gadget]] before editing. |
 * |_____________________________________________________________________________|
 *
 * Display diffs with the old yellow/green colors and design.
 */

table.diff td {
    padding: 0;
}

td.diff-marker {
    color: black;
    font-size: 1em;
    font-weight: normal;
}

td.diff-context,
td.diff-deletedline,
td.diff-addedline {
    border: none;
    border-radius: 0;
}

td.diff-context {
    background-color: #eee;
}

td.diff-deletedline {
    background-color: #ffa;
}

td.diff-addedline {
    background-color: #cfc;
}

td.diff-deletedline .diffchange,
td.diff-addedline .diffchange {
    background: transparent;
    color: red;
}