Fixed fonts size.
This commit is contained in:
parent
1ef72a2b60
commit
67ea71c529
4 changed files with 54 additions and 22 deletions
|
@ -20,7 +20,7 @@ html,
|
|||
body {
|
||||
padding: 0;
|
||||
height: 100%; /* needed for container min-height */
|
||||
font-family: "IPH Serif","Roboto","Lucida Sans Unicode","Lucida Grande", Geneva, helvetica, sans-serif;
|
||||
font-family: "IPH Astra Serif","Roboto","IPH Serif","Lucida Sans Unicode","Lucida Grande", Geneva, helvetica, sans-serif;
|
||||
height: auto !important; /* real browsers */
|
||||
height: 100%; /* IE6: treaded as min-height*/;
|
||||
min-height: 100%; /* real browsers */
|
||||
|
@ -63,6 +63,8 @@ h2 {
|
|||
font-size: 1.375em;
|
||||
color: #000000;
|
||||
line-height: 1.5em;
|
||||
font-family: "IPH Astra Serif";
|
||||
font-size: 1.2rem;
|
||||
}
|
||||
h2 a {
|
||||
color: #8B4513;
|
||||
|
@ -131,10 +133,8 @@ select.form-control >option {
|
|||
input.form-control {
|
||||
font-family: "Roboto";
|
||||
font-size: 1rem;
|
||||
color: #ababab;
|
||||
color: #363636;
|
||||
}
|
||||
|
||||
|
||||
.btn-success.set-json {
|
||||
background-color: #ffffff;
|
||||
border: 1px dashed #000000;
|
||||
|
@ -143,7 +143,6 @@ input.form-control {
|
|||
flex-grow: 1;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
input.block {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
@ -180,7 +179,7 @@ input.form-button:visited {
|
|||
position: relative;
|
||||
border: 0;
|
||||
margin: 0;
|
||||
background-color: #749a02;
|
||||
background-color: #DD9F00;
|
||||
color: #fff;
|
||||
font-size: 1rem;
|
||||
font-weight: normal;
|
||||
|
@ -962,7 +961,7 @@ p.forgot-password a,
|
|||
ul#individual-personInPosition li a,
|
||||
ul.individual-urls li a,
|
||||
ul.individual-urls-people li a {
|
||||
color: #2485ae
|
||||
color: #8B4513
|
||||
}
|
||||
/* LOG IN------> */
|
||||
#login {
|
||||
|
@ -1770,7 +1769,7 @@ ul#browse-classes {
|
|||
outline-color: #efe9d9;
|
||||
outline-style: solid;
|
||||
outline-width: 1px;
|
||||
height: 78px;
|
||||
min-height: 78px;
|
||||
}
|
||||
ul#browse-classes li,
|
||||
ul#vgraph-classes li {
|
||||
|
@ -1950,7 +1949,7 @@ ul#individual-tools {
|
|||
color: #5f6464;
|
||||
}
|
||||
ul.individual-urls {
|
||||
list-style: url(../../../images/individual/arrow-green.gif);
|
||||
list-style: url(../images/arrow-brown.png);
|
||||
}
|
||||
ul.individual-urls li {
|
||||
font-size: .875em;
|
||||
|
@ -1977,14 +1976,18 @@ h3.internal-auth {
|
|||
font-family: "IPH Astra Serif Regular";
|
||||
}
|
||||
#individual-info h1.fn {
|
||||
font-size: 1.375em;
|
||||
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;
|
||||
padding-left: 22px;
|
||||
padding-bottom: 5px;
|
||||
color: #000000;
|
||||
font-family: "IPH Astra Serif";
|
||||
border-right: none !important;
|
||||
margin-top: 10px;
|
||||
}
|
||||
#individual-info h2 {
|
||||
color: #5E6363;
|
||||
|
@ -1997,7 +2000,7 @@ h3.internal-auth {
|
|||
}
|
||||
ul#individual-personInPosition {
|
||||
font-size: 1em;
|
||||
list-style: url("../../../images/individual/arrow-green.gif");
|
||||
list-style: url("../images/arrow-brown.png");
|
||||
}
|
||||
ul#individual-personInPosition li {
|
||||
line-height: 1.8em;
|
||||
|
@ -2063,7 +2066,7 @@ img.co-author {
|
|||
section.property-group h2,
|
||||
#menupage-content h4 {
|
||||
font-size: 1.25em;
|
||||
color: #2485ae;
|
||||
color: #8B4513;
|
||||
font-weight: normal;
|
||||
}
|
||||
article.property {
|
||||
|
@ -2071,8 +2074,10 @@ article.property {
|
|||
}
|
||||
article.property h3 {
|
||||
background: #fafaf9;
|
||||
font-size: 1.063em;
|
||||
color: #8aa149;
|
||||
font-size: 1.4rem;
|
||||
color: #8B4513;
|
||||
font-family: "IPH Astra Serif";
|
||||
font-style: normal;
|
||||
}
|
||||
article.property ul.property-list li.subclass h3 {
|
||||
font-size: 1.063em;
|
||||
|
@ -2297,8 +2302,9 @@ span.subclassExpandMinus {
|
|||
|
||||
.affiliations {
|
||||
margin-bottom: 1.5em;
|
||||
font-family: "IPH Astra Serif Bold";
|
||||
font-size: 1rem;
|
||||
font-family: "IPH Astra Serif";
|
||||
font-size: 1.2rem;
|
||||
font-weight: bold;
|
||||
}
|
||||
/* -------------------------------------------------> */
|
||||
/* ARTICLESTYLES --------------------------------> */
|
||||
|
@ -2306,12 +2312,16 @@ span.subclassExpandMinus {
|
|||
.articleExcerpt {
|
||||
background-color: #ffffff;
|
||||
/*border: 1px solid #F6F6F6;*/
|
||||
font-family: "IPH Astra Serif Regular";
|
||||
font-size: 1.4rem;
|
||||
font-family: "IPH Astra Serif" !important;
|
||||
font-size: 1.4rem !important;
|
||||
}
|
||||
.articleExcerpt >div.htmlExcerpt >p.Textbody {
|
||||
font-family: "IPH Astra Serif Regular";
|
||||
font-size: 1rem;
|
||||
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;
|
||||
}
|
||||
button.collapsible {
|
||||
background-color: #F6F6F6;
|
||||
|
@ -2348,14 +2358,21 @@ button.collapsible.active:focus {
|
|||
margin-bottom: 10px;
|
||||
text-align: right;
|
||||
padding-top: 10px;
|
||||
font-family: IPH Serif;
|
||||
font-family: IPH Astra Serif;
|
||||
font-style: italic;
|
||||
font-size: 1.3rem;
|
||||
}
|
||||
.works {
|
||||
padding-left: 40px;
|
||||
font-family: IPH Astra Serif;
|
||||
font-style: italic;
|
||||
font-size: 1rem;
|
||||
}
|
||||
.bibliography {
|
||||
padding-left: 40px;
|
||||
font-family: IPH Astra Serif;
|
||||
font-style: italic;
|
||||
font-size: 1rem;
|
||||
}
|
||||
ul.dropdown li#user-menu a {
|
||||
font-family: "Roboto";
|
||||
|
@ -2454,7 +2471,22 @@ button.collapsible.active {
|
|||
border-bottom: 1px solid #dde4e3 !important;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.affiliations >span {
|
||||
font-family: "IPH Astra Serif";
|
||||
font-size: 1.1rem;
|
||||
}
|
||||
.parentRubric >li >a {
|
||||
font-family: "IPH Astra Serif";
|
||||
font-size: 1.2rem;
|
||||
color: #8B4513;
|
||||
padding-left: 24px;
|
||||
}
|
||||
#wrapper-content >div.label {
|
||||
font-family: "IPH Astra Serif";
|
||||
font-size: 1.2rem;
|
||||
padding-left: 24px;
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
/* -------------------------------------------------> */
|
||||
/* FONTS --------------------------------> */
|
||||
/* -------------------------------------------------> */
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 183 B After Width: | Height: | Size: 126 B |
Binary file not shown.
Before Width: | Height: | Size: 294 B After Width: | Height: | Size: 131 B |
Binary file not shown.
Before Width: | Height: | Size: 281 B After Width: | Height: | Size: 94 B |
Loading…
Add table
Reference in a new issue