1/* 2 * opera.css 3 * 4 * Copyright (c) 2004 David Holroyd, and contributors 5 * See the file 'COPYING' for terms of use 6 * 7 * Part of the Docbook-CSS stylesheet 8 * http://www.badgers-in-foil.co.uk/projects/docbook-css/ 9 * 10 * This file contains CSS specific to the Opera browser. 11 */ 12 13/* 14 * Discovered -o-link from, 15 * http://groups.google.com/groups?q=opera+styles+xml&start=10&hl=en&lr=&ie=UTF-8&newwindow=1&selm=opr6pgr0tgicz8n2%40news.opera.com&rnum=18 16 */ 17ulink { 18 -o-link: attr(url); 19 -o-link-source: current; 20} 21 22/* 23 * Given the above rule, it makes sense to have this here too, though it's 24 * not Opera-specific 25 */ 26ulink:focus { 27 outline: 1px dotted invert; 28} 29 30/* this was in the example I found, but it doesn't achive much */ 31imagedata { 32 -o-replace: attr(fileref) 33} 34