Diff of /pkgdown/extra.css [000000] .. [9abfcf]

Switch to unified view

a b/pkgdown/extra.css
1
.contents p:first-of-type img {
2
    background-color: white;
3
    padding: 10px;
4
    margin-top: 15px;
5
    scale: 1.1;
6
    position: relative;
7
    left: 10%;
8
}
9
10
body {
11
    font-size: 117%!important;
12
}
13
14
.bg-primary {
15
    background-color: #F7C673!important;
16
}
17
18
nav[data-toggle="toc"] .nav > li > a {
19
    border-radius: 0px!important;
20
    padding-left: 1rem!important;
21
}
22
23
pre {
24
    border-radius: 0px!important;
25
    background-color: white!important;
26
}
27
28
code span, code a:any-link {
29
    color: #1f1c1b!important;
30
}/* Normal */
31
code span.al, code span.al a:any-link {
32
    color: #bf0303!important;
33
    background-color: #f7e6e6!important;
34
    font-weight: bold;
35
} /* Alert */
36
code span.an, code span.an a:any-link {
37
    color: #ca60ca!important;
38
} /* Annotation */
39
code span.at, code span.at a:any-link {
40
    color: #0057ae!important;
41
} /* Attribute */
42
code span.bn, code span.bn a:any-link {
43
    color: #b08000!important;
44
} /* BaseN */
45
code span.bu, code span.bu a:any-link {
46
    color: #644a9b!important;
47
    font-weight: bold;
48
} /* BuiltIn */
49
code span.cf, code span.cf a:any-link {
50
    color: #1f1c1b!important;
51
    font-weight: bold;
52
} /* ControlFlow */
53
code span.ch, code span.ch a:any-link {
54
    color: #924c9d!important;
55
} /* Char */
56
code span.cn, code span.cn a:any-link {
57
    color: #aa5500!important;
58
}/* Constant */
59
code span.co, code span.co a:any-link {
60
    color: #898887!important;
61
}/* Comment */
62
code span.cv, code span.cv a:any-link {
63
    color: #0095ff!important;
64
}/* CommentVar */
65
code span.do, code span.do a:any-link {
66
    color: #607880!important;
67
}/* Documentation */
68
code span.dt, code span.dt a:any-link {
69
    color: #0057ae!important;
70
}/* DataType */
71
code span.dv, code span.dv a:any-link {
72
    color: #b08000!important;
73
}/* DecVal */
74
code span.er, code span.er a:any-link {
75
    color: #bf0303!important;
76
    text-decoration: underline;
77
} /* Error */
78
code span.ex, code span.ex a:any-link {
79
    color: #0095ff!important;
80
    font-weight: bold;
81
} /* Extension */
82
code span.fl, code span.fl a:any-link {
83
    color: #b08000!important;
84
}/* Float */
85
code span.fu,
86
code span.fu a:any-link {
87
    color: #644a9b!important;
88
} /* Function */
89
code span.im, code span.im a:any-link {
90
    color: #ff5500!important;
91
}/* Import */
92
code span.in, code span.in a:any-link {
93
    color: #b08000!important;
94
}/* Information */
95
code span.kw, code span.kw a:any-link {
96
    /*color: #1f1c1b!important;*/
97
    color: #007BA5!important;
98
    font-weight: bold;
99
} /* Keyword */
100
code span.op, code span.op a:any-link {
101
    /* color: #1f1c1b!important; */
102
    color: #5E5E5E!important;
103
}/* Operator */
104
code span.ot, code span.ot a:any-link {
105
    color: #006e28!important;
106
}/* Other */
107
code span.pp, code span.pp a:any-link {
108
    color: #006e28!important;
109
}/* Preprocessor */
110
code span.re, code span.re a:any-link {
111
    color: #0057ae!important;
112
    background-color: #e0e9f8!important;
113
} /* RegionMarker */
114
code span.sc, code span.sc a:any-link {
115
    color: #3daee9!important;
116
}/* SpecialChar */
117
code span.ss, code span.ss a:any-link {
118
    color: #ff5500!important;
119
}/* SpecialString */
120
/* code span.st, code span.st a:any-link {
121
    color: #bf0303!important;
122
}/* String */
123
code span.st, code span.st a:any-link {
124
    color: #20794d!important;
125
}/* String */
126
code span.va, code span.va a:any-link {
127
    color: #0057ae!important;
128
}/* Variable */
129
code span.vs, code span.vs a:any-link {
130
    color: #bf0303!important;
131
}/* VerbatimString */
132
code span.wa, code span.wa a:any-link {
133
    color: #bf0303!important;
134
}/* Warning */
135
136
.navbar-brand {
137
    color: #000000!important;
138
}
139
140
.navbar-dark input[type="search"] {
141
    background-color: #e9ecef!important;
142
    color: #212529!important;
143
}
144
145
.template-home > .row > #main > p > img {
146
    background-color: #ffffff!important;
147
    padding-top: 20px;
148
}
149
150
.template-home h1, .template-home h2, .template-home h3, .template-home h4,
151
.template-home h5, .template-home h6, .template-article .page-header h1 {
152
    font-weight: 700!important;
153
}
154
155
h1#omnipathr {
156
    font-size: 4.125rem!important;
157
}
158
159
img.logo {
160
    background-color: #ffffff!important;
161
}
162
163
p.abstract {
164
    font-size: calc(1.375rem + 1.5vw)!important;
165
}
166
167
h4.author {
168
    font-size: 1.25rem!important;
169
    margin-top: 1rem!important;
170
}
171
172
@media (min-width: 1200px){
173
    p.abstract {
174
        font-size: 2.5rem!important;
175
    }
176
}
177
178
.author_afil {
179
    font-size: small!important;
180
}
181
182
.nav-item {
183
    margin-left: 10px!important;
184
}