|
@@ -56,20 +56,36 @@
|
|
}
|
|
}
|
|
p { margin-left: 20pt; margin-right: 20pt; }
|
|
p { margin-left: 20pt; margin-right: 20pt; }
|
|
a { text-decoration: none; color: #822; }
|
|
a { text-decoration: none; color: #822; }
|
|
- a[href="#background"]::after {
|
|
+ a[href="#backgrounds"]::after {
|
|
content: "Background";
|
|
content: "Background";
|
|
}
|
|
}
|
|
- a[href="#trait"]::before {
|
|
+
|
|
|
|
+ a[href="#traits"]::before {
|
|
content: url(data:image/svg+xml;base64,{{trait-icon}});
|
|
content: url(data:image/svg+xml;base64,{{trait-icon}});
|
|
}
|
|
}
|
|
- a[href="#trait"]::after {
|
|
+ a[href="#traits"]::after {
|
|
- content: " Trait";
|
|
+ content: "Trait";
|
|
}
|
|
}
|
|
- a[href="#relationship"]::before {
|
|
+
|
|
|
|
+ a[href="#relationships"]::before {
|
|
content: url(data:image/svg+xml;base64,{{relationship-icon}});
|
|
content: url(data:image/svg+xml;base64,{{relationship-icon}});
|
|
}
|
|
}
|
|
- a[href="#relationship"]::after {
|
|
+ a[href="#relationships"]::after {
|
|
- content: " Relationship";
|
|
+ content: "Relationship";
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ a[href="#objects"]::before {
|
|
|
|
+ content: url(data:image/svg+xml;base64,{{object-icon}});
|
|
|
|
+ }
|
|
|
|
+ a[href="#objects"]::after {
|
|
|
|
+ content: "Object";
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ a[href="#stats"]::before {
|
|
|
|
+ content: url(data:image/svg+xml;base64,{{stat-icon}});
|
|
|
|
+ }
|
|
|
|
+ a[href="#stats"]::after {
|
|
|
|
+ content: "Stat";
|
|
}
|
|
}
|
|
</style>
|
|
</style>
|
|
</head>
|
|
</head>
|