CSS: base
* — Az opt-in globális visszaállítás: box-sizing, az oldal felülete, alapszöveg szín és betűtípus, color-scheme, és link alapértékek.
Forrás: base.css
Használat
css
@import "@pantoken/components/base.css";Példák
html
<html>
<body>
<a href="/">A styled link on the base surface.</a>
</body>
</html>Pszeudoelemek
| Pszeudoelem | Leírás |
|---|---|
::after | Benne van az univerzális box-sizing: border-box visszaállítás, így a generált doboz méretek kiszámíthatóan. |
::before | Benne van az univerzális box-sizing: border-box visszaállítás, így a generált doboz méretek kiszámíthatóan. |
::selection | Árnyékol kiemelt szöveg egy félátlátszó elsődleges navigáció színnel. |
Felhasznált tokenek
| Token | Típus | Érték |
|---|---|---|
--instui-color-background-page | <color> | LightDarklight-dark(#F2F4F5, #10141A) |
--instui-color-text-base | <color> | LightDarklight-dark(#273540, #F2F4F5) |
--instui-color-text-interactive-navigation-primary-base | <color> | LightDarklight-dark(#2369A4, #7FB4F1) |
--instui-color-text-interactive-navigation-primary-hover | <color> | LightDarklight-dark(#1A5281, #ACCDF7) |
--instui-component-text-content-font-size | <length> | 1rem |
--instui-component-text-content-line-height | <percentage> | 150% |
--instui-focus-outline-color | auto | <color> | — |
--instui-focus-outline-color-danger | auto | <color> | — |
--instui-focus-outline-color-inverse | auto | <color> | — |
--instui-focus-outline-color-start | auto | <color> | — |
--instui-focus-outline-color-success | auto | <color> | — |
--instui-focus-outline-inset | — | — |
--instui-focus-outline-offset | <length> | — |
--instui-focus-outline-radius | <length-percentage [0,∞]>{1,4} [ / <length-percentage [0,∞]>{1,4} ]? | — |
--instui-focus-outline-style | auto | <outline-line-style> | — |
--instui-focus-outline-transition | — | — |
--instui-focus-outline-width | <line-width> | — |
--instui-font-family-base | [ <font-family-name> | <generic-font-family> ]# | Atkinson Hyperlegible Next, "Helvetica Neue", Helvetica, Arial, sans-serif |