mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-30 07:28:53 +01:00
Language colors
This commit is contained in:
@@ -735,7 +735,7 @@ img.icon.bigicon {
|
||||
}
|
||||
|
||||
.changeling {
|
||||
color: #059223;
|
||||
color: #b000b1;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
@@ -1151,3 +1151,124 @@ $border-width-px: $border-width * 1px;
|
||||
background-color: darken(map.get($alert-stripe-colors, $color-name), 5);
|
||||
}
|
||||
}
|
||||
|
||||
// Extra Languages
|
||||
.tajaran {
|
||||
color: #803b56;
|
||||
}
|
||||
|
||||
.tajaran_signlang {
|
||||
color: #941c1c;
|
||||
}
|
||||
|
||||
.akhani {
|
||||
color: #ac398c;
|
||||
}
|
||||
|
||||
.skrell {
|
||||
color: #00b0b3;
|
||||
}
|
||||
|
||||
.skrellfar {
|
||||
color: #70fcff;
|
||||
}
|
||||
|
||||
.soghun {
|
||||
color: #50ba6c;
|
||||
}
|
||||
|
||||
.solcom {
|
||||
color: #6da6f0;
|
||||
}
|
||||
|
||||
.sergal {
|
||||
color: #0077ff;
|
||||
}
|
||||
|
||||
.birdsongc {
|
||||
color: #cc9900;
|
||||
}
|
||||
|
||||
.vulpkanin {
|
||||
color: #b97a57;
|
||||
}
|
||||
|
||||
.tavan {
|
||||
color: #f54298;
|
||||
font-family: Arial;
|
||||
}
|
||||
|
||||
.echosong {
|
||||
color: #826d8c;
|
||||
}
|
||||
|
||||
.enochian {
|
||||
color: #848a33;
|
||||
letter-spacing: -1pt;
|
||||
word-spacing: 4pt;
|
||||
font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
|
||||
}
|
||||
|
||||
.daemon {
|
||||
color: #5e339e;
|
||||
letter-spacing: -1pt;
|
||||
word-spacing: 0pt;
|
||||
font-family: 'Courier New', Courier, monospace;
|
||||
}
|
||||
|
||||
.drudakar {
|
||||
color: #bb2463;
|
||||
word-spacing: 0pt;
|
||||
font-family: 'High Tower Text', monospace;
|
||||
}
|
||||
|
||||
.bug {
|
||||
color: #9e9e39;
|
||||
}
|
||||
|
||||
.vox {
|
||||
color: #aa00aa;
|
||||
}
|
||||
|
||||
.promethean {
|
||||
color: #a5a5a5;
|
||||
font-family: 'Comic Sans MS', 'Comic Sans', cursive;
|
||||
}
|
||||
|
||||
.zaddat {
|
||||
color: #941c1c;
|
||||
}
|
||||
|
||||
.rough {
|
||||
font-family: 'Trebuchet MS', cursive, sans-serif;
|
||||
}
|
||||
|
||||
.say_quote {
|
||||
font-family: Georgia, Verdana, sans-serif;
|
||||
}
|
||||
|
||||
.say_quote_italics {
|
||||
font-style: italic;
|
||||
font-family: Georgia, Verdana, sans-serif;
|
||||
}
|
||||
|
||||
.terminus {
|
||||
font-family: 'Times New Roman', Times, serif, sans-serif;
|
||||
}
|
||||
|
||||
.spacer {
|
||||
color: #9c660b;
|
||||
}
|
||||
|
||||
.teppi {
|
||||
color: #816540;
|
||||
word-spacing: 4pt;
|
||||
font-family: 'Segoe Script Bold', 'Segoe Script', sans-serif, Verdana;
|
||||
}
|
||||
|
||||
.shadekin {
|
||||
color: #be3cc5;
|
||||
font-size: 150%;
|
||||
font-weight: bold;
|
||||
font-family: 'Gabriola', cursive, sans-serif;
|
||||
}
|
||||
|
||||
@@ -1184,3 +1184,124 @@ $border-width-px: $border-width * 1px;
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
// Extra Languages
|
||||
.tajaran {
|
||||
color: #803b56;
|
||||
}
|
||||
|
||||
.tajaran_signlang {
|
||||
color: #941c1c;
|
||||
}
|
||||
|
||||
.akhani {
|
||||
color: #ac398c;
|
||||
}
|
||||
|
||||
.skrell {
|
||||
color: #00b0b3;
|
||||
}
|
||||
|
||||
.skrellfar {
|
||||
color: #70fcff;
|
||||
}
|
||||
|
||||
.soghun {
|
||||
color: #50ba6c;
|
||||
}
|
||||
|
||||
.solcom {
|
||||
color: #3333ce;
|
||||
}
|
||||
|
||||
.sergal {
|
||||
color: #0077ff;
|
||||
}
|
||||
|
||||
.birdsongc {
|
||||
color: #cc9900;
|
||||
}
|
||||
|
||||
.vulpkanin {
|
||||
color: #b97a57;
|
||||
}
|
||||
|
||||
.tavan {
|
||||
color: #f54298;
|
||||
font-family: Arial;
|
||||
}
|
||||
|
||||
.echosong {
|
||||
color: #826d8c;
|
||||
}
|
||||
|
||||
.enochian {
|
||||
color: #848a33;
|
||||
letter-spacing: -1pt;
|
||||
word-spacing: 4pt;
|
||||
font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
|
||||
}
|
||||
|
||||
.daemon {
|
||||
color: #5e339e;
|
||||
letter-spacing: -1pt;
|
||||
word-spacing: 0pt;
|
||||
font-family: 'Courier New', Courier, monospace;
|
||||
}
|
||||
|
||||
.drudakar {
|
||||
color: #bb2463;
|
||||
word-spacing: 0pt;
|
||||
font-family: 'High Tower Text', monospace;
|
||||
}
|
||||
|
||||
.bug {
|
||||
color: #9e9e39;
|
||||
}
|
||||
|
||||
.vox {
|
||||
color: #aa00aa;
|
||||
}
|
||||
|
||||
.promethean {
|
||||
color: #5a5a5a;
|
||||
font-family: 'Comic Sans MS', 'Comic Sans', cursive;
|
||||
}
|
||||
|
||||
.zaddat {
|
||||
color: #941c1c;
|
||||
}
|
||||
|
||||
.rough {
|
||||
font-family: 'Trebuchet MS', cursive, sans-serif;
|
||||
}
|
||||
|
||||
.say_quote {
|
||||
font-family: Georgia, Verdana, sans-serif;
|
||||
}
|
||||
|
||||
.say_quote_italics {
|
||||
font-style: italic;
|
||||
font-family: Georgia, Verdana, sans-serif;
|
||||
}
|
||||
|
||||
.terminus {
|
||||
font-family: 'Times New Roman', Times, serif, sans-serif;
|
||||
}
|
||||
|
||||
.spacer {
|
||||
color: #9c660b;
|
||||
}
|
||||
|
||||
.teppi {
|
||||
color: #816540;
|
||||
word-spacing: 4pt;
|
||||
font-family: 'Segoe Script Bold', 'Segoe Script', sans-serif, Verdana;
|
||||
}
|
||||
|
||||
.shadekin {
|
||||
color: #be3cc5;
|
||||
font-size: 150%;
|
||||
font-weight: bold;
|
||||
font-family: 'Gabriola', cursive, sans-serif;
|
||||
}
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user