From c64980eee9f54e0ab9cda08775302b856c5f5d83 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Sat, 12 Mar 2022 13:27:06 +0000 Subject: [PATCH] theme photo: style onebox --- themes/photo/theme.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/themes/photo/theme.css b/themes/photo/theme.css index 9c8b82a..6ee6108 100644 --- a/themes/photo/theme.css +++ b/themes/photo/theme.css @@ -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; }