Skip to content

Commit

Permalink
Merge pull request #5 from zanewolf/main
Browse files Browse the repository at this point in the history
Matrix Updates
  • Loading branch information
nchuynh authored Mar 18, 2022
2 parents bfab881 + 6376733 commit 4946a2c
Show file tree
Hide file tree
Showing 12 changed files with 793 additions and 363 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.idea/workspace.xml
189 changes: 0 additions & 189 deletions .idea/workspace.xml

This file was deleted.

114 changes: 112 additions & 2 deletions css/styles_researchInterests.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,104 @@ h1 {
margin-top:0;
}

p{
font-size: 2em;
}

.header{
margin-bottom: 2vh;
}

.options{
display: flex;
flex-flow: row nowrap;
justify-content: space-evenly;
}

.custom-select{
font-family: 'Russo One';
height: 5vh;
width: 23vw;
text-transform: uppercase;
font-weight: 600;
letter-spacing: 2px;
font-size: 1.1rem;
padding: 1rem;
background-color: #FAFCFD;
border: 3px solid black;
transition: .3s ease-in-out;
overflow: hidden;
text-overflow: ellipsis;
-webkit-padding-end: 30px !important;
}

/*.custom-select select{*/


/*}*/

select.custom-select option:hover {
box-shadow: 0 0 10px 100px #cd0505 inset;
cursor: pointer;
}

/*.chosen-value::-webkit-input-placeholder {*/
/* color: #333;*/
/*}*/
/*.chosen-value:hover {*/
/* background-color: #ff908b;*/
/* cursor: pointer;*/
/*}*/
/*.chosen-value:hover::-webkit-input-placeholder {*/
/* color: #333;*/
/*}*/
/*.chosen-value:focus, .chosen-value.open {*/
/* box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.2);*/
/* outline: 0;*/
/* background-color: #ff908b;*/
/* color: #000;*/
/*}*/
/*.chosen-value:focus::-webkit-input-placeholder, .chosen-value.open::-webkit-input-placeholder {*/
/* color: #000;*/
/*}*/
/*select > option {*/
/* list-style: none;*/
/* margin-top: 4rem;*/
/* box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.2);*/
/* overflow: hidden;*/
/* max-height: 0;*/
/* transition: 0.3s ease-in-out;*/
/*}*/
/*.value-list.open {*/
/* max-height: 320px;*/
/* overflow: auto;*/
/*}*/
/*.value-list li {*/
/* position: relative;*/
/* height: 4rem;*/
/* background-color: #fafcfd;*/
/* padding: 1rem;*/
/* font-size: 1.1rem;*/
/* display: flex;*/
/* align-items: center;*/
/* cursor: pointer;*/
/* transition: background-color 0.3s;*/
/* opacity: 1;*/
/*}*/
/*.value-list li:hover {*/
/* background-color: #ff908b;*/
/*}*/
/*.value-list li.closed {*/
/* max-height: 0;*/
/* overflow: hidden;*/
/* padding: 0;*/
/* opacity: 0;*/
/*}*/

.options{
height: 7vh;
}

#researchInterestsTooltip {
width: 400px;
}
Expand All @@ -18,9 +116,21 @@ h1 {
}

#faculty-interest-table .matrix-row-labels {
font-size: 10px;
font-size: 1.2em;
}

#faculty-interest-table .matrix-column-labels {
font-size: 9px;
font-size: 1.2em;
}


.cbf-switch{
font-size: 2em;
font-family: 'Russo One';
margin:auto;
padding-top: 1vh;
}

.legend text{
font-weight: normal;
}
Loading

0 comments on commit 4946a2c

Please sign in to comment.