Index: trunk/extensions/SemanticMediaWiki/skins/SMW_custom.css |
— | — | @@ -238,22 +238,29 @@ |
239 | 239 | background: url(rdf_flyer.18.gif) center right no-repeat; |
240 | 240 | } |
241 | 241 | |
242 | | -/* attribute tooltips */ |
| 242 | +/* tooltips */ |
243 | 243 | |
244 | | -div.smwtt { |
245 | | - font-size: 10pt; |
246 | | - position: absolute; |
247 | | - visibility: hidden; |
248 | | - z-index: 20; |
249 | | - top: 0px; |
250 | | - left: 0px; |
251 | | - padding: 3px 10px; |
252 | | - background-color: #FFFFCC; |
253 | | - border: 1px solid #AAAAAA; |
| 244 | +div.smwtt { /* style for content of the bubble */ |
| 245 | + color: #000000; |
254 | 246 | } |
255 | 247 | |
256 | | -a.smwatr, a.smwatr:hover, a.smwatr:active, a.smwatr:visited { |
257 | | - color: #BB7700; |
| 248 | +span.smwttpersist span.smwttcontent{ /* show persistent tooltips for non-JavaScript clients */ |
| 249 | + color: #000000; |
| 250 | +} |
| 251 | + |
| 252 | +span.smwttinline span.smwttcontent{ /* hide inline tooltips for non-JavaScript clients */ |
| 253 | + display: none; |
| 254 | +} |
| 255 | + |
| 256 | +span.smwtticon{ /* style for image anchor for persistent tooltips */ |
| 257 | + display: none; |
| 258 | +} |
| 259 | + |
| 260 | +span.smwttpersist { /* colored anchors? */ |
| 261 | + color: #0000C8; |
| 262 | +} |
| 263 | + |
| 264 | +span.smwttinline { /* colored anchors */ |
| 265 | + color: #BB7700; |
258 | 266 | text-decoration: none; |
259 | | - cursor: help; |
260 | | -} |
| 267 | +} |
\ No newline at end of file |