<?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_misc-_vector</id>
	<title>GW2 Wiki English Mirror:Projects/CSS documentation/template misc- 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_misc-_vector"/>
	<link rel="alternate" type="text/html" href="https://wiki.ezgame.cc/index.php?title=GW2_Wiki_English_Mirror:Projects/CSS_documentation/template_misc-_vector&amp;action=history"/>
	<updated>2026-07-17T16:17:07Z</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_misc-_vector&amp;diff=190605&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_misc-_vector&amp;diff=190605&amp;oldid=prev"/>
		<updated>2025-04-23T19:29:29Z</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;
/* [[Template:Rarity]] */&lt;br /&gt;
.rarity-junk {&lt;br /&gt;
    color: #828282; /* bit darker than in light skins, to contrast with plaintext */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.rarity-basic {&lt;br /&gt;
    color: #FFFFFF; /* unlike light skins, this can actually afford to be white instead of black. */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.rarity-fine {&lt;br /&gt;
    color: #62A4DA;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.rarity-masterwork {&lt;br /&gt;
    color: #1a9306;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.rarity-rare {&lt;br /&gt;
    color: #fcd00b;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.rarity-exotic {&lt;br /&gt;
    color: #ffa405;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.rarity-ascended {&lt;br /&gt;
    color: #fb3e8d;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.rarity-legendary {&lt;br /&gt;
    color: #974EFF; /* bit lighter than light themes, dark purple has poor contrast */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Patch notes for skill history project */&lt;br /&gt;
.skill-history {&lt;br /&gt;
    background-color: #2B344A; /* color scheme: inactive tabs */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* [[Template:Archive-box]] and [[Template:Mail]] */&lt;br /&gt;
.mail {&lt;br /&gt;
    border-width: 1px;&lt;br /&gt;
    border-style: solid;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mail,&lt;br /&gt;
.archive-box {&lt;br /&gt;
    background-color: #2B344A; /* color scheme: inactive tabs */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mail,&lt;br /&gt;
.archive-box {&lt;br /&gt;
    border-color: #393A3C; /* color scheme: gray page border */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.white {&lt;br /&gt;
    background-color: #1E1E1E; /* color scheme: page gray */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.offwhite {&lt;br /&gt;
    background-color: #313439; /* color scheme: slightly darker than .white (page gray) above */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* [[Template:Complexity dots]] */&lt;br /&gt;
.complexity-dot { color: transparent; }&lt;br /&gt;
&lt;br /&gt;
.color-filled-guardian       { text-shadow: 0 0 0 #00B4FF; }&lt;br /&gt;
.color-filled-revenant       { text-shadow: 0 0 0 #FF0000; }&lt;br /&gt;
.color-filled-warrior        { text-shadow: 0 0 0 #FFA200; }&lt;br /&gt;
.color-filled-engineer       { text-shadow: 0 0 0 #FFDE00; }&lt;br /&gt;
.color-filled-ranger         { text-shadow: 0 0 0 #EAFF00; }&lt;br /&gt;
.color-filled-thief          { text-shadow: 0 0 0 #FF5400; }&lt;br /&gt;
.color-filled-elementalist   { text-shadow: 0 0 0 #FF0078; }&lt;br /&gt;
.color-filled-mesmer         { text-shadow: 0 0 0 #FE00EF; }&lt;br /&gt;
.color-filled-necromancer    { text-shadow: 0 0 0 #C0FF00; }&lt;br /&gt;
&lt;br /&gt;
.color-unfilled-guardian     { text-shadow: 0 0 0 #004866; }&lt;br /&gt;
.color-unfilled-revenant     { text-shadow: 0 0 0 #660000; }&lt;br /&gt;
.color-unfilled-warrior      { text-shadow: 0 0 0 #664000; }&lt;br /&gt;
.color-unfilled-engineer     { text-shadow: 0 0 0 #000000; }&lt;br /&gt;
.color-unfilled-ranger       { text-shadow: 0 0 0 #5D6600; }&lt;br /&gt;
.color-unfilled-thief        { text-shadow: 0 0 0 #662100; }&lt;br /&gt;
.color-unfilled-elementalist { text-shadow: 0 0 0 #000000; }&lt;br /&gt;
.color-unfilled-mesmer       { text-shadow: 0 0 0 #660060; }&lt;br /&gt;
.color-unfilled-necromancer  { text-shadow: 0 0 0 #4C6600; }&lt;br /&gt;
&lt;br /&gt;
/* Weekly/daily rotation data templates */&lt;br /&gt;
.highlight-yellow {&lt;br /&gt;
    background-color: #9D5A02 !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.highlight-blue {&lt;br /&gt;
    background-color: #1b728e !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* &amp;quot;Guild Wars 2 Wiki&amp;quot; and &amp;quot;Help&amp;quot; namespace layouts */&lt;br /&gt;
.wiki-help,&lt;br /&gt;
.wiki-gw2w,&lt;br /&gt;
.wiki-projects {&lt;br /&gt;
    border-color: #393A3C; /* color scheme: gray page border */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.darkfill,&lt;br /&gt;
.wiki-nav {&lt;br /&gt;
    border-width: 2px;&lt;br /&gt;
    border-style: solid;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.darkfill h2 {&lt;br /&gt;
    margin: 0.2em auto 0.2em auto;&lt;br /&gt;
    border: 0;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wiki-help .darkfill,&lt;br /&gt;
.wiki-gw2w .darkfill,&lt;br /&gt;
.wiki-projects .darkfill,&lt;br /&gt;
.wiki-nav {&lt;br /&gt;
    background-color: #2B344A; /* color scheme: inactive tabs */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wiki-help .darkfill {&lt;br /&gt;
    border-color: #598CA0; /* darker blue */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wiki-gw2w .darkfill {&lt;br /&gt;
    border-color: #8EAB72; /* darker green */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wiki-projects .darkfill {&lt;br /&gt;
    border-color: #B78048; /* darker orange */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wiki-nav {&lt;br /&gt;
    border-color: #8282CA; /* darker purple */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Image license templates - too many unique colours to bother capturing as classes */&lt;br /&gt;
.imagelicense {&lt;br /&gt;
    color: black;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.imagelicense a,&lt;br /&gt;
.imagelicense a:visited,&lt;br /&gt;
.mw-parser-output .imagelicense a.external,&lt;br /&gt;
.mw-parser-output .imagelicense a.external:visited {&lt;br /&gt;
    color: #002BB8; /* color scheme: boring blue */ /* to avoid rewriting license templates to support CSS properly */&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>