File: site.css

package info (click to toggle)
r-bioc-tcgabiolinks 2.25.3%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 9,392 kB
  • sloc: makefile: 5
file content (34 lines) | stat: -rw-r--r-- 518 bytes parent folder | download | duplicates (3)
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
.html-widget {
  margin-bottom: 1em;
}
h1 .header-section-number::after {
  content: ".";
}
th {
    background-color: #336699;
    color: white;
}
tr:nth-child(even) {background-color: #f2f2f2;}
table td {
    padding: 3px 10px;
    border-top: none;
    border-left: none;
    border-bottom: none;
    border-right: none;
}
h1 {
  font-size: 28px;
}

h2 {
  font-size: 28px;
}

.section.level2 h2 {
    padding-top: 65px;
    margin-top: -40px;
}
.section.level1 h1 {
    padding-top: 65px;
    margin-top: -40px;
}