File: stravalib.css

package info (click to toggle)
stravalib 2.4-2
  • links: PTS, VCS
  • area: contrib
  • in suites: forky, sid
  • size: 5,340 kB
  • sloc: python: 4,462; makefile: 5
file content (40 lines) | stat: -rw-r--r-- 486 bytes parent folder | download | duplicates (2)
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
html, body {
    font-size: 1.02rem;
}


.admonition {
    margin-top: 40px;
    margin-bottom: 40px;
}


h1 {
    margin-top: 50px;
    margin-bottom: 40px;
}
h2 {
    margin-top: 60px;
}

h3 {
    margin-top: 40px}

figcaption .caption-text {
    text-align: left!important;
}

figure {
    margin-top: 60px!important;
    margin-bottom: 60px!important;
}

figcaption {
    font-size: .9em;
    font-weight: bold;
  }

.admonition p {
    font-size: 1.1em;
    font-weight: bold;
  }