| 2 |
|
|
| 3 |
dl.xpointer-scheme-definition { |
dl.xpointer-scheme-definition { |
| 4 |
display: block; |
display: block; |
| 5 |
|
margin-left: auto; |
| 6 |
|
margin-right: auto; |
| 7 |
|
width: 70%; |
| 8 |
|
min-width: 11em; |
| 9 |
border-style: none; |
border-style: none; |
| 10 |
|
-moz-border-radius: 20px; |
| 11 |
|
padding: 0.4em 0.8em; |
| 12 |
background-color: rgb(221, 238, 255); |
background-color: rgb(221, 238, 255); |
| 13 |
color: black; |
color: black; |
| 14 |
} |
} |
| 15 |
|
|
| 16 |
.xpointer-scheme-definition dt { |
div.fig-body > dl.xpointer-scheme-definition { |
| 17 |
|
width: 90%; |
| 18 |
|
} |
| 19 |
|
|
| 20 |
|
|
| 21 |
|
dl.xpointer-scheme-definition:before { |
| 22 |
|
content: "XPointer scheme 定義"; |
| 23 |
|
display: block; |
| 24 |
|
border-bottom: 4px white solid; |
| 25 |
|
margin-bottom: 0.3em; |
| 26 |
|
font-weight: bolder; |
| 27 |
|
font-family: sans-serif; |
| 28 |
|
} |
| 29 |
|
|
| 30 |
|
dl.xpointer-scheme-definition dt { |
| 31 |
display: block; |
display: block; |
| 32 |
float: left; |
float: left; |
| 33 |
clear: both; |
clear: left; |
|
margin: 0; |
|
|
border-style: none; |
|
|
padding: 0.5em 0.7em; |
|
| 34 |
width: 10em; |
width: 10em; |
| 35 |
|
margin: 0 0.2em 0.5em 0; |
| 36 |
|
border-style: none; |
| 37 |
|
padding: 0.2em 0.2em 0.2em 0.5em; |
| 38 |
list-style: none; |
list-style: none; |
| 39 |
|
text-indent: 0; |
| 40 |
font-weight: normal; |
font-weight: normal; |
| 41 |
} |
} |
| 42 |
.xpointer-scheme-definition dt:after { |
|
| 43 |
|
dl.xpointer-scheme-definition dt:after { |
| 44 |
content: " : "; |
content: " : "; |
| 45 |
display: inline; |
display: inline; |
| 46 |
} |
} |
| 47 |
|
|
| 48 |
.xpointer-scheme-definition dd { |
dl.xpointer-scheme-definition dd { |
| 49 |
display: block; |
display: block; |
| 50 |
margin: 0 0 0 2em; |
margin: 0 0 0.5em 0; |
| 51 |
border-style: none; |
border-style: none; |
| 52 |
padding: 0.5em 0.7em; |
padding: 0.2em 0.5em; |
| 53 |
|
text-indent: 0; |
| 54 |
min-height: 4em; |
min-height: 4em; |
| 55 |
list-style: none; |
list-style: none; |
| 56 |
font-weight: normal; |
font-weight: normal; |
| 57 |
} |
} |
| 58 |
|
|
|
.xpointer-scheme-definition dl + * { |
|
|
clear: both; |
|
|
} |
|
|
|
|
| 59 |
/* Links to XPointer specifications */ |
/* Links to XPointer specifications */ |
| 60 |
|
|
| 61 |
a[href^="http://www.w3.org/TR/2003/REC-xptr-framework-20030325/"]:after, |
a[href^="http://www.w3.org/TR/2003/REC-xptr-framework-20030325/"]:after, |