diff --git a/css/base/variables.css b/css/base/variables.css index 7ee16bf..70beeeb 100755 --- a/css/base/variables.css +++ b/css/base/variables.css @@ -75,6 +75,8 @@ --sp11: calc(11 * var(--sp)); --sp12: calc(12 * var(--sp)); + /* brand colors */ + --color--lmmi-tan: #c89755; /** * Gray colors. * diff --git a/css/components/block.css b/css/components/block.css index a0bdb21..c8eede7 100755 --- a/css/components/block.css +++ b/css/components/block.css @@ -21,14 +21,5 @@ padding-bottom: 4px; } -.site-footer .block__title { - color: var(--color--gray-65); -} -.region--sidebar .block { - - /*background: #f6f8f8;*/ - background: #ece8e3; - padding: 1rem; - border-radius: 5px; -} +.region--sidebar .block {/*background: #f6f8f8;*/background: #ece8e3;padding: 1rem;border-radius: 5px;border: 1px solid #ccc;} diff --git a/css/components/button.css b/css/components/button.css index b9e8b24..89e8d0c 100755 --- a/css/components/button.css +++ b/css/components/button.css @@ -41,8 +41,9 @@ text-decoration: none; color: var(--color-text-primary-loud); border: solid 2px currentColor; - background: none; + /* background: none; */ font-weight: 700; + box-shadow: 0px 5px 11px -2px rgb(0 0 0 / 39%); } .button:focus { @@ -77,9 +78,13 @@ padding-block: 1px 0; padding-inline: var(--sp1-5); line-height: var(--line-height-s); + text-transform: uppercase; + font-size: 1rem; } } - +.facets-soft-limit-link:hover { + box-shadow: 0px 5px 11px -2px rgb(0 0 0 / 39%); +} /* No margin if is part of a menu. */ .menu .button { @@ -107,6 +112,7 @@ color: var(--color--white); border-color: var(--color--primary-30); background-color: var(--color--primary-30); + } .button--primary:active { diff --git a/css/components/footer.css b/css/components/footer.css index 5990fc4..81ac84e 100755 --- a/css/components/footer.css +++ b/css/components/footer.css @@ -18,6 +18,7 @@ var(--color--gray-5) 0%, var(--color--gray-10) 100% ); + background: #013936; } .site-footer .menu { @@ -47,3 +48,28 @@ border-inline-start: solid var(--content-left) var(--color--black); } } + + +footer.site-footer .block { + color: #fff; + .block__title { + color: var(--color--lmmi-tan); + font-size:1.8em; +} + a { + text-decoration:none; + } + a::hover { + text-decoration: underline; + } + li { + font-size: 18px; + } + h3 { + margin: 0; + } + p { + margin: 1rem 0; + } + +} diff --git a/css/components/header-site-branding.css b/css/components/header-site-branding.css index 3d0847f..8318d2c 100755 --- a/css/components/header-site-branding.css +++ b/css/components/header-site-branding.css @@ -126,7 +126,7 @@ .site-branding__logo img { max-height: calc(var(--header-height-wide-when-fixed) - var(--sp)); width: 160px; - border-right: 2px solid #fff; + border-right: 2px solid #d0bca4; padding-right: 13px; } } diff --git a/css/components/islandora_mods.css b/css/components/islandora_mods.css index 63224ec..2a9ba4a 100755 --- a/css/components/islandora_mods.css +++ b/css/components/islandora_mods.css @@ -36,6 +36,7 @@ a.site-branding__logo img { text-decoration: none; font-family: var(--font-serif); color: #574938; + font-size: 1.1rem; } } @@ -62,3 +63,21 @@ div#block-oliveskspaces-solrsearchcontentsearchresultspagerforpage { button#toggle-facets { background: #38471e; } + + +.main-content { + border-right: 1px solid #eee; + border-left: 1px solid #eee; +} + +div#site-header__inner { + border-right: 1px solid #eee; +} + +span#override-default-display-mode { + display: none; +} +.mirador16.mirador15 { + border-top: 2px solid #004744 !important; +} +.MuiToolbar-root.MuiToolbar-dense.mirador16.mirador15.mirador-window-top-bar {} \ No newline at end of file diff --git a/css/components/pager.css b/css/components/pager.css index 0ed2681..150b6db 100755 --- a/css/components/pager.css +++ b/css/components/pager.css @@ -24,6 +24,7 @@ padding-inline-end: 0; list-style: none; font-weight: bold; + justify-content: center; } .pager__item { diff --git a/images/lmmi_logo.svg b/images/lmmi_logo.svg new file mode 100644 index 0000000..8bc77c5 --- /dev/null +++ b/images/lmmi_logo.svg @@ -0,0 +1,48 @@ + + + + + + + + + \ No newline at end of file diff --git a/images/new_logo.svg b/images/new_logo.svg index f310bf4..8bc77c5 100644 --- a/images/new_logo.svg +++ b/images/new_logo.svg @@ -1,69 +1,48 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + \ No newline at end of file