Added visual distinction for links that opens in a new tab. Also removed shadows from author meta cards.
This commit is contained in:
parent
52e0c6309c
commit
96b7a1b7c5
18
style.css
18
style.css
@ -225,6 +225,19 @@ table tbody tr:nth-child(2n) {
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a[target=_blank] {
|
||||||
|
margin-left: 1.5em;
|
||||||
|
}
|
||||||
|
|
||||||
|
a[target=_blank]::before {
|
||||||
|
content: "\f504";
|
||||||
|
font-family: "Dashicons";
|
||||||
|
display: inline-block;
|
||||||
|
position: absolute;
|
||||||
|
top: calc(1em + 3px);
|
||||||
|
left: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Header styles.
|
* Header styles.
|
||||||
*/
|
*/
|
||||||
@ -706,14 +719,11 @@ a.panel-author:focus {
|
|||||||
.author-detail {
|
.author-detail {
|
||||||
padding: 5%;
|
padding: 5%;
|
||||||
width: 40%;
|
width: 40%;
|
||||||
transition: box-shadow 250ms,
|
transition: background-color 250ms;
|
||||||
background-color 250ms;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.author-detail:focus,
|
.author-detail:focus,
|
||||||
.author-detail:hover {
|
.author-detail:hover {
|
||||||
box-shadow: 12px 12px 12px rgba(0, 0, 0, 0.1) inset,
|
|
||||||
-10px -10px 10px #fff inset;
|
|
||||||
background-color: var(--minimalistflex-level2);
|
background-color: var(--minimalistflex-level2);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user