<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://zoophilia.wiki/index.php?action=history&amp;feed=atom&amp;title=Module%3ACitation%2FCS1%2Fstyles.css</id>
	<title>Module:Citation/CS1/styles.css - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://zoophilia.wiki/index.php?action=history&amp;feed=atom&amp;title=Module%3ACitation%2FCS1%2Fstyles.css"/>
	<link rel="alternate" type="text/html" href="https://zoophilia.wiki/index.php?title=Module:Citation/CS1/styles.css&amp;action=history"/>
	<updated>2026-08-05T22:32:51Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.46.0</generator>
	<entry>
		<id>https://zoophilia.wiki/index.php?title=Module:Citation/CS1/styles.css&amp;diff=481&amp;oldid=prev</id>
		<title>imported&gt;SockyPaws: Migrate inline CSS style declarations for warning messages on preview to TemplateStyles</title>
		<link rel="alternate" type="text/html" href="https://zoophilia.wiki/index.php?title=Module:Citation/CS1/styles.css&amp;diff=481&amp;oldid=prev"/>
		<updated>2025-12-22T14:09:34Z</updated>

		<summary type="html">&lt;p&gt;Migrate inline CSS style declarations for warning messages on preview to TemplateStyles&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;/** Protection icon&lt;br /&gt;
 * The following line controls the page-protection icon in the upper right&lt;br /&gt;
 * corner; it must remain within this comment.&lt;br /&gt;
 * {{Sandbox other||{{Pp-template}}}}&lt;br /&gt;
 */&lt;br /&gt;
&lt;br /&gt;
/** Overrides&lt;br /&gt;
 * Some wikis do not override user agent default styles for HTML &amp;lt;cite&amp;gt; and &amp;lt;q&amp;gt;&lt;br /&gt;
 * tags, unlike Zoophilia Wiki. Here, we keep these the same as&lt;br /&gt;
 * MediaWiki:Common.css. The word-wrap and :target styles were moved here from&lt;br /&gt;
 * that page, so keep these the same as Template:Citation/styles.css.&lt;br /&gt;
 */&lt;br /&gt;
