8,282
edits
No edit summary |
No edit summary |
||
Line 963: | Line 963: | ||
display: block; | display: block; | ||
margin-top: 0.25em; | margin-top: 0.25em; | ||
} | |||
/* Styling for tooltip */ | |||
.explain { | |||
border-bottom: 0; | |||
text-decoration: underline dotted; | |||
cursor: help; | |||
} | |||
/* Show help cursor when an abbr element has a title attribute */ | |||
abbr[title] { | |||
cursor: help; | |||
} | |||
/* Machine-readable extra template information */ | |||
.history-json, .chest-json, .chestcontents-json, .sound-json, .spawntable-json, .advancements-json, .achievements-json { | |||
display: none; | |||
} | } | ||