Skip to content
Snippets Groups Projects
Commit 7a2f4576 authored by Arkerthan's avatar Arkerthan
Browse files

add basic documentation

parent eb8bde87
No related branches found
No related tags found
No related merge requests found
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.
CLASS - COLOR
DEVOTION
.devotion.inc - hotpink
.devotion.dec - mediumorchid
TRUST
.trust.inc - mediumaquamarine
.trust.dec - gold
.defiant - darkred
.trust.inc-defiant - orangered (trust increase without enough devotion)
SKILL (not final)
- Player
.skill.advantage - springgreen
- Slave
.skill - aquamarine
FETISH
.fetish.gain - lightcoral
.fetish.loss - coral
.fetish.inc - lightsalmon
INTELLIGENCE
.intelligent - deepskyblue
.stupid - orange
REPUTATION
.reputation.inc - green (not final)
GENERAL CHANGES
- Player
.improvement - green
- Slaves
.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
\ No newline at end of file
...@@ -186,10 +186,10 @@ span.zeroButton > a:hover { text-decoration: none; } ...@@ -186,10 +186,10 @@ span.zeroButton > a:hover { text-decoration: none; }
.cyan, .cyan a { color: cyan } /* used for aphrodisiac & neighbor arcs */ .cyan, .cyan a { color: cyan } /* used for aphrodisiac & neighbor arcs */
.darkgoldenrod, .darkgoldenrod a { color: darkgoldenrod } .darkgoldenrod, .darkgoldenrod a { color: darkgoldenrod }
.darkred, .darkred a, .defiant, .defiant a { color: darkred } .darkred, .darkred a, .defiant, .defiant a { color: darkred }
.darkviolet, .darkviolet a, .authority, .authority a { color: darkviolet } .darkviolet, .darkviolet a { color: darkviolet }
.deeppink, .deeppink a { color: deeppink } /* used for devotion once & agent */ .deeppink, .deeppink a { color: deeppink } /* used for devotion once & agent */
.steelblue, .steelblue a { color: steelblue } .steelblue, .steelblue a { color: steelblue }
.deepskyblue, .deepskyblue a, .intelligent, .intelligent a, .security, .security a { color: deepskyblue } .deepskyblue, .deepskyblue a, .intelligent, .intelligent a { color: deepskyblue }
.dodgerblue, .dodgerblue a { color: dodgerblue } .dodgerblue, .dodgerblue a { color: dodgerblue }
.blue, .blue a { color: blue } .blue, .blue a { color: blue }
.gold, .gold a, .trust.dec, .trust.dec a { color: gold } .gold, .gold a, .trust.dec, .trust.dec a { color: gold }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment