FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
testcontainers-java/docs/css/extra.css at main · jspeis/testcontainers-java · GitHub
jspeis
/
testcontainers-java
Public
forked from
testcontainers/testcontainers-java
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
testcontainers-java
/
docs
/
css
/
extra.css
Copy path
More file actions
More file actions
Latest commit
History
History
History
50 lines (42 loc) · 976 Bytes
Breadcrumbs
testcontainers-java
/
docs
/
css
/
extra.css
Copy path
File metadata and controls
50 lines (42 loc) · 976 Bytes
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
@import
url
(
'https://fonts.googleapis.com/css?family=Rubik'
);
h1
,
h2
,
h3
,
h4
,
h5
,
h6
{
font-family
:
'Rubik'
,
sans-serif;
}
[
data-md-color-scheme
=
"testcontainers"
] {
--md-primary-fg-color
:
#
291A3F
;
--md-accent-fg-color
:
#
291A3F
;
--md-typeset-a-color
:
#
0C94AA
;
}
.
card-grid
{
display
:
grid;
gap
:
10
px
;
}
@media
(
min-width
:
680
px
) {
.
card-grid
{
grid-template-columns
:
repeat
(
3
,
1
fr
);
}
}
body
.
card-grid-item
{
display
:
flex;
align-items
:
center;
gap
:
20
px
;
border
:
1
px
solid
#
C3BEDE
;
border-radius
:
6
px
;
padding
:
16
px
;
font-weight
:
600
;
color
:
#
9991B5
;
background
:
#
F2F4FE
;
}
body
.
card-grid-item
:
hover
,
body
.
card-grid-item
:
focus
{
color
:
#
9991B5
;
}
.
card-grid-item
[
href
] {
color
:
var
(
--md-primary-fg-color
);
background
:
transparent;
}
.
card-grid-item
[
href
]
:
hover
,
.
card-grid-item
[
href
]
:
focus
{
background
:
#
F2F4FE
;
color
:
var
(
--md-primary-fg-color
);
}
Back
|
FazBrowse Home
|
New Git URL