Guild Wars 2 Wiki:Projects/CSS documentation/template misc- vector
From Guild Wars 2 Wiki
Jump to navigationJump to search
/* [[Template:Rarity]] */ .rarity-junk { color: #828282; /* bit darker than in light skins, to contrast with plaintext */ } .rarity-basic { color: #FFFFFF; /* unlike light skins, this can actually afford to be white instead of black. */ } .rarity-fine { color: #62A4DA; } .rarity-masterwork { color: #1a9306; } .rarity-rare { color: #fcd00b; } .rarity-exotic { color: #ffa405; } .rarity-ascended { color: #fb3e8d; } .rarity-legendary { color: #974EFF; /* bit lighter than light themes, dark purple has poor contrast */ } /* Patch notes for skill history project */ .skill-history { background-color: #40434A; /* color scheme: inactive tabs */ } /* [[Template:Archive-box]] and [[Template:Mail]] */ .mail { border-width: 1px; border-style: solid; } .mail, .archive-box { background-color: #40434A; /* color scheme: inactive tabs */ } .mail, .archive-box { border-color: #5A5C5E; /* color scheme: gray page border */ } .white { background-color: #36393F; /* color scheme: page gray */ } .offwhite { background-color: #313439; /* color scheme: slightly darker than .white (page gray) above */ } /* [[Template:Complexity dots]] */ .complexity-dot { color: transparent; } .color-filled-guardian { text-shadow: 0 0 0 #00B4FF; } .color-filled-revenant { text-shadow: 0 0 0 #FF0000; } .color-filled-warrior { text-shadow: 0 0 0 #FFA200; } .color-filled-engineer { text-shadow: 0 0 0 #FFDE00; } .color-filled-ranger { text-shadow: 0 0 0 #EAFF00; } .color-filled-thief { text-shadow: 0 0 0 #FF5400; } .color-filled-elementalist { text-shadow: 0 0 0 #FF0078; } .color-filled-mesmer { text-shadow: 0 0 0 #FE00EF; } .color-filled-necromancer { text-shadow: 0 0 0 #C0FF00; } .color-unfilled-guardian { text-shadow: 0 0 0 #004866; } .color-unfilled-revenant { text-shadow: 0 0 0 #660000; } .color-unfilled-warrior { text-shadow: 0 0 0 #664000; } .color-unfilled-engineer { text-shadow: 0 0 0 #000000; } .color-unfilled-ranger { text-shadow: 0 0 0 #5D6600; } .color-unfilled-thief { text-shadow: 0 0 0 #662100; } .color-unfilled-elementalist { text-shadow: 0 0 0 #000000; } .color-unfilled-mesmer { text-shadow: 0 0 0 #660060; } .color-unfilled-necromancer { text-shadow: 0 0 0 #4C6600; } /* Weekly/daily rotation data templates */ .highlight-yellow { background-color: #9D5A02 !important; } .highlight-blue { background-color: #1b728e !important; } /* "Guild Wars 2 Wiki" and "Help" namespace layouts */ .wiki-help, .wiki-gw2w, .wiki-projects { border-color: #5A5C5E; /* color scheme: gray page border */ } .darkfill, .wiki-nav { border-width: 2px; border-style: solid; } .darkfill h2 { margin: 0.2em auto 0.2em auto; border: 0; font-weight: bold; } .wiki-help .darkfill, .wiki-gw2w .darkfill, .wiki-projects .darkfill, .wiki-nav { background-color: #40434A; /* color scheme: inactive tabs */ } .wiki-help .darkfill { border-color: #598CA0; /* darker blue */ } .wiki-gw2w .darkfill { border-color: #8EAB72; /* darker green */ } .wiki-projects .darkfill { border-color: #B78048; /* darker orange */ } .wiki-nav { border-color: #8282CA; /* darker purple */ } /* Image license templates - too many unique colours to bother capturing as classes */ .imagelicense { color: black; } .imagelicense a, .imagelicense a:visited, .mw-parser-output .imagelicense a.external, .mw-parser-output .imagelicense a.external:visited { color: #002BB8; /* color scheme: boring blue to avoid rewriting license templates to support CSS properly */ }