summaryrefslogtreecommitdiff
path: root/Pages/ViewMedia.cshtml.css
diff options
context:
space:
mode:
authorJake Mannens <jake@asger.xyz>2023-08-08 13:20:21 +1000
committerJake Mannens <jake@asger.xyz>2023-08-08 13:20:21 +1000
commit701d474949e5cb72b8ed7b29fec45ad74580f570 (patch)
tree0eea7adfdd9d7dde4dd44535cd172d7e6a4f8737 /Pages/ViewMedia.cshtml.css
Initial commit
Diffstat (limited to 'Pages/ViewMedia.cshtml.css')
-rw-r--r--Pages/ViewMedia.cshtml.css45
1 files changed, 45 insertions, 0 deletions
diff --git a/Pages/ViewMedia.cshtml.css b/Pages/ViewMedia.cshtml.css
new file mode 100644
index 0000000..b9c22ee
--- /dev/null
+++ b/Pages/ViewMedia.cshtml.css
@@ -0,0 +1,45 @@
+div#content {
+ display: flex;
+ align-items: start;
+}
+
+div#content > img {
+ max-width: 60%;
+}
+
+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 td {
+ font-family: 'Lucida Console';
+ font-size: 10pt;
+} \ No newline at end of file