Added font files on site.
This commit is contained in:
parent
7e587b6c2d
commit
1cca929387
33 changed files with 78 additions and 21 deletions
|
@ -20,7 +20,7 @@ html,
|
|||
body {
|
||||
padding: 0;
|
||||
height: 100%; /* needed for container min-height */
|
||||
font-family: "Lucida Sans Unicode","Lucida Grande", Geneva, helvetica, sans-serif;
|
||||
font-family: "IPH Serif","Roboto","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 */
|
||||
|
@ -35,12 +35,12 @@ body {
|
|||
max-width: 1920px;
|
||||
width: 100%;
|
||||
background-size: 100%;
|
||||
background: url(../images/header-image.png) center 0 no-repeat;
|
||||
height: 200px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
flex-wrap: nowrap;
|
||||
justify-content: center;
|
||||
background: url(../images/header-image.png) center 0 no-repeat;
|
||||
height: 200px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
flex-wrap: nowrap;
|
||||
justify-content: center;
|
||||
}
|
||||
a {
|
||||
color: #000000;
|
||||
|
@ -61,11 +61,11 @@ h2 {
|
|||
padding: 10px 0 12px 0;
|
||||
margin: 0;
|
||||
font-size: 1.375em;
|
||||
color: #064d68;
|
||||
color: #000000;
|
||||
line-height: 1.5em;
|
||||
}
|
||||
h2 a {
|
||||
color: #2485ae;
|
||||
color: #8B4513;
|
||||
}
|
||||
h2 a:link,
|
||||
h2 a:visited {
|
||||
|
@ -87,7 +87,7 @@ h5 {
|
|||
padding: 10px 0 12px 0;
|
||||
margin: 0;
|
||||
font-size: .875em;
|
||||
color: #064d68;
|
||||
color: #8B4513;
|
||||
}
|
||||
/* -------------------------------------------------> */
|
||||
/* EDITING STYLES ----------------------------------> */
|
||||
|
@ -97,7 +97,7 @@ select,
|
|||
input[type="password"] {
|
||||
border: 0;
|
||||
font-size: 1rem;
|
||||
font-family: Roboto;
|
||||
font-family: "Roboto";
|
||||
font-style: italic;
|
||||
padding: .5em;
|
||||
background: #fff;
|
||||
|
@ -110,7 +110,7 @@ input[type="password"] {
|
|||
|
||||
select.form-control {
|
||||
padding: 5px 8px 5px 5px;
|
||||
font-family: Roboto;
|
||||
font-family: "Roboto";
|
||||
font-style: normal;
|
||||
-webkit-appearance: none;
|
||||
-moz-appearance: none;
|
||||
|
@ -128,7 +128,7 @@ select.form-control >option {
|
|||
}
|
||||
|
||||
input.form-control {
|
||||
font-family: Roboto;
|
||||
font-family: "Roboto";
|
||||
font-size: 1rem;
|
||||
color: #ababab;
|
||||
}
|
||||
|
@ -227,7 +227,7 @@ input.submit:hover,
|
|||
input#submit:hover,
|
||||
input.form-button:hover {
|
||||
color: #fff;
|
||||
background-color: #b2d15a;
|
||||
background-color: #DD9F00;
|
||||
}
|
||||
input.delete:hover,
|
||||
input#delete:hover {
|
||||
|
@ -315,7 +315,7 @@ a.return:active {
|
|||
}
|
||||
.database_header {
|
||||
background-color: #f1f2ee;
|
||||
color: #2485ae;
|
||||
color: #DD9F00;
|
||||
font-size: 1em;
|
||||
}
|
||||
.database_upperleftcorner {
|
||||
|
@ -433,7 +433,7 @@ a.ingestMenu:visited,
|
|||
a.account-menu:link,
|
||||
a.account-menu:visited {
|
||||
text-decoration: none;
|
||||
color: #2485AE;
|
||||
color: #DD9F00;
|
||||
}
|
||||
a.ingestMenu:hover,
|
||||
a.ingestMenu:active,
|
||||
|
@ -478,11 +478,11 @@ tr.editformcell td textarea.matchingInput {
|
|||
width: 95%;
|
||||
height:10ex;
|
||||
margin-top:0.7em;
|
||||
font-family: "Lucida Sans Unicode","Lucida Grande", Geneva, helvetica, sans-serif;
|
||||
font-family: "IPH Serif","Roboto","Lucida Sans Unicode","Lucida Grande", Geneva, helvetica, sans-serif;
|
||||
font-size:0.95em;
|
||||
}
|
||||
hr.formDivider {
|
||||
background-color: #3196C4;
|
||||
background-color: #DD9F00;
|
||||
border: 0 none;
|
||||
height: 1px;
|
||||
margin-bottom: 20px;
|
||||
|
@ -855,6 +855,8 @@ ul#main-nav {
|
|||
}
|
||||
#main-nav li a {
|
||||
padding-left: 20px;
|
||||
font-family: Roboto;
|
||||
font-style: normal;
|
||||
padding-right: 20px;
|
||||
display: block;
|
||||
color: #ffffff;
|
||||
|
@ -899,7 +901,7 @@ ul#main-nav {
|
|||
color: #8B4513;
|
||||
font-size: 1.4rem;
|
||||
padding: 0 0px 10px 25px;
|
||||
font-family: Roboto;
|
||||
/*font-family: Roboto;*/
|
||||
background-image: url(../images/circle.png);
|
||||
background-repeat: no-repeat;
|
||||
background-position: left center;
|
||||
|
@ -1660,9 +1662,11 @@ ul#individual-tools-people li a {
|
|||
margin: 0.7em auto;
|
||||
}
|
||||
#menupage-intro h2 {
|
||||
font-size: 1.375em;
|
||||
font-size: 1.4em;
|
||||
color: #000000;
|
||||
font-weight: normal;
|
||||
padding: 0 25px 10px 20px;
|
||||
font-family: Roboto;
|
||||
}
|
||||
#menupage-intro.people h2 {
|
||||
float: left;
|
||||
|
@ -2311,7 +2315,7 @@ button.collapsible.active:focus {
|
|||
margin-bottom: 10px;
|
||||
text-align: right;
|
||||
padding-top: 10px;
|
||||
font-family: PT Serif;
|
||||
font-family: IPH Serif;
|
||||
font-style: italic;
|
||||
}
|
||||
.works {
|
||||
|
@ -2350,6 +2354,59 @@ button.collapsible.active:focus {
|
|||
justify-content: center;
|
||||
}
|
||||
|
||||
/* -------------------------------------------------> */
|
||||
/* FONTS --------------------------------> */
|
||||
/* -------------------------------------------------> */
|
||||
@font-face {
|
||||
font-family: "IPH Serif";
|
||||
font-weight: normal;
|
||||
src: url("../fonts/IPHSerif-Regular.woff2") format("woff2"),
|
||||
url("../fonts/IPHSerif-Regular.ttf") format("truetype");
|
||||
}
|
||||
@font-face {
|
||||
font-family: "IPH Serif";
|
||||
font-weight: bold;
|
||||
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"),
|
||||
url("../fonts/IPHSerif-Italic.ttf") format("truetype");
|
||||
}
|
||||
@font-face {
|
||||
font-family: "IPH Serif";
|
||||
font-style: italic;
|
||||
font-weight: bold;
|
||||
src: url("../fonts/IPHSerif-BoldItalic.woff2") format("woff2"),
|
||||
url("../fonts/IPHSerif-BoldItalic.ttf") format("truetype");
|
||||
}
|
||||
@font-face {
|
||||
font-family: "Roboto";
|
||||
font-weight: normal;
|
||||
src: url("../fonts/Roboto-Regular.woff2") format("woff2"),
|
||||
url("../fonts/Roboto-Regular.ttf") format("truetype");
|
||||
}
|
||||
@font-face {
|
||||
font-family: "Roboto";
|
||||
font-weight: bold;
|
||||
src: url("../fonts/Roboto-Bold.woff2") format("woff2"),
|
||||
url("../fonts/Roboto-Bold.ttf") format("truetype");
|
||||
}
|
||||
@font-face {
|
||||
font-family: "Roboto";
|
||||
font-weight: italic;
|
||||
src: url("../fonts/Roboto-Italic.woff2") format("woff2"),
|
||||
url("../fonts/Roboto-Italic.ttf") format("truetype");
|
||||
}
|
||||
@font-face {
|
||||
font-family: "Roboto";
|
||||
font-style: italic;
|
||||
font-weight: bold;
|
||||
src: url("../fonts/Roboto-BoldItalic.woff2") format("woff2"),
|
||||
url("../fonts/Roboto-BoldItalic.ttf") format("truetype");
|
||||
}
|
||||
/* -------------------------------------------------> */
|
||||
/* SCREEN RESOLUTION --------------------------------> */
|
||||
/* -------------------------------------------------> */
|
||||
|
|
BIN
webapp/src/main/webapp/themes/iph/fonts/IPHSerif-Bold.ttf
Normal file
BIN
webapp/src/main/webapp/themes/iph/fonts/IPHSerif-Bold.ttf
Normal file
Binary file not shown.
BIN
webapp/src/main/webapp/themes/iph/fonts/IPHSerif-Bold.woff2
Normal file
BIN
webapp/src/main/webapp/themes/iph/fonts/IPHSerif-Bold.woff2
Normal file
Binary file not shown.
BIN
webapp/src/main/webapp/themes/iph/fonts/IPHSerif-BoldItalic.ttf
Normal file
BIN
webapp/src/main/webapp/themes/iph/fonts/IPHSerif-BoldItalic.ttf
Normal file
Binary file not shown.
Binary file not shown.
BIN
webapp/src/main/webapp/themes/iph/fonts/IPHSerif-Italic.ttf
Normal file
BIN
webapp/src/main/webapp/themes/iph/fonts/IPHSerif-Italic.ttf
Normal file
Binary file not shown.
BIN
webapp/src/main/webapp/themes/iph/fonts/IPHSerif-Italic.woff2
Normal file
BIN
webapp/src/main/webapp/themes/iph/fonts/IPHSerif-Italic.woff2
Normal file
Binary file not shown.
BIN
webapp/src/main/webapp/themes/iph/fonts/IPHSerif-Regular.ttf
Normal file
BIN
webapp/src/main/webapp/themes/iph/fonts/IPHSerif-Regular.ttf
Normal file
Binary file not shown.
BIN
webapp/src/main/webapp/themes/iph/fonts/IPHSerif-Regular.woff2
Normal file
BIN
webapp/src/main/webapp/themes/iph/fonts/IPHSerif-Regular.woff2
Normal file
Binary file not shown.
BIN
webapp/src/main/webapp/themes/iph/fonts/Roboto-Black.ttf
Normal file
BIN
webapp/src/main/webapp/themes/iph/fonts/Roboto-Black.ttf
Normal file
Binary file not shown.
BIN
webapp/src/main/webapp/themes/iph/fonts/Roboto-Black.woff2
Normal file
BIN
webapp/src/main/webapp/themes/iph/fonts/Roboto-Black.woff2
Normal file
Binary file not shown.
BIN
webapp/src/main/webapp/themes/iph/fonts/Roboto-BlackItalic.ttf
Normal file
BIN
webapp/src/main/webapp/themes/iph/fonts/Roboto-BlackItalic.ttf
Normal file
Binary file not shown.
BIN
webapp/src/main/webapp/themes/iph/fonts/Roboto-BlackItalic.woff2
Normal file
BIN
webapp/src/main/webapp/themes/iph/fonts/Roboto-BlackItalic.woff2
Normal file
Binary file not shown.
BIN
webapp/src/main/webapp/themes/iph/fonts/Roboto-Bold.ttf
Normal file
BIN
webapp/src/main/webapp/themes/iph/fonts/Roboto-Bold.ttf
Normal file
Binary file not shown.
BIN
webapp/src/main/webapp/themes/iph/fonts/Roboto-Bold.woff2
Normal file
BIN
webapp/src/main/webapp/themes/iph/fonts/Roboto-Bold.woff2
Normal file
Binary file not shown.
BIN
webapp/src/main/webapp/themes/iph/fonts/Roboto-BoldItalic.ttf
Normal file
BIN
webapp/src/main/webapp/themes/iph/fonts/Roboto-BoldItalic.ttf
Normal file
Binary file not shown.
BIN
webapp/src/main/webapp/themes/iph/fonts/Roboto-BoldItalic.woff2
Normal file
BIN
webapp/src/main/webapp/themes/iph/fonts/Roboto-BoldItalic.woff2
Normal file
Binary file not shown.
BIN
webapp/src/main/webapp/themes/iph/fonts/Roboto-Italic.ttf
Normal file
BIN
webapp/src/main/webapp/themes/iph/fonts/Roboto-Italic.ttf
Normal file
Binary file not shown.
BIN
webapp/src/main/webapp/themes/iph/fonts/Roboto-Italic.woff2
Normal file
BIN
webapp/src/main/webapp/themes/iph/fonts/Roboto-Italic.woff2
Normal file
Binary file not shown.
BIN
webapp/src/main/webapp/themes/iph/fonts/Roboto-Light.ttf
Normal file
BIN
webapp/src/main/webapp/themes/iph/fonts/Roboto-Light.ttf
Normal file
Binary file not shown.
BIN
webapp/src/main/webapp/themes/iph/fonts/Roboto-Light.woff2
Normal file
BIN
webapp/src/main/webapp/themes/iph/fonts/Roboto-Light.woff2
Normal file
Binary file not shown.
BIN
webapp/src/main/webapp/themes/iph/fonts/Roboto-LightItalic.ttf
Normal file
BIN
webapp/src/main/webapp/themes/iph/fonts/Roboto-LightItalic.ttf
Normal file
Binary file not shown.
BIN
webapp/src/main/webapp/themes/iph/fonts/Roboto-LightItalic.woff2
Normal file
BIN
webapp/src/main/webapp/themes/iph/fonts/Roboto-LightItalic.woff2
Normal file
Binary file not shown.
BIN
webapp/src/main/webapp/themes/iph/fonts/Roboto-Medium.ttf
Normal file
BIN
webapp/src/main/webapp/themes/iph/fonts/Roboto-Medium.ttf
Normal file
Binary file not shown.
BIN
webapp/src/main/webapp/themes/iph/fonts/Roboto-Medium.woff2
Normal file
BIN
webapp/src/main/webapp/themes/iph/fonts/Roboto-Medium.woff2
Normal file
Binary file not shown.
BIN
webapp/src/main/webapp/themes/iph/fonts/Roboto-MediumItalic.ttf
Normal file
BIN
webapp/src/main/webapp/themes/iph/fonts/Roboto-MediumItalic.ttf
Normal file
Binary file not shown.
Binary file not shown.
BIN
webapp/src/main/webapp/themes/iph/fonts/Roboto-Regular.ttf
Normal file
BIN
webapp/src/main/webapp/themes/iph/fonts/Roboto-Regular.ttf
Normal file
Binary file not shown.
BIN
webapp/src/main/webapp/themes/iph/fonts/Roboto-Regular.woff2
Normal file
BIN
webapp/src/main/webapp/themes/iph/fonts/Roboto-Regular.woff2
Normal file
Binary file not shown.
BIN
webapp/src/main/webapp/themes/iph/fonts/Roboto-Thin.ttf
Normal file
BIN
webapp/src/main/webapp/themes/iph/fonts/Roboto-Thin.ttf
Normal file
Binary file not shown.
BIN
webapp/src/main/webapp/themes/iph/fonts/Roboto-Thin.woff2
Normal file
BIN
webapp/src/main/webapp/themes/iph/fonts/Roboto-Thin.woff2
Normal file
Binary file not shown.
BIN
webapp/src/main/webapp/themes/iph/fonts/Roboto-ThinItalic.ttf
Normal file
BIN
webapp/src/main/webapp/themes/iph/fonts/Roboto-ThinItalic.ttf
Normal file
Binary file not shown.
BIN
webapp/src/main/webapp/themes/iph/fonts/Roboto-ThinItalic.woff2
Normal file
BIN
webapp/src/main/webapp/themes/iph/fonts/Roboto-ThinItalic.woff2
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue