diff --git a/webapp/src/main/webapp/themes/iph/css/iph.css b/webapp/src/main/webapp/themes/iph/css/iph.css index 3a0c7bb0..4b089362 100644 --- a/webapp/src/main/webapp/themes/iph/css/iph.css +++ b/webapp/src/main/webapp/themes/iph/css/iph.css @@ -1970,15 +1970,14 @@ h3.internal-auth { } #individual-info { border-bottom: 1px solid #8B4513; - font-family: "IPH Astra Serif Regular"; + font-family: "IPH Astra Serif"; } #titleContainer { - font-family: "IPH Astra Serif Regular"; + font-family: "IPH Astra Serif"; } #individual-info h1.fn { font-size: 1.6rem; color: #595B5B; - line-height: 1.3em; background-image: url(../images/circle_title.png); background-repeat: no-repeat; background-position: left center; @@ -1988,6 +1987,7 @@ h3.internal-auth { font-family: "IPH Astra Serif"; border-right: none !important; margin-top: 10px; + margin-right: 0px; } #individual-info h2 { color: #5E6363; @@ -2020,6 +2020,10 @@ ul#individual-facultyMemberships li { .display-title-not-editable { color: #4F4F4F; + display: block; + padding-top: 12px; + padding-left: 10px; + border-left: 1px solid #5e6363; } /* INDIVIDUAL VISUALIZATION ------> */ @@ -2301,10 +2305,12 @@ span.subclassExpandMinus { } .affiliations { - margin-bottom: 1.5em; + margin-bottom: 0.7em; font-family: "IPH Astra Serif"; font-size: 1.2rem; font-weight: bold; + padding-bottom: 10px; + border-bottom: 1px dashed #9C9C9C; } /* -------------------------------------------------> */ /* ARTICLESTYLES --------------------------------> */ @@ -2319,6 +2325,10 @@ span.subclassExpandMinus { font-family: "IPH Astra Serif" !important; font-size: 1.3rem !important; } +.htmlExcerpt >li >p.Textbody { + font-family: "IPH Astra Serif" !important; + font-size: 1.3rem !important; +} .articleExcerpt >div.htmlExcerpt >p.Textbody >span { font-family: "IPH Astra Serif" !important; font-size: 1.3rem !important; @@ -2332,7 +2342,7 @@ button.collapsible { background-position: 1% 50%; padding-left: 40px !important; font-family: "IPH Astra Serif"; - font-size: 1.4rem; + font-size: 1.4rem !important; } button.collapsible:visited { -webkit-appearance: none; @@ -2363,10 +2373,32 @@ button.collapsible.active:focus { font-size: 1.3rem; } .works { - padding-left: 40px; font-family: IPH Astra Serif; font-style: italic; - font-size: 1rem; + font-size: 1.2rem; +} +.works >li { + font-family: IPH Astra Serif; + font-style: italic; + font-size: 1.2rem; + margin-bottom: 1.3em; + display: list-item; + list-style-image: url(../images/bullet_icon.png); + margin-left: 40px; +} +.works >div.work >p { + font-family: IPH Astra Serif; + font-style: italic; + font-size: 1.2rem; +} +.works >h2.label { + background-image: url(/vivo/themes/iph/images/book_icon.png); + background-repeat: no-repeat; + background-position: left center; + padding-left: 40px; + font-family: IPH Astra Serif; + font-size: 1.4rem; + font-style: normal; } .bibliography { padding-left: 40px; @@ -2374,6 +2406,11 @@ button.collapsible.active:focus { font-style: italic; font-size: 1rem; } +.bibliography_entry >p { + font-family: IPH Astra Serif; + font-style: italic; + font-size: 1.2rem; +} ul.dropdown li#user-menu a { font-family: "Roboto"; font-size: 1rem; @@ -2479,13 +2516,48 @@ button.collapsible.active { font-family: "IPH Astra Serif"; font-size: 1.2rem; color: #8B4513; - padding-left: 24px; +} +.parentRubric >li { + margin-bottom: 8px; } #wrapper-content >div.label { font-family: "IPH Astra Serif"; font-size: 1.2rem; - padding-left: 24px; margin-bottom: 4px; + color: #8B4513; +} +.childRubric { + font-family: "IPH Astra Serif"; + font-size: 1.2rem; + padding: 10px 10px 10px 10px !important; +} +.childRubric > a:hover { + color: #8B4513; +} +#individual-intro.person { + margin-top: 0px; +} +.keywords { + font-family: "IPH Astra Serif"; + font-size: 1.1rem; +} +.biblio >h2.label { + background-image: url(/vivo/themes/iph/images/book_icon.png); + background-repeat: no-repeat; + background-position: left center; + font-family: "IPH Astra Serif"; + font-size: 1.4rem; + padding-left: 40px; +} +.biblio >li { + font-family: "IPH Astra Serif"; + font-size: 1.2rem; + font-style: italic; + margin-bottom: 1.3em; + display: list-item; + list-style-image: url(../images/bullet_icon.png); + margin-left: 40px; + } /* -------------------------------------------------> */ /* FONTS --------------------------------> */ @@ -2593,6 +2665,12 @@ button.collapsible.active { #footerWrapper { width: 90%; } + .individual >div#articleWrapper { + width: 90%; + } + .individual.loggedIn >div#articleWrapper { + width: 90%; + } } @media screen and (max-width: 1300px) { @@ -2623,6 +2701,12 @@ button.collapsible.active { ul#browse-classes li { font-size: 1.1rem; } + .individual >div#articleWrapper { + width: 95%; + } + .individual.loggedIn >div#articleWrapper { + width: 95%; + } } @media screen and (max-width: 1100px) {