Parent Directory
|
Revision Log
Don't use custom list-style-type for specs; dl.switch from WHATWG style
| 1 | wakaba | 1.1 | @charset 'iso-2022-jp'; |
| 2 | wakaba | 1.21 | @import 'http://suika.fam.cx/www/style/ui/toc-style-float-compact.css'; |
| 3 | wakaba | 1.3 | @namespace H3 'urn:x-suika-fam-cx:markup:ietf:html:3:draft:00:'; |
| 4 | wakaba | 1.1 | @namespace 'http://www.w3.org/1999/xhtml'; |
| 5 | wakaba | 1.10 | @namespace h2002 'http://www.w3.org/2002/06/xhtml2'; |
| 6 | @namespace h2005 'http://www.w3.org/2002/06/xhtml2/'; | ||
| 7 | wakaba | 1.1 | @namespace xml 'http://www.w3.org/XML/1998/namespace'; |
| 8 | wakaba | 1.8 | @namespace sd 'http://suika.fam.cx/~wakaba/archive/2005/3/common-class#'; |
| 9 | wakaba | 1.1 | |
| 10 | wakaba | 1.10 | /* Document Status */ |
| 11 | .status-work-in-progress { | ||
| 12 | background-image: url(http://suika.fam.cx/www/style/draft-bg); | ||
| 13 | background-position: top center; | ||
| 14 | background-repeat: repeat-y; | ||
| 15 | background-attachment: fixed; | ||
| 16 | } | ||
| 17 | |||
| 18 | wakaba | 1.14 | /* Versions URI and Authors */ |
| 19 | dl.versions-uri, dl.authors { | ||
| 20 | display: block; | ||
| 21 | margin-left: 0; | ||
| 22 | } | ||
| 23 | |||
| 24 | dl.versions-uri { | ||
| 25 | margin-bottom: 0; | ||
| 26 | } | ||
| 27 | |||
| 28 | dl.versions-uri + * { | ||
| 29 | margin-top: 1em; | ||
| 30 | } | ||
| 31 | |||
| 32 | dl.versions-uri + dl.authors { | ||
| 33 | margin-top: 0; | ||
| 34 | } | ||
| 35 | |||
| 36 | dl.versions-uri > dt, | ||
| 37 | dl.authors > dt { | ||
| 38 | display: block; | ||
| 39 | margin-left: 0; | ||
| 40 | border-style: none; | ||
| 41 | padding-left: 0; | ||
| 42 | list-style-type: none; | ||
| 43 | font-weight: bolder; | ||
| 44 | font-family: sans-serif; | ||
| 45 | } | ||
| 46 | dl.versions-uri > dt:after, | ||
| 47 | dl.authors > dt:after { | ||
| 48 | content: " :"; | ||
| 49 | } | ||
| 50 | |||
| 51 | dl.versions-uri > dd, | ||
| 52 | dl.authors > dd { | ||
| 53 | display: block; | ||
| 54 | margin-left: 2.3em; | ||
| 55 | border-style: none; | ||
| 56 | padding-left: 0; | ||
| 57 | list-style-type: none; | ||
| 58 | } | ||
| 59 | |||
| 60 | /* Short Legal Notes */ | ||
| 61 | div.header p.copyright { | ||
| 62 | margin-left: 0; | ||
| 63 | text-indent: 0; | ||
| 64 | font-size: smaller; | ||
| 65 | wakaba | 1.18 | } |
| 66 | |||
| 67 | @media screen { | ||
| 68 | div.header p.copyright { | ||
| 69 | opacity: 0.7; | ||
| 70 | } | ||
| 71 | wakaba | 1.14 | } |
| 72 | |||
| 73 | wakaba | 1.3 | /* Sections */ |
| 74 | |||
| 75 | div.section { | ||
| 76 | display: block; | ||
| 77 | } | ||
| 78 | /* XML Alternate: h2|section */ | ||
| 79 | |||
| 80 | wakaba | 1.23 | div.appendix { |
| 81 | wakaba | 1.14 | } |
| 82 | |||
| 83 | wakaba | 1.23 | div.appendix h2:before { |
| 84 | content: "附録 "; | ||
| 85 | wakaba | 1.20 | display: inline; |
| 86 | } | ||
| 87 | |||