1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265
|
/**
* This file contains the inital stylesheet properties as defined
* by the CSS3 standard. The style-rules here do not get matched,
* so no matter what selector you put in, they always get matched
* as *ANY_NODE* selector.
*/
/** BOX- module */
* {
border-top-width: medium;
border-bottom-width: medium;
border-left-width: medium;
border-right-width: medium;
/* new in CSS3 */
box-sizing: content-box;
box-width: auto;
box-height: auto;
clear: none;
clear-after: none;
crop: auto;
display: inline;
display-model:inline-inside;
display-role: inline;
fit:fill;
fit-position: 0% 0%;
float: none;
float-displace:line;
indent-edge-reset: none;
margin-top:0;
margin-left:0;
margin-bottom:0;
margin-right:0;
marquee-direction:auto;
marquee-repetition: infinite;
marquee-speed: normal;
marquee-style: alternate;
max-width:auto;
max-height:auto;
min-width:0;
min-height:0;
overflow:visible;
overflow-clip: auto;
overflow-x: visible;
overflow-y: visible;
padding-top:0;
padding-left:0;
padding-bottom:0;
padding-right:0;
width:auto;
height:auto;
}
/** Color Module */
* {
color: black;
color-profile: auto;
opacity: 1;
rendering-intent: auto;
}
/** Background Module */
* {
background-attachment: scroll;
background-break: continuous;
background-clip: border;
background-color: transparent;
background-image: none;
background-origin: padding;
background-position: 0% 0%;
background-repeat: no-repeat no-repeat;
background-size: auto;
border-break: none;
border-image: none;
border-top-color: currentColor;
border-left-color: currentColor;
border-bottom-color: currentColor;
border-right-color: currentColor;
border-top-right-radius: 0;
border-top-left-radius: 0;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
border-top-style: none;
border-left-style: none;
border-bottom-style: none;
border-right-style: none;
border-top-width: medium;
border-left-width: medium;
border-bottom-width: medium;
border-right-width: medium;
box-shadow: none;
}
/** Line-Box Module */
* {
/* this has some meaning in the table-module, so it must be defined. */
vertical-align: baseline;
alignment-adjust: auto;
alignment-baseline: baseline;
baseline-shift: baseline;
dominant-baseline: auto;
drop-initial-after-adjust: text-after-edge;
drop-initial-after-align: baseline;
drop-initial-before-adjust: text-before-edge;
drop-initial-before-align: caps-height;
drop-initial-size: auto;
drop-initial-value: initial;
inline-box-align: last;
line-height: normal;
line-stacking-ruby: exclude-ruby;
line-stacking-shift: consider-shifts;
line-stacking-strategy: inline-line-height;
text-height: auto;
}
/** text Module */
* {
/** The following properties are defined in the 2003-CR */
block-progression: tb;
direction: ltr;
glyph-orientation-horizontal: auto;
glyph-orientation-vertical: auto;
hanging-punctuation: none;
kerning-mode: none;
kerning-pair-threshold: auto;
letter-spacing: normal;
line-grid-mode: none;
line-grid-progression: line-height;
punctuation-trim: none;
text-autospace: none;
text-blink: none;
text-combine: none;
text-indent: 0;
text-justify: auto;
text-justify-trim: punctuation;
text-kashida-space: 0%;
text-line-through-color: auto;
text-line-through-mode: continuous;
text-line-through-style: none;
text-line-through-width: auto;
text-overflow-ellipsis: "...";
text-overflow-mode: clip;
text-overline-color: auto;
text-overline-mode: continuous;
text-overline-style: none;
text-overline-width: auto;
text-script: auto;
/* text-shadow: none; is not yet implemented nor defined. */
text-transform: none;
text-underline-color: auto;
text-underline-mode: continuous;
text-underline-style: none;
text-underline-width: auto;
unicode-bidi: normal;
white-space:normal;
word-spacing: normal;
/** These properties are defined in the 2005-WD */
white-space-collapse: collapse;
word-break: normal;
hyphenate: auto;
text-wrap: normal;
word-wrap: normal;
text-align: start;
text-align-last: start;
text-justify: auto;
word-spacing:normal;
letter-spacing:normal;
}
/** Fonts-Module */
* {
font-effect: none;
font-emphasize-position: before;
font-emphasize-style: none;
font-family: serif;
font-size: medium;
font-size-adjust: none;
font-smooth: auto;
font-stretch: normal;
font-style: normal;
font-variant: normal;
font-weight:normal;
max-font-size: auto;
min-font-size: auto;
}
/** Content-Module */
* {
content: normal;
counter-increment:none;
counter-reset: none;
move-to: normal;
quotes: none;
}
/** List-Module */
* {
list-style-type: disc;
list-style-image: none;
list-style-position: outside;
}
/** Page Module */
* {
size: auto;
page-break-before: auto;
page-break-after: auto;
page-break-inside: auto;
page: auto;
page-policy: start;
orphans: 2;
widows: 2;
image-orientation: auto;
}
/** UI Module is not included */
/** Table Module is not included */
/** Column Module */
* {
column-width-policy: flexible;
column-space-distribution: end;
column-count: auto;
column-width: auto;
column-gap: 0;
column-rule-color: auto;
column-rule-style: none;
column-rule-width: medium;
column-span: none;
}
/** HyperLink Module */
* {
target-name: current;
target-new: window;
target-position: above;
}
@page {
@top {
content: pending(page-header);
}
@bottom {
content: pending(page-footer);
}
}
|