| 7 |
padding: 0.5em 1em; |
padding: 0.5em 1em; |
| 8 |
} |
} |
| 9 |
|
|
| 10 |
dt { |
dt, strong { |
| 11 |
font-weight: bolder; |
font-weight: bolder; |
| 12 |
font-family: sans-serif; |
font-family: sans-serif; |
| 13 |
} |
} |
| 15 |
content: ":"; |
content: ":"; |
| 16 |
} |
} |
| 17 |
|
|
| 18 |
|
h1 { |
| 19 |
|
font-weight: bolder; |
| 20 |
|
font-family: sans-serif; |
| 21 |
|
font-size: 180%; |
| 22 |
|
} |
| 23 |
|
|
| 24 |
h2 { |
h2 { |
| 25 |
margin: 0; |
margin: 0; |
| 26 |
border-style: none; |
border-style: none; |
| 30 |
font-size: 150%; |
font-size: 150%; |
| 31 |
} |
} |
| 32 |
|
|
| 33 |
|
h3 { |
| 34 |
|
font-weight: bolder; |
| 35 |
|
font-family: sans-serif; |
| 36 |
|
font-size: 100%; |
| 37 |
|
background-color: #fff0f0; |
| 38 |
|
color: black; |
| 39 |
|
} |
| 40 |
|
|
| 41 |
.tree-text q, .tree-cdata q, .tree-comment q { |
.tree-text q, .tree-cdata q, .tree-comment q { |
| 42 |
display: block; |
display: block; |
| 43 |
} |
} |
| 73 |
padding-left: 0; |
padding-left: 0; |
| 74 |
} |
} |
| 75 |
#document-tree > ol > li { |
#document-tree > ol > li { |
| 76 |
display: block; |
/* display: block; |
| 77 |
list-style: none; |
list-style: none; |
| 78 |
margin-left: 0; |
margin-left: 0; |
| 79 |
padding-left: 0; |
padding-left: 0; */ |
| 80 |
} |
} |
| 81 |
|
|
| 82 |
#document-tree ol ol { |
#document-tree ol /*ol*/ { |
| 83 |
margin-left: 1em; |
margin-left: 1em; |
| 84 |
padding-left: 0; |
padding-left: 0; |
| 85 |
} |
} |
| 86 |
|
|
| 87 |
#document-tree ol ol li { |
#document-tree ol /*ol*/ li { |
| 88 |
margin-left: 0; |
margin-left: 0; |
| 89 |
padding-left: 0.4em; |
padding-left: 0.4em; |
| 90 |
} |
} |
| 103 |
font-size: 90%; |
font-size: 90%; |
| 104 |
} |
} |
| 105 |
|
|
| 106 |
#parse-errors dd, #document-errors dd { |
#parse-errors dd, #document-errors dd, #error-description h3 { |
| 107 |
margin-left: 20px; |
margin-left: 20px; |
| 108 |
padding-left: 40px; |
padding-left: 40px; |
| 109 |
min-height: 32px; |
min-height: 32px; |
| 110 |
background-image: url(large-stop); |
background-image: url(large-stop); |
| 111 |
background-position: top left; |
background-position: center left; |
| 112 |
|
background-repeat: no-repeat; |
| 113 |
|
} |
| 114 |
|
|
| 115 |
|
#identifiers dd, #terms dd { |
| 116 |
|
margin-left: 20px; |
| 117 |
|
padding-left: 20px; |
| 118 |
|
min-height: 20px; |
| 119 |
|
} |
| 120 |
|
|
| 121 |
|
#identifiers dd + dd, #terms dd + dd { |
| 122 |
|
background-image: url(error); |
| 123 |
|
background-position: center left; |
| 124 |
background-repeat: no-repeat; |
background-repeat: no-repeat; |
| 125 |
} |
} |
| 126 |
|
|
| 127 |
#document-errors dd.should { |
#error-description h3 { |
| 128 |
|
margin-left: 1em; |
| 129 |
|
margin-right: 1em; |
| 130 |
|
} |
| 131 |
|
|
| 132 |
|
#document-errors dd.should, #error-description .should h3 { |
| 133 |
background-image: url(large-alert); |
background-image: url(large-alert); |
| 134 |
} |
} |
| 135 |
|
|
| 137 |
margin-left: 60px; |
margin-left: 60px; |
| 138 |
border: red 0.2em solid; |
border: red 0.2em solid; |
| 139 |
padding: 0.5em; |
padding: 0.5em; |
| 140 |
|
} |
| 141 |
|
|
| 142 |
|
#document-errors dd.unsupported, #error-description .unsupported h3 { |
| 143 |
background-image: none; |
background-image: none; |
| 144 |
} |
} |
| 145 |
|
|
| 182 |
letter-spacing: 0.1em; |
letter-spacing: 0.1em; |
| 183 |
background-color: transparent; |
background-color: transparent; |
| 184 |
color: orangered; |
color: orangered; |
| 185 |
|
white-space: -moz-pre-wrap; |
| 186 |
|
white-space: pre-wrap; |
| 187 |
} |
} |
| 188 |
|
|
| 189 |
/* |
/* |