<?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-_monobook</id>
	<title>GW2 Wiki English Mirror:Projects/CSS documentation/template misc- monobook - 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-_monobook"/>
	<link rel="alternate" type="text/html" href="https://wiki.ezgame.cc/index.php?title=GW2_Wiki_English_Mirror:Projects/CSS_documentation/template_misc-_monobook&amp;action=history"/>
	<updated>2026-07-17T08:14:13Z</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-_monobook&amp;diff=190604&amp;oldid=prev</id>
		<title>imported&gt;Chieftain Alex at 13:21, 27 August 2022</title>
		<link rel="alternate" type="text/html" href="https://wiki.ezgame.cc/index.php?title=GW2_Wiki_English_Mirror:Projects/CSS_documentation/template_misc-_monobook&amp;diff=190604&amp;oldid=prev"/>
		<updated>2022-08-27T13:21:41Z</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: #AAAAAA;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.rarity-basic {&lt;br /&gt;
    color: #000000;&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: #4C139D;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Patch notes for skill history project */&lt;br /&gt;
.skill-history {&lt;br /&gt;
    border-color: #AAA;&lt;br /&gt;
    background-color: #F6F3E4;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* [[Template:Archive-box]] and [[Template:Mail]] */&lt;br /&gt;
.archive-box {&lt;br /&gt;
    border-color: #EA3;&lt;br /&gt;
    background-color: #FFC;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.mail {&lt;br /&gt;
    border: 1px solid silver;&lt;br /&gt;
    background: #FFF8E8;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* White rows for achievement tables where alternating light-dark rows don&amp;#039;t work so well */&lt;br /&gt;
.white {&lt;br /&gt;
    background-color: #FFF;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.offwhite {&lt;br /&gt;
    background-color: #E8F0F8;&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 #72C1D9; }&lt;br /&gt;
.color-filled-revenant       { text-shadow: 0 0 0 #D16E5A; }&lt;br /&gt;
.color-filled-warrior        { text-shadow: 0 0 0 #FFD166; }&lt;br /&gt;
.color-filled-engineer       { text-shadow: 0 0 0 #D09C59; }&lt;br /&gt;
.color-filled-ranger         { text-shadow: 0 0 0 #8CDC82; }&lt;br /&gt;
.color-filled-thief          { text-shadow: 0 0 0 #C08F95; }&lt;br /&gt;
.color-filled-elementalist   { text-shadow: 0 0 0 #F68A87; }&lt;br /&gt;
.color-filled-mesmer         { text-shadow: 0 0 0 #B679D5; }&lt;br /&gt;
.color-filled-necromancer    { text-shadow: 0 0 0 #52A76F; }&lt;br /&gt;
&lt;br /&gt;
.color-unfilled-guardian     { text-shadow: 0 0 0 #CFEEFD; }&lt;br /&gt;
.color-unfilled-revenant     { text-shadow: 0 0 0 #EBC9C2; }&lt;br /&gt;
.color-unfilled-warrior      { text-shadow: 0 0 0 #FFF5BB; }&lt;br /&gt;
.color-unfilled-engineer     { text-shadow: 0 0 0 #E8C89F; }&lt;br /&gt;
.color-unfilled-ranger       { text-shadow: 0 0 0 #E2F6D1; }&lt;br /&gt;
.color-unfilled-thief        { text-shadow: 0 0 0 #E6D5D7; }&lt;br /&gt;
.color-unfilled-elementalist { text-shadow: 0 0 0 #F6D2D1; }&lt;br /&gt;
.color-unfilled-mesmer       { text-shadow: 0 0 0 #D7B2EA; }&lt;br /&gt;
.color-unfilled-necromancer  { text-shadow: 0 0 0 #D5EDE1; }&lt;br /&gt;
&lt;br /&gt;
/* Weekly/daily rotation data templates */&lt;br /&gt;
.highlight-yellow {&lt;br /&gt;
    background-color: yellow !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.highlight-blue {&lt;br /&gt;
    background-color: lightblue !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-help .darkfill {&lt;br /&gt;
    border-color: #598CA0; /* darker blue */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wiki-help .darkfill {&lt;br /&gt;
    background-color: #A1C2CF; /* heading blue */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wiki-help .lightfill {&lt;br /&gt;
    background-color: #EFFBF5; /* content blue */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wiki-gw2w,&lt;br /&gt;
.wiki-gw2w .darkfill {&lt;br /&gt;
    border-color: #8EAB72; /* darker green */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wiki-gw2w .darkfill {&lt;br /&gt;
    background-color: #C3E0A6; /* heading green */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wiki-gw2w .lightfill {&lt;br /&gt;
    background-color: #F4FDEA; /* content green */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wiki-projects,&lt;br /&gt;
.wiki-projects .darkfill {&lt;br /&gt;
    border-color: #B78048; /* darker orange */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wiki-projects .darkfill {&lt;br /&gt;
    background-color: #F2E6CE; /* heading orange */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.wiki-projects .lightfill {&lt;br /&gt;
    background-color: #FFFCF5; /* content orange */&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-nav {&lt;br /&gt;
    border-color: #66D; /* darker purple */&lt;br /&gt;
    background-color: #DDF; /* heading purple */&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>