-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 9b0d2ee
Showing
52 changed files
with
2,726 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
/*! | ||
* Font Awesome Free 6.1.1 by @fontawesome - https://fontawesome.com | ||
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) | ||
* Copyright 2022 Fonticons, Inc. | ||
*/ | ||
:host,:root{--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:block;src:url(../webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.ttf) format("truetype")}.fa-solid,.fas{font-family:"Font Awesome 6 Free";font-weight:900} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,173 @@ | ||
a { | ||
/* color: #51aae3; */ | ||
color: #2056ae; | ||
/* cursor: pointer; */ | ||
/* text-decoration: none; */ | ||
} | ||
|
||
/* a strong { | ||
color: currentColor; | ||
} | ||
a:hover { | ||
color: #363636; | ||
} */ | ||
|
||
|
||
.content { | ||
margin-left:0.5em; | ||
margin-right:0.5em; | ||
} | ||
|
||
.section-heading { | ||
text-align: center; | ||
margin-top: 2em; | ||
margin-bottom: 2em; | ||
} | ||
|
||
.paper .title { | ||
font-size: 1.0rem; | ||
margin-top: 0.0em; | ||
margin-bottom: 0.5em; | ||
} | ||
|
||
.paper .author { | ||
font-size: 0.9rem; | ||
margin-top: 0.5em; | ||
margin-bottom: 0.0em; | ||
} | ||
|
||
.paper .venue { | ||
font-size: 0.9rem; | ||
font-style: italic; | ||
margin-top: 0.5em; | ||
margin-bottom: 0.5em; | ||
} | ||
|
||
.paper .note { | ||
font-size: 0.8rem; | ||
font-style: italic; | ||
margin-top: 0.5em; | ||
margin-bottom: 0.5em; | ||
} | ||
|
||
.tile .card { | ||
display:flex; | ||
flex-direction: column; | ||
min-width: 20rem; | ||
/*max-width: 25rem;*/ | ||
/*flex-grow: 0;*/ | ||
/*justify-content: flex-start;*/ | ||
} | ||
.tile .card-footer { | ||
margin-top: auto; | ||
flex-wrap: wrap; | ||
/*font-size: 1.25rem;*/ | ||
} | ||
|
||
.tile .card .card-content .columns { | ||
margin-top: 0.0em; | ||
margin-bottom: 0.0em; | ||
} | ||
|
||
/*.card .card-image { | ||
text-align: center; | ||
} | ||
*/ | ||
.tile .card .card-image .image img { | ||
display: block; | ||
max-height:100px; | ||
width: auto; | ||
height: auto; | ||
} | ||
|
||
/* Team */ | ||
|
||
.team .tile .card { | ||
display:flex; | ||
flex-direction: column; | ||
min-width: 15rem; | ||
/*max-width: 25rem;*/ | ||
/*flex-grow: 0;*/ | ||
/*justify-content: flex-start;*/ | ||
} | ||
.team .tile .card-footer { | ||
margin-top: auto; | ||
flex-wrap: wrap; | ||
/*font-size: 1.25rem;*/ | ||
} | ||
|
||
.team .tile .card .card-content .columns { | ||
margin-top: 0.0em; | ||
margin-bottom: 0.0em; | ||
} | ||
|
||
/*.card .card-image { | ||
text-align: center; | ||
} | ||
*/ | ||
.team .tile .card .card-image .image img { | ||
display: block; | ||
max-height:200px; | ||
filter: grayscale(100%); | ||
width: auto; | ||
height: auto; | ||
} | ||
|
||
/* ######################### */ | ||
|
||
.is-flex-wrap { | ||
flex-wrap: wrap; | ||
/*flex-grow: 0;*/ | ||
/*justify-content: space-around;*/ | ||
/*justify-content: flex-start;*/ | ||
} | ||
|
||
ul { | ||
list-style-type: circle; | ||
list-style-position: outside; | ||
/*margin: 2em;*/ | ||
/*padding: 5em;*/ | ||
} | ||
|
||
ul li { | ||
/*background: #cce5ff;*/ | ||
margin: 0.5em; | ||
} | ||
|
||
#toTop { | ||
height: 1.9rem; | ||
width: 1.9rem; | ||
display: block; | ||
position: fixed; | ||
bottom: 20px; | ||
right: 20px; | ||
z-index: 99; | ||
border: none; | ||
outline: none; | ||
background-color: hsla(0, 0%, 21%, 0.65); | ||
color: hsl(0, 0%, 96%); | ||
cursor: pointer; | ||
border-radius: 50%; | ||
font-size: 1.5rem; | ||
} | ||
|
||
#toTop:hover { | ||
background-color: hsla(0, 0%, 21%, 0.9); | ||
} | ||
|
||
.alert { | ||
font-weight: bold; | ||
} | ||
|
||
.button.is-multiline { | ||
min-height: 2.25em; | ||
white-space: unset; | ||
height: auto; | ||
flex-direction: column; | ||
} | ||
|
||
.button .note { | ||
font-size: 0.8rem; | ||
font-style: italic; | ||
} |
Binary file not shown.
Oops, something went wrong.