User:Technical 13/vector.css

From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
/* 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=";
}
br[clear]::before {
	content: "clear=";
}
[align]::before {
	content: "align=";
}
[bgcolor]::before {
	content: "bgcolor=";
}
[valign]::before {
	content: "valign=";
}
[width]::before {
	content: "width=";
}
[height]::before {
	content: "height=";
}
[summary]::before {
	content: "summary=";
}
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,
br[clear]::before,
[align]::before,
[valign]::before,
[width]::before,
[height]::before,
[summary]::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>";
}