Add togglegroups css
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
6c5fdebce6
commit
cfbe1d8753
1 changed files with 25 additions and 2 deletions
27
style.css
27
style.css
|
@ -66,8 +66,6 @@ h1 {margin-top: 3vh;}
|
|||
opacity: 0.7;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.pronouns {
|
||||
font-size: 10pt;
|
||||
opacity: 0.5;
|
||||
|
@ -207,6 +205,26 @@ h1 {margin-top: 3vh;}
|
|||
text-decoration: none;
|
||||
}
|
||||
|
||||
.togglegroups-background {
|
||||
display: flex;
|
||||
border-radius: 12px;
|
||||
padding: 5px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.togglegroups-highlighted {
|
||||
border-radius: 6px;
|
||||
padding: 5px;
|
||||
box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.13);
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.togglegroups-nohighlight {
|
||||
border-radius: 6px;
|
||||
padding: 5px;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.separator {height: 1px;}
|
||||
|
||||
.emojidecorations {
|
||||
|
@ -239,6 +257,10 @@ h1 {margin-top: 3vh;}
|
|||
.list {background-color: var(--white);}
|
||||
.button {background-color: rgba(0, 0, 0, 0.08);}
|
||||
.button:hover {background-color: rgba(0, 0, 0, 0.18);}
|
||||
.togglegroups-background {background-color: rgba(0, 0, 0, 0.08);}
|
||||
.togglegroups-highlighted {
|
||||
background-color: var(--white);
|
||||
}
|
||||
.itemcard {background-color: var(--white);}
|
||||
.itemcard:hover {background-color: #fafafa;}
|
||||
.itemcard-stealth:hover {background-color: #e0e0e0;}
|
||||
|
@ -252,6 +274,7 @@ h1 {margin-top: 3vh;}
|
|||
.list {background-color: #363636;}
|
||||
.button {background: rgba(255, 255, 255, 0.1);}
|
||||
.button:hover {background: rgba(255, 255, 255, 0.18);}
|
||||
.togglegroups-background {background: rgba(255, 255, 255, 0.1);}
|
||||
.itemcard {background-color: #303030;}
|
||||
.itemcard:hover {background-color: #4a4a4a;}
|
||||
.itemcard-stealth:hover {background-color: #4a4a4a;}
|
||||
|
|
Loading…
Reference in a new issue