Skip to content
Snippets Groups Projects
colorCSS.txt 1.98 KiB
Newer Older
  • Learn to ignore specific revisions
  • Arkerthan's avatar
    Arkerthan committed
    CSS classes to color code important parts of texts:
    class names that are not final are marked, this list is NOT exhaustive and subject to change.
    
    Arkerthan's avatar
    Arkerthan committed
    Note for mass replacing: The following cases have to be checked:
    	@@.trust.inc;
    	<span class="trust inc">
    
    	App.UI.DOM.makeElement('string', 'string', ['trust', 'inc']);
    
    Arkerthan's avatar
    Arkerthan committed
    
    CLASS         -   COLOR
    
    DEVOTION
    .devotion.inc - hotpink
    .devotion.dec - mediumorchid
    
    .devotion.hateful - darkviolet ( < -50) (there is also very hateful, but they are the same color, so same class for now)
    .devotion.resistant - mediumorchid ( < -20)
    .devotion.ambivalent - yellow ( <= 20)
    .devotion.accept - hotpink ( <= 50)
    .devotion.devoted - deeppink ( <= 95)
    .devotion.worship - magenta ( > 95)
    
    TRUST (defiant versions for devotion < -20)
    
    Arkerthan's avatar
    Arkerthan committed
    .trust.inc - mediumaquamarine
    
    .defiant.inc - orangered (trust > -20)
    
    Arkerthan's avatar
    Arkerthan committed
    .trust.dec - gold
    
    .trust.extremely-terrified - darkgoldenrod ( < - 95)
    .trust.terrified - goldenrod ( < -50)
    .trust.frightened - gold ( < -20)
    .trust.fearful - yellow ( <= 20)
    .trust.careful - mediumaquamarine ( <= 50)
    .defiant.careful - orange
    .trust.trusting - mediumseagreen ( <= 95)
    .defiant.bold - orangered
    .trust.prof-trusting - seagreen ( > 95)
    .defiant.full - darkred
    
    MINDBROKEN
    .mindbroken - red
    
    Arkerthan's avatar
    Arkerthan committed
    
    
    Arkerthan's avatar
    Arkerthan committed
    SKILL
    
    Arkerthan's avatar
    Arkerthan committed
    - Player
    
    Arkerthan's avatar
    Arkerthan committed
    skill.player - springgreen
    
    Arkerthan's avatar
    Arkerthan committed
    - Slave
    .skill - aquamarine
    
    Arkerthan's avatar
    Arkerthan committed
    .skill.inc - green
    
    Arkerthan's avatar
    Arkerthan committed
    
    FETISH
    .fetish.gain - lightcoral
    .fetish.loss - coral
    .fetish.inc - lightsalmon
    
    
    Arkerthan's avatar
    Arkerthan committed
    INTELLIGENCE (WIP)
    
    Arkerthan's avatar
    Arkerthan committed
    .intelligent - deepskyblue
    .stupid - orange
    
    Arkerthan's avatar
    Arkerthan committed
    .education.neg - orangered
    
    Arkerthan's avatar
    Arkerthan committed
    
    REPUTATION
    
    Arkerthan's avatar
    Arkerthan committed
    .reputation.inc - green
    .reputation.dec - red
    
    Arkerthan's avatar
    Arkerthan committed
    
    GENERAL CHANGES
    .improvement - green
    
    Arkerthan's avatar
    Arkerthan committed
    - body parts (usually)
    
    Arkerthan's avatar
    Arkerthan committed
    .change.positive - lime
    .change.negative - orange
    
    RELATIONSHIPS (both love and family)
    .relationship - lightgreen
    
    ORIFICES
    .virginity.loss - lime
    
    PREGNANCY
    .pregnant - lime
    
    HEALTH
    .health.dec - red
    
    MONEY
    .cash.dec - red
    .cash.inc - yellowgreen
    
    FLAWS
    
    .flaw.gain - red
    
    Arkerthan's avatar
    Arkerthan committed
    .flaw.break - green
    
    
    GENERAL
    .error - red
    
    Arkerthan's avatar
    Arkerthan committed
    .noteworthy - yellow
    
    FUTURE SOCIETIES
    .elites.loss - red (when incrementing $failedElite)