Lines Matching refs:sex
26 --sex-f-bg: #fff0f0;
27 --sex-f-fg: #ff2080;
28 --sex-m-bg: #f0f9ff;
29 --sex-m-fg: #84beff;
30 --sex-u-bg: #ffffff;
31 --sex-u-fg: #008080;
32 --sex-x-bg: #fceaa1;
33 --sex-x-fg: #ffab57;
530 background: var(--sex-f-bg);
531 border: solid var(--sex-f-fg) thin;
536 background: var(--sex-m-bg);
537 border: solid var(--sex-m-fg) thin;
542 background: var(--sex-u-bg);
543 border: solid var(--sex-u-fg) thin;
548 background: var(--sex-x-bg);
549 border: solid var(--sex-x-fg) thin;
650 .wt-facts-table .wt-sex-m > td {
651 background-color: var(--sex-m-bg);
652 border: solid var(--sex-m-fg) thin;
655 .wt-facts-table .wt-sex-f > td {
656 background-color: var(--sex-f-bg);
657 border: solid var(--sex-f-fg) thin;
660 .wt-facts-table .wt-sex-u > td {
661 background-color: var(--sex-u-bg);
662 border: solid var(--sex-u-fg) thin;
665 .wt-facts-table .wt-sex-x > td {
666 background-color: var(--sex-x-bg);
667 border: solid var(--sex-x-fg) thin;
1182 .wt-icon-sex {
1186 .wt-icon-sex-f {
1187 content: url(icons/sex-female.png);
1190 .wt-icon-sex-m {
1191 content: url(icons/sex-male.png);
1194 .wt-icon-sex-u {
1195 content: url(icons/sex-unknown.png);
1198 .wt-icon-sex-x {
1199 content: url(icons/sex-unknown.png);