~mmach/netext73/mesa-ryzen

« back to all changes in this revision

Viewing changes to docs/mesa3d_theme/static/screen.css_t

  • Committer: mmach
  • Date: 2023-11-02 21:31:35 UTC
  • Revision ID: netbit73@gmail.com-20231102213135-18d4tzh7tj0uz752
2023-11-02 22:11:57

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
@import url("menu.css");
 
2
@import url("rst.css");
 
3
 
 
4
html {
 
5
  height: 100%;
 
6
}
 
7
 
 
8
.navbar {
 
9
  flex: none;
 
10
}
 
11
 
 
12
 
 
13
h1, h2, h3, h4, h5, h6,
 
14
.h1, .h2, .h3, .h4, .h5, .h6 {
 
15
  font-weight: 600 !important;
 
16
}
 
17
 
 
18
footer {
 
19
  flex: 1;
 
20
}
 
21
 
 
22
footer a:any-link {
 
23
  color: inherit;
 
24
  text-decoration: none;
 
25
}
 
26
 
 
27
{%- if docutils_version_info[:2] < (0, 18) %}
 
28
 
 
29
a.brackets::before,
 
30
span.brackets::before {
 
31
  content: "[";
 
32
}
 
33
 
 
34
a.brackets::after,
 
35
span.brackets::after {
 
36
  content: "]";
 
37
}
 
38
 
 
39
span.brackets {
 
40
  font-weight: normal;
 
41
}
 
42
 
 
43
dl.footnote,
 
44
dl.citation {
 
45
  margin-bottom: 0;
 
46
}
 
47
 
 
48
dl.footnote > dt,
 
49
dl.citation > dt {
 
50
  float: left;
 
51
}
 
52
dl.footnote > dd,
 
53
dl.citation > dd {
 
54
  margin-bottom: 0;
 
55
}
 
56
dl.footnote > dd:after,
 
57
dl.citation > dd:after {
 
58
  content: "";
 
59
  clear: both;
 
60
}
 
61
dl.footnote > dd > p {
 
62
  margin-left: 2rem;
 
63
}
 
64
dl.citation > dd > p {
 
65
  margin-left: 4rem;
 
66
}
 
67
dl.footnote > dd > p:last-of-type,
 
68
dl.citation > dd > p:last-of-type {
 
69
  margin-bottom: 0;
 
70
}
 
71
 
 
72
{%- else %}
 
73
 
 
74
aside.footnote > span,
 
75
div.citation > span {
 
76
  float: left;
 
77
}
 
78
aside.footnote > span:last-of-type,
 
79
div.citation > span:last-of-type {
 
80
  padding-right: 0.5rem;
 
81
}
 
82
aside.footnote > p {
 
83
  margin-left: 2rem;
 
84
}
 
85
div.citation > p {
 
86
  margin-left: 4rem;
 
87
}
 
88
aside.footnote > p:last-of-type,
 
89
div.citation > p:last-of-type {
 
90
    margin-bottom: 0;
 
91
}
 
92
aside.footnote > p:last-of-type:after,
 
93
div.citation > p:last-of-type:after {
 
94
    content: "";
 
95
    clear: both;
 
96
}
 
97
 
 
98
{%- endif %}
 
99
 
 
100
[data-bs-theme="dark"] {
 
101
  --bs-body-color: #dee2e6 /* $gray-300 */;
 
102
}