Skip to content

Commit

Permalink
updated themes
Browse files Browse the repository at this point in the history
  • Loading branch information
RickGelhausen committed Oct 25, 2023
1 parent 199c8e7 commit e4c491c
Show file tree
Hide file tree
Showing 10 changed files with 2,725 additions and 95 deletions.
18 changes: 17 additions & 1 deletion assets/css/bioinf-style.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,16 @@
--active-item-color: #00a082;
--selector-color: #ebf5fb;
--font-family: "Source Sans Pro",Calibri,Candara,Arial,sans-serif;
--exercise-bg-color: white;
}

body {
background-image: url('assets/figures/misc/default-background.svg');
background-size: cover;
background-attachment: fixed;
background-position: center bottom;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
font-family: var(--font-family);
}
Expand All @@ -16,7 +25,9 @@ a:hover {
color: var(--active-item-color);
}
.toc-content {
background-color: white;
background-color: var(--exercise-bg-color);
border-radius: 10px;
border: 1px solid grey;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
background-color: var(--active-item-color);
Expand All @@ -27,6 +38,11 @@ a:hover {
src: url('fonts/Creepster.ttf') format('truetype');
}

@font-face {
font-family: 'Festive';
src: url('fonts/Festive.ttf') format('truetype');
}

table td:first-child { border-right: 1px solid; }
table th {border-bottom: 1px solid;}
.navbar-default {background-color: var(--ufr-main-blue)}
Expand Down
Binary file removed assets/css/fonts/Creepster-Regular.ttf
Binary file not shown.
Binary file added assets/css/fonts/Festive.ttf
Binary file not shown.
94 changes: 94 additions & 0 deletions assets/figures/misc/GraveYard.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit e4c491c

Please sign in to comment.