changing colors
This commit is contained in:
@@ -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,,,,
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
||||
|
@@ -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
|
||||
|
@@ -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: <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
40
assets/css/custom.css
Normal 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;
|
||||
}
|
||||
@@ -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: <video autoplay muted playsinline loop style="height:40px;">
|
||||
<source src="assets/img/ANIMATION_LOGO__bqkc.mp4" type="video/mp4">
|
||||
</video>
|
||||
about-featured-image: starlacoll007
|
||||
# set background-position for featured image, "center", "top", "bottom"
|
||||
position: center
|
||||
# major heading to display over featured image
|
||||
|
||||
Reference in New Issue
Block a user