PluginProbe ʕ •ᴥ•ʔ
External Links – nofollow, noopener & new window / 1.21
External Links – nofollow, noopener & new window v1.21
0.31 0.32 0.33 0.34 0.35 1.01 1.02 1.03 1.10 1.20 1.21 1.30 1.31 1.40 1.41 1.50 1.51 1.52 1.53 1.54 1.55 1.56 1.60 1.61 1.62 1.70 1.80 1.81 2.0.0 2.0.1 2.0.2 2.0.3 2.0.4 2.1.0 2.1.1 2.1.2 2.1.3 2.2.0 2.3 2.32 2.35 2.40 2.42 2.43 2.45 2.46 2.47 2.48 2.50 2.51 2.55 2.56 2.57 2.58 2.59 2.60 2.61 2.62 2.63 2.64 2.65 trunk 0.10 0.11 0.12 0.20 0.21 0.30
wp-external-links / css / tipsy.css
wp-external-links / css Last commit date
external-links.css 14 years ago tipsy.css 14 years ago
tipsy.css
8 lines
1 .tipsy { padding: 5px; font-size: 11px; opacity: 0.8; filter: alpha(opacity=80); background-repeat: no-repeat; background-image: url(../images/tipsy.gif); }
2 .tipsy-inner { padding: 5px 8px 4px 8px; background-color: black; color: white; max-width: 200px; text-align: center; }
3 .tipsy-inner { -moz-border-radius:3px; -webkit-border-radius:3px; }
4 .tipsy-north { background-position: top center; }
5 .tipsy-south { background-position: bottom center; }
6 .tipsy-east { background-position: right center; }
7 .tipsy-west { background-position: left center; }
8