changing colors

This commit is contained in:
Nasir Anthony Montalvo
2025-12-01 18:50:46 -06:00
parent e17cd8ba8c
commit 906fba6f03
7 changed files with 54 additions and 12 deletions

View File

@@ -1,7 +1,7 @@
field,display_name,btn,hidden,sort_name,facet_name field,display_name,btn,hidden,sort_name,facet_name
date,Date,,,Date Created date,Date,,,Date Created
description,,,true, description,,,true,
creator,Creator,,,
subject,,true subject,,true
location,,true,,,Location Depicted location,,true,,,Location
identifier,,,true,Identifier identifier,,,true,Identifier
collection, Collection,true,,,,
1 field,display_name,btn,hidden,sort_name,facet_name
2 date,Date,,,Date Created
3 description,,,true,
creator,Creator,,,
4 subject,,true
5 location,,true,,,Location Depicted location,,true,,,Location
6 identifier,,,true,Identifier
7 collection, Collection,true,,,,

View File

@@ -1,7 +1,11 @@
display_name,stub,dropdown_parent display_name,stub,dropdown_parent
Home,/, Home,/,
Browse,/browse.html, Browse,/browse.html,
Collections,,
Subjects,/subjects.html, Subjects,/subjects.html,
Map,/map.html, Map,/map.html,
Data,/data.html, Data,/data.html,
About,/about.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
1 display_name stub dropdown_parent
2 Home /
3 Browse /browse.html
4 Collections
5 Subjects /subjects.html
6 Map /map.html
7 Data /data.html
8 About /about.html
9 gary_carrington /browse.html#collection:gary_carrington_collection Collections
10 starla_carr /browse.html#collection:starla_carr_collection Collections
11 tisha_taylor /browse.html#collection:tisha_taylor_collection Collections

View File

@@ -1,7 +1,7 @@
field,index,display field,index,display
title,true,true title,true,true
date,true,true date,true,true
creator,true,false
description,true,true description,true,true
subject,true,true subject,true,true
location,true,false location,true,false
collection,true,true
1 field index display
2 title true true
3 date true true
creator true false
4 description true true
5 subject true true
6 location true false
7 collection true true

View File

@@ -1,9 +1,9 @@
color_class,color color_class,color
primary,#a4c9e8 primary,#ffffff
secondary,black secondary, #999999
success,black success,#444444
info,#578bb5 info,#578bb5
warning,#578bb5 warning,#578bb5
danger,#a83259 danger,#a83259
light,white light,white
dark,#080812 dark,#000000
1 color_class color
2 primary #a4c9e8 #ffffff
3 secondary black #999999
4 success black #444444
5 info #578bb5
6 warning #578bb5
7 danger #a83259
8 light white
9 dark #080812 #000000

View File

@@ -107,8 +107,8 @@ bootswatch: # leave blank or comment out for plain bootstrap
# THEME FONTS [optional!] # THEME FONTS [optional!]
base-font-size: 1.2em base-font-size: 1.2em
text-color: "#191919" text-color: "#f5f5f5"
link-color: "#0d6efd" link-color: "#ffffff"
base-font-family: "'Space Mono', monospace" base-font-family: "'Space Mono', monospace"
font-cdn: <link rel="preconnect" href="https://fonts.bunny.net"><link href="https://fonts.bunny.net/css?family=space-mono:400" rel="stylesheet" /> font-cdn: <link rel="preconnect" href="https://fonts.bunny.net"><link href="https://fonts.bunny.net/css?family=space-mono:400" rel="stylesheet" />

40
assets/css/custom.css Normal file
View File

@@ -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;
}

View File

@@ -5,9 +5,7 @@ permalink: /about.html
# include CollectionBuilder info at bottom # include CollectionBuilder info at bottom
credits: true 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. # 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: <video autoplay muted playsinline loop style="height:40px;"> about-featured-image: starlacoll007
<source src="assets/img/ANIMATION_LOGO__bqkc.mp4" type="video/mp4">
</video>
# set background-position for featured image, "center", "top", "bottom" # set background-position for featured image, "center", "top", "bottom"
position: center position: center
# major heading to display over featured image # major heading to display over featured image