From ce924b78d22944373318e7c96ecc3e10b4eab370 Mon Sep 17 00:00:00 2001 From: Steve Nyemba Date: Tue, 25 Jun 2024 09:53:42 -0500 Subject: [PATCH] new themes ... incomplete --- static/css/themes/admin-console.css | 1 + static/css/themes/resume.css | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 static/css/themes/admin-console.css create mode 100644 static/css/themes/resume.css diff --git a/static/css/themes/admin-console.css b/static/css/themes/admin-console.css new file mode 100644 index 0000000..351bfb7 --- /dev/null +++ b/static/css/themes/admin-console.css @@ -0,0 +1 @@ +.main { font-size:14px; font-weight: lighter;} \ No newline at end of file diff --git a/static/css/themes/resume.css b/static/css/themes/resume.css new file mode 100644 index 0000000..d626468 --- /dev/null +++ b/static/css/themes/resume.css @@ -0,0 +1,17 @@ +.content { + min-height:85vh; + line-height: 1.5; + font-weight:lighter; + font-family: sans-serif; +} + +.main .header { + display:grid; + grid-template-columns: 64px auto; gap:4px; +} +.main .header .title {font-weight:bold; font-size:24px; text-transform: capitalize;} +.main .header .subtitle {font-size:14px; text-transform: capitalize;} +.main .header img {height:64px; width:64px} +.main .menu {display:none} + +.pane {width:50%; height:100px; background-color: pink;} \ No newline at end of file