@exstyle/css 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.en.md +200 -0
- package/README.md +196 -0
- package/dist/exstyle-box-margin.css +72 -0
- package/dist/exstyle-box-margin.min.css +2 -0
- package/dist/exstyle-box-padding.css +72 -0
- package/dist/exstyle-box-padding.min.css +2 -0
- package/dist/exstyle-color.css +173 -0
- package/dist/exstyle-color.min.css +2 -0
- package/dist/exstyle-effects.css +87 -0
- package/dist/exstyle-effects.min.css +2 -0
- package/dist/exstyle-layout.css +267 -0
- package/dist/exstyle-layout.min.css +2 -0
- package/dist/exstyle-lists.css +16 -0
- package/dist/exstyle-lists.min.css +2 -0
- package/dist/exstyle-sizing.css +40 -0
- package/dist/exstyle-sizing.min.css +2 -0
- package/dist/exstyle-tables.css +19 -0
- package/dist/exstyle-tables.min.css +2 -0
- package/dist/exstyle-text.css +61 -0
- package/dist/exstyle-text.min.css +2 -0
- package/dist/exstyle.css +658 -0
- package/dist/exstyle.min.css +2 -0
- package/package.json +45 -0
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
/*! The MIT License. Copyright 2026 Nobuo Nakayama (Shimotsuki/nov-jp). */
|
|
2
|
+
/**
|
|
3
|
+
* https://www.w3.org/TR/css-fonts-4/
|
|
4
|
+
* https://www.w3.org/TR/css-inline-3/
|
|
5
|
+
* https://www.w3.org/TR/css-text-4/
|
|
6
|
+
* https://www.w3.org/TR/css-text-decor-4/
|
|
7
|
+
* https://www.w3.org/TR/SVG2/painting.html#PaintOrder
|
|
8
|
+
* https://compat.spec.whatwg.org/#the-webkit-text-stroke
|
|
9
|
+
*/
|
|
10
|
+
:not(_):not(_):where([style*="--font-size--:"], [style*="--font-style--:"], [style*="--font-weight--:"], [style*="--text-decoration--:"], [style*="--text-emphasis--:"], [style*="--text-shadow--:"], [style*="--text-stroke--:"], [style*="--x-text-marker--:"]) {
|
|
11
|
+
background: none;
|
|
12
|
+
color: inherit;
|
|
13
|
+
font-size: inherit;
|
|
14
|
+
font-style: inherit;
|
|
15
|
+
font-weight: inherit;
|
|
16
|
+
text-decoration: none;
|
|
17
|
+
}
|
|
18
|
+
[style*="--font-family--:"] {
|
|
19
|
+
font-family: var(--font-family--);
|
|
20
|
+
}
|
|
21
|
+
[style*="--font-size--:"] {
|
|
22
|
+
font-size: var(--font-size--);
|
|
23
|
+
}
|
|
24
|
+
[style*="--font-style--:"] {
|
|
25
|
+
font-style: var(--font-style--);
|
|
26
|
+
}
|
|
27
|
+
[style*="--font-weight--:"] {
|
|
28
|
+
font-weight: var(--font-weight--);
|
|
29
|
+
}
|
|
30
|
+
[style*="--text-align--:"] {
|
|
31
|
+
text-align: var(--text-align--);
|
|
32
|
+
}
|
|
33
|
+
[style*="--text-decoration--:"] {
|
|
34
|
+
text-decoration: var(--text-decoration--);
|
|
35
|
+
}
|
|
36
|
+
[style*="--text-emphasis--:"] {
|
|
37
|
+
text-emphasis: var(--text-emphasis--);
|
|
38
|
+
}
|
|
39
|
+
[style*="--text-shadow--:"] {
|
|
40
|
+
text-shadow: var(--text-shadow--);
|
|
41
|
+
}
|
|
42
|
+
[style*="--text-stroke--:"] {
|
|
43
|
+
paint-order: stroke;
|
|
44
|
+
-webkit-text-stroke: var(--text-stroke--);
|
|
45
|
+
text-stroke: var(--text-stroke--);
|
|
46
|
+
}
|
|
47
|
+
[style*="--text-wrap--:"] {
|
|
48
|
+
text-wrap: var(--text-wrap--);
|
|
49
|
+
}
|
|
50
|
+
[style*="--vertical-align--:"] {
|
|
51
|
+
vertical-align: var(--vertical-align--);
|
|
52
|
+
}
|
|
53
|
+
[style*="--white-space--:"] {
|
|
54
|
+
white-space: var(--white-space--);
|
|
55
|
+
}
|
|
56
|
+
[style*="--x-text-marker--:"] {
|
|
57
|
+
text-decoration: underline 50% var(--x-text-marker--);
|
|
58
|
+
text-decoration-skip-ink: none;
|
|
59
|
+
text-underline-offset: -50%;
|
|
60
|
+
text-underline-position: under;
|
|
61
|
+
}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
/*! The MIT License. Copyright 2026 Nobuo Nakayama (Shimotsuki/nov-jp). */
|
|
2
|
+
:not(_):not(_):where([style*=--font-size--\:],[style*=--font-style--\:],[style*=--font-weight--\:],[style*=--text-decoration--\:],[style*=--text-emphasis--\:],[style*=--text-shadow--\:],[style*=--text-stroke--\:],[style*=--x-text-marker--\:]){color:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;background:0 0;text-decoration:none}[style*=--font-family--\:]{font-family:var(--font-family--)}[style*=--font-size--\:]{font-size:var(--font-size--)}[style*=--font-style--\:]{font-style:var(--font-style--)}[style*=--font-weight--\:]{font-weight:var(--font-weight--)}[style*=--text-align--\:]{text-align:var(--text-align--)}[style*=--text-decoration--\:]{text-decoration:var(--text-decoration--)}[style*=--text-emphasis--\:]{text-emphasis:var(--text-emphasis--)}[style*=--text-shadow--\:]{text-shadow:var(--text-shadow--)}[style*=--text-stroke--\:]{paint-order:stroke;-webkit-text-stroke:var(--text-stroke--);text-stroke:var(--text-stroke--)}[style*=--text-wrap--\:]{text-wrap:var(--text-wrap--)}[style*=--vertical-align--\:]{vertical-align:var(--vertical-align--)}[style*=--white-space--\:]{white-space:var(--white-space--)}[style*=--x-text-marker--\:]{text-decoration:underline 50% var(--x-text-marker--);text-decoration-skip-ink:none;text-underline-offset:-50%;text-underline-position:under}
|