r23855 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r23854‎ | r23855 | r23856 >
Date:21:12, 7 July 2007
Author:mkroetzsch
Status:old
Tags:
Comment:
new styles for new tooltips
Modified paths:
  • /trunk/extensions/SemanticMediaWiki/skins/SMW_custom.css (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticMediaWiki/skins/SMW_custom.css
@@ -238,22 +238,29 @@
239239 background: url(rdf_flyer.18.gif) center right no-repeat;
240240 }
241241
242 -/* attribute tooltips */
 242+/* tooltips */
243243
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;
254246 }
255247
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;
258266 text-decoration: none;
259 - cursor: help;
260 -}
 267+}
\ No newline at end of file

Status & tagging log