DnD5 Condition Tooltips

DnD5 Condition Tooltips en

Installations 33 Likes 3

A companion theme for my DnD5 Conditions content pack. This theme decorates tooltips on links that point to those conditions to look more like excerpts from the rulebook.

Note that links generated by Kanka (e.g. in entity lists, as opposed to mentions created by users in entities) do not allow the same flexibility in styling and have lower opacity. You can cancel that see-through effect on all tooltips across your campaign by adding the following CSS to your campaign styles in Campaign > Theming:

/* Full opacity on tooltips */
.tooltip.in {
	opacity: 1;
}

You can create more entities that will use the same styling by giving them the DD5 Condition tag and wrapping their entries in the "dd5-condition" class in code view, like so:

<div class="dd5-condition">
  <p>Description</p>
</div>

Troubleshooting

I can see the fancy tooltips, but my players only see default tooltips

If your campaign does not allow some users or roles to see tags, this theme will not work for them. They at least need read access to the DD5 Condition tag.

Latest version 1.2

Released 1 month ago

  • Updated selectors to match the new mention tag slug syntax in Kanka 1.40.
  • Fixed background colors to account for 1.41’s tooltip styling update.