Weblog entries posted on this day.
[Text removed (for a variety of reasons).]
I also implimented some visual indications to the pictures of people on the People page about my relation to them (in a rather abstract way), using CSS.
For example; if the cursor is hovered over an image and the left border lights up green, this indicates I met that person (in real life
).
This only works in modern visual browsers that have above average support for CSS (Mozilla for example).
Here is the code so far:
:link[rel~='acquaintance']:hover img { border-top: 1px solid #33c !important }
:link[rel~='friend']:hover img { border-top: 1px solid #33f !important }
:link[rel~='met']:hover img { border-left: 1px solid #0c0 !important }
:link[rel~='muse']:hover img { background-color: #dcc !important }
:link[rel~='crush']:hover img { background-color: #ecc !important }
:link[rel~='date']:hover img { background-color: #fcc !important }
:link[rel~='sweetheart']:hover img { background-color: pink !important }
I've been working on my KABK portfolio quite a lot, and I have written a new People page, which is now an XFN. Both the sites are stored on sinewaves.org.
This day, elsewhere.