File: timestamp.css

package info (click to toggle)
cockpit 354-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 308,956 kB
  • sloc: javascript: 775,606; python: 40,351; ansic: 35,655; cpp: 11,117; sh: 3,511; makefile: 580; xml: 261
file content (35 lines) | stat: -rw-r--r-- 1,987 bytes parent folder | download | duplicates (8)
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
.pf-v6-c-timestamp {
  --pf-v6-c-timestamp--FontSize: var(--pf-t--global--font--size--body--sm);
  --pf-v6-c-timestamp--Color: var(--pf-t--global--text--color--regular);
  --pf-v6-c-timestamp--OutlineOffset: 0.1875rem;
  --pf-v6-c-timestamp--m-help-text--TextDecorationLine: var(--pf-t--global--text-decoration--help-text--line--default);
  --pf-v6-c-timestamp--m-help-text--TextDecorationStyle: var(--pf-t--global--text-decoration--help-text--style--default);
  --pf-v6-c-timestamp--m-help-text--TextUnderlineOffset: 0.25rem;
  --pf-v6-c-timestamp--m-help-text--Color: var(--pf-t--global--text--color--subtle);
  --pf-v6-c-timestamp--m-help-text--hover--Color: var(--pf-t--global--text--color--regular);
  --pf-v6-c-timestamp--m-help-text--hover--TextDecorationLine: var(--pf-t--global--text-decoration--help-text--line--hover);
  --pf-v6-c-timestamp--m-help-text--hover--TextDecorationStyle: var(--pf-t--global--text-decoration--help-text--style--hover);
}

.pf-v6-c-timestamp {
  display: inline-block;
  font-size: var(--pf-v6-c-timestamp--FontSize);
  color: var(--pf-v6-c-timestamp--Color);
  outline-offset: var(--pf-v6-c-timestamp--OutlineOffset);
}
.pf-v6-c-timestamp.pf-m-help-text {
  --pf-v6-c-timestamp--Color: var(--pf-v6-c-timestamp--m-help-text--Color);
  text-decoration-line: var(--pf-v6-c-timestamp--m-help-text--TextDecorationLine);
  text-decoration-style: var(--pf-v6-c-timestamp--m-help-text--TextDecorationStyle);
  text-underline-offset: var(--pf-v6-c-timestamp--m-help-text--TextUnderlineOffset);
  cursor: pointer;
}
.pf-v6-c-timestamp.pf-m-help-text:is(:hover, :focus) {
  --pf-v6-c-timestamp--Color: var(--pf-v6-c-timestamp--m-help-text--hover--Color);
  --pf-v6-c-timestamp--m-help-text--TextDecorationLine: var(--pf-v6-c-timestamp--m-help-text--hover--TextDecorationLine);
  --pf-v6-c-timestamp--m-help-text--TextDecorationStyle: var(--pf-v6-c-timestamp--m-help-text--hover--TextDecorationStyle);
}

.pf-v6-c-timestamp__text {
  text-decoration: inherit;
}