Jump to content

User:Gadget850/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)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
@media screen {
   /* IE 9 applies the print style on screen if no screen given */
   .mw-cite-backlink {
   display: inline;
   }
}

cite {text-decoration: underline;}

.mw-editsection {float: right;} /* Move [edit] to right */

.citation-comment {display: inline !important;}  /* Show all Citation Style 1 error messages */

span.brokenref {display: inline;} /* Show all citation errors */

#wpSave {background-color: #88ff88;} /* Turn the "Save page" button green if I'm logged in */

code {border: 0}  /* No border on <code> */

/* Highlight obsolete HTML elements and attributes*/
big::before {content: "<big>";}
big::after {content: "</big>";}
center::before {content: "<center>";}
center::after {content: "</center>";}
font::before {content: "<font>";}
font::after {content: "</font>";}
strike::before {content: "<strike>";}
strike::after {content: "</strike>";}
tt::before {content: "<tt>";}
tt::after {content: "</tt>";}
br[clear]::before {content: "clear=";}
caption[align]::before {content: "align=";}
table[align]::before {content: "align=";}
table[axis]::before {content: "axis=";}
table[cellpadding]::before {content: "cellpadding=";}
table[cellspacing]::before {content: "cellspacing=";}
table[frame]::before {content: "frame=";}
table[height]::before {content: "height=";}
table[rules]::before {content: "rules=";}
table[summary]::before {content: "summary=";}
table[valign]::before {content: "valign=";}
td[bgcolor]::before {content: "bgcolor=";}
td[scope]::before {content: "scope=";}
tr[bgcolor]::before {content: "bgcolor=";}
big::before, big::after, center::before, center::after, font::before, font::after, strike::before, strike::after, tt::before, tt::after, br[clear]::before, caption[align]::before, table[align]::before, table[axis]::before, table[bgcolor]::before, table[cellpadding]::before, table[cellspacing]::before, table[frame]::before, table[height]::before, table[height]::before, table[rules]::before, table[summary]::before, table[valign]::before, td[bgcolor]::before, td[scope]::before, tr[bgcolor]::before {
	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;
    }