Font modif for symbols in text
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -8,6 +8,7 @@ $black-light: rgba(0, 0, 0, 0.75);
|
|||||||
$dark-red: rgba(25, 0, 0, 0.75);
|
$dark-red: rgba(25, 0, 0, 0.75);
|
||||||
$red: rgba(255, 0, 0, 1);
|
$red: rgba(255, 0, 0, 1);
|
||||||
$red-light: rgba(255, 0, 0, 0.75);
|
$red-light: rgba(255, 0, 0, 0.75);
|
||||||
|
$red-dice: rgb(205, 0, 0);
|
||||||
$orange: rgba(255, 100, 0, 0.75);
|
$orange: rgba(255, 100, 0, 0.75);
|
||||||
$blue: rgba(0, 0, 255, 0.75);
|
$blue: rgba(0, 0, 255, 0.75);
|
||||||
$green: rgba(0, 255, 0, 0.75);
|
$green: rgba(0, 255, 0, 0.75);
|
||||||
@@ -80,21 +81,27 @@ $l5r5e-unicorn: rgb(120, 90, 135);
|
|||||||
// Imperial
|
// Imperial
|
||||||
$l5r5e-imperial: rgb(120, 255, 180);
|
$l5r5e-imperial: rgb(120, 255, 180);
|
||||||
|
|
||||||
.Crab {
|
// Bushi
|
||||||
}
|
$l5r5e-bushi: rgb(165, 90, 90);
|
||||||
.Crane {
|
// Courtier
|
||||||
}
|
$l5r5e-courtier: rgb(105, 130, 165);
|
||||||
.Dragon {
|
// Shugenja
|
||||||
}
|
$l5r5e-shugenja: rgb(90, 165, 130);
|
||||||
.Lion {
|
|
||||||
}
|
// -- Techs
|
||||||
.Mantis {
|
// Invocations
|
||||||
}
|
$l5r5e-invocations: rgb(255, 100, 0);
|
||||||
.Phoenix {
|
// Kata
|
||||||
}
|
$l5r5e-kata: rgb(255, 0, 0);
|
||||||
.Scorpion {
|
// Kiho
|
||||||
}
|
$l5r5e-kiho: rgb(0, 150, 50);
|
||||||
.Unicorn {
|
// Maho
|
||||||
}
|
$l5r5e-maho: rgb(200, 50, 0);
|
||||||
.Spider {
|
// Ninjitsu
|
||||||
}
|
$l5r5e-ninjitsu: rgb(52, 52, 52);
|
||||||
|
// Prerequisite
|
||||||
|
$l5r5e-prerequisite: rgb(52, 52, 52);
|
||||||
|
// Rituals
|
||||||
|
$l5r5e-rituals: rgb(0, 150, 255);
|
||||||
|
// Shuji
|
||||||
|
$l5r5e-shuji: rgb(0, 255, 150);
|
||||||
|
|||||||
@@ -62,10 +62,10 @@ p {
|
|||||||
font-family: $font-quaternary;
|
font-family: $font-quaternary;
|
||||||
}
|
}
|
||||||
|
|
||||||
i.strife,
|
i.i_strife,
|
||||||
i.success,
|
i.i_success,
|
||||||
i.explosive,
|
i.i_explosive,
|
||||||
i.opportunity,
|
i.i_opportunity,
|
||||||
i.i_earth,
|
i.i_earth,
|
||||||
i.i_water,
|
i.i_water,
|
||||||
i.i_fire,
|
i.i_fire,
|
||||||
@@ -94,109 +94,169 @@ i.i_courtier,
|
|||||||
i.i_shugenja {
|
i.i_shugenja {
|
||||||
font-family: $font-logoType;
|
font-family: $font-logoType;
|
||||||
line-height: 1rem;
|
line-height: 1rem;
|
||||||
|
font-size: 1.25rem;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
|
text-shadow: 0 0 0 $l5r5e-black;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Dices
|
// -- Dices
|
||||||
i.strife:before {
|
// Strife
|
||||||
|
i.i_strife:before {
|
||||||
content: "\E91B";
|
content: "\E91B";
|
||||||
|
color: $red-dice;
|
||||||
}
|
}
|
||||||
i.success:before {
|
// Success
|
||||||
|
i.i_success:before {
|
||||||
content: "\E91C";
|
content: "\E91C";
|
||||||
|
color: $red-dice;
|
||||||
}
|
}
|
||||||
i.explosive:before {
|
// Explosive
|
||||||
|
i.i_explosive:before {
|
||||||
content: "\E91D";
|
content: "\E91D";
|
||||||
|
color: $red-dice;
|
||||||
}
|
}
|
||||||
i.opportunity:before {
|
// Opportunity
|
||||||
|
i.i_opportunity:before {
|
||||||
content: "\E91A";
|
content: "\E91A";
|
||||||
|
color: $red-dice;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Rings
|
// -- Rings
|
||||||
|
// Earth
|
||||||
i.i_earth:before {
|
i.i_earth:before {
|
||||||
content: "\E90C";
|
content: "\E90C";
|
||||||
|
color: $l5r5e-earth;
|
||||||
}
|
}
|
||||||
i.i_water:before {
|
// Air
|
||||||
content: "\E90A";
|
|
||||||
}
|
|
||||||
i.i_fire:before {
|
|
||||||
content: "\E908";
|
|
||||||
}
|
|
||||||
i.i_air:before {
|
i.i_air:before {
|
||||||
content: "\E90B";
|
content: "\E90B";
|
||||||
|
color: $l5r5e-air;
|
||||||
}
|
}
|
||||||
|
// Water
|
||||||
|
i.i_water:before {
|
||||||
|
content: "\E90A";
|
||||||
|
color: $l5r5e-water;
|
||||||
|
}
|
||||||
|
// Fire
|
||||||
|
i.i_fire:before {
|
||||||
|
content: "\E908";
|
||||||
|
color: $l5r5e-fire;
|
||||||
|
}
|
||||||
|
// Void
|
||||||
i.i_void:before {
|
i.i_void:before {
|
||||||
content: "\E909";
|
content: "\E909";
|
||||||
|
color: $l5r5e-void;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Techs
|
// -- Techs
|
||||||
i.i_kiho:before {
|
// Invocations
|
||||||
content: "\E900";
|
|
||||||
}
|
|
||||||
i.i_maho:before {
|
|
||||||
content: "\E901";
|
|
||||||
}
|
|
||||||
i.i_ninjitsu:before {
|
|
||||||
content: "\E902";
|
|
||||||
}
|
|
||||||
i.i_prerequisite_exemption:before {
|
|
||||||
content: "\E903";
|
|
||||||
}
|
|
||||||
i.i_rituals:before {
|
|
||||||
content: "\E904";
|
|
||||||
}
|
|
||||||
i.i_shuji:before {
|
|
||||||
content: "\E905";
|
|
||||||
}
|
|
||||||
i.i_invocations:before {
|
i.i_invocations:before {
|
||||||
content: "\E906";
|
content: "\E906";
|
||||||
|
color: $l5r5e-invocations;
|
||||||
}
|
}
|
||||||
|
// Kata
|
||||||
i.i_kata:before {
|
i.i_kata:before {
|
||||||
content: "\E907";
|
content: "\E907";
|
||||||
|
color: $l5r5e-kata;
|
||||||
|
}
|
||||||
|
// Kiho
|
||||||
|
i.i_kiho:before {
|
||||||
|
content: "\E900";
|
||||||
|
color: $l5r5e-kiho;
|
||||||
|
}
|
||||||
|
// Maho
|
||||||
|
i.i_maho:before {
|
||||||
|
content: "\E901";
|
||||||
|
color: $l5r5e-maho;
|
||||||
|
}
|
||||||
|
// Ninjitsu
|
||||||
|
i.i_ninjitsu:before {
|
||||||
|
content: "\E902";
|
||||||
|
color: $l5r5e-ninjitsu;
|
||||||
|
}
|
||||||
|
// Prerequisite
|
||||||
|
i.i_prerequisite_exemption:before {
|
||||||
|
content: "\E903";
|
||||||
|
color: $l5r5e-prerequisite;
|
||||||
|
}
|
||||||
|
// Rituals
|
||||||
|
i.i_rituals:before {
|
||||||
|
content: "\E904";
|
||||||
|
color: $l5r5e-rituals;
|
||||||
|
}
|
||||||
|
// Shuji
|
||||||
|
i.i_shuji:before {
|
||||||
|
content: "\E905";
|
||||||
|
color: $l5r5e-shuji;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Clans
|
// -- Clans
|
||||||
i.i_imperial:before {
|
// Crab
|
||||||
content: "\E90D";
|
|
||||||
}
|
|
||||||
i.i_crab:before {
|
i.i_crab:before {
|
||||||
content: "\E914";
|
content: "\E914";
|
||||||
|
color: $l5r5e-crab;
|
||||||
}
|
}
|
||||||
|
// Crane
|
||||||
i.i_crane:before {
|
i.i_crane:before {
|
||||||
content: "\E915";
|
content: "\E915";
|
||||||
|
color: $l5r5e-crane;
|
||||||
}
|
}
|
||||||
|
// Dragon
|
||||||
i.i_dragon:before {
|
i.i_dragon:before {
|
||||||
content: "\E916";
|
content: "\E916";
|
||||||
|
color: $l5r5e-dragon;
|
||||||
}
|
}
|
||||||
|
// Lion
|
||||||
i.i_lion:before {
|
i.i_lion:before {
|
||||||
content: "\E90E";
|
content: "\E90E";
|
||||||
|
color: $l5r5e-lion;
|
||||||
}
|
}
|
||||||
|
// Mantis
|
||||||
i.i_mantis:before {
|
i.i_mantis:before {
|
||||||
content: "\E90F";
|
content: "\E90F";
|
||||||
|
color: $l5r5e-mantis;
|
||||||
}
|
}
|
||||||
|
// Phoenix
|
||||||
i.i_phoenix:before {
|
i.i_phoenix:before {
|
||||||
content: "\E910";
|
content: "\E910";
|
||||||
|
color: $l5r5e-phoenix;
|
||||||
}
|
}
|
||||||
|
// Scorpion
|
||||||
i.i_scorpion:before {
|
i.i_scorpion:before {
|
||||||
content: "\E911";
|
content: "\E911";
|
||||||
|
color: $l5r5e-scorpion;
|
||||||
}
|
}
|
||||||
|
// Tortoise
|
||||||
i.i_tortoise:before {
|
i.i_tortoise:before {
|
||||||
content: "\E912";
|
content: "\E912";
|
||||||
|
color: $l5r5e-tortoise;
|
||||||
}
|
}
|
||||||
|
// Unicorn
|
||||||
i.i_unicorn:before {
|
i.i_unicorn:before {
|
||||||
content: "\E913";
|
content: "\E913";
|
||||||
|
color: $l5r5e-unicorn;
|
||||||
|
}
|
||||||
|
// Imperial
|
||||||
|
i.i_imperial:before {
|
||||||
|
content: "\E90D";
|
||||||
|
color: $l5r5e-imperial;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Titles
|
// -- Titles
|
||||||
|
// Bushi
|
||||||
i.i_bushi:before {
|
i.i_bushi:before {
|
||||||
content: "\E917";
|
content: "\E917";
|
||||||
color: rgb(165, 90, 90);
|
color: $l5r5e-bushi;
|
||||||
}
|
}
|
||||||
|
// Courtier
|
||||||
i.i_courtier:before {
|
i.i_courtier:before {
|
||||||
content: "\E918";
|
content: "\E918";
|
||||||
color: rgb(105, 130, 165);
|
color: $l5r5e-courtier;
|
||||||
}
|
}
|
||||||
|
// Shugenja
|
||||||
i.i_shugenja:before {
|
i.i_shugenja:before {
|
||||||
content: "\E919";
|
content: "\E919";
|
||||||
|
color: $l5r5e-shugenja;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user