all repos — h3rald @ 686bbef03100c71bf28e2d2bb3c47a5f7d357b83

The sources of https://h3rald.com

ui-dev/js/tooltips.js

 1
 2
 3
 4
 5
 6
 7
 8
 9
var dark_tooltip = { 
		style: { name: 'dark', tip: true },
		position: {
			corner: {
			target: 'topMiddle',
			tooltip: 'bottomMiddle'
			}
		}
};