<?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-_vector</id>
	<title>GW2 Wiki English Mirror:Projects/CSS documentation/template infoboxes- vector - 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-_vector"/>
	<link rel="alternate" type="text/html" href="https://wiki.ezgame.cc/index.php?title=GW2_Wiki_English_Mirror:Projects/CSS_documentation/template_infoboxes-_vector&amp;action=history"/>
	<updated>2026-07-18T11:37:17Z</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-_vector&amp;diff=190588&amp;oldid=prev</id>
		<title>imported&gt;Chieftain Alex at 19:29, 23 April 2025</title>
		<link rel="alternate" type="text/html" href="https://wiki.ezgame.cc/index.php?title=GW2_Wiki_English_Mirror:Projects/CSS_documentation/template_infoboxes-_vector&amp;diff=190588&amp;oldid=prev"/>
		<updated>2025-04-23T19:29:20Z</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;
div.infobox {&lt;br /&gt;
    float: right;&lt;br /&gt;
    position: relative;&lt;br /&gt;
    width: 250px;&lt;br /&gt;
    font-size: 0.923em;&lt;br /&gt;
    border-width: 1px;&lt;br /&gt;
    border-style: solid;&lt;br /&gt;
    margin: 0 0 1em 1em;&lt;br /&gt;
    padding: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox-icon {&lt;br /&gt;
    float: right;&lt;br /&gt;
    position: relative;&lt;br /&gt;
    z-index: 2;&lt;br /&gt;
    width: auto;&lt;br /&gt;
    margin: 5px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox.skill .infobox-icon &amp;gt; div {&lt;br /&gt;
    border: 2px solid #111;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Missing icons */&lt;br /&gt;
.infobox-icon a.new {&lt;br /&gt;
    color: transparent;&lt;br /&gt;
    display: inline-block;&lt;br /&gt;
    font-size: 0;&lt;br /&gt;
    overflow: hidden;&lt;br /&gt;
    vertical-align: middle;&lt;br /&gt;
    background-image: url(&amp;quot;/images/thumb/7/74/Skill.png/40px-Skill.png&amp;quot;);&lt;br /&gt;
    height: 40px;&lt;br /&gt;
    width: 40px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.infobox.skill .infobox-icon a.new {&lt;br /&gt;
    background-image: url(&amp;quot;/images/thumb/7/74/Skill.png/48px-Skill.png&amp;quot;);&lt;br /&gt;
    height: 48px;&lt;br /&gt;
    width: 48px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* animation link beneath icon */&lt;br /&gt;
.infobox-icon p {&lt;br /&gt;
    font-size: 9px !important;&lt;br /&gt;
    line-height: 1em;&lt;br /&gt;
    margin: 0.25em -0.5em;&lt;br /&gt;
    padding: 2px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
div.infobox .heading {&lt;br /&gt;
    border-bottom-width: 0;&lt;br /&gt;
    font-family: EasonPro, &amp;quot;Times New Roman&amp;quot;, serif !important;&lt;br /&gt;
    font-size-adjust: 0.43;&lt;br /&gt;
    font-size: 1.417em !important;&lt;br /&gt;
    font-weight: 700;&lt;br /&gt;
    line-height: 1.176em;&lt;br /&gt;
    margin: -1px -1px 5px !important;&lt;br /&gt;
    padding: 0.5em !important;&lt;br /&gt;
    position: relative;&lt;br /&gt;
    text-align: center;&lt;br /&gt;
    z-index: 1;&lt;br /&gt;
    border-width: 1px;&lt;br /&gt;
    border-style: solid;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
div.infobox .statistics {&lt;br /&gt;
    text-align: center;&lt;br /&gt;
    margin: 0 8px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
div.infobox .image_wrapper {&lt;br /&gt;
    text-align: center;&lt;br /&gt;
    padding: 0;&lt;br /&gt;
    margin: 10px 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
div.infobox .statistics span + span {&lt;br /&gt;
    margin-left: 5px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
div.infobox .wrapper {&lt;br /&gt;
    clear: both;&lt;br /&gt;
    padding: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
div.infobox dt {&lt;br /&gt;
    float: left;&lt;br /&gt;
    text-align: right;&lt;br /&gt;
    width: 78px;&lt;br /&gt;
    line-height: 1em;&lt;br /&gt;
    font-weight: 700;&lt;br /&gt;
    clear: left;&lt;br /&gt;
    border-right-width: 1px;&lt;br /&gt;
    border-right-style: solid;&lt;br /&gt;
    margin: 0 -1px 0 0;&lt;br /&gt;
    padding: 2px 8px 2px 3px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
div.infobox dd {&lt;br /&gt;
    float: left;&lt;br /&gt;
    width: 125px;&lt;br /&gt;
    font-weight: 400;&lt;br /&gt;
    border-left-width: 1px;&lt;br /&gt;
    border-left-style: solid;&lt;br /&gt;
    margin: 0;&lt;br /&gt;
    padding: 2px 7px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
div.infobox::after,&lt;br /&gt;
div.infobox .heading::after {&lt;br /&gt;
    content: &amp;quot;&amp;quot;;&lt;br /&gt;
    position: absolute;&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    left: 0;&lt;br /&gt;
    height: 3px;&lt;br /&gt;
    background-image: url(&amp;quot;/images/4/45/Shadow_after.png&amp;quot;);&lt;br /&gt;
    background-size: 100% 3px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
div.infobox::after,&lt;br /&gt;
div.infobox .heading::after {&lt;br /&gt;
    bottom: -4px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
div.infobox table {&lt;br /&gt;
    background-color: transparent;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
div.infobox dt,&lt;br /&gt;
div.infobox dd {&lt;br /&gt;
    line-height: 1.667em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Switch locator maps from black to white borders with orange areas, and also if using the locator subpage template */&lt;br /&gt;
.infobox.area a[href$=&amp;quot;locator.svg&amp;quot;],&lt;br /&gt;
.infobox.area img[alt$=&amp;quot;locator.svg&amp;quot;] {&lt;br /&gt;
  filter: invert(100%) hue-rotate(220deg) brightness(78%);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* RECIPE BOXES */&lt;br /&gt;
div.recipe-box {&lt;br /&gt;
    min-width: 300px;&lt;br /&gt;
    display: inline-block;&lt;br /&gt;
    float: none;&lt;br /&gt;
    clear: none;&lt;br /&gt;
    vertical-align: top;&lt;br /&gt;
    font-size: 1em;&lt;br /&gt;
    margin: 0 1em 0 0;&lt;br /&gt;
    position: relative;&lt;br /&gt;
    border-width: 1px;&lt;br /&gt;
    border-style: solid;&lt;br /&gt;
    padding: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* same as div.infobox:after */&lt;br /&gt;
div.recipe-box::after {&lt;br /&gt;
    bottom: -4px;&lt;br /&gt;
    content: &amp;quot;&amp;quot;;&lt;br /&gt;
    position: absolute;&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    left: 0;&lt;br /&gt;
    height: 3px;&lt;br /&gt;
    background-image: url(&amp;quot;/images/4/45/Shadow_after.png&amp;quot;);&lt;br /&gt;
    background-size: 100% 3px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
div.recipe-box .heading,&lt;br /&gt;
div.recipe-box .subheading {&lt;br /&gt;
    text-align: center;&lt;br /&gt;
    padding: 2px;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    border-width: 1px;&lt;br /&gt;
    border-style: solid;&lt;br /&gt;
    margin: -1px -1px 5px !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
div.recipe-box .subheading {&lt;br /&gt;
    border-width: 0 1px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
div.recipe-box dl {&lt;br /&gt;
    margin: 10px 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
div.recipe-box dt {&lt;br /&gt;
    float: left;&lt;br /&gt;
    text-align: right;&lt;br /&gt;
    width: 78px;&lt;br /&gt;
    line-height: 1em;&lt;br /&gt;
    font-weight: 700;&lt;br /&gt;
    clear: left;&lt;br /&gt;
    border-right-width: 1px;&lt;br /&gt;
    border-right-style: solid;&lt;br /&gt;
    margin: 0 -1px 0 0;&lt;br /&gt;
    padding: 2px 8px 2px 3px;&lt;br /&gt;
    line-height: 1.667em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
div.recipe-box dd {&lt;br /&gt;
    float: left;&lt;br /&gt;
    border-left-width: 1px;&lt;br /&gt;
    border-left-style: solid;&lt;br /&gt;
    margin: 0;&lt;br /&gt;
    padding: 2px 7px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
div.infobox,&lt;br /&gt;
div.recipe-box {&lt;br /&gt;
    background-color: #2B344A; /* color scheme: inactive tabs */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
div.infobox .heading,&lt;br /&gt;
div.recipe-box .heading,&lt;br /&gt;
div.recipe-box .subheading {&lt;br /&gt;
    background-color: #1A1A1A; /* color scheme: super dark */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
div.infobox,&lt;br /&gt;
div.infobox .heading,&lt;br /&gt;
div.infobox dt,&lt;br /&gt;
div.infobox dd,&lt;br /&gt;
div.recipe-box,&lt;br /&gt;
div.recipe-box dt,&lt;br /&gt;
div.recipe-box dd,&lt;br /&gt;
div.recipe-box .heading,&lt;br /&gt;
div.recipe-box .subheading {&lt;br /&gt;
    border-color: #393A3C; /* color scheme: gray page border */&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>