File: custom.css

package info (click to toggle)
gerbera 2.4.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 15,412 kB
  • sloc: cpp: 44,738; javascript: 13,430; xml: 5,730; ansic: 2,692; sh: 1,555; sql: 237; python: 191; makefile: 13
file content (44 lines) | stat: -rw-r--r-- 740 bytes parent folder | download
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
@import url('https://fonts.googleapis.com/css?family=Lato');

body {
    font-family: 'Lato', sans-serif;
}

h1, h2, .rst-content .toctree-wrapper p.caption, h3, h4, h5, h6, legend {
    font-family: 'Lato', sans-serif;
}

a {
    color: #ff7f00;
}

@media screen and (min-width: 1200px) {
    .wy-nav-content {
        max-width: 1200px;
    }
}

.wy-nav-top {
    background-color: #ff7f00;
}

.wy-side-nav-search {
    background-color: #ff7f00;
}

.wy-side-nav-search > div.version {
    color: #333;
}

.wy-side-nav-search input[type="text"] {
    border-color: #BF5F00;
}

.wy-menu-vertical a:active {
    background-color: #ff7f00;
}

.rst-content dl:not(.docutils) dt {
    background: #faf4ec;
    border-top: solid 3px #ff7f00;
}