File: fritzconnection.css

package info (click to toggle)
fritzconnection 1.15.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,272 kB
  • sloc: python: 5,156; xml: 1,019; makefile: 6
file content (41 lines) | stat: -rw-r--r-- 537 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
41

h1 {
    font-size: 2.0em;
    margin-bottom: 1.5rem;
}

h2 {
    border-top: 2px solid #EBEBEB;
    border-radius: 0;
    margin-top: 3.0rem;
    margin-bottom: 1.0rem;
    padding-top: 1.5rem;
    font-size: 1.5em;
}

h3 {
    font-size: 1.2em;
    margin-top: 1.75rem;
}


.sidebar-brand-text {
    font-size: 1.4em;
}

.theme-toggle-container {
    display: none;
}

.toctree-wrapper {
    margin-top: 4.0rem;
}

code.docutils span {
    color: #941100;
    font-weight: 800;
}

section#version-history h2 {
    font-size: 1.2em;
}