new website, freq updates
62
pkgdown/extra.css
Normal file
@ -0,0 +1,62 @@
|
||||
/* class for footer */
|
||||
.university {
|
||||
background-image: url(logo_rug.png);
|
||||
height: 40px;
|
||||
background-size: 160px;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
/* Supports icons for brand using font-awesome */
|
||||
.fab {
|
||||
font-family: "Font Awesome 5 Brands" !important;
|
||||
}
|
||||
|
||||
/* make colour darker and better readable for links */
|
||||
code a, pre a,
|
||||
code a:hover, pre a:hover {
|
||||
color: #128f76;
|
||||
}
|
||||
a,
|
||||
a:hover {
|
||||
color: #128f76;
|
||||
}
|
||||
|
||||
/* syntax font */
|
||||
pre, code {
|
||||
font-family: 'Courier New';
|
||||
font-size: 100% !important;
|
||||
font-weight: bold;
|
||||
background-color: transparent;
|
||||
}
|
||||
li, p {
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
/* new <help> element with dotted underline */
|
||||
help {
|
||||
border-bottom: 1px dotted;
|
||||
cursor: help;
|
||||
}
|
||||
|
||||
/* replace 'Developers' with 'Authors' */
|
||||
.developers h2 {
|
||||
display: none;
|
||||
}
|
||||
.developers:before {
|
||||
content: 'Authors';
|
||||
font-size: 1.5em;
|
||||
}
|
||||
|
||||
/* hide version label */
|
||||
.version.label {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* more space between icon and text in top menu */
|
||||
#navbar .fa,
|
||||
#navbar .fab,
|
||||
#navbar .fal,
|
||||
#navbar .far,
|
||||
#navbar .fas {
|
||||
margin-right: 5px;
|
||||
}
|
8
pkgdown/extra.js
Normal file
@ -0,0 +1,8 @@
|
||||
// Add updated Font Awesome 5.6.3 library
|
||||
$('head').append('<!-- Updated Font Awesome library --><link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">');
|
||||
|
||||
/* edit footer */
|
||||
var footer_txt = $('footer .copyright p').html();
|
||||
footer_txt = footer_txt.replace("Developed by", "Developed at the University of Groningen. Authors:");
|
||||
$('footer').html('<p>' + footer_txt + '</p>');
|
||||
//$('footer').prepend("<div class='university'/>");
|
BIN
pkgdown/favicon/apple-touch-icon-120x120.png
Normal file
After Width: | Height: | Size: 6.7 KiB |
BIN
pkgdown/favicon/apple-touch-icon-152x152.png
Normal file
After Width: | Height: | Size: 8.9 KiB |
BIN
pkgdown/favicon/apple-touch-icon-180x180.png
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
pkgdown/favicon/apple-touch-icon-60x60.png
Normal file
After Width: | Height: | Size: 3.3 KiB |
BIN
pkgdown/favicon/apple-touch-icon-76x76.png
Normal file
After Width: | Height: | Size: 4.3 KiB |
BIN
pkgdown/favicon/apple-touch-icon.png
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
pkgdown/favicon/favicon-16x16.png
Normal file
After Width: | Height: | Size: 822 B |
BIN
pkgdown/favicon/favicon-32x32.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
pkgdown/favicon/favicon.ico
Normal file
After Width: | Height: | Size: 15 KiB |
BIN
pkgdown/logos/logo_certe.png
Normal file
After Width: | Height: | Size: 17 KiB |
BIN
pkgdown/logos/logo_eh1h.png
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
pkgdown/logos/logo_interreg.png
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
pkgdown/logos/logo_rug.png
Normal file
After Width: | Height: | Size: 9.4 KiB |
BIN
pkgdown/logos/logo_umcg.png
Normal file
After Width: | Height: | Size: 11 KiB |