forked from Botanical/BotanJS
Added Archived Ribbon
This commit is contained in:
parent
33bf67f587
commit
7c6fa2bd18
@ -25,6 +25,28 @@
|
||||
padding: 1em;
|
||||
}
|
||||
|
||||
.b_entry.archived::after {
|
||||
display: block;
|
||||
content: "Archived";
|
||||
text-align: center;
|
||||
|
||||
background:
|
||||
linear-gradient(-45deg, transparent 36%, black 36%, black 82%, transparent 82%)
|
||||
, linear-gradient(45deg, transparent 36%, black 36%, black 82%, transparent 82%);
|
||||
color: white;
|
||||
position: absolute;
|
||||
|
||||
width: 4.4em;
|
||||
right: -2.25em;
|
||||
top: 1.45em;
|
||||
|
||||
font-size: 1.5em;
|
||||
padding: 0.15em 2.25em;
|
||||
|
||||
transform: rotate(45deg);
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
.b_title {
|
||||
font-family: custom-serif;
|
||||
font-size: 2.5em;
|
||||
|
Loading…
Reference in New Issue
Block a user