1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-09 04:42:22 +02:00

new website, freq updates

This commit is contained in:
2018-12-29 22:24:19 +01:00
parent fca6df9d3c
commit 92a32b62a7
153 changed files with 12867 additions and 69654 deletions

62
pkgdown/extra.css Normal file
View 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;
}