Fixed right search panel and home search region.
This commit is contained in:
parent
35a5468728
commit
bf05fce98d
12 changed files with 268 additions and 126 deletions
|
@ -97,8 +97,7 @@ select,
|
||||||
input[type="password"] {
|
input[type="password"] {
|
||||||
border: 0;
|
border: 0;
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
font-family: "Roboto";
|
font-family: "Roboto Italic";
|
||||||
font-style: italic;
|
|
||||||
padding: .5em;
|
padding: .5em;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
border: 1px dashed #000000;
|
border: 1px dashed #000000;
|
||||||
|
@ -110,7 +109,7 @@ input[type="password"] {
|
||||||
|
|
||||||
select.form-control {
|
select.form-control {
|
||||||
padding: 5px 8px 5px 5px;
|
padding: 5px 8px 5px 5px;
|
||||||
font-family: "Roboto";
|
font-family: "Roboto Regular";
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
-webkit-appearance: none;
|
-webkit-appearance: none;
|
||||||
-moz-appearance: none;
|
-moz-appearance: none;
|
||||||
|
@ -543,7 +542,7 @@ ul#header-nav li {
|
||||||
padding-left: 20px;
|
padding-left: 20px;
|
||||||
padding-right: 20px;
|
padding-right: 20px;
|
||||||
border-right: 1px solid #7c7d7f;
|
border-right: 1px solid #7c7d7f;
|
||||||
font-size: 1em;
|
font-size: 1rem;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
ul#header-nav li:last-child {
|
ul#header-nav li:last-child {
|
||||||
|
@ -577,23 +576,24 @@ ul#header-nav a.log-out {
|
||||||
background-color:unset;
|
background-color:unset;
|
||||||
color: #8B4513;
|
color: #8B4513;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
width: 50%;
|
width: 100%;
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
padding-left: 0px;
|
padding-left: 0px;
|
||||||
padding-right: 0px;
|
padding-right: 0px;
|
||||||
padding-top: 10px;
|
padding-top: 10px;
|
||||||
|
font-family: "Roboto Regular";
|
||||||
}
|
}
|
||||||
#custom-search {
|
#custom-search {
|
||||||
width: 50%;
|
width: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
flex-wrap: nowrap;
|
flex-wrap: nowrap;
|
||||||
justify-content: center;
|
justify-content: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.custom-search-input {
|
.custom-search-input {
|
||||||
width: 70%;
|
width: 75%;
|
||||||
border-radius: unset !important;
|
border-radius: unset !important;
|
||||||
-webkit-border-radius: unset !important;
|
-webkit-border-radius: unset !important;
|
||||||
float: left;
|
float: left;
|
||||||
|
@ -645,28 +645,7 @@ input.search-submit-button {
|
||||||
background-size: 18px 7px;
|
background-size: 18px 7px;
|
||||||
}
|
}
|
||||||
#searchRightpanel {
|
#searchRightpanel {
|
||||||
width: 80%;
|
width: 30%;
|
||||||
margin-left: auto;
|
|
||||||
margin-right: auto;
|
|
||||||
margin-bottom: -60px;
|
|
||||||
z-index: 2;
|
|
||||||
|
|
||||||
}
|
|
||||||
#searchRightpanel >section#search {
|
|
||||||
display: flex;
|
|
||||||
justify-content: right;
|
|
||||||
padding-top: 20px;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
#searchRightpanel >section#search >div.search-form-container {
|
|
||||||
display: flex;
|
|
||||||
justify-content: right;
|
|
||||||
width: 60%;
|
|
||||||
}
|
|
||||||
#searchRightpanel >section#search >div.search-form-container >form#custom-search {
|
|
||||||
display: flex;
|
|
||||||
justify-content: right;
|
|
||||||
}
|
}
|
||||||
#search {
|
#search {
|
||||||
/*position: absolute;*/
|
/*position: absolute;*/
|
||||||
|
@ -674,7 +653,7 @@ input.search-submit-button {
|
||||||
height: 38px;
|
height: 38px;
|
||||||
/* top: 90px;
|
/* top: 90px;
|
||||||
right: 10px;*/
|
right: 10px;*/
|
||||||
padding-top: 10px;
|
padding-top: 20px;
|
||||||
}
|
}
|
||||||
#search-field {
|
#search-field {
|
||||||
width: 396px;
|
width: 396px;
|
||||||
|
@ -855,7 +834,7 @@ ul#main-nav {
|
||||||
}
|
}
|
||||||
#main-nav li a {
|
#main-nav li a {
|
||||||
padding-left: 20px;
|
padding-left: 20px;
|
||||||
font-family: Roboto;
|
font-family: "Roboto Regular";
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
padding-right: 20px;
|
padding-right: 20px;
|
||||||
display: block;
|
display: block;
|
||||||
|
@ -874,7 +853,7 @@ ul#main-nav {
|
||||||
#wrapper-content {
|
#wrapper-content {
|
||||||
clear: both;
|
clear: both;
|
||||||
width: 80%;
|
width: 80%;
|
||||||
margin: 0 auto;
|
/*margin: 0 auto;*/
|
||||||
background: #fff;
|
background: #fff;
|
||||||
min-height: 710px;
|
min-height: 710px;
|
||||||
padding-top: 20px ;
|
padding-top: 20px ;
|
||||||
|
@ -901,7 +880,7 @@ ul#main-nav {
|
||||||
color: #8B4513;
|
color: #8B4513;
|
||||||
font-size: 1.4rem;
|
font-size: 1.4rem;
|
||||||
padding: 0 0px 10px 25px;
|
padding: 0 0px 10px 25px;
|
||||||
/*font-family: Roboto;*/
|
font-family: "Roboto Regular";
|
||||||
background-image: url(../images/circle.png);
|
background-image: url(../images/circle.png);
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: left center;
|
background-position: left center;
|
||||||
|
@ -1141,7 +1120,7 @@ p.external-auth a.blue:hover {
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
align-content: center;
|
align-content: center;
|
||||||
width: 100%;
|
width: 50%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -1252,6 +1231,7 @@ input.search-homepage {
|
||||||
p.request-account a,
|
p.request-account a,
|
||||||
ul#header-nav a {
|
ul#header-nav a {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
font-family: "Roboto Regular";
|
||||||
}
|
}
|
||||||
#filter-search-nav a {
|
#filter-search-nav a {
|
||||||
border-bottom: 1px dotted #4f5656;
|
border-bottom: 1px dotted #4f5656;
|
||||||
|
@ -1318,6 +1298,7 @@ section#home-stats.home-sections {
|
||||||
padding-bottom: 0px;
|
padding-bottom: 0px;
|
||||||
display: block;
|
display: block;
|
||||||
height: 1.5rem;
|
height: 1.5rem;
|
||||||
|
font-family: "Roboto Regular";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -1371,7 +1352,7 @@ section#home-stats.home-sections {
|
||||||
height: 28px;
|
height: 28px;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
border-bottom: 1px dashed #ffffff;
|
border-bottom: 1px dashed #ffffff;
|
||||||
|
font-family: "Roboto Regular";
|
||||||
}
|
}
|
||||||
|
|
||||||
#stats .stats-type {
|
#stats .stats-type {
|
||||||
|
@ -1379,6 +1360,7 @@ section#home-stats.home-sections {
|
||||||
padding-top: 0px;
|
padding-top: 0px;
|
||||||
margin-top: 0px;
|
margin-top: 0px;
|
||||||
font-size: 1.1em;
|
font-size: 1.1em;
|
||||||
|
font-family: "Roboto Regular";
|
||||||
}
|
}
|
||||||
|
|
||||||
#stats .stats-count span {
|
#stats .stats-count span {
|
||||||
|
@ -1500,7 +1482,7 @@ div#adjImgHeight {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
flex-wrap: nowrap;
|
flex-wrap: nowrap;
|
||||||
justify-content: center;
|
justify-content: space-between;
|
||||||
width: 80%;
|
width: 80%;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
|
@ -1528,7 +1510,7 @@ footer p.copyright {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
footer p.copyright small {
|
footer p.copyright small {
|
||||||
font-size: 1em;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
ul#footer-nav {
|
ul#footer-nav {
|
||||||
float: right;
|
float: right;
|
||||||
|
@ -1560,7 +1542,7 @@ ul#individual-facultyMemberships li:last-child {
|
||||||
#footer-nav a:hover,
|
#footer-nav a:hover,
|
||||||
a.terms,
|
a.terms,
|
||||||
a.powered-by-vivo {
|
a.powered-by-vivo {
|
||||||
color: #09C;
|
color: #DD9F00;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
a.terms:hover,
|
a.terms:hover,
|
||||||
|
@ -1667,6 +1649,7 @@ ul#individual-tools-people li a {
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
padding: 0 25px 10px 20px;
|
padding: 0 25px 10px 20px;
|
||||||
font-family: Roboto;
|
font-family: Roboto;
|
||||||
|
display: none;
|
||||||
}
|
}
|
||||||
#menupage-intro.people h2 {
|
#menupage-intro.people h2 {
|
||||||
float: left;
|
float: left;
|
||||||
|
@ -1775,6 +1758,8 @@ ul#browse-classes li {
|
||||||
width: 90%;
|
width: 90%;
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
|
font-family: "IPH Astra Serif Regular";
|
||||||
|
font-size: 1.2rem;
|
||||||
}
|
}
|
||||||
ul#browse-classes a:hover,
|
ul#browse-classes a:hover,
|
||||||
ul#browse-classes a.selected {
|
ul#browse-classes a.selected {
|
||||||
|
@ -1787,6 +1772,7 @@ ul#browse-classes .count-classes {
|
||||||
/* ALPHA BROWSE------> */
|
/* ALPHA BROWSE------> */
|
||||||
ul#alpha-browse-individuals {
|
ul#alpha-browse-individuals {
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
|
font-family: "IPH Astra Serif Regular";
|
||||||
}
|
}
|
||||||
ul#alpha-browse-individuals a:hover,
|
ul#alpha-browse-individuals a:hover,
|
||||||
ul#alpha-browse-individuals a.selected {
|
ul#alpha-browse-individuals a.selected {
|
||||||
|
@ -1825,8 +1811,10 @@ ul#alpha-browse-individuals {
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
}
|
}
|
||||||
h3.selected-class {
|
h3.selected-class {
|
||||||
padding-bottom: 0.2em;
|
padding-bottom: 0.3em;
|
||||||
color: #8B4513;
|
color: #8B4513;
|
||||||
|
font-family: "IPH Astra Serif Regular";
|
||||||
|
font-size: 1.3rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
#individuals-in-class li.individual {
|
#individuals-in-class li.individual {
|
||||||
|
@ -1848,6 +1836,8 @@ li.individual {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
font-family: "IPH Astra Serif Regular";
|
||||||
|
font-size: 1.4rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* -------------------------------------------------> */
|
/* -------------------------------------------------> */
|
||||||
|
@ -1958,6 +1948,10 @@ h3.internal-auth {
|
||||||
}
|
}
|
||||||
#individual-info {
|
#individual-info {
|
||||||
border-bottom: 1px solid #8B4513;
|
border-bottom: 1px solid #8B4513;
|
||||||
|
font-family: "IPH Astra Serif Regular";
|
||||||
|
}
|
||||||
|
#titleContainer {
|
||||||
|
font-family: "IPH Astra Serif Regular";
|
||||||
}
|
}
|
||||||
#individual-info h1.fn {
|
#individual-info h1.fn {
|
||||||
font-size: 1.375em;
|
font-size: 1.375em;
|
||||||
|
@ -2274,6 +2268,8 @@ span.subclassExpandMinus {
|
||||||
|
|
||||||
.affiliations {
|
.affiliations {
|
||||||
margin-bottom: 1.5em;
|
margin-bottom: 1.5em;
|
||||||
|
font-family: "IPH Astra Serif Bold";
|
||||||
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
/* -------------------------------------------------> */
|
/* -------------------------------------------------> */
|
||||||
/* ARTICLESTYLES --------------------------------> */
|
/* ARTICLESTYLES --------------------------------> */
|
||||||
|
@ -2281,6 +2277,12 @@ span.subclassExpandMinus {
|
||||||
.articleExcerpt {
|
.articleExcerpt {
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
/*border: 1px solid #F6F6F6;*/
|
/*border: 1px solid #F6F6F6;*/
|
||||||
|
font-family: "IPH Astra Serif Regular";
|
||||||
|
font-size: 1.4rem;
|
||||||
|
}
|
||||||
|
.articleExcerpt >div.htmlExcerpt >p.Textbody {
|
||||||
|
font-family: "IPH Astra Serif Regular";
|
||||||
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
button.collapsible {
|
button.collapsible {
|
||||||
background-color: #F6F6F6;
|
background-color: #F6F6F6;
|
||||||
|
@ -2290,6 +2292,8 @@ button.collapsible {
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: 1% 50%;
|
background-position: 1% 50%;
|
||||||
padding-left: 40px !important;
|
padding-left: 40px !important;
|
||||||
|
font-family: "IPH Astra Serif Regular";
|
||||||
|
font-size: 1.3rem;
|
||||||
}
|
}
|
||||||
button.collapsible:visited {
|
button.collapsible:visited {
|
||||||
-webkit-appearance: none;
|
-webkit-appearance: none;
|
||||||
|
@ -2324,84 +2328,246 @@ button.collapsible.active:focus {
|
||||||
.bibliography {
|
.bibliography {
|
||||||
padding-left: 40px;
|
padding-left: 40px;
|
||||||
}
|
}
|
||||||
.rubrics >div#wrapper-content {
|
ul.dropdown li#user-menu a {
|
||||||
margin-top: 60px;
|
font-family: "Roboto Regular";
|
||||||
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.issues >div#wrapper-content {
|
ul.dropdown ul.sub_menu {
|
||||||
margin-top: 60px;
|
background-color: #000000;
|
||||||
}
|
}
|
||||||
.people >div#wrapper-content {
|
ul.dropdown ul.sub_menu li {
|
||||||
margin-top: 60px;
|
background: url(../images/arrow-menu-account.gif) 7px 8px no-repeat;
|
||||||
}
|
}
|
||||||
.rubrics >div#searchRightpanel >section#search {
|
ul.dropdown ul.sub_menu li a {
|
||||||
justify-content: center;
|
background-color: #000000;
|
||||||
|
color: #ffffff !important;
|
||||||
}
|
}
|
||||||
.rubrics >div#searchRightpanel > section#search > div.search-form-container {
|
ul.dropdown ul.sub_menu li a:hover {
|
||||||
width: 100%;
|
color: #DD9F00;
|
||||||
justify-content: center;
|
|
||||||
}
|
}
|
||||||
.rubrics >div#searchRightpanel > section#search > div.search-form-container > form#custom-search {
|
.individual.loggedIn >div#articleWrapper {
|
||||||
justify-content: center;
|
width: 80%;
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row-reverse;
|
||||||
|
flex-wrap: nowrap;
|
||||||
|
justify-content: space-between;
|
||||||
}
|
}
|
||||||
.issues >div#searchRightpanel >section#search {
|
.individual >div#articleWrapper {
|
||||||
justify-content: center;
|
width: 80%;
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row-reverse;
|
||||||
|
flex-wrap: nowrap;
|
||||||
|
justify-content: space-between;
|
||||||
}
|
}
|
||||||
.issues >div#searchRightpanel > section#search > div.search-form-container {
|
.individual.loggedIn >div#articleWrapper >div#searchRightpanel {
|
||||||
width: 100%;
|
width: 30%;
|
||||||
justify-content: center;
|
|
||||||
}
|
|
||||||
.issues >div#searchRightpanel > section#search > div.search-form-container > form#custom-search {
|
|
||||||
justify-content: center;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.home.loggedIn >div#wrapper-content {
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
|
.home >div#wrapper-content {
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
|
.elenph_articles.loggedIn >div#articleWrapper {
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
|
width: 80%;
|
||||||
|
}
|
||||||
|
.elenph_articles >div#articleWrapper {
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
|
width: 80%;
|
||||||
|
}
|
||||||
|
.elenph_articles.loggedIn >div#articleWrapper >div#wrapper-content {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
.elenph_articles >div#articleWrapper >div#wrapper-content {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.rubrics.loggedIn >div#articleWrapper {
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
|
width: 80%;
|
||||||
|
}
|
||||||
|
.rubrics >div#articleWrapper {
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
|
width: 80%;
|
||||||
|
}
|
||||||
|
.rubrics.loggedIn >div#articleWrapper >div#wrapper-content {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
.rubrics >div#articleWrapper >div#wrapper-content {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.issues.loggedIn >div#articleWrapper {
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
|
width: 80%;
|
||||||
|
}
|
||||||
|
.issues >div#articleWrapper {
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
|
width: 80%;
|
||||||
|
}
|
||||||
|
.issues.loggedIn >div#articleWrapper >div#wrapper-content {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
.issues >div#articleWrapper >div#wrapper-content {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.excerpts.loggedIn >div#articleWrapper {
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
|
width: 80%;
|
||||||
|
}
|
||||||
|
.excerpts >div#articleWrapper {
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
|
width: 80%;
|
||||||
|
}
|
||||||
|
.excerpts.loggedIn >div#articleWrapper >div#wrapper-content {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
.excerpts >div#articleWrapper >div#wrapper-content {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
.people.loggedIn >div#articleWrapper {
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
|
width: 80%;
|
||||||
|
}
|
||||||
|
.people >div#articleWrapper {
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
|
width: 80%;
|
||||||
|
}
|
||||||
|
.people.loggedIn >div#articleWrapper >div#wrapper-content {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
.people >div#articleWrapper >div#wrapper-content {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.siteAdmin.loggedIn >div#articleWrapper {
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
|
width: 80%;
|
||||||
|
}
|
||||||
|
.siteAdmin >div#articleWrapper {
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
|
width: 80%;
|
||||||
|
}
|
||||||
|
.siteAdmin.loggedIn >div#articleWrapper >div#wrapper-content {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
.siteAdmin >div#articleWrapper >div#wrapper-content {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
.login.loggedIn >div#articleWrapper {
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
|
width: 80%;
|
||||||
|
}
|
||||||
|
.login >div#articleWrapper {
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
|
width: 80%;
|
||||||
|
}
|
||||||
|
.login.loggedIn >div#articleWrapper >div#wrapper-content {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
.login >div#articleWrapper >div#wrapper-content {
|
||||||
|
width: 100%;
|
||||||
/* -------------------------------------------------> */
|
/* -------------------------------------------------> */
|
||||||
/* FONTS --------------------------------> */
|
/* FONTS --------------------------------> */
|
||||||
/* -------------------------------------------------> */
|
/* -------------------------------------------------> */
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "IPH Serif";
|
font-family: "IPH Serif Regular";
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
src: url("../fonts/IPHSerif-Regular.woff2") format("woff2"),
|
src: url("../fonts/IPHSerif-Regular.woff2") format("woff2"),
|
||||||
url("../fonts/IPHSerif-Regular.ttf") format("truetype");
|
url("../fonts/IPHSerif-Regular.ttf") format("truetype");
|
||||||
}
|
}
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "IPH Serif";
|
font-family: "IPH Serif Italic";
|
||||||
font-weight: bold;
|
font-weight: normal;
|
||||||
src: url("../fonts/IPHSerif-Bold.woff2") format("woff2"),
|
|
||||||
url("../fonts/IPHSerif-Bold.ttf") format("truetype");
|
|
||||||
}
|
|
||||||
@font-face {
|
|
||||||
font-family: "IPH Serif";
|
|
||||||
font-style: italic;
|
|
||||||
src: url("../fonts/IPHSerif-Italic.woff2") format("woff2"),
|
src: url("../fonts/IPHSerif-Italic.woff2") format("woff2"),
|
||||||
url("../fonts/IPHSerif-Italic.ttf") format("truetype");
|
url("../fonts/IPHSerif-Italic.ttf") format("truetype");
|
||||||
}
|
}
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "IPH Serif";
|
font-family: "IPH Serif Bold";
|
||||||
|
font-weight: bold;
|
||||||
|
src: url("../fonts/IPHSerif-Bold.woff2") format("woff2"),
|
||||||
|
url("../fonts/IPHSerif-Bold.ttf") format("truetype");
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: "IPH Serif Bold Italic";
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
src: url("../fonts/IPHSerif-BoldItalic.woff2") format("woff2"),
|
src: url("../fonts/IPHSerif-BoldItalic.woff2") format("woff2"),
|
||||||
url("../fonts/IPHSerif-BoldItalic.ttf") format("truetype");
|
url("../fonts/IPHSerif-BoldItalic.ttf") format("truetype");
|
||||||
}
|
}
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "Roboto";
|
font-family: "IPH Astra Serif Regular";
|
||||||
|
font-weight: normal;
|
||||||
|
src: url("../fonts/IPHAstraSerif-Regular.woff2") format("woff2"),
|
||||||
|
url("../fonts/IPHAstraSerif-Regular.ttf") format("truetype");
|
||||||
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: "IPH Astra Serif Bold";
|
||||||
|
font-weight: bold;
|
||||||
|
src: url("../fonts/IPHAstraSerif-Bold.woff2") format("woff2"),
|
||||||
|
url("../fonts/IPHAstraSerif-Bold.ttf") format("truetype");
|
||||||
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: "IPH Astra Serif Italic";
|
||||||
|
font-style: italic;
|
||||||
|
src: url("../fonts/IPHAstraSerif-Italic.woff2") format("woff2"),
|
||||||
|
url("../fonts/IPHAstraSerif-Italic.ttf") format("truetype");
|
||||||
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: "IPH Astra Serif Bold Italic";
|
||||||
|
font-style: italic;
|
||||||
|
font-weight: bold;
|
||||||
|
src: url("../fonts/IPHAstraSerif-BoldItalic.woff2") format("woff2"),
|
||||||
|
url("../fonts/IPHAstraSerif-BoldItalic.ttf") format("truetype");
|
||||||
|
}
|
||||||
|
@font-face {
|
||||||
|
font-family: "Roboto Regular";
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
src: url("../fonts/Roboto-Regular.woff2") format("woff2"),
|
src: url("../fonts/Roboto-Regular.woff2") format("woff2"),
|
||||||
url("../fonts/Roboto-Regular.ttf") format("truetype");
|
url("../fonts/Roboto-Regular.ttf") format("truetype");
|
||||||
}
|
}
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "Roboto";
|
font-family: "Roboto Bold";
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
src: url("../fonts/Roboto-Bold.woff2") format("woff2"),
|
src: url("../fonts/Roboto-Bold.woff2") format("woff2"),
|
||||||
url("../fonts/Roboto-Bold.ttf") format("truetype");
|
url("../fonts/Roboto-Bold.ttf") format("truetype");
|
||||||
}
|
}
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "Roboto";
|
font-family: "Roboto Italic";
|
||||||
font-weight: italic;
|
font-weight: italic;
|
||||||
src: url("../fonts/Roboto-Italic.woff2") format("woff2"),
|
src: url("../fonts/Roboto-Italic.woff2") format("woff2"),
|
||||||
url("../fonts/Roboto-Italic.ttf") format("truetype");
|
url("../fonts/Roboto-Italic.ttf") format("truetype");
|
||||||
}
|
}
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "Roboto";
|
font-family: "Roboto Italic Bold";
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
src: url("../fonts/Roboto-BoldItalic.woff2") format("woff2"),
|
src: url("../fonts/Roboto-BoldItalic.woff2") format("woff2"),
|
||||||
|
@ -2422,17 +2588,11 @@ button.collapsible.active:focus {
|
||||||
width: 90%;
|
width: 90%;
|
||||||
}
|
}
|
||||||
#switch-to-extended-searchform {
|
#switch-to-extended-searchform {
|
||||||
width: 50%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
#querybuilder-container {
|
#querybuilder-container {
|
||||||
width: 70%;
|
width: 70%;
|
||||||
}
|
}
|
||||||
.elenph_articles >div#searchRightpanel {
|
|
||||||
width: 90%;
|
|
||||||
}
|
|
||||||
.excerpts >div#searchRightpanel {
|
|
||||||
width: 90%;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
@media screen and (max-width: 1300px) {
|
@media screen and (max-width: 1300px) {
|
||||||
#branding {
|
#branding {
|
||||||
|
@ -2454,22 +2614,13 @@ button.collapsible.active:focus {
|
||||||
width: 95%;
|
width: 95%;
|
||||||
}
|
}
|
||||||
ul#alpha-browse-individuals {
|
ul#alpha-browse-individuals {
|
||||||
font-size: 1.2rem;
|
font-size: 1.3rem;
|
||||||
}
|
}
|
||||||
ul#browse-classes {
|
ul#browse-classes {
|
||||||
width: 24%;
|
width: 24%;
|
||||||
}
|
}
|
||||||
.elenph_articles >div#searchRightpanel {
|
ul#browse-classes li {
|
||||||
width: 95%;
|
font-size: 1.1rem;
|
||||||
}
|
|
||||||
.excerpts >div#searchRightpanel {
|
|
||||||
width: 95%;
|
|
||||||
}
|
|
||||||
.elenph_articles >div#searchRightpanel > section#search > div.search-form-container > form#custom-search {
|
|
||||||
width: 70%;
|
|
||||||
}
|
|
||||||
.excerpts > div#searchRightpanel > section#search > div.search-form-container > form#custom-search {
|
|
||||||
width: 70%;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -2486,14 +2637,14 @@ button.collapsible.active:focus {
|
||||||
ul#alpha-browse-individuals a:hover, ul#alpha-browse-individuals a.selected {
|
ul#alpha-browse-individuals a:hover, ul#alpha-browse-individuals a.selected {
|
||||||
background: none;
|
background: none;
|
||||||
}
|
}
|
||||||
.elenph_articles >div#searchRightpanel > section#search > div.search-form-container > form#custom-search {
|
ul#main-nav {
|
||||||
width: 80%;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
.excerpts >div#searchRightpanel {
|
#simple-search-container {
|
||||||
width: 95%;
|
width: 70%;
|
||||||
}
|
}
|
||||||
.elenph_articles >div#searchRightpanel > section#search > div.search-form-container > form#custom-search {
|
#switch-to-extended-searchform {
|
||||||
width: 80%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@media screen and (max-width: 900px) {
|
@media screen and (max-width: 900px) {
|
||||||
|
@ -2625,15 +2776,6 @@ button.collapsible.active:focus {
|
||||||
ul#alpha-browse-individuals a {
|
ul#alpha-browse-individuals a {
|
||||||
padding-left: 1px;
|
padding-left: 1px;
|
||||||
}
|
}
|
||||||
.rubrics > div#searchRightpanel > section#search > div.search-form-container > form#custom-search {
|
|
||||||
width: 80%;
|
|
||||||
}
|
|
||||||
.excerpts > div#searchRightpanel > section#search > div.search-form-container > form#custom-search {
|
|
||||||
width: 80%;
|
|
||||||
}
|
|
||||||
.excerpts >div#searchRightpanel {
|
|
||||||
width: 95%;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 720px) {
|
@media screen and (max-width: 720px) {
|
||||||
|
@ -2665,16 +2807,4 @@ button.collapsible.active:focus {
|
||||||
font-size: 0.8rem;
|
font-size: 0.8rem;
|
||||||
line-height: 1.2em;
|
line-height: 1.2em;
|
||||||
}
|
}
|
||||||
.elenph_articles >div#searchRightpanel {
|
|
||||||
width: 95%;
|
|
||||||
}
|
|
||||||
.elenph_articles #searchRightpanel > section#search > div.search-form-container {
|
|
||||||
width: 70%;
|
|
||||||
}
|
|
||||||
.excerpts >div#searchRightpanel {
|
|
||||||
width: 95%;
|
|
||||||
}
|
|
||||||
.excerpts >div#searchRightpanel > section#search > div.search-form-container {
|
|
||||||
width: 80%;
|
|
||||||
}
|
|
||||||
}
|
}
|
BIN
webapp/src/main/webapp/themes/iph/fonts/IPHAstraSerif-Bold.ttf
Normal file
BIN
webapp/src/main/webapp/themes/iph/fonts/IPHAstraSerif-Bold.ttf
Normal file
Binary file not shown.
BIN
webapp/src/main/webapp/themes/iph/fonts/IPHAstraSerif-Bold.woff2
Normal file
BIN
webapp/src/main/webapp/themes/iph/fonts/IPHAstraSerif-Bold.woff2
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
webapp/src/main/webapp/themes/iph/fonts/IPHAstraSerif-Italic.ttf
Normal file
BIN
webapp/src/main/webapp/themes/iph/fonts/IPHAstraSerif-Italic.ttf
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Before Width: | Height: | Size: 170 B After Width: | Height: | Size: 75 B |
|
@ -45,7 +45,7 @@
|
||||||
<legend>${i18n().search_form}</legend>
|
<legend>${i18n().search_form}</legend>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
<#include "searchSelector.ftl">
|
<#include "searchSelector.ftl">
|
||||||
</section> <!-- #search-home -->
|
</section>
|
||||||
|
|
||||||
<div id="wrapperDescription">
|
<div id="wrapperDescription">
|
||||||
<div id="Titleproject">О проекте</div>
|
<div id="Titleproject">О проекте</div>
|
||||||
|
|
|
@ -11,13 +11,25 @@
|
||||||
<body class="${bodyClasses!}" onload="${bodyOnload!}">
|
<body class="${bodyClasses!}" onload="${bodyOnload!}">
|
||||||
<#include "identity.ftl">
|
<#include "identity.ftl">
|
||||||
<#include "menu.ftl">
|
<#include "menu.ftl">
|
||||||
<#if !querytext?? >
|
|
||||||
<div id="searchRightpanel">
|
<div id="articleWrapper">
|
||||||
|
<#if individual?? >
|
||||||
|
<div id="searchRightpanel">
|
||||||
<#include "customsearchpanel.ftl" >
|
<#include "customsearchpanel.ftl" >
|
||||||
</div>
|
</div>
|
||||||
</#if>
|
</#if>
|
||||||
<#include "contentWrapper.ftl">
|
<#include "contentWrapper.ftl">
|
||||||
|
<#if currentServlet != "individual" && currentServlet != "login">
|
||||||
|
<section id="search-home" role="region">
|
||||||
|
<h3><span class="search-filter-selected">filteredSearch</span></h3>
|
||||||
|
|
||||||
|
<fieldset>
|
||||||
|
<legend>${i18n().search_form}</legend>
|
||||||
|
</fieldset>
|
||||||
|
<#include "searchSelector.ftl">
|
||||||
|
</section>
|
||||||
|
</#if>
|
||||||
|
|
||||||
<#-- VIVO OpenSocial Extension by UCSF -->
|
<#-- VIVO OpenSocial Extension by UCSF -->
|
||||||
<#if openSocial??>
|
<#if openSocial??>
|
||||||
<#if openSocial.visible>
|
<#if openSocial.visible>
|
||||||
|
@ -26,7 +38,7 @@
|
||||||
</#if>
|
</#if>
|
||||||
|
|
||||||
${body}
|
${body}
|
||||||
|
</div>
|
||||||
<#include "footer.ftl">
|
<#include "footer.ftl">
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Add table
Reference in a new issue