Skip to content

Commit

Permalink
Update Font Awesome styles.
Browse files Browse the repository at this point in the history
  • Loading branch information
kimisgold committed Sep 23, 2021
1 parent 83aa348 commit 2b43181
Show file tree
Hide file tree
Showing 4 changed files with 1,052 additions and 589 deletions.
2 changes: 1 addition & 1 deletion css/ie.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
* Import this file using the following HTML or equivalent:
* <!--[if IE]>
* <link href="/stylesheets/ie.css" media="screen, projection" rel="stylesheet" type="text/css" />
* <![endif]--> */
* <![endif]--> */
30 changes: 20 additions & 10 deletions css/print.css
Original file line number Diff line number Diff line change
@@ -1,34 +1,42 @@
body {
font-family: "Palatino Linotype", "Book Antiqua", "Times New Roman", Times, serif; }
font-family: "Palatino Linotype", "Book Antiqua", "Times New Roman", Times, serif;
}

#content {
width: 100%;
margin: 0;
float: none; }
float: none;
}

h1,
#site-title {
font-size: 16pt;
font-weight: bold; }
font-weight: bold;
}

h2 {
font-size: 14pt;
font-style: italic; }
font-style: italic;
}

h3 {
font-size: 14pt; }
font-size: 14pt;
}

h4 {
font-weight: bold; }
font-weight: bold;
}

h5 {
font-weight: bold;
font-style: italic;
text-transform: uppercase; }
text-transform: uppercase;
}

a:link:after {
content: " (" attr(href) ") ";
font-size: 80%; }
font-size: 80%;
}

#search-container,
#primary-nav,
Expand All @@ -38,8 +46,10 @@ a:link:after {
#exhibit-page-navigation,
.exhibit-section-nav,
.exhibit-page-nav {
display: none; }
display: none;
}

blockquote {
margin: 10pt 0 0 0;
font-style: italic; }
font-style: italic;
}
19 changes: 13 additions & 6 deletions css/sass/_screen.scss
Original file line number Diff line number Diff line change
Expand Up @@ -374,16 +374,19 @@ label,
display: block;
padding: 0 10px;
line-height: 1.5 * $base-line-height;

&:after {
font-family: "Font Awesome 5 Free";
font-weight: 900;
}
}
}

.pagination_next a:after {
font-family: "FontAwesome";
content: "\f105";
}

.pagination_previous a:after {
font-family: "FontAwesome";
content: "\f104";
}

Expand Down Expand Up @@ -506,7 +509,8 @@ header {
text-indent: -9999px;

&:after {
font-family: "FontAwesome";
font-family: "Font Awesome 5 Free";
font-weight: 900;
text-indent: 0;
position: absolute;
top: 0;
Expand Down Expand Up @@ -698,8 +702,9 @@ header {
}

[aria-haspopup="true"]:after {
font-family: "FontAwesome";
font-family: "Font Awesome 5 Free";
content: "\f0da";
font-weight: 900;
margin: 0 0 0 .5em;
vertical-align: bottom;
}
Expand Down Expand Up @@ -1035,7 +1040,8 @@ div.item {

.asc a:after, .desc a:after {
display: inline-block;
font-family: "FontAwesome";
font-family: "Font Awesome 5 Free";
font-weight: 900;
text-decoration: underline;
}

Expand Down Expand Up @@ -1072,7 +1078,8 @@ div.item {

&:after {
content: "\f00d";
font-family: "FontAwesome";
font-family: "Font Awesome 5 Free";
font-weight: 900;
text-indent: 0;
text-align: center;
width: 100%;
Expand Down
Loading

0 comments on commit 2b43181

Please sign in to comment.