User:Sir Lestaty de Lioncourt/global.css

From Meta, a Wikimedia project coordination wiki

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* Let's make things using deprecated HTML elements more noticeable to be able to fix them... */
 
basefont::before {
    content: "<basefont>";
}
font::before {
    content: "<font>";
}
basefont::before,
basefont::after,
font::before,
font::after {
    color: #FFF !important;
    background-color: #A11 !important;
    font-weight: bold !important;
    font-variant: small-caps !important;
    border: 1px solid #A11 !important;
    padding: 1px 2px !important;
}
basefont::after {
    content: "</basefont>";
}
font::after {
    content: "</font>";
}
 
acronym::before {
    content: "<acronym>";
}
big::before {
    content: "<big>";
}
dir::before {
    content: "<dir>";
}
strike::before {
    content: "<strike>";
}
tt::before {
    content: "<tt>";
}
table[cellpadding]::before {
	content: "cellpadding=";
}
table[cellspacing]::before {
	content: "cellspacing=";
}
[align]::before {
	content: "align=";
}
[valign]::before {
	content: "valign=";
}
[width]::before {
	content: "width=";
}
[border]::before {
	content: "border=";
}
acronym::before,
acronym::after,
big::before,
big::after,
dir::before,
dir::after,
strike::before,
strike::after,
tt::before,
tt::after,
table[cellpadding]::before,
table[cellspacing]::before,
[align]::before,
[valign]::before,
[width]::before,
[border]::before {
    color: #FFF !important;
    background-color: #A55 !important;
    font-weight: bold !important;
    border: 1px solid #A55 !important;
    padding: 0px 5px !important;
}
acronym::after {
    content: "</acronym>";
}
big::after {
    content: "</big>";
}
dir::after {
    content: "</dir>";
}
strike::after {
    content: "</strike>";
}
tt::after {
    content: "</tt>";
}
 
center::before {
    content: "<center>";
}
center::before,
center::after {
    color: #DDD !important;
    background-color: #000 !important;
    border: 1px dotted #DDD !important;
    padding: 1px 3px !important;
}
center::after {
    content: "</center>";
}