From 906fba6f032e32197a06fd52bf1273c8ba5e32a2 Mon Sep 17 00:00:00 2001 From: Nasir Anthony Montalvo Date: Mon, 1 Dec 2025 18:50:46 -0600 Subject: [PATCH] changing colors --- _data/config-browse.csv | 4 ++-- _data/config-nav.csv | 4 ++++ _data/config-search.csv | 2 +- _data/config-theme-colors.csv | 8 +++---- _data/theme.yml | 4 ++-- assets/css/custom.css | 40 +++++++++++++++++++++++++++++++++++ pages/about.md | 4 +--- 7 files changed, 54 insertions(+), 12 deletions(-) create mode 100644 assets/css/custom.css diff --git a/_data/config-browse.csv b/_data/config-browse.csv index 20b2094..37851b0 100644 --- a/_data/config-browse.csv +++ b/_data/config-browse.csv @@ -1,7 +1,7 @@ field,display_name,btn,hidden,sort_name,facet_name date,Date,,,Date Created description,,,true, -creator,Creator,,, subject,,true -location,,true,,,Location Depicted +location,,true,,,Location identifier,,,true,Identifier +collection, Collection,true,,,, \ No newline at end of file diff --git a/_data/config-nav.csv b/_data/config-nav.csv index 0a2e41c..7becb42 100644 --- a/_data/config-nav.csv +++ b/_data/config-nav.csv @@ -1,7 +1,11 @@ display_name,stub,dropdown_parent Home,/, Browse,/browse.html, +Collections,, Subjects,/subjects.html, Map,/map.html, Data,/data.html, About,/about.html, +gary_carrington,/browse.html#collection:gary_carrington_collection,Collections +starla_carr,/browse.html#collection:starla_carr_collection,Collections +tisha_taylor,/browse.html#collection:tisha_taylor_collection,Collections \ No newline at end of file diff --git a/_data/config-search.csv b/_data/config-search.csv index eae28d8..9e5c230 100644 --- a/_data/config-search.csv +++ b/_data/config-search.csv @@ -1,7 +1,7 @@ field,index,display title,true,true date,true,true -creator,true,false description,true,true subject,true,true location,true,false +collection,true,true diff --git a/_data/config-theme-colors.csv b/_data/config-theme-colors.csv index f466022..9cd8394 100644 --- a/_data/config-theme-colors.csv +++ b/_data/config-theme-colors.csv @@ -1,9 +1,9 @@ color_class,color -primary,#a4c9e8 -secondary,black -success,black +primary,#ffffff +secondary, #999999 +success,#444444 info,#578bb5 warning,#578bb5 danger,#a83259 light,white -dark,#080812 +dark,#000000 \ No newline at end of file diff --git a/_data/theme.yml b/_data/theme.yml index facde12..4f4d964 100644 --- a/_data/theme.yml +++ b/_data/theme.yml @@ -107,8 +107,8 @@ bootswatch: # leave blank or comment out for plain bootstrap # THEME FONTS [optional!] base-font-size: 1.2em -text-color: "#191919" -link-color: "#0d6efd" +text-color: "#f5f5f5" +link-color: "#ffffff" base-font-family: "'Space Mono', monospace" font-cdn: diff --git a/assets/css/custom.css b/assets/css/custom.css new file mode 100644 index 0000000..7e70794 --- /dev/null +++ b/assets/css/custom.css @@ -0,0 +1,40 @@ +/* GLOBAL DARK BACKGROUND */ +body { + background-color: #000 !important; + color: #f5f5f5 !important; +} + +/* NAVBAR */ +.navbar, .navbar-light, .navbar-default { + background-color: #000 !important; + border-bottom: 1px solid #222 !important; +} + +.navbar a, .navbar-brand, .navbar-nav .nav-link { + color: #fff !important; +} + +/* CARDS / FEATURE BLOCKS */ +.card, +.card-body, +.card-footer { + background-color: #111 !important; + color: #f5f5f5 !important; + border-color: #222 !important; +} + +/* TABLES */ +table { + background-color: #000 !important; + color: #f5f5f5 !important; +} + +th, td { + border-color: #333 !important; +} + +/* FOOTER */ +footer { + background-color: #000 !important; + color: #f5f5f5 !important; +} diff --git a/pages/about.md b/pages/about.md index 4fc7d4b..562b797 100644 --- a/pages/about.md +++ b/pages/about.md @@ -5,9 +5,7 @@ permalink: /about.html # include CollectionBuilder info at bottom credits: true # featured-image value can be one objectid for a photo object in this collection, a relative path to an image in this project, or a full url to any image. If left blank, no featured image will appear at top of About page. -about-featured-image: +about-featured-image: starlacoll007 # set background-position for featured image, "center", "top", "bottom" position: center # major heading to display over featured image