theme photo: style onebox

This commit is contained in:
Starbeamrainbowlabs 2022-03-12 13:27:06 +00:00
parent 7f95593524
commit c64980eee9
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 4 additions and 0 deletions

View File

@ -177,6 +177,10 @@ input[type=submit] {
.tag-list li { display: inline-block; margin: 1rem; }
.mini-tag { background: var(--bg-b); padding: 0.2rem 0.4rem; text-decoration: none; }
.onebox { display: flex; flex-direction: column;
background: var(--bg-a); box-shadow: 0.5em 0.5em 0.5em var(--shadow-a); padding: 0.5em; text-decoration: none; }
.onebox-header { font-weight: bolder; font-size: 125%; border-bottom: 0.1em solid var(--bg-colour); }
.larger { color: var(--addition); }
.smaller, .deletion { color: var(--deletion); }
.nochange { color: var(--nochange); font-style: italic; }