forked from readthedocs/sphinx_rtd_theme
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path_theme_overrides.sass
118 lines (92 loc) · 2.32 KB
/
_theme_overrides.sass
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
@font-face
font-family: "VeraMono"
src: url("/fonts/VeraMono-Regular.woff") format("woff")
font-weight: 400
font-style: normal
@font-face
font-family: "Roboto"
src: url("/fonts/Roboto-Thin.woff") format("woff")
font-weight: 200
font-style: normal
@font-face
font-family: "Roboto"
src: url("/fonts/Roboto-Light.woff") format("woff")
font-weight: 300
font-style: normal
@font-face
font-family: "Roboto"
src: url("/fonts/Roboto-Regular.woff") format("woff")
font-weight: 400
font-style: normal
@font-face
font-family: "Roboto"
src: url("/fonts/Roboto-Medium.woff") format("woff")
font-weight: 500
font-style: normal
@font-face
font-family: "Roboto"
src: url("/fonts/Roboto-Bold.woff") format("woff")
font-weight: bold
font-style: normal
@font-face
font-family: 'Roboto Slab'
src: url("/fonts/RobotoSlab-Thin.woff") format("woff")
font-weight: 200
font-style: normal
@font-face
font-family: 'Roboto Slab'
src: url("/fonts/RobotoSlab-Light.woff") format("woff")
font-weight: 300
font-style: normal
@font-face
font-family: 'Roboto Slab'
src: url("/fonts/RobotoSlab-Regular.woff") format("woff")
font-weight: 400
font-style: normal
@font-face
font-family: 'Roboto Slab'
src: url("/fonts/RobotoSlab-Bold.woff") format("woff")
font-weight: 700
font-style: normal
$darkgrey: #666666
$nav-height: 60px
$certbot-red: rgba(236, 28, 35, 1)
$link-color: rgba(64, 116, 142, 1)
$body-bg-color: #f4f5f7
.wy-nav-top
background-color: rgba(255,255,255,0.95)
i
color: rgba(0,0,0,0.9)
html,.wy-grid-for-nav,.wy-grid-for-nav,.wy-nav-side > *
background-color: #fff
.wy-side-nav-search
background-color: #fff
.wy-menu, .wy-menu-vertical
a, li, li li a, li a
border: 1px solid transparent !important
background-color: transparent !important
&:hover
background-color: inherit
&:active
background-color: inherit
color: inherit
body.wy-body-for-nav
background-color: $body-bg-color
+susy-breakpoint($md)
margin-top: $nav-height
font-family: 'Roboto'
font-weight: 300
h1,h2,h3,h4,h5,h6
font-family: 'Roboto Slab'
color: $darkgrey
a
font-weight: 400
color: $link-color
&:visited
color: $link-color
h1
font-weight: 400
font-size: 1.5em
.wy-nav-side
+susy-breakpoint($md)
top: $nav-height