-
-
Notifications
You must be signed in to change notification settings - Fork 106
Expand file tree
/
Copy pathastropy-org.css
More file actions
73 lines (61 loc) · 1.54 KB
/
astropy-org.css
File metadata and controls
73 lines (61 loc) · 1.54 KB
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
.bd-sidebar-secondary {
background-color: transparent;
}
a.sd-btn {
border: none;
}
a.sd-btn {
color: var(--sst-lightest-color);
background-image: linear-gradient(var(--sst-accent-color-muted), var(--sst-accent-color-bright));
}
a.sd-btn:hover,
a.sd-btn:visited:hover {
color: var(--sst-dark-color);
background: rgba(255, 255, 255, 0.3);
background-blend-mode: lighten;
background-image: linear-gradient(var(--sst-accent-color-muted), var(--sst-accent-color-bright));
text-decoration: none;
}
table{
margin: 20px 0px;
word-break:overflow-wrap;
}
.package-table {
border: 0;
}
table.package-table thead{
text-align: left;
font-weight: bold;
border-bottom: 1px solid rgba(128,128,128,0.2);
}
table.package-table td{
padding:5px 5px;
font-size: 100%;
line-height: 1.3em;
border: 0;
}
table.package-table td.first-package-row {
padding:15px 5px 5px 5px;
font-weight: bold;
min-width: 130px;
}
.package-table td ~ td, .table td ~ th, .table th ~ td, .table th ~ th {
border-left: 0;
}
.package-table tbody tr:nth-child(2n+1),
.package-table tbody tr {
background-color: transparent !important;
}
/* Create a border after every 3rd row to visually separate packages */
.forth-row-sep tbody tr:nth-child(4n+5) {
border-top: 1px var(--bs-border-color) solid;
}
.third-row-sep tbody tr:nth-child(3n+4) {
border-top: 1px var(--bs-border-color) solid;
}
.announce-logo {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}