<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://screamer.wiki/index.php?action=history&amp;feed=atom&amp;title=MediaWiki%3AMinervaneue.css</id>
	<title>MediaWiki:Minervaneue.css - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://screamer.wiki/index.php?action=history&amp;feed=atom&amp;title=MediaWiki%3AMinervaneue.css"/>
	<link rel="alternate" type="text/html" href="https://screamer.wiki/index.php?title=MediaWiki:Minervaneue.css&amp;action=history"/>
	<updated>2026-04-16T01:35:47Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>https://screamer.wiki/index.php?title=MediaWiki:Minervaneue.css&amp;diff=127096&amp;oldid=prev</id>
		<title>Likeicare: Created page with &quot;/* CSS placed here will affect users of the Vector skin */  .portable-infobox {   background-color: #2C2828;   border: 1px solid #a62e10;   box-shadow: 0 1px 2px rgba(0,0,0,0.15);   margin: 10px;   padding: 10px;   width: 280px; }  .portable-infobox .pi-item-spacing {   border-bottom: 4px solid #2C2828; }  .portable-infobox .pi-title {   color: #fdfdee;   background-color: #a62e10;   font-size: 15px;   font-weight: bold;   margin-bottom: 10px;   padding: 0px 10px;   disp...&quot;</title>
		<link rel="alternate" type="text/html" href="https://screamer.wiki/index.php?title=MediaWiki:Minervaneue.css&amp;diff=127096&amp;oldid=prev"/>
		<updated>2023-04-13T15:52:25Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&lt;span class=&quot;autocomment&quot;&gt;CSS placed here will affect users of the Vector skin: &lt;/span&gt;  .portable-infobox {   background-color: #2C2828;   border: 1px solid #a62e10;   box-shadow: 0 1px 2px rgba(0,0,0,0.15);   margin: 10px;   padding: 10px;   width: 280px; }  .portable-infobox .pi-item-spacing {   border-bottom: 4px solid #2C2828; }  .portable-infobox .pi-title {   color: #fdfdee;   background-color: #a62e10;   font-size: 15px;   font-weight: bold;   margin-bottom: 10px;   padding: 0px 10px;   disp...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;/* CSS placed here will affect users of the Vector skin */&lt;br /&gt;
&lt;br /&gt;
.portable-infobox {&lt;br /&gt;
  background-color: #2C2828;&lt;br /&gt;
  border: 1px solid #a62e10;&lt;br /&gt;
  box-shadow: 0 1px 2px rgba(0,0,0,0.15);&lt;br /&gt;
  margin: 10px;&lt;br /&gt;
  padding: 10px;&lt;br /&gt;
  width: 280px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.portable-infobox .pi-item-spacing {&lt;br /&gt;
  border-bottom: 4px solid #2C2828;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.portable-infobox .pi-title {&lt;br /&gt;
  color: #fdfdee;&lt;br /&gt;
  background-color: #a62e10;&lt;br /&gt;
  font-size: 15px;&lt;br /&gt;
  font-weight: bold;&lt;br /&gt;
  margin-bottom: 10px;&lt;br /&gt;
  padding: 0px 10px;&lt;br /&gt;
  display: flex;&lt;br /&gt;
  flex-wrap: wrap;&lt;br /&gt;
  justify-content: center;&lt;br /&gt;
  align-items: center;&lt;br /&gt;
  height: auto;&lt;br /&gt;
  line-height: normal;&lt;br /&gt;
  font-style: italic;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.portable-infobox .pi-header {&lt;br /&gt;
  color: #fdfdee;&lt;br /&gt;
  background-color: #a62e10;&lt;br /&gt;
  font-size: 14px;&lt;br /&gt;
  font-weight: bold;&lt;br /&gt;
  margin-bottom: 5px;&lt;br /&gt;
  display: flex;&lt;br /&gt;
  justify-content: center;&lt;br /&gt;
  align-items: center;&lt;br /&gt;
  height: 25px;&lt;br /&gt;
  line-height: 25px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Infobox label */&lt;br /&gt;
.portable-infobox .pi-data-label {&lt;br /&gt;
  background-color: #5a5554;&lt;br /&gt;
  padding-left: 5px;&lt;br /&gt;
  padding-right: 5px;&lt;br /&gt;
  flex: 0 0 30%;&lt;br /&gt;
  display: flex;&lt;br /&gt;
  align-items: center;&lt;br /&gt;
  justify-content: center;&lt;br /&gt;
  font-weight: bold;&lt;br /&gt;
  color: #fdfdee;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.portable-infobox .pi-data {&lt;br /&gt;
  font-weight: bold;&lt;br /&gt;
  color: #fdfdee;&lt;br /&gt;
  padding: 5px 10px;&lt;br /&gt;
  padding-left: 5px;&lt;br /&gt;
  padding-right: 5px;&lt;br /&gt;
  background-color: #4d4543;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Infobox label and data colors */&lt;br /&gt;
.portable-infobox .pi-data:nth-child(odd) .pi-data-label,&lt;br /&gt;
.portable-infobox .pi-data:nth-child(odd) .pi-data-value {&lt;br /&gt;
  background-color: #5a5554; &lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Second label and data */&lt;br /&gt;
.portable-infobox .pi-data:nth-child(even) .pi-data-label,&lt;br /&gt;
.portable-infobox .pi-data:nth-child(even) .pi-data-value {&lt;br /&gt;
  background-color: #4d4543;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.portable-infobox .pi-image {&lt;br /&gt;
  display: block;&lt;br /&gt;
  margin: 0 auto;&lt;br /&gt;
  max-width: 100%;&lt;br /&gt;
  height: auto;&lt;br /&gt;
  margin-bottom: 5px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.portable-infobox .pi-data-value a {&lt;br /&gt;
  color: #0645ad;&lt;br /&gt;
  text-decoration: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.portable-infobox .pi-data-value a:hover {&lt;br /&gt;
  text-decoration: underline;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Likeicare</name></author>
	</entry>
</feed>