Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Anatomy of Incursions: Difference between revisions

From EVE University Wiki
m Change background color to design-token. Replace deprecated html with CSS. Replace isis icons.
Replacing color names with hex, seems to fix some hate css-sanitizer has for the css
Line 14: Line 14:
.c4 { background-color:#51D200; } .cc4 { color:#51D200; }
.c4 { background-color:#51D200; } .cc4 { color:#51D200; }
/* Green - red (dark). */
/* Green - red (dark). */
.d1 { background-color:Maroon; } .dd1 { color:Maroon; }
.d1 { background-color:#800000; } .dd1 { color:#800000; }   /* Maroon */
.d2 { background-color:Sienna; } .dd2 { color:Sienna; }
.d2 { background-color:#A0522D; } .dd2 { color:#A0522D; }   /* Sienna */
.d3 { background-color:Olive; } .dd3 { color:Olive; }
.d3 { background-color:#808000; } .dd3 { color:#808000; }   /* Olive */
.d4 { background-color:ForestGreen; } .dd4 { color:ForestGreen; }
.d4 { background-color:#228B22; } .dd4 { color:#228B22; }   /* ForestGreen */
/* Blue-purple (dark). */
/* Blue-purple (dark). */
.e1 { background-color:purple; } .ee1 { color:purple; }
.e1 { background-color:#800080; } .ee1 { color:#800080; }   /* Purple */
.e2 { background-color:rebeccapurple; } .ee2 { color:rebeccapurple; }
.e2 { background-color:#663399; } .ee2 { color:#663399; }   /* RebeccaPurple */
.e3 { background-color:slateblue; } .ee3 { color:slateblue; }
.e3 { background-color:#6A5ACD; } .ee3 { color:#6A5ACD; }   /* SlateBlue */
.e4 { background-color:steelblue; } .ee4 { color:steelblue; }
.e4 { background-color:#4682B4; } .ee4 { color:#4682B4; }   /* SteelBlue */
}}
}}
= Scope of this article =
= Scope of this article =