<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.ezgame.cc/index.php?action=history&amp;feed=atom&amp;title=GW2_Wiki_English_Mirror%3AProjects%2FCSS_documentation%2Ftemplate_infoboxes-_minerva</id>
	<title>GW2 Wiki English Mirror:Projects/CSS documentation/template infoboxes- minerva - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.ezgame.cc/index.php?action=history&amp;feed=atom&amp;title=GW2_Wiki_English_Mirror%3AProjects%2FCSS_documentation%2Ftemplate_infoboxes-_minerva"/>
	<link rel="alternate" type="text/html" href="https://wiki.ezgame.cc/index.php?title=GW2_Wiki_English_Mirror:Projects/CSS_documentation/template_infoboxes-_minerva&amp;action=history"/>
	<updated>2026-07-17T08:21:40Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.17</generator>
	<entry>
		<id>https://wiki.ezgame.cc/index.php?title=GW2_Wiki_English_Mirror:Projects/CSS_documentation/template_infoboxes-_minerva&amp;diff=190586&amp;oldid=prev</id>
		<title>imported&gt;Chieftain Alex at 16:10, 10 September 2023</title>
		<link rel="alternate" type="text/html" href="https://wiki.ezgame.cc/index.php?title=GW2_Wiki_English_Mirror:Projects/CSS_documentation/template_infoboxes-_minerva&amp;diff=190586&amp;oldid=prev"/>
		<updated>2023-09-10T16:10:00Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
/** INFOBOXES **/&lt;br /&gt;
.content .infobox,&lt;br /&gt;
.recipe-box {&lt;br /&gt;
    border: 1px solid black;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox .heading,&lt;br /&gt;
.recipe-box .heading {&lt;br /&gt;
    background-color: #DDD;&lt;br /&gt;
    margin: 0em;&lt;br /&gt;
    padding: 0.5em 1em;&lt;br /&gt;
    border-bottom:1px solid black;&lt;br /&gt;
    color: #FFF !important;&lt;br /&gt;
    background-color: #444;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    text-shadow: rgba(0,0,0,0.75) 0 0 .25em;&lt;br /&gt;
    font-size: 120%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-icon {&lt;br /&gt;
    margin: 1.2em;&lt;br /&gt;
    float: right;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox .statistics {&lt;br /&gt;
    margin: 0 2em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox .statistics span + span {&lt;br /&gt;
    margin-left: 5px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox .wrapper, .recipe-box .wrapper {&lt;br /&gt;
    background-color: white;&lt;br /&gt;
    padding: 0.5em;&lt;br /&gt;
    clear: both;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox dd, .recipe-box dd, .ingredients dd {&lt;br /&gt;
    margin-left: 1em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox table {&lt;br /&gt;
    margin: 0em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Over-ride native mediawiki rule which sets tables to display as block below 720px */&lt;br /&gt;
@media all and (max-width:720px) {&lt;br /&gt;
    .content .infobox table {&lt;br /&gt;
        display: table;&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Color themes - apply skill/trait first since they&amp;#039;ll be overwritten */&lt;br /&gt;
div.infobox.skill .heading,&lt;br /&gt;
div.infobox.trait .heading {&lt;br /&gt;
    background-color: #444;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
div.infobox.guardian .heading {&lt;br /&gt;
    background-color: #066;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
div.infobox.revenant .heading {&lt;br /&gt;
    background-color: #861313;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
div.infobox.warrior .heading {&lt;br /&gt;
    background-color: #C60;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
div.infobox.engineer .heading {&lt;br /&gt;
    background-color: #630;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
div.infobox.ranger .heading {&lt;br /&gt;
    background-color: #360;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
div.infobox.thief .heading {&lt;br /&gt;
    background-color: #933;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
div.infobox.elementalist .heading {&lt;br /&gt;
    background-color: #C00;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
div.infobox.mesmer .heading {&lt;br /&gt;
    background-color: #606;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
div.infobox.necromancer .heading {&lt;br /&gt;
    background-color: #063;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
div.infobox.asura .heading {&lt;br /&gt;
    background-color: #63C;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
div.infobox.charr .heading {&lt;br /&gt;
    background-color: #900;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
div.infobox.human .heading {&lt;br /&gt;
    background-color: #C90;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
div.infobox.norn .heading {&lt;br /&gt;
    background-color: #069;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
div.infobox.sylvari .heading {&lt;br /&gt;
    background-color: #060;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
div.infobox.boon .heading {&lt;br /&gt;
    background-color: #399;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
div.infobox.condition .heading {&lt;br /&gt;
    background-color: #363;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
div.infobox.promo .heading {&lt;br /&gt;
    background-color: #6EA500;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
div.infobox.item .heading {&lt;br /&gt;
    background-color: #C30;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
div.infobox.skin .heading {&lt;br /&gt;
    background-color: #C4003E;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
div.infobox.crafting .heading {&lt;br /&gt;
    background-color: #533610;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
div.infobox.npc .heading {&lt;br /&gt;
    background-color: #390;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
div.infobox.pet .heading {&lt;br /&gt;
    background-color: #360;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
div.infobox.quest .heading {&lt;br /&gt;
    background-color: #F90;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
div.infobox.area .heading {&lt;br /&gt;
    background-color: #306;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
div.infobox.rewardtrack .heading {&lt;br /&gt;
    background-color: #001434;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
div.recipe-box .heading {&lt;br /&gt;
    padding: 1em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
div.recipe-box .subheading {&lt;br /&gt;
    padding: 0.5em 1em;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    border-bottom: 1px solid black;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;noinclude&amp;gt;[[Category:Projects CSS documentation]]&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>imported&gt;Chieftain Alex</name></author>
	</entry>
</feed>