<?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%3AInfobox%2Fstyles.css</id>
	<title>Module:Infobox/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%3AInfobox%2Fstyles.css"/>
	<link rel="alternate" type="text/html" href="https://zoophilia.wiki/index.php?title=Module:Infobox/styles.css&amp;action=history"/>
	<updated>2026-09-20T21:03:17Z</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:Infobox/styles.css&amp;diff=529&amp;oldid=prev</id>
		<title>imported&gt;SockyPaws: Adapt Mediawiki Common.css infobox class for use in TemplateStyles</title>
		<link rel="alternate" type="text/html" href="https://zoophilia.wiki/index.php?title=Module:Infobox/styles.css&amp;diff=529&amp;oldid=prev"/>
		<updated>2024-11-23T06:28:05Z</updated>

		<summary type="html">&lt;p&gt;Adapt Mediawiki Common.css infobox class for use in TemplateStyles&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;/*&lt;br /&gt;
 * This TemplateStyles sheet deliberately does NOT include the full set of&lt;br /&gt;
 * infobox styles. We are still working to migrate all of the manual&lt;br /&gt;
 * infoboxes. See [[MediaWiki talk:Common.css/to do#Infobox]] for more info.&lt;br /&gt;
 * -------------------------------------------------------------------------&lt;br /&gt;
 * Not strictly certain these styles are necessary since the modules now&lt;br /&gt;
 * exclusively output infobox-subbox or infobox, not both; just replicating&lt;br /&gt;
 * the module faithfully.&lt;br /&gt;
 */&lt;br /&gt;
&lt;br /&gt;
.infobox {&lt;br /&gt;
  border: 1px solid #a2a9b1;&lt;br /&gt;
  border-spacing: 3px;&lt;br /&gt;
  color: #000;&lt;br /&gt;
  font-size: 0.88rem;&lt;br /&gt;
  line-height: 1.5;&lt;br /&gt;
  padding: 0.2rem;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media screen {&lt;br /&gt;
  .infobox {&lt;br /&gt;
    background-color: #f8f9fa;&lt;br /&gt;
  }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (max-width: 640px) {&lt;br /&gt;
  .infobox {&lt;br /&gt;
    width: 100%;&lt;br /&gt;
  }&lt;br /&gt;
&lt;br /&gt;
  .infobox .nowrap {&lt;br /&gt;
    white-space: normal;&lt;br /&gt;
  }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media (min-width: 640px) {&lt;br /&gt;
  .infobox {&lt;br /&gt;
    /* @noflip */&lt;br /&gt;
    clear: right;&lt;br /&gt;
    /* @noflip */&lt;br /&gt;
    float: right;&lt;br /&gt;
    /* @noflip */&lt;br /&gt;
    margin: 0.5rem 0 0.5rem 1rem;&lt;br /&gt;
    width: 22rem;&lt;br /&gt;
  }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-above,&lt;br /&gt;
.infobox-below,&lt;br /&gt;
.infobox-data,&lt;br /&gt;
.infobox-full-data,&lt;br /&gt;
.infobox-header,&lt;br /&gt;
.infobox-image,&lt;br /&gt;
.infobox-label,&lt;br /&gt;
.infobox-navbar,&lt;br /&gt;
.infobox-subheader,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates. */&lt;br /&gt;
.infobox th,&lt;br /&gt;
.infobox td {&lt;br /&gt;
  vertical-align: top;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-data,&lt;br /&gt;
.infobox-label,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates. */&lt;br /&gt;
.infobox th,&lt;br /&gt;
.infobox td {&lt;br /&gt;
  /* @noflip */&lt;br /&gt;
  text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove .infobox when element selectors above are removed. */&lt;br /&gt;
.infobox .infobox-above,&lt;br /&gt;
.infobox .infobox-title,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates. */&lt;br /&gt;
.infobox caption {&lt;br /&gt;
  font-size: 1.25rem;&lt;br /&gt;
  font-weight: 700;&lt;br /&gt;
  text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-title,&lt;br /&gt;
/* Remove element selector when every .infobox thing is using the standard module/templates. */&lt;br /&gt;
.infobox caption {&lt;br /&gt;
  padding: 0.2rem;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove .infobox when element selectors above are removed. */&lt;br /&gt;
.infobox .infobox-below,&lt;br /&gt;
.infobox .infobox-full-data,&lt;br /&gt;
.infobox .infobox-header,&lt;br /&gt;
.infobox .infobox-image,&lt;br /&gt;
.infobox .infobox-subheader {&lt;br /&gt;
  text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove .infobox when element selectors above are removed. */&lt;br /&gt;
.infobox .infobox-navbar {&lt;br /&gt;
  /* @noflip */&lt;br /&gt;
  text-align: right;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-subbox {&lt;br /&gt;
  background: transparent;&lt;br /&gt;
  border: none;&lt;br /&gt;
  clear: none;&lt;br /&gt;
  float: none;&lt;br /&gt;
  font-size: 1rem;&lt;br /&gt;
  margin: -3px;&lt;br /&gt;
  min-width: 100%;&lt;br /&gt;
  padding: 0;&lt;br /&gt;
  width: auto;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-3cols-child {&lt;br /&gt;
  margin: auto;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox .navbar {&lt;br /&gt;
  font-size: 1rem;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
body.skin-minerva .infobox-above,&lt;br /&gt;
body.skin-minerva .infobox-below,&lt;br /&gt;
body.skin-minerva .infobox-full-data,&lt;br /&gt;
body.skin-minerva .infobox-header,&lt;br /&gt;
body.skin-minerva .infobox-image,&lt;br /&gt;
body.skin-minerva .infobox-subheader,&lt;br /&gt;
body.skin-minerva .infobox-title {&lt;br /&gt;
  text-align: center;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>imported&gt;SockyPaws</name></author>
	</entry>
</feed>