Skip to content

Commit

Permalink
styles from csv-version
Browse files Browse the repository at this point in the history
  • Loading branch information
dcnb committed Aug 26, 2024
1 parent f12b004 commit a7ab87f
Showing 1 changed file with 89 additions and 88 deletions.
177 changes: 89 additions & 88 deletions _sass/_ohd.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,91 +3,92 @@
*/

.words {
@media screen and (max-width: 576px) {
min-width: 250px;
}
}

.toggle_int:hover {
color: pink
}

.toggle_int small {
font-size: 12px;
}

.featured {
background-color: aquamarine !important;
color: black !important;
}

.border-featured {
border-left: 1px solid black !important;
border-left-width: thick !important;
background-color: aquamarine !important;
}

.btn-outline-dark:hover {
background-color: #212529 !important;
}

// tab to show/hide filters options for transcripts

.filter-tab {
position: absolute;
bottom:-17px;
right: 0%;
transform: translateY(50%);
border-radius: 0 0 5px 5px;
cursor: pointer;
transition: all 0.5s ease;
}

.filter-tab:hover {
background-color: #0056b3;
}

#filters-search.retracted {
transform: translateY(-100%);
transition: all 0.5s ease;
#show-filters-text{
display:block;
}
#hide-filters-text{
display:none;
}
}

#filters-search {
transition: transform 0.5s ease;
#show-filters-text{
display:none;
}
#hide-filters-text{
display:block;
}
}




@media print {

html,
body {
height: 100%;
margin: 0 !important;
padding: 0 !important;
overflow: visible;
display: block;
font-size: 1.2rem;
}

.transcript-content {
height: auto;
min-height: 5000px;
overflow: visible;
display: block;
}

}
@media screen and (max-width: 576px) {
min-width: 250px;
}
}

.toggle_int:hover {
color: pink
}

.toggle_int small {
font-size: 12px;
}

.featured {
background-color: aquamarine !important;
color: black !important;
}

.border-featured {
border-left: 1px solid black !important;
border-left-width: thick !important;
background-color: aquamarine !important;
}

.btn-outline-dark:hover {
background-color: #212529 !important;
}

// tab to show/hide filters options for transcripts

.filter-tab {
position: absolute;
bottom:-17px;
right: 0%;
transform: translateY(50%);
border-radius: 0 0 5px 5px;
cursor: pointer;
transition: all 0.5s ease;
}

.filter-tab:hover {
background-color: #0056b3;
}

#filters-search.retracted {
transform: translateY(-100%);
transition: all 0.5s ease;
#show-filters-text{
display:block;
}
#hide-filters-text{
display:none;
}
}

#filters-search {
transition: transform 0.5s ease;
#show-filters-text{
display:none;
}
#hide-filters-text{
display:block;
}
}




@media print {

html,
body {
height: 100%;
margin: 0 !important;
padding: 0 !important;
overflow: visible;
display: block;
font-size: 1.2rem;
}

.transcript-content {
height: auto;
min-height: 5000px;
overflow: visible;
display: block;
}

}

0 comments on commit a7ab87f

Please sign in to comment.