diff --git a/css/components/islandora_mods.css b/css/components/islandora_mods.css index 689c971..2484e5e 100755 --- a/css/components/islandora_mods.css +++ b/css/components/islandora_mods.css @@ -1,3 +1,55 @@ +.tl-timeline a { + text-decoration: none; + color: var(--color--upei-red); +} +.tl-timeline h1, +.tl-timeline h2, +.tl-timeline h3, +.tl-timeline h4, +.tl-timeline h5, +.tl-timeline h6 { + font-family: var(--font-serif) !important; + text-transform: none !important; + font-weight: 700; + /*font-size: 3em !important;*/ + line-height: 1.2 !important; +} + +.tl-timeline p { + font-family: var(--font-serif) !important; + font-size: 1em !important; + line-height: 1.4 !important; +} +.tl-timenav { + width: 100%; + background-color: #f2f2f2; + position: relative; + overflow: hidden; + border-top: 1px solid #e5e5e5; + border: 1px solid #ccc; + direction: ltr; + + box-shadow: rgba(0, 0, 0, 0.39) 0px 5px 11px -2px; +} +.tl-text { + border: 1px solid #ccc; + padding: 1em !important; +} +.tl-text p { + color: #333; +} +.tl-text h2.tl-headline { +font-size: 2rem; +} +.tl-slidenav-previous .tl-slidenav-title, +.tl-slidenav-next .tl-slidenav-title { + margin-top: 10px; + filter: alpha(opacity=15); + opacity: 1; + font-size: 11px; + line-height: 11px; + font-family: var(--font-sans) !important; +} /* ============================================================ COLLECTION GRID ============================================================ */