changing colors
This commit is contained in:
@@ -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,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,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,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
|
||||||
|
@@ -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
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
|
# 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
|
||||||
|
|||||||
Reference in New Issue
Block a user