cite.citation {&lt;br /&gt;
  font-style: inherit;    /* Remove italics for &amp;lt;cite&amp;gt;. */&lt;br /&gt;
  word-wrap: break-word;  /* Break long elements rather than overflowing box. */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.citation q {&lt;br /&gt;
  quotes: &amp;#039;&amp;quot;&amp;#039; &amp;#039;&amp;quot;&amp;#039; &amp;quot;&amp;#039;&amp;quot; &amp;quot;&amp;#039;&amp;quot;;  /* Use &amp;quot;straight&amp;quot; quote marks for &amp;lt;q&amp;gt; tags. */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Highlight linked elements (such as clicked references) in blue. */&lt;br /&gt;
.citation:target {&lt;br /&gt;
  /* Ignore the linter, all browsers implement this. */&lt;br /&gt;
  background-color: rgba(0, 127, 255, 0.133);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/** ID and URL access&lt;br /&gt;
 * Both core and Common.css have the .mw-parser-output a[href$=&amp;quot;.pdf&amp;quot;].external&lt;br /&gt;
 * selector for PDF pages. All TemplateStyles pages are hoisted to&lt;br /&gt;
 * .mw-parser-output. We need specificity equal to a[href$=&amp;quot;.pdf&amp;quot;].external for&lt;br /&gt;
 * locks to override the PDF icon. That&amp;#039;s essentially 2 classes and 1 element.&lt;br /&gt;
 * The .id-lock-… selectors are for use by non-Citation templates like&lt;br /&gt;
 * Template:Catalog_lookup_link. bg-size `contain` in Minerva and Timeless is&lt;br /&gt;
 * too large, so we set a size for them and then exclude them later.&lt;br /&gt;
 */&lt;br /&gt;
.id-lock-free.id-lock-free a {&lt;br /&gt;
  background-image: url(&amp;quot;//zoophilia.wiki/images/6/65/Lock-green.svg&amp;quot;);&lt;br /&gt;
  background-position: right 0.1em center;&lt;br /&gt;
  background-repeat: no-repeat;&lt;br /&gt;
  background-size: 9px auto;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.id-lock-limited.id-lock-limited a,&lt;br /&gt;
.id-lock-registration.id-lock-registration a {&lt;br /&gt;
  background-image: url(&amp;quot;//zoophilia.wiki/images/d/d6/Lock-gray-alt-2.svg&amp;quot;);&lt;br /&gt;
  background-position: right 0.1em center;&lt;br /&gt;
  background-repeat: no-repeat;&lt;br /&gt;
  background-size: 9px auto;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.id-lock-subscription.id-lock-subscription a {&lt;br /&gt;
  background-image: url(&amp;quot;//zoophilia.wiki/images/a/aa/Lock-red-alt-2.svg&amp;quot;);&lt;br /&gt;
  background-position: right 0.1em center;&lt;br /&gt;
  background-repeat: no-repeat;&lt;br /&gt;
  background-size: 9px auto;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/** Wikisource&lt;br /&gt;
 * Wikisource icon when |chapter= or |title= is wikilinked to Wikisource, as in&lt;br /&gt;
 * Template:Cite_Wikisource.&lt;br /&gt;
 */&lt;br /&gt;
.cs1-ws-icon a {&lt;br /&gt;
  background-image: url(&amp;quot;//zoophilia.wiki/images/4/4c/Wikisource-logo.svg&amp;quot;);&lt;br /&gt;
  background-position: right 0.1em center;&lt;br /&gt;
  background-repeat: no-repeat;&lt;br /&gt;
  background-size: 12px auto;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
body:not(.skin-timeless):not(.skin-minerva) .id-lock-free a,&lt;br /&gt;
body:not(.skin-timeless):not(.skin-minerva) .id-lock-limited a,&lt;br /&gt;
body:not(.skin-timeless):not(.skin-minerva) .id-lock-registration a,&lt;br /&gt;
body:not(.skin-timeless):not(.skin-minerva) .id-lock-subscription a,&lt;br /&gt;
body:not(.skin-timeless):not(.skin-minerva) .cs1-ws-icon a {&lt;br /&gt;
  background-size: contain;&lt;br /&gt;
  /* Common.css has a padding set for PDF URLs. bg-contain expands to the size&lt;br /&gt;
   * of the padding, which makes the icons very large. We &amp;quot;reset&amp;quot; the padding&lt;br /&gt;
   * here. 1em picked out of a hat, based on console having a similar rule from&lt;br /&gt;
   * elsewhere.&lt;br /&gt;
   */&lt;br /&gt;
  padding: 0 1em 0 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Errors and maintenance. */&lt;br /&gt;
.cs1-code,&lt;br /&gt;
.cs1-visible-error &amp;gt; code,&lt;br /&gt;
.cs1-warn-maint &amp;gt; code {&lt;br /&gt;
  /* &amp;lt;code&amp;gt;…&amp;lt;/code&amp;gt; style override of Mediawiki CSS definition here: &amp;lt;https://git.wikimedia.org/blob/mediawiki%2Fcore.git/69cd73811f7aadd093050dbf20ed70ef0b42a713/skins%2Fcommon%2FcommonElements.css#L199&amp;gt; */&lt;br /&gt;
  background: inherit;&lt;br /&gt;
  border: none;&lt;br /&gt;
  color: inherit;&lt;br /&gt;
  padding: inherit;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.cs1-hidden-error {&lt;br /&gt;
  color: var(--color-error, #d33);&lt;br /&gt;
  display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.cs1-maint {&lt;br /&gt;
  color: #085;&lt;br /&gt;
  display: none;&lt;br /&gt;
  margin-left: 0.3em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.cs1-visible-error {&lt;br /&gt;
  color: var(--color-error, #d33);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.cs1-warn-maint {&lt;br /&gt;
  color: #085;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Kerning. */&lt;br /&gt;
.cs1-kern-left {&lt;br /&gt;
  padding-left: 0.2em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.cs1-kern-right {&lt;br /&gt;
  padding-right: 0.2em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/** Selflinks&lt;br /&gt;
 * Avoid bold font style when Cs1|2 template links to the current page.&lt;br /&gt;
 */&lt;br /&gt;
.citation .mw-selflink {&lt;br /&gt;
  font-weight: inherit;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media screen {&lt;br /&gt;
  /** Small text size&lt;br /&gt;
   * Set small text size in one place: 95% (here) * 90% (from references list)&lt;br /&gt;
   * is ~0.85em, which is the lower bound for size under a11y. Old styling for&lt;br /&gt;
   * this was just 0.85em. We could write the rule so that when this template is&lt;br /&gt;
   * inside references/reflist, only then does it multiply by 95%; else multiply&lt;br /&gt;
   * by 85%.&lt;br /&gt;
   */&lt;br /&gt;
  .cs1-format {&lt;br /&gt;
    font-size: 0.95em;&lt;br /&gt;
  }&lt;br /&gt;
&lt;br /&gt;
  html.skin-theme-clientpref-night .cs1-maint {&lt;br /&gt;
    color: #18911f;&lt;br /&gt;
  }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media screen and (prefers-color-scheme: dark) {&lt;br /&gt;
  html.skin-theme-clientpref-os .cs1-maint {&lt;br /&gt;
    color: #18911f;&lt;br /&gt;
  }&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>imported&gt;SockyPaws</name></author>
	</entry>
</feed>