<?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_tables-_vector</id>
	<title>GW2 Wiki English Mirror:Projects/CSS documentation/template tables- 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_tables-_vector"/>
	<link rel="alternate" type="text/html" href="https://wiki.ezgame.cc/index.php?title=GW2_Wiki_English_Mirror:Projects/CSS_documentation/template_tables-_vector&amp;action=history"/>
	<updated>2026-07-17T16:39:43Z</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_tables-_vector&amp;diff=190609&amp;oldid=prev</id>
		<title>imported&gt;Chieftain Alex at 22:26, 19 July 2025</title>
		<link rel="alternate" type="text/html" href="https://wiki.ezgame.cc/index.php?title=GW2_Wiki_English_Mirror:Projects/CSS_documentation/template_tables-_vector&amp;diff=190609&amp;oldid=prev"/>
		<updated>2025-07-19T22:26:35Z</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;
/** TABLE CLASSES **/&lt;br /&gt;
.table {&lt;br /&gt;
    border: 0 solid;&lt;br /&gt;
    border-collapse: collapse;&lt;br /&gt;
    border-spacing: 0;&lt;br /&gt;
    font-size: 0.9230769231em;&lt;br /&gt;
    text-align: left;&lt;br /&gt;
    clear: none;&lt;br /&gt;
    position: relative;&lt;br /&gt;
    display: inline-block;&lt;br /&gt;
    vertical-align: top;&lt;br /&gt;
    margin: 10px 0;&lt;br /&gt;
    padding: 0;&lt;br /&gt;
    background-color: #1E1E1E; /* color scheme: page gray */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.table::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;
.table::after {&lt;br /&gt;
    bottom: -4px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.table &amp;gt; caption {&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.table tr {&lt;br /&gt;
    text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.table &amp;gt; * &amp;gt; tr &amp;gt; :first-child {&lt;br /&gt;
    border-left-width: 1px;&lt;br /&gt;
    border-left-style: solid;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.table &amp;gt; * &amp;gt; tr &amp;gt; :last-child {&lt;br /&gt;
    border-right-width: 1px;&lt;br /&gt;
    border-right-style: solid;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.table &amp;gt; tbody &amp;gt; tr:last-child,&lt;br /&gt;
.table &amp;gt; tbody &amp;gt; tr:last-child &amp;gt; *,&lt;br /&gt;
.table &amp;gt; tfoot &amp;gt; tr:last-child &amp;gt; * {&lt;br /&gt;
    border-bottom-width: 1px;&lt;br /&gt;
    border-bottom-style: solid;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.table &amp;gt; tbody:first-child &amp;gt; tr:first-child &amp;gt; *,&lt;br /&gt;
.table &amp;gt; tbody &amp;gt; tr.heading &amp;gt; *,&lt;br /&gt;
.table &amp;gt; thead &amp;gt; tr:first-child &amp;gt; * {&lt;br /&gt;
    padding: 0.5em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.table &amp;gt; tbody &amp;gt; tr &amp;gt; th,&lt;br /&gt;
.table &amp;gt; tbody &amp;gt; tr &amp;gt; td,&lt;br /&gt;
.table &amp;gt; tfoot &amp;gt; tr &amp;gt; th {&lt;br /&gt;
    line-height: 1.667em;&lt;br /&gt;
    padding: 0.25em 0.5em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.table tr &amp;gt; th,&lt;br /&gt;
.table[class*=&amp;quot;center&amp;quot;] tr {&lt;br /&gt;
    text-align: center;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.table[class*=&amp;quot;left&amp;quot;] tr {&lt;br /&gt;
    text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.table[class*=&amp;quot;right&amp;quot;] tr {&lt;br /&gt;
    text-align: right;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.table[class*=&amp;quot;middle&amp;quot;] tr {&lt;br /&gt;
    vertical-align: middle;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.table[class*=&amp;quot;top&amp;quot;] tr {&lt;br /&gt;
    vertical-align: top;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.table[class*=&amp;quot;bottom&amp;quot;] tr {&lt;br /&gt;
    vertical-align: bottom;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.table &amp;gt; :first-child &amp;gt; tr:first-child,&lt;br /&gt;
.table &amp;gt; tbody &amp;gt; tr.heading {&lt;br /&gt;
    border-width: 1px;&lt;br /&gt;
    border-style: solid;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.table &amp;gt; tbody &amp;gt; tr:nth-child(odd) {&lt;br /&gt;
    background-color: rgba(72, 72, 72, 0.15);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.table.no-odd-even &amp;gt; tbody &amp;gt; tr:nth-child(odd) {&lt;br /&gt;
    background-color: unset;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.table &amp;gt; tbody,&lt;br /&gt;
.table &amp;gt; tbody &amp;gt; tr.heading,&lt;br /&gt;
.table &amp;gt; thead &amp;gt; tr,&lt;br /&gt;
.table &amp;gt; tbody &amp;gt; tr &amp;gt; [rowspan],&lt;br /&gt;
.table &amp;gt; tbody &amp;gt; tr &amp;gt; [colspan] {&lt;br /&gt;
    border-width: 1px;&lt;br /&gt;
    border-style: solid;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.table &amp;gt; :first-child &amp;gt; tr:first-child + tr [rowspan],&lt;br /&gt;
.table &amp;gt; :first-child &amp;gt; tr:first-child + tr [colspan] {&lt;br /&gt;
    border-top-width: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.table .line,&lt;br /&gt;
.table .line-bottom {&lt;br /&gt;
    border-bottom-width: 2px;&lt;br /&gt;
    border-bottom-style: solid;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.table .line-top {&lt;br /&gt;
    border-top-width: 2px;&lt;br /&gt;
    border-top-style: solid;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.table .line-left {&lt;br /&gt;
    border-left-width: 1px;&lt;br /&gt;
    border-left-style: solid;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.table .line-right {&lt;br /&gt;
    border-right-width: 1px;&lt;br /&gt;
    border-right-style: solid;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.table table {&lt;br /&gt;
    background-color: transparent;&lt;br /&gt;
    padding: 0;&lt;br /&gt;
    margin: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
dl + table.table {&lt;br /&gt;
    margin-top: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove after shadow for tables that have been centered, otherwise the shadow spans the entire page */&lt;br /&gt;
.table[class*=&amp;quot;center&amp;quot;]::after,&lt;br /&gt;
.table.noshadowafter::after {&lt;br /&gt;
    background-image: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Skills tables */&lt;br /&gt;
.table.skills {&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    max-width: 100em;&lt;br /&gt;
    display: table;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.table.skills &amp;gt; :first-child &amp;gt; tr:first-child ~ tr th[colspan] {&lt;br /&gt;
    text-align: left;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.table.skills &amp;gt; :first-child &amp;gt; tr:first-child ~ tr th[colspan] span.editsection {&lt;br /&gt;
    display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.table.skills &amp;gt; :first-child &amp;gt; tr:first-child ~ tr th[colspan] h4 {&lt;br /&gt;
    margin-top: 5px !important;&lt;br /&gt;
    margin-bottom: 5px !important;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.table.skills &amp;gt; * &amp;gt; tr &amp;gt; td,&lt;br /&gt;
.table.skills &amp;gt; * &amp;gt; tr &amp;gt; th {&lt;br /&gt;
    border-left-width: 0px;&lt;br /&gt;
    border-right-width: 0px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.table.skills tr.elementalist th,&lt;br /&gt;
.table.skills tr.engineer th,&lt;br /&gt;
.table.skills tr.guardian th,&lt;br /&gt;
.table.skills tr.mesmer th,&lt;br /&gt;
.table.skills tr.necromancer th,&lt;br /&gt;
.table.skills tr.ranger th,&lt;br /&gt;
.table.skills tr.revenant th,&lt;br /&gt;
.table.skills tr.thief th,&lt;br /&gt;
.table.skills tr.warrior th,&lt;br /&gt;
.table.skills tr.asura th,&lt;br /&gt;
.table.skills tr.charr th,&lt;br /&gt;
.table.skills tr.human th,&lt;br /&gt;
.table.skills tr.norn th,&lt;br /&gt;
.table.skills tr.sylvari th {&lt;br /&gt;
    border-top-width: 2px;&lt;br /&gt;
    border-bottom-width: 2px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Remove top/bottom margins from lists within fine/masterwork or craftvariants tables */&lt;br /&gt;
.table.fm dl,&lt;br /&gt;
.table.craftvariants dl {&lt;br /&gt;
    margin-top: 0;&lt;br /&gt;
    margin-bottom: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* No left margin when used purely for structure within these tables */&lt;br /&gt;
.table.locations dd,&lt;br /&gt;
.table.fm dd,&lt;br /&gt;
table.craftvariants dd {&lt;br /&gt;
    margin-left: 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* but restore margin if it&amp;#039;s actually being used as a definition list */&lt;br /&gt;
.table.locations dl &amp;gt; dt ~ dd {&lt;br /&gt;
    margin-left: 2em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Using * lists within combo tables */&lt;br /&gt;
.table.combo ul {&lt;br /&gt;
    margin: 0.15em 0;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.table.combo li {&lt;br /&gt;
    display: block;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Restore sort icons for sortable table headers */&lt;br /&gt;
table.jquery-tablesorter th.headerSort {&lt;br /&gt;
    padding: 0.5em;&lt;br /&gt;
    padding-right: 21px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.table.skills tr.elementalist th,&lt;br /&gt;
.table.skills tr.engineer th,&lt;br /&gt;
.table.skills tr.guardian th,&lt;br /&gt;
.table.skills tr.mesmer th,&lt;br /&gt;
.table.skills tr.necromancer th,&lt;br /&gt;
.table.skills tr.ranger th,&lt;br /&gt;
.table.skills tr.revenant th,&lt;br /&gt;
.table.skills tr.thief th,&lt;br /&gt;
.table.skills tr.warrior th,&lt;br /&gt;
.table.skills tr.asura th,&lt;br /&gt;
.table.skills tr.charr th,&lt;br /&gt;
.table.skills tr.human th,&lt;br /&gt;
.table.skills tr.norn th,&lt;br /&gt;
.table.skills tr.sylvari th {&lt;br /&gt;
    background-color: #1A1A1A;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.table &amp;gt; tbody &amp;gt; tr.heading,&lt;br /&gt;
.table &amp;gt; tbody &amp;gt; tr &amp;gt; th,&lt;br /&gt;
.table &amp;gt; tfoot &amp;gt; tr &amp;gt; th {&lt;br /&gt;
    background-color: #2B344A; /* color scheme: inactive tabs */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.table &amp;gt; tbody:first-child &amp;gt; tr:first-child &amp;gt; *,&lt;br /&gt;
.table &amp;gt; tbody &amp;gt; tr.heading &amp;gt; *,&lt;br /&gt;
.table &amp;gt; thead &amp;gt; tr:first-child &amp;gt; *,&lt;br /&gt;
.table &amp;gt; :first-child &amp;gt; tr:first-child {&lt;br /&gt;
    background-color: #12254f; /* color scheme: super dark alt blue */&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.table tr,&lt;br /&gt;
.table &amp;gt; * &amp;gt; tr &amp;gt; :first-child,&lt;br /&gt;
.table &amp;gt; * &amp;gt; tr &amp;gt; :last-child,&lt;br /&gt;
.table &amp;gt; tbody &amp;gt; tr:last-child,&lt;br /&gt;
.table &amp;gt; tbody &amp;gt; tr:last-child &amp;gt; *,&lt;br /&gt;
.table &amp;gt; tfoot &amp;gt; tr:last-child &amp;gt; *,&lt;br /&gt;
.table &amp;gt; tbody:first-child &amp;gt; tr:first-child &amp;gt; *,&lt;br /&gt;
.table &amp;gt; tbody &amp;gt; tr.heading &amp;gt; *,&lt;br /&gt;
.table &amp;gt; thead &amp;gt; tr:first-child &amp;gt; *,&lt;br /&gt;
.table &amp;gt; :first-child &amp;gt; tr:first-child,&lt;br /&gt;
.table &amp;gt; tbody &amp;gt; tr.heading,&lt;br /&gt;
.table &amp;gt; tbody &amp;gt; tr &amp;gt; th,&lt;br /&gt;
.table &amp;gt; tfoot &amp;gt; tr &amp;gt; th,&lt;br /&gt;
.table &amp;gt; tbody &amp;gt; tr:nth-child(odd),&lt;br /&gt;
.table &amp;gt; tbody,&lt;br /&gt;
.table &amp;gt; tbody &amp;gt; tr.heading,&lt;br /&gt;
.table &amp;gt; thead &amp;gt; tr,&lt;br /&gt;
.table &amp;gt; tbody &amp;gt; tr &amp;gt; [rowspan],&lt;br /&gt;
.table &amp;gt; tbody &amp;gt; tr &amp;gt; [colspan],&lt;br /&gt;
.table .line,&lt;br /&gt;
.table .line-bottom,&lt;br /&gt;
.table .line-top,&lt;br /&gt;
.table .line-left,&lt;br /&gt;
.table .line-right,&lt;br /&gt;
.table-like-border {&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>