Skip to content

Commit

Permalink
Style tags, buttons, and active secondary nav tab.
Browse files Browse the repository at this point in the history
  • Loading branch information
kimisgold committed Jul 1, 2021
1 parent ad811f0 commit cb07d11
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 1 deletion.
45 changes: 45 additions & 0 deletions css/sass/_screen.scss
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ input[type="month"] {
button,
[type="submit"] {
background-color: $border-gray;
border: 1px solid #ccc;
}

input[type="radio"],
Expand Down Expand Up @@ -639,6 +640,10 @@ ul#itemfiles {
height: 100%;
}

.lSPager li:only-of-type {
display: none;
}

.count-1.lSSlideOuter .lSPager.lSGallery {
display: none;
}
Expand Down Expand Up @@ -810,6 +815,10 @@ ul.item-pagination.navigation {

.secondary-nav li {
margin-right: $spacing-m;

&.active {
font-weight: bold;
}
}

.secondary-nav {
Expand Down Expand Up @@ -925,6 +934,42 @@ ul.pagination {
list-style-type: none;
}

.popular {
font-size: 100%;
}

.v-popular {
font-size: 140%;
}

.vv-popular {
font-size: 180%;
}

.vvv-popular {
font-size: 190%;
}

.vvvv-popular {
font-size: 200%;
}

.vvvvv-popular {
font-size: 210%;
}

.vvvvvv-popular {
font-size: 220%;
}

.vvvvvvv-popular {
font-size: 230%;
}

.vvvvvvvv-popular {
font-size: 240%;
}

/* @end */

/* @group ----- Collections/Browse and Exhibits/Browse----- */
Expand Down
25 changes: 24 additions & 1 deletion css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@
.button,
button,
[type="submit"] {
background-color: #eee; }
background-color: #eee;
border: 1px solid #ccc; }
input[type="radio"],
input[type="checkbox"] {
vertical-align: middle;
Expand Down Expand Up @@ -456,6 +457,8 @@
display: flex;
align-items: center;
height: 100%; }
.lSPager li:only-of-type {
display: none; }
.count-1.lSSlideOuter .lSPager.lSGallery {
display: none; }
.items.show.gallery .item-metadata {
Expand Down Expand Up @@ -576,6 +579,8 @@
display: inline-block; }
.secondary-nav li {
margin-right: 10.5px; }
.secondary-nav li.active {
font-weight: bold; }
.secondary-nav {
margin-right: auto; }
#sort-links-list {
Expand Down Expand Up @@ -672,6 +677,24 @@
padding: 5.25px;
margin: 0 5.25px 5.25px 0;
list-style-type: none; }
.popular {
font-size: 100%; }
.v-popular {
font-size: 140%; }
.vv-popular {
font-size: 180%; }
.vvv-popular {
font-size: 190%; }
.vvvv-popular {
font-size: 200%; }
.vvvvv-popular {
font-size: 210%; }
.vvvvvv-popular {
font-size: 220%; }
.vvvvvvv-popular {
font-size: 230%; }
.vvvvvvvv-popular {
font-size: 240%; }
/* @end */
/* @group ----- Collections/Browse and Exhibits/Browse----- */
.browse.collections .records,
Expand Down

0 comments on commit cb07d11

Please sign in to comment.