1 |
|
/* XPointer scheme definitions */ |
2 |
|
|
3 |
dl.xpointer-scheme-definition { |
dl.xpointer-scheme-definition { |
4 |
display: block; |
display: block; |
5 |
border-style: none; |
border-style: none; |
37 |
clear: both; |
clear: both; |
38 |
} |
} |
39 |
|
|
40 |
|
/* Links to XPointer specifications */ |
41 |
|
|
42 |
|
a[href^="http://www.w3.org/TR/2003/REC-xptr-framework-20030325/"]:after, |
43 |
|
a[href^="http://www.w3.org/TR/2004/NOTE-DOM-Level-3-XPath-20040226/"]:after { |
44 |
|
content: "xp"; |
45 |
|
vertical-align: super; |
46 |
|
color: gray; |
47 |
|
background-color: transparent; |
48 |
|
font-size: x-small; |
49 |
|
line-height: 1.0; |
50 |
|
font-family: "Times New Roman", serif; |
51 |
|
text-decoration: none; |
52 |
|
border-style: none; |
53 |
|
} |
54 |
|
|
55 |
|
a[href^="http://www.w3.org/TR/2004/NOTE-DOM-Level-3-XPath-20040226/"]:after { |
56 |
|
content: "dom"; |
57 |
|
} |
58 |
|
|
59 |
/* Revision: $Date$ */ |
/* Revision: $Date$ */ |
60 |
|
|
61 |
/* ***** BEGIN LICENSE BLOCK ***** |
/* ***** BEGIN LICENSE BLOCK ***** |