FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
devguide/_static/devguide_overrides.css at main · PythonWorkbench/devguide · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
PythonWorkbench
/
devguide
Public
forked from
python/devguide
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
devguide
/
_static
/
devguide_overrides.css
Copy path
More file actions
More file actions
Latest commit
History
History
History
96 lines (78 loc) · 2.2 KB
Breadcrumbs
devguide
/
_static
/
devguide_overrides.css
Copy path
File metadata and controls
96 lines (78 loc) · 2.2 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
/* Style overrides for the devguide */
/* Make the site logo smaller */
.
sidebar-logo
{
width
:
111
px
;
height
:
110
px
;
}
/* Release cycle chart */
.
release-cycle-chart
{
width
:
100
%
;
}
.
release-cycle-chart
.
release-cycle-year-line
{
stroke
:
var
(
--color-foreground-primary
);
stroke-width
:
0.8
px
;
opacity
:
75
%
;
}
.
release-cycle-chart
.
release-cycle-year-text
{
fill
:
var
(
--color-foreground-primary
);
}
.
release-cycle-chart
.
release-cycle-today-line
{
stroke
:
var
(
--color-brand-primary
);
stroke-width
:
1.6
px
;
}
.
release-cycle-chart
.
release-cycle-row-shade
{
fill
:
var
(
--color-background-item
);
opacity
:
50
%
;
}
.
release-cycle-chart
.
release-cycle-version-label
{
fill
:
var
(
--color-foreground-primary
);
}
.
release-cycle-chart
.
release-cycle-blob
{
stroke-width
:
1.6
px
;
/* default colours, overridden below for individual statuses */
fill
:
var
(
--color-background-primary
);
stroke
:
var
(
--color-foreground-primary
);
}
.
release-cycle-chart
.
release-cycle-blob-label
{
/* white looks good on both light & dark */
fill
:
white;
}
.
release-cycle-chart
.
release-cycle-blob-label
.
release-cycle-blob-security
,
.
release-cycle-chart
.
release-cycle-blob-label
.
release-cycle-blob-bugfix
{
/* but use black to improve contrast for lighter backgrounds */
fill
:
black;
}
.
release-cycle-chart
.
release-cycle-blob
.
release-cycle-blob-end-of-life
{
fill
:
#
DD2200
;
stroke
:
#
FF8888
;
}
.
release-cycle-chart
.
release-cycle-blob
.
release-cycle-blob-security
{
fill
:
#
FFDD44
;
stroke
:
#
FF8800
;
}
.
release-cycle-chart
.
release-cycle-blob
.
release-cycle-blob-bugfix
{
fill
:
#
00DD22
;
stroke
:
#
008844
;
}
.
release-cycle-chart
.
release-cycle-blob
.
release-cycle-blob-prerelease
{
fill
:
teal;
stroke
:
darkgreen;
}
.
release-cycle-chart
.
release-cycle-blob
.
release-cycle-blob-feature
{
fill
:
#
2222EE
;
stroke
:
#
008888
;
}
.
good
pre
{
border-left
:
3
px
solid
rgba
(
74
,
182
,
93
,
1
);
}
.
bad
pre
{
border-left
:
3
px
solid
rgb
(
244
,
76
,
78
);
}
.
extlink-cpy-file
,
.
extlink-gh-label
{
border
:
1
px
solid
var
(
--color-background-border
);
border-radius
:
.2
em
;
font-family
:
var
(
--font-stack--monospace
);
font-size
:
var
(
--font-size--small--2
);
padding
:
.1
em
.2
em
;
}
Back
|
FazBrowse Home
|
New Git URL