mirror of
https://github.com/standardebooks/web.git
synced 2025-07-21 06:45:14 -04:00
Add empty alt text for some CSS pseudo elements
This commit is contained in:
parent
5b0d37824b
commit
0483a6d841
4 changed files with 40 additions and 40 deletions
|
@ -274,7 +274,7 @@ main section.narrow h1 ~ picture{
|
||||||
.artworks figure.wrong::before{
|
.artworks figure.wrong::before{
|
||||||
background: #762729;
|
background: #762729;
|
||||||
font-family: "Fork Awesome";
|
font-family: "Fork Awesome";
|
||||||
content: "\f00d";
|
content: "\f00d" / "";
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
width: 1.5rem;
|
width: 1.5rem;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
|
@ -288,7 +288,7 @@ main section.narrow h1 ~ picture{
|
||||||
.artworks figure.corrected::before{
|
.artworks figure.corrected::before{
|
||||||
background: #406451;
|
background: #406451;
|
||||||
font-family: "Fork Awesome";
|
font-family: "Fork Awesome";
|
||||||
content: "\f00c";
|
content: "\f00c" / "";
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
width: 1.5rem;
|
width: 1.5rem;
|
||||||
|
|
|
@ -399,7 +399,7 @@ header nav li{
|
||||||
}
|
}
|
||||||
|
|
||||||
header nav li + li:before{
|
header nav li + li:before{
|
||||||
content: "•";
|
content: "•" / "";
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
|
@ -874,7 +874,7 @@ form button:active{
|
||||||
a.button.next::after,
|
a.button.next::after,
|
||||||
main nav.pagination > a:last-child::after{
|
main nav.pagination > a:last-child::after{
|
||||||
font-family: "Fork Awesome";
|
font-family: "Fork Awesome";
|
||||||
content: "\f061";
|
content: "\f061" / "";
|
||||||
transition: all 200ms ease;
|
transition: all 200ms ease;
|
||||||
position: relative;
|
position: relative;
|
||||||
left: 0;
|
left: 0;
|
||||||
|
@ -890,7 +890,7 @@ main nav.pagination > a:last-child[href]:hover::after{
|
||||||
|
|
||||||
main nav.pagination > a:first-child:before{
|
main nav.pagination > a:first-child:before{
|
||||||
font-family: "Fork Awesome";
|
font-family: "Fork Awesome";
|
||||||
content: "\f060";
|
content: "\f060" / "";
|
||||||
transition: all 200ms ease;
|
transition: all 200ms ease;
|
||||||
position: relative;
|
position: relative;
|
||||||
right: 0;
|
right: 0;
|
||||||
|
@ -1356,7 +1356,7 @@ footer ul.nav-links li::after{
|
||||||
}
|
}
|
||||||
|
|
||||||
footer ul.nav-links li:not(:last-child)::after{
|
footer ul.nav-links li:not(:last-child)::after{
|
||||||
content: "\b7";
|
content: "\b7" / "";
|
||||||
margin: 0 10px;
|
margin: 0 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1380,7 +1380,7 @@ footer > a{
|
||||||
|
|
||||||
footer p.newsletter::before{
|
footer p.newsletter::before{
|
||||||
font-family: "Fork Awesome";
|
font-family: "Fork Awesome";
|
||||||
content: "\f0e0";
|
content: "\f0e0" / "";
|
||||||
display: inline;
|
display: inline;
|
||||||
margin-right: .25rem;
|
margin-right: .25rem;
|
||||||
font-size: .75rem;
|
font-size: .75rem;
|
||||||
|
@ -1919,7 +1919,7 @@ label:has(select) > span + span:last-child::after{
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: calc((2rem + 1.4rem + 2px) / 2 - 10px);
|
top: calc((2rem + 1.4rem + 2px) / 2 - 10px);
|
||||||
right: calc(1rem - 12px / 2);
|
right: calc(1rem - 12px / 2);
|
||||||
content: "\f107";
|
content: "\f107" / "";
|
||||||
font-family: "Fork Awesome";
|
font-family: "Fork Awesome";
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
|
@ -1969,67 +1969,67 @@ label:has(input[type="password"])::before{
|
||||||
}
|
}
|
||||||
|
|
||||||
label:has(input[type="url"])::before{
|
label:has(input[type="url"])::before{
|
||||||
content: "\f0c1";
|
content: "\f0c1" / "";
|
||||||
}
|
}
|
||||||
|
|
||||||
label:has(input[type="search"])::before{
|
label:has(input[type="search"])::before{
|
||||||
content: "\f002";
|
content: "\f002" / "";
|
||||||
}
|
}
|
||||||
|
|
||||||
label:has(input[type="email"])::before{
|
label:has(input[type="email"])::before{
|
||||||
content: "\f0e0";
|
content: "\f0e0" / "";
|
||||||
}
|
}
|
||||||
|
|
||||||
label:has(input[type="password"])::before{
|
label:has(input[type="password"])::before{
|
||||||
content: "\f084";
|
content: "\f084" / "";
|
||||||
}
|
}
|
||||||
|
|
||||||
label.captcha::before{
|
label.captcha::before{
|
||||||
content: "\f256";
|
content: "\f256" / "";
|
||||||
}
|
}
|
||||||
|
|
||||||
label.year::before{
|
label.year::before{
|
||||||
content: "\f073";
|
content: "\f073" / "";
|
||||||
}
|
}
|
||||||
|
|
||||||
label.meter::before{
|
label.meter::before{
|
||||||
content: "\f0e4";
|
content: "\f0e4" / "";
|
||||||
}
|
}
|
||||||
|
|
||||||
label.collection::before{
|
label.collection::before{
|
||||||
content: "\f0e8";
|
content: "\f0e8" / "";
|
||||||
}
|
}
|
||||||
|
|
||||||
label.book::before{
|
label.book::before{
|
||||||
content: "\f02d";
|
content: "\f02d" / "";
|
||||||
}
|
}
|
||||||
|
|
||||||
label.ordered-list::before{
|
label.ordered-list::before{
|
||||||
content: "\f0cb";
|
content: "\f0cb" / "";
|
||||||
}
|
}
|
||||||
|
|
||||||
label.hourglass::before{
|
label.hourglass::before{
|
||||||
content: "\f254";
|
content: "\f254" / "";
|
||||||
}
|
}
|
||||||
|
|
||||||
label.tags:not(:has(select))::before{
|
label.tags:not(:has(select))::before{
|
||||||
content: "\f02c";
|
content: "\f02c" / "";
|
||||||
}
|
}
|
||||||
|
|
||||||
label.picture::before{
|
label.picture::before{
|
||||||
content: "\f03e";
|
content: "\f03e" / "";
|
||||||
}
|
}
|
||||||
|
|
||||||
label.user::before{
|
label.user::before{
|
||||||
content: "\f007";
|
content: "\f007" / "";
|
||||||
}
|
}
|
||||||
|
|
||||||
label.indent::before{
|
label.indent::before{
|
||||||
content: "\f03c";
|
content: "\f03c" / "";
|
||||||
}
|
}
|
||||||
|
|
||||||
label.language::before{
|
label.language::before{
|
||||||
content: "\f1ab";
|
content: "\f1ab" / "";
|
||||||
}
|
}
|
||||||
|
|
||||||
nav li.highlighted a,
|
nav li.highlighted a,
|
||||||
|
@ -2173,13 +2173,13 @@ main nav.pagination ol li:not(:first-child):not(:last-child):not(.highlighted){
|
||||||
|
|
||||||
article nav ol li.highlighted::before,
|
article nav ol li.highlighted::before,
|
||||||
main nav.pagination ol li.highlighted::before{
|
main nav.pagination ol li.highlighted::before{
|
||||||
content: "⋯";
|
content: "⋯" / "";
|
||||||
padding-right: 1rem;
|
padding-right: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
article nav ol li.highlighted::after,
|
article nav ol li.highlighted::after,
|
||||||
main nav.pagination ol li.highlighted::after{
|
main nav.pagination ol li.highlighted::after{
|
||||||
content: "⋯";
|
content: "⋯" / "";
|
||||||
padding-left: 1rem;
|
padding-left: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -2694,11 +2694,11 @@ h1.is-collection{
|
||||||
}
|
}
|
||||||
|
|
||||||
.ebooks-toolbar a.button[href*="/downloads"]::before{
|
.ebooks-toolbar a.button[href*="/downloads"]::before{
|
||||||
content: "\f019";
|
content: "\f019" / "";
|
||||||
}
|
}
|
||||||
|
|
||||||
.ebooks-toolbar a.button[href*="/feeds"]::before{
|
.ebooks-toolbar a.button[href*="/feeds"]::before{
|
||||||
content: "\f143";
|
content: "\f143" / "";
|
||||||
}
|
}
|
||||||
|
|
||||||
abbr.acronym{
|
abbr.acronym{
|
||||||
|
@ -3091,7 +3091,7 @@ article.ebook section#read-online ul li p.has-size span{
|
||||||
}
|
}
|
||||||
|
|
||||||
article.ebook section#read-online ul li p.has-size span::before{
|
article.ebook section#read-online ul li p.has-size span::before{
|
||||||
content: "\f071";
|
content: "\f071" / "";
|
||||||
font-family: "Fork Awesome";
|
font-family: "Fork Awesome";
|
||||||
margin-right: .25rem;
|
margin-right: .25rem;
|
||||||
}
|
}
|
||||||
|
@ -3580,7 +3580,7 @@ a.patron-selection:any-link:hover{
|
||||||
}
|
}
|
||||||
|
|
||||||
footer ul.nav-links li:nth-child(4)::after{
|
footer ul.nav-links li:nth-child(4)::after{
|
||||||
content: "\A"; /* This is a line break */
|
content: "\A" / ""; /* This is a line break */
|
||||||
white-space: pre;
|
white-space: pre;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
@ -3733,13 +3733,13 @@ a.patron-selection:any-link:hover{
|
||||||
|
|
||||||
footer ul.nav-links li:nth-child(2)::after,
|
footer ul.nav-links li:nth-child(2)::after,
|
||||||
footer ul.nav-links li:nth-child(5)::after{
|
footer ul.nav-links li:nth-child(5)::after{
|
||||||
content: "\A"; /* This is a line break */
|
content: "\A" / ""; /* This is a line break */
|
||||||
white-space: pre;
|
white-space: pre;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
footer ul.nav-links li:nth-child(4)::after{
|
footer ul.nav-links li:nth-child(4)::after{
|
||||||
content: "\b7";
|
content: "\b7" / "";
|
||||||
white-space: normal;
|
white-space: normal;
|
||||||
margin: 0 10px;
|
margin: 0 10px;
|
||||||
}
|
}
|
||||||
|
@ -3984,7 +3984,7 @@ a.patron-selection:any-link:hover{
|
||||||
footer ul.nav-links li:nth-child(2)::after,
|
footer ul.nav-links li:nth-child(2)::after,
|
||||||
footer ul.nav-links li:nth-child(4)::after,
|
footer ul.nav-links li:nth-child(4)::after,
|
||||||
footer ul.nav-links li:nth-child(6)::after{
|
footer ul.nav-links li:nth-child(6)::after{
|
||||||
content: "\A"; /* This is a line break */
|
content: "\A" / ""; /* This is a line break */
|
||||||
white-space: pre;
|
white-space: pre;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
@ -3992,7 +3992,7 @@ a.patron-selection:any-link:hover{
|
||||||
footer ul.nav-links li:nth-child(1)::after,
|
footer ul.nav-links li:nth-child(1)::after,
|
||||||
footer ul.nav-links li:nth-child(3)::after,
|
footer ul.nav-links li:nth-child(3)::after,
|
||||||
footer ul.nav-links li:nth-child(5)::after{
|
footer ul.nav-links li:nth-child(5)::after{
|
||||||
content: "\b7";
|
content: "\b7" / "";
|
||||||
white-space: normal;
|
white-space: normal;
|
||||||
margin: 0 10px;
|
margin: 0 10px;
|
||||||
}
|
}
|
||||||
|
@ -4120,7 +4120,7 @@ a.patron-selection:any-link:hover{
|
||||||
}
|
}
|
||||||
|
|
||||||
footer ul.nav-links li:nth-child(7)::after{
|
footer ul.nav-links li:nth-child(7)::after{
|
||||||
content: "\A"; /* This is a line break */
|
content: "\A" / ""; /* This is a line break */
|
||||||
white-space: pre;
|
white-space: pre;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
|
@ -37,7 +37,7 @@ header nav li{
|
||||||
}
|
}
|
||||||
|
|
||||||
header nav li + li:before{
|
header nav li + li:before{
|
||||||
content: "•";
|
content: "•" / "";
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -368,7 +368,7 @@ code.full .utf{
|
||||||
|
|
||||||
.alert p.warning::before,
|
.alert p.warning::before,
|
||||||
.alert p.warning::after{
|
.alert p.warning::after{
|
||||||
content: "\f071";
|
content: "\f071" / "";
|
||||||
font-family: "Fork Awesome";
|
font-family: "Fork Awesome";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -389,7 +389,7 @@ figure p.wrong{
|
||||||
figure p.wrong::before,
|
figure p.wrong::before,
|
||||||
figure.wrong::before{
|
figure.wrong::before{
|
||||||
font-family: "Fork Awesome";
|
font-family: "Fork Awesome";
|
||||||
content: "\f00d";
|
content: "\f00d" / "";
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
width: 1.5rem;
|
width: 1.5rem;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
|
@ -403,7 +403,7 @@ figure.wrong::before{
|
||||||
figure p.corrected::before,
|
figure p.corrected::before,
|
||||||
figure.corrected::before{
|
figure.corrected::before{
|
||||||
font-family: "Fork Awesome";
|
font-family: "Fork Awesome";
|
||||||
content: "\f00c";
|
content: "\f00c" / "";
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
margin-right: .5rem;
|
margin-right: .5rem;
|
||||||
|
@ -624,7 +624,7 @@ figure.corrected code{
|
||||||
|
|
||||||
.manual aside.tip::before{
|
.manual aside.tip::before{
|
||||||
font-family: "Fork Awesome";
|
font-family: "Fork Awesome";
|
||||||
content: "\f0eb";
|
content: "\f0eb" / "";
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue