Hi!
I'm using TiddlyWiki for some days now and really like it. I also started
to tweak a bit the sytlesheets and thought that, maybe, some of you would
like to have a small icon after external links too.
For this, I edited the StyleSheetLayout tiddler, adding the 2 definitions
below. Hope you like it.
a.externalLink:after {
display: inline-block;
content: "";
width: 12px;
height: 8px;
background: transparent
url(data:image/gif;base64,R0lGODlhCAAIAIABAABmZv///yH5BAEKAAEALAAAAAAIAAgAAAIPjAMJd5q2HoQLsTpto84UADs=)
no-repeat center;
}
a.externalLink:hover:after {
display: inline-block;
content: "";
width: 12px;
height: 8px;
background:
url(data:image/gif;base64,R0lGODlhCAAIAIAAAP///////yH5BAEKAAEALAAAAAAIAAgAAAIPjAMJd5q2HoQLsTpto84UADs=)
no-repeat center;
}
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/tiddlywiki/-/Z4qcMzaqdQ8J.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/tiddlywiki?hl=en.