Jump to content

User:H2g2bob/common.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.
/* Also... User:h2g2bob/monobook.css and User:h2g2bob/vector.css */

/* {{As of|...}} */
.asof-tag {
	display: inline !important;
}

.hidden-data {
	font-size: 70%;
	color: #cc0000;
}
.nonhidden-data {
	color: #000000;
}

.mf-strong {
	background-color: #ffcccc;
}
.mf-weak {
	background-color: #ffe7e7;
}

/* myself in changes, etc */
a.mw-userlink[title="User:H2g2bob"] {
	background-color: #ff7700;
	color: #ffffff;
}

/* hidden categories */
.mw-hidden-cats-hidden {
	display: table;
}

table.persondata {
	display:table;
}

.dablink {
	font-weight: bold;
	color: #c0c0c0;
}

.selfreference {
	color: #c00000;
	background-color: #ffffe0;
}

.IPA,
.IPA a {
	color: #800080 !important;
}


/*
#content *[lang|=en] {
	border: 1px #b0d0b0 dotted;
	color: #008000;
}

.t_nihongo_kanji,
.t_nihongo_kanji * {
	color: #ffffff !important;
	background-color: #008000 !important;
}
*/

.sr-only {
  border: 1px red solid !important;
  clip: inherit !important;
  clip-path: inherit !important;
  height: auto !important;
  width: auto !important;
  margin: inherit !important;
  overflow: inherit !important;
  padding: inherit !important;
  position: inherit !important;
  white-space: inherit !important;
}

.sr-only::before {
  content: "Screen reader:" !important;
  padding-right: 1em !important;
  color: red !important;
}
}