AWESOME!!! Ive been looking for the tool tip class for ages. I'm probably a noob and can't find the class in the source or using firebug, but still awesome website with great info. Keep up the good work!
Tool tip
The Tool Tip is the little window that is visible when you hover over the Editor button (after you logged in).
Print screen without applying additional CSS

The text of the Tool Tip is hardly visible because of the transparent background.
CSS
/* ------------------------------
Tooltip voor de editor button
------------------------------- */
.tip {
background-color: #fff;
border: 1px #999 solid;
padding: 5px;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
}
.tip-title {
font-weight: bold;
}
Print screen after applying CSS


