From 6c53f3dc43f072dce4ffe4a1bd306074dd20ff39 Mon Sep 17 00:00:00 2001 From: Jake Mannens Date: Sun, 17 Aug 2025 22:10:27 +1000 Subject: Initial commit --- Pages/ViewMedia.cshtml.css | 52 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 Pages/ViewMedia.cshtml.css (limited to 'Pages/ViewMedia.cshtml.css') diff --git a/Pages/ViewMedia.cshtml.css b/Pages/ViewMedia.cshtml.css new file mode 100644 index 0000000..ff8a1cd --- /dev/null +++ b/Pages/ViewMedia.cshtml.css @@ -0,0 +1,52 @@ +div#content { + display: flex; + align-items: start; + height: 100%; +} + +div#content > img { + max-width: 60%; + height: 100%; + object-fit: contain; +} + +div#metadata { + margin-left: 15px; + width: 100%; +} + +div#metadata > div { + display: none; +} + +div#metadata > div.selected { + display: inherit !important; +} + +div#metadata-header { + display: inherit !important; + border-bottom: 1px solid white; +} + +div#metadata-header > a { + display: inline-block; + padding: 10px 10px 9px 10px; +} + +div#metadata-header > a.selected { + border-bottom: 4px solid white; + padding-bottom: 5px; +} + +div#metadata-header > a:hover { + background: rgba(255, 255, 255, 0.4); +} + +div#metadata-fileinfo > table th { + font-size: 8pt; +} + +div#metadata-fileinfo > table td { + font-family: 'Lucida Console'; + font-size: 8pt; +} \ No newline at end of file -- cgit v1.3