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:
62
pkgdown/extra.css
Normal file
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;
|
||||
}
|
Reference in New Issue
Block a